settings = { splashScreen = { enable = false }, orientation = { default = "landscapeRight", supported = { "landscapeLeft", "landscapeRight", }, }, android = { versionCode = "44", versionName = "4.4", usesPermissions = { "com.android.vending.BILLING", }, }, iphone = { plist = { CFBundleDisplayName = "Preschool and Kindergarten", CFBundleIconFile = "Icon.png", CFBundleIconFiles = { "Icon.png", "Icon@2x.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-167.png", "Icon-Small.png", "Icon-Small@2x.png", "Icon-Small@3x.png", "Icon-Small-40.png", "Icon-Small-40@2x.png", "Icon-Small-40@3x.png", "Icon-Small-50.png", "Icon-Small-50@2x.png", }, UIPrerenderedIcon = true, UIAppFonts = { "bdcartoonshout.ttf", "LuckiestGuy.ttf", "PoetsenOne-Regular.ttf", "Nunito-Black.ttf", "Nunito-ExtraBold.ttf", }, UILaunchStoryboardName = "LaunchScreen", }, }, window = { defaultMode = "normal", defaultViewWidth = 960, defaultViewHeight = 600, resizable = false, enableMaximizeButton = true, enableCloseButton = true, titleText = { default = "Preschool and Kindergarten Learning Games", } }, plugins = { ["plugin.amazon.iap"] = { -- required publisherId = "com.coronalabs", supportedPlatforms = { ["android-kindle"]=true } }, ["plugin.google.iap.v3"] = { publisherId = "com.coronalabs", supportedPlatforms = { android=true } }, ["plugin.reviewPopUp"] = { publisherId = "tech.scotth", }, } }