Thanks for looking into this, I’m not using plugins for this project. This is my build.settings:
[lua]
settings =
{
orientation =
{
default = “landscapeRight”,
supported = { “landscapeLeft”, “landscapeRight” },
},
window = {
enableCloseButton = true,
enableMinimizeButton = true,
enableMaximizeButton = true,
defaultMode = “normal”,
resizable = true,
titleText =
{
default = “Verne - In wrâldreis yn 80 dagen”,
},
},
plugins =
{
},
iphone =
{
plist =
{
UIApplicationExitsOnSuspend = false,
CFBundleIconFiles =
{
“Icon-40.png”,
“Icon-40@2x.png”,
“Icon-40@3x.png”,
“Icon-60.png”,
“Icon-60@2x.png”,
“Icon-60@3x.png”,
“Icon-72.png”,
“Icon-72@2x.png”,
“Icon-76.png”,
“Icon-76@2x.png”,
“Icon-83.5@2x.png”,
“Icon-Small-50.png”,
“Icon-Small-50@2x.png”,
“Icon-Small.png”,
“Icon-Small@2x.png”,
“Icon-Small@3x.png”,
“Icon.png”,
“Icon@2x.png”
},
UIAppFonts =
{
“Font_Cabrito_NorReg.otf”,
“Font_Cabrito_NorDem.otf”,
“Font_GravitasOne.ttf”,
},
},
},
android =
{
usesPermissions =
{
},
},
}
[/lua]