-1

Possible Duplicate:
How to disable highlighting of the app icon?

I want to remove glare effect from my app icon and someone told me it could be done from plist file but he doesn't know from where it can be done? so plz tell me how to remove glare effect from app icon using plist?

Community
  • 1
  • 1
iPhone
  • 4,092
  • 3
  • 34
  • 58

1 Answers1

4

Define property Icon already includes gloss effects and set its value to YES in your Info.plist file in project.

Or add lines to the same plist file (if you are editing in Source Code mode):

<key>UIPrerenderedIcon</key>
<true/>
Nekto
  • 17,837
  • 1
  • 55
  • 65