settings = { excludeFiles = { all = {}, iphone={"img/theme/\*","video/\*","build/\*","img/sys/\*","img/tiles/\*"}, android={"img/theme/\*\*","video/\*\*","build/\*\*","img/sys/\*\*","img/tiles/\*\*"}, }, splashScreen= { enable=true, image = "Default@4x.png" }, orientation = { default = "portrait", supported = { "portrait", "portraitUpsideDown" }, }, build = { neverStripDebugInfo = true }, window = { resizable = true, }, android = { CoronaWindowMovesWhenKeyboardAppears=true, useGoogleServicesJson = true, strings = { ["google\_app\_id"]="1:197255187450:android:7e8a5c5803f9e49c", }, facebookAppId="788558834510903", usesPermissions = { "android.permission.INTERNET", "android.permission.ACCESS\_NETWORK\_STATE", "android.permission.READ\_PHONE\_STATE", "android.permission.GET\_ACCOUNTS", "android.permission.CAMERA", "android.permission.RECEIVE\_BOOT\_COMPLETED", "android.permission.READ\_EXTERNAL\_STORAGE", "com.google.android.c2dm.permission.RECEIVE", ".permission.C2D\_MESSAGE", "com.android.vending.BILLING", "android.permission.WRITE\_EXTERNAL\_STORAGE", }, usesFeatures= { { name="android.hardware.camera",required=false}, { name="android.hardware.camera.front",required=false}, }, }, iphone = { iCloud = { ["kvstore-identifier"] = "com.playzot" }, plist = { UIBackgroundModes = { "remote-notification" }, FirebaseAppDelegateProxyEnabled=false, NSCalendarsUsageDescription = "Advertisement would like to use calendar.", NSPhotoLibraryUsageDescription = "Allow you to choose a photo of yourself for the game.", NSCameraUsageDescription = "Allow you to upload a photo of yourself into the game.", MinimumOSVersion = "7.0", LSApplicationQueriesSchemes = { "fb", "fbapi", "fbauth2", "fb-messenger-api", "fbshareextension", "instagram", "tumblr", "twitter" }, ITSAppUsesNonExemptEncryption=false, NSAppTransportSecurity = { NSAllowsArbitraryLoads = true, NSExceptionDomains = { ["fbcdn.net"] = { NSIncludesSubdomains = true, NSExceptionRequiresForwardSecrecy = false, }, ["facebook.com"] = { NSIncludesSubdomains = true, NSExceptionRequiresForwardSecrecy = false, }, ["akamaihd.net"] = { NSIncludesSubdomains = true, NSExceptionRequiresForwardSecrecy = false, }, }, }, LSApplicationQueriesSchemes = { "fb", "fbapi20130214", "fbapi20130410", "fbapi20140410", "fbapi20140116", "fbapi20150313", "fbapi20150629", "fbauth", "fbauth2", "fb-messenger-api20140430", }, UIStatusBarHidden = false, UIApplicationExitsOnSuspend = false, CoronaWindowMovesWhenKeyboardAppears = true, 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-Small-40.png", "Icon-Small-40@2x.png", "Icon-Small-40@3x.png", "Icon-Small-50.png", "Icon-Small-50@2x.png", "Icon-Small.png", "Icon-Small@2x.png", "Icon-Small@3x.png" }, UIAppFonts = { "FredokaOne-Regular.ttf", "Roboto-Regular.ttf", "Signika-Regular.ttf", }, FacebookAppID = "788558834510903", CFBundleURLTypes = { { CFBundleURLSchemes = { "fb788558834510903", "grabbyword", } }, --[[ ["URL types"] = { item = { ["URL Schemes"] = { ["Item 0"] = "fb788558834510903" }, }, }, --]] } }, }, plugins = { ["plugin.firebaseAnalytics"] = { publisherId = "tech.scotth", }, ["plugin.reviewPopUp"] = { publisherId = "tech.scotth", supportedPlatforms = { iphone=true, appletvos=true } }, --[[ ["shared.google.play.services.gcm"] = { publisherId = "com.coronalabs", }, --]] --[[ ["plugin.applovin"] = { publisherId = "com.coronalabs", supportedPlatforms = { iphone=true, android=true, osx=true, win32=true, appletvos=true } }, ["plugin.adcolony"] = { publisherId = "com.coronalabs", supportedPlatforms = { iphone=true, android=true, ["android-kindle"]=true, ["iphone-sim"]=true } }, --]] --[[ ["plugin.unityads"] = { publisherId = "com.coronalabs", supportedPlatforms = { iphone=true, android=true } }, --]] ["plugin.admob"] = { publisherId = "com.coronalabs", supportedPlatforms = { iphone=true, android=true } }, --[[ ["plugin.appodeal"] = { publisherId = "com.coronalabs", supportedPlatforms = { iphone=true, android=true, appletvos=true } }, --]] ["plugin.notifications"] = { publisherId = "com.coronalabs" }, --[[ ["shared.google.play.services.gcm"] = { publisherId = "com.coronalabs", supportedPlatforms= { android=true } }, --]] ["plugin.iCloud"] = { publisherId = "com.coronalabs", supportedPlatforms = { iphone=true, appletvos=true, osx=true } }, ["plugin.chartboost"] = { publisherId = "com.coronalabs", supportedPlatforms = { iphone=true, android=true, ["android-kindle"]=true } }, ["plugin.fbAudienceNetwork"] = { publisherId = "com.coronalabs", supportedPlatforms = { iphone=true, android=true, osx=true, ["win32-sim"]=true }, }, --[[ ["CoronaProvider.ads.vungle"] = { publisherId = "com.vungle", supportedPlatforms = { iphone=true, android=true } }, --]] --[[ ["plugin.google.play.services"] = { publisherId = "com.coronalabs", supportedPlatforms = { iphone=true, android=true,["android-kindle"] = true } }, --]] ["CoronaProvider.native.popup.activity"] = { publisherId = "com.coronalabs", supportedPlatforms = { iphone=true, ["iphone-sim"]=true }, }, ["CoronaProvider.native.popup.social"] = { publisherId = "com.coronalabs" }, ["plugin.facebook.v4"] = { publisherId = "com.coronalabs" }, ["plugin.google.iap.v3"] = { publisherId = "com.coronalabs", supportedPlatforms = { android=true } }, }, }
application = { content = { width = 320, height = 480, scale = "letterBox", fps = 60, imageSuffix = { ["@2x"] = 2, ["@4x"] = 3, } }, notification= { iphone= { types={"badge","sound","alert"} }, google = { projectNumber = "695817343617" -- projectNumber="197255187450" }, }, license = { google = { key = "google key" }, }, }