Hi
When I build for iphone and ipad, I get the error re the ipad icon being the wrong size…it isn’t!
Here is my plist and all these icons are in the app folder along with the itunes artwork file
settings = {
settings =
{
orientation =
{
default = “portrait”,
supported =
{
“portrait”, “portraitUpsideDown”,
},
},
iphone =
{
plist =
{
UIStatusBarHidden = true,
UIApplicationExitsOnSuspend = true,
CFBundleIconFile = “Icon.png”,
CFBundleIconFiles = {
“Icon.png” ,
“Icon@2x.png” ,
“Icon-72.png” ,
“Icon-Small-50.png” ,
“Icon-Small.png” ,
“Icon-Small@2x.png”
},
},
},
}
}
Any help appreciated. Thanks [import]uid: 45029 topic_id: 11295 reply_id: 311295[/import]
[import]uid: 3826 topic_id: 11295 reply_id: 41426[/import]
[import]uid: 3826 topic_id: 11295 reply_id: 41432[/import]