Game Development Community

Turn off icon shine

by Chris Jorgensen · in iTorque 2D · 06/22/2009 (10:57 am) · 4 replies

I want to turn off the "shine" overlay that's on every iPhone app icon. My understanding is that there's a PNG file somewhere that is used for the overlay. If you replace it with a fully transparent image, this is said to remove the shine. Does anyone know where this file is?

#1
06/22/2009 (11:59 am)
Icon shine is handled by a plist property I believe.
#2
06/22/2009 (1:27 pm)
UIPrerenderedIcon BOOLEAN true

Add that to your Info.plist file.
#3
06/22/2009 (1:48 pm)
Cool. I'll try it out tonight. :)
#4
06/28/2009 (4:22 pm)
This worked like a charm. Thanks Raphael!