Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

DaveP

macrumors 6502a
Original poster
Mar 18, 2005
507
433
Perhaps I haven't figured out how to do this because I don't know how exactly to phrase my searches. Anyways, you know how the app logo is automatically overlaid with with a semi-circle partially transparent bit on the top to make it a little 3d? Some logo's do not have that and was wondering if there is a simple way to turn that off?

Thanks
 
there is a field you can add to the info.plist file called UIPrerenderedIcon, this enables you to tell the app the name of the icon (png file) and it won't apply the glossy shine to it.
 
Just thought i'd add, if you wanted to paste this code into you Info.plist this'll do it for you :)

<key>UIPrerenderedIcon</key>
<true/>
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.