Skip to content

Commit 726ed5c

Browse files
committed
update README
1 parent 5b10959 commit 726ed5c

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,12 @@ If you want to use system font, you should ignore the first value, like this:
100100
There are two way for adding img to theme bundle:
101101

102102
1. Put the image file in the bundle;
103-
2. Add a xcassets file , then put image files in the xcassets.
103+
2. Add a xcassets file, then put image files in the xcassets.
104+
105+
For method 2, the bundle needs to be an actual OS X bundle target in the project with
106+
it's SDK set to iOS & a valid info.plist in order for Xcode to compile
107+
the .xcassets file inside it. Please refer to Assets.bundle in demo project.
108+
104109

105110
**Support reference**. Same with the color. If image name isn't found in defaults.plist, we use key as image name.
106111

0 commit comments

Comments
 (0)