how to make the app icon not shiny?

Hi I am just starting to explore Corona for my next project. Putting an icon on the built app is easy (everything in Corona is easy, I love this) but how can I make it not have that default shiny look of iphone icons? [import]uid: 12108 topic_id: 4346 reply_id: 304346[/import]

Add the following to your project’s build.settings file:

settings = { iphone = { plist = { UIPrerenderedIcon = true, }, },}[/code]I added this to the docs:http://developer.anscamobile.com/content/building-devices-iphoneipad#Using_a_pre-rendered_icon_no_glossTim [import]uid: 8196 topic_id: 4346 reply_id: 13652[/import]

thanks! [import]uid: 12108 topic_id: 4346 reply_id: 13662[/import]