Is it possible to specify (somewhere in build.settings perhaps?) that you do not want the icon gloss/highlight to be automatically added to your icon?
[import]uid: 40285 topic_id: 9883 reply_id: 309883[/import]
Yes, it’s in the doc. [import]uid: 51516 topic_id: 9883 reply_id: 36053[/import]
I think you need this in your build.settings file
settings =
{
iphone = {
plist = {
UIPrerenderedIcon = true,
},
},
}
[import]uid: 8366 topic_id: 9883 reply_id: 36062[/import]