Jun 8, 2011 0
How to remove gloss/shine effect from iPhone app icon
By default, when building an application with Xcode, your icon will have a round beveling of the corners and a shine added over the top of the icon.
You can override this default by adding this following key in your info.plist file.
<key>UIPrerenderedIcon</key> <true/>