Sure, here you have…
-- Supported values for orientation: -- portrait, portraitUpsideDown, landscapeLeft, landscapeRight settings = { orientation = { default = "landscapeRight", supported = { "landscapeRight", "landscapeLeft" } }, plugins = { -- key is the name passed to Lua's 'require()' ["CoronaProvider.gameNetwork.google"] = { -- required publisherId = "com.coronalabs", supportedPlatforms = { android = true } }, ["plugin.google.play.services"] = { publisherId = "com.coronalabs" }, }, iphone = { plist = { UIStatusBarHidden = true, UIPrerenderedIcon = true, -- set to false for "shine" overlay --UIApplicationExitsOnSuspend = true, -- uncomment to quit app on suspend CFBundleIconFile = "Icon.png", CFBundleIconFiles = { "Icon.png" , "Icon@2x.png" , "Icon-72.png", "Icon-60.png", "Icon-60@2x.png", "Icon-76.png", "Icon-76@2x.png", "Icon-xxhdpi.png", "Icon58.png", }, UIAppFonts = { "Arfmoochikncheez.otf", "TF2 Build.otf" }, -- iOS app URL schemes: CFBundleURLTypes = { { CFBundleURLName = "com.tekkogames.thiefjobforkids", CFBundleURLSchemes = { "thiefjobforkids", } } }, CFBundleIdentifier = "com.tekkogames.thiefjobforkids", }, components = {}, }, android = { googlePlayGamesAppId = "81102102881", usesPermissions = { "android.permission.INTERNET", "android.permission.ACCESS\_NETWORK\_STATE", "com.android.vending.CHECK\_LICENSE", "com.android.vending.BILLING", }, }, }