2
0

More compatible way of specifying icon files.

[FIXED]     Add extensions to Icon as well to CFBundleIconFiles because Xcode doesn't seem to listen to the Apple docs.
This commit is contained in:
Maarten Billemont 2013-05-03 10:15:27 -04:00
parent fed3a2bc10
commit 802c5949da

View File

@ -39,6 +39,8 @@
<string>Icon-72</string> <string>Icon-72</string>
<string>Icon-Small</string> <string>Icon-Small</string>
<string>Icon-Small-50</string> <string>Icon-Small-50</string>
<string>Icon.png</string>
<string>Icon@2x.png</string>
</array> </array>
<key>UIPrerenderedIcon</key> <key>UIPrerenderedIcon</key>
<true/> <true/>