views:

83

answers:

1

Is there a way to get rid of the highlight that is automatically added to the icon when creating an iphone app, or will I have to compensate by hand in PS?

Thanks

+3  A: 

Set UIPrerenderedIcon to YES in your Info.plist.

For more information see: Information Property List Key Reference: UIKit Keys

Can Berk Güder
Thank you, I was looking in the .plist file but couldn't find the key (just found out you can 'view raw values').
Andrew Sullivan