Hello Community, I saw that I have to make 3 icons (57x57, 114x114, 512x512), but how can I can configure it into the build.settings, here is what I have into my code:
settings =
{
orientation =
{
default = "landscapeLeft",
supported =
{
"landscapeLeft", "landscapeRight"
}
},
iphone =
{
plist =
{
UIInterfaceOrientation = "UIInterfaceOrientationLandscapeLeft",
UISupportedInterfaceOrientations =
{
"UIInterfaceOrientationLandscapeLeft",
"UIInterfaceOrientationLandscapeRight"
},
CFBundleIconFile = "Icon.png",
CFBundleIconFiles =
{
"Icon.png" ,
"Icon@2x.png"
},
UIApplicationExitsOnSuspend = false,
UIStatusBarHidden=true,
UIPrerenderedIcon = true
}
}
}
My doubt is, CFBundleIconFile is the app icon or the app store icon? [import]uid: 81091 topic_id: 20547 reply_id: 320547[/import]
[import]uid: 52491 topic_id: 20547 reply_id: 80793[/import]