Hi,
I want to have the gloss effect of the iPhone icon of my app, but it doesn’t appear.
My buildsettings.lua:
settings =
{
iphone =
{
plist =
{
CFBundleIconFile = "Icon.png",
CFBundleIconFiles = {
"Icon.png" ,
"Icon@2x.png" ,
"Icon-72.png" ,
}
},
},
}
SDK Version: 2011.704
If I remember correctly in a previous release of the SDK it did work. Any ideas what’s wrong?
Greets
PS:
I did try it once to explicitly activate the icon through
UIPrerenderedIcon = false
but it didn’t work either. [import]uid: 68079 topic_id: 19696 reply_id: 319696[/import]