Xcode automatically resizes and applies a glossy look to images added as the application icon. However, I've seen some apps without the glossy finish. How do I disable the glossy icon look? Thanks!
views:
419answers:
1
+4
A:
add UIPrerenderedIcon
(type = Boolean
, value = true
or checked) to your application .plist file.
marcc
2009-09-06 04:46:09
Thanks! Here is the code for anyone who needs it. <key>UIPrerenderedIcon</key> <true/>
Jonah
2009-09-06 19:15:04