Here are my build.settings most of it was copied and pasted so… Here.
[lua]-- Supported values for orientation:
– portrait, portraitUpsideDown, landscapeLeft, landscapeRight
settings = {
orientation = {
default = “landscape”,
supported = { “landscape”, }
},
iphone = {
plist = {
UIStatusBarHidden = false,
UIPrerenderedIcon = true, – set to false for “shine” overlay
–UIApplicationExitsOnSuspend = true, – uncomment to quit app on suspend
–[[
– iOS app URL schemes:
CFBundleURLTypes =
{
{
CFBundleURLSchemes =
{
“fbXXXXXXXXXXXXXX”, – example scheme for facebook
“coronasdkapp”, – example second scheme
}
}
}
–]]
}
},
–[[
– Android permissions
androidPermissions = {
“android.permission.INTERNET”,
},
]]–
} [import]uid: 184688 topic_id: 32266 reply_id: 128956[/import]