Created
December 26, 2012 01:34
-
-
Save xiangyuan/4377039 to your computer and use it in GitHub Desktop.
apple app icon glossy effects enable
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <key>CFBundleIcons</key> | |
| <dict> | |
| <key>CFBundlePrimaryIcon</key> | |
| <dict> | |
| <key>CFBundleIconFiles</key> | |
| <array> | |
| <string>myIcon.png</string> | |
| </array> | |
| <key>UIPrerenderedIcon</key> | |
| <true/> | |
| </dict> | |
| </dict> | |
| 设置UIPrerenderedIcon为true就可以办到。 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment