Reputation: 4800
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!
Upvotes: 0
Views: 2241
Reputation: 6438
now it should be "Icon already includes gloss effects" (Value = YES) row in your application .plist file
Upvotes: 1
Reputation: 12399
add UIPrerenderedIcon
(type = Boolean
, value = true
or checked) to your application .plist file.
Upvotes: 5