You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ But shucks! The important and awesome part is the editor, and it puts all of the
10
10
11
11
Call`objc-assetgen` with the`.xcassets` paths as arguments from the directory into which it should output the code.
12
12
13
-
For an asset catalog named "Foo" containing image sets "Bar" and "Baz", you'll get`WQFooCatalog.h` and`WQFooCatalog.m`, with class methods`+ (UIImage *)imageForBar` and`+ (UIImage *)imageForBaz`. Put them in your DerivedSources folder and you're good to go.
13
+
For an asset catalog named "Foo" containing image sets "Bar" and "Baz", you'll get`FooCatalog.h` and`FooCatalog.m`, with class methods`+ (UIImage *)imageForBar` and`+ (UIImage *)imageForBaz`. Put them in your DerivedSources folder and you're good to go.