-- Supported values for orientation: -- portrait, portraitUpsideDown, landscapeLeft, landscapeRight settings = { build = { neverStripDebugInfo = true, }, orientation = { default = "landscapeRight", supported = { "landscapeRight", "landscapeLeft" } }, splashScreen = { enable = true, image = "splash.jpg" }, iphone = { xcassets = "Images.xcassets", plist = { CFBundleShortVersionString = "1.0395", CFBundleIdentifier = "com.lincarton.magnum3", UIStatusBarHidden = false, UIPrerenderedIcon = true, -- set to false for "shine" overlay UIApplicationExitsOnSuspend = false, -- uncomment to quit app on suspend NSCalendarsUsageDescription = "Testing", NSPhotoLibraryUsageDescription = "Testing", NSCameraUsageDescription = "Testing", FacebookAppID = "XXXXXXXXXXXXXXXX", --replace XXXXXXXXXX with your Facebook App ID CFBundleURLTypes = { { CFBundleURLSchemes = { "fb521613554672433", --replace XXXXXXXXXX with your Facebook App ID "magnum3", "com.googleusercontent.apps.XXXXXXXXXX-k3acrr7jdq08ujai6ommir7fth8fgup7", "com.googleusercontent.apps.replace" } } }, -- Required launch image files/definitions table UILaunchImages = { { -- iPhone 4 LandscapeRight ["UILaunchImageMinimumOSVersion"] = "7.0", ["UILaunchImageName"] = "Default@2x", ["UILaunchImageOrientation"] = "LandscapeRight", ["UILaunchImageSize"] = "{320, 480}" }, { -- iPhone 5 LandscapeRight ["UILaunchImageMinimumOSVersion"] = "7.0", ["UILaunchImageName"] = "Default-Landscape-568h@2x", ["UILaunchImageOrientation"] = "LandscapeRight", ["UILaunchImageSize"] = "{320, 568}" }, { -- iPad LandscapeRight ["UILaunchImageMinimumOSVersion"] = "7.0", ["UILaunchImageName"] = "Default-Landscape", ["UILaunchImageOrientation"] = "LandscapeRight", ["UILaunchImageSize"] = "{768, 1024}" }, { -- iPhone 6 LandscapeRight ["UILaunchImageMinimumOSVersion"] = "8.0", ["UILaunchImageName"] = "Default-Landscape-667h@2x", ["UILaunchImageOrientation"] = "LandscapeRight", ["UILaunchImageSize"] = "{375, 667}" }, { -- iPhone 6 Plus LandscapeRight ["UILaunchImageMinimumOSVersion"] = "8.0", ["UILaunchImageName"] = "Default-Landscape-736h@3x", ["UILaunchImageOrientation"] = "LandscapeRight", ["UILaunchImageSize"] = "{414, 736}" }, { -- iPhone X LandscapeRight ["UILaunchImageMinimumOSVersion"] = "8.0", ["UILaunchImageName"] = "Default-Landscape-812h@3x", ["UILaunchImageOrientation"] = "LandscapeRight", ["UILaunchImageSize"] = "{375, 812}" }, { -- iPad Air Landscape Right --["UILaunchImageMinimumOSVersion"] = "9.0", ["UILaunchImageName"] = "Default-Landscape@2x", ["UILaunchImageOrientation"] = "LandscapeRight", ["UILaunchImageSize"] = "{768, 1024}" }, { -- iPad Pro Landscape Right ["UILaunchImageMinimumOSVersion"] = "9.0", ["UILaunchImageName"] = "Default-Landscape-1366@2x", ["UILaunchImageOrientation"] = "LandscapeRight", ["UILaunchImageSize"] = "{1024, 1366}" }, }, -- iOS app URL schemes: -- Whitelist Facebook Servers for Network Requests NSAppTransportSecurity = { NSAllowsArbitraryLoads = true, NSExceptionDomains = { ["sublogics.com"] = { NSIncludesSubdomains = true, NSThirdPartyExceptionAllowsInsecureHTTPLoads = true }, ["sublogics-stg.com"] = { NSIncludesSubdomains = true, NSThirdPartyExceptionAllowsInsecureHTTPLoads = true }, ["fbcdn.net"] = { NSIncludesSubdomains = true, NSExceptionRequiresForwardSecrecy = false, }, ["facebook.com"] = { NSIncludesSubdomains = true, NSExceptionRequiresForwardSecrecy = false, }, ["akamaihd.net"] = { NSIncludesSubdomains = true, NSExceptionRequiresForwardSecrecy = false, }, }, }, -- Whitelist Facebook Apps LSApplicationQueriesSchemes = { "fb", "fbapi20130214", "fbapi20130410", "fbapi20140410", "fbapi20140116", "fbapi20150313", "fbapi20150629", "fbapi", "fbauth", "fbauth2", "fb-messenger-api20140430", "fb-messenger-api", "fbshareextension" }, } }, android = { installLocation = "auto", useGoogleServicesJson = true, permissions = { { name = ".permission.C2D\_MESSAGE", protectionLevel = "signature" }, }, usesPermissions = { "com.android.vending.CHECK\_LICENSE", "com.android.vending.BILLING", "android.permission.INTERNET", "android.permission.WRITE\_EXTERNAL\_STORAGE", "android.permission.VIBRATE", "android.permission.ACCESS\_NETWORK\_STATE", "android.permission.GET\_ACCOUNTS", "android.permission.RECEIVE\_BOOT\_COMPLETED", "com.google.android.c2dm.permission.RECEIVE", ".permission.C2D\_MESSAGE", "android.permission.ACCESS\_COARSE\_LOCATION", }, facebookAppId = "521613554672433", -- Replace XXXXXXXXXX with your Facebook App ID largeHeap = true, }, plugins = { ["plugin.vibrator"] = { publisherId = "com.spiralcodestudio" }, ["plugin.google.iap.v3"] = { publisherId = "com.coronalabs", supportedPlatforms = { android=true, ["android-kindle"]=false } }, ["plugin.amazon.iap"] = { publisherId = "com.coronalabs", supportedPlatforms = { ["android-kindle"]=true }, }, ["plugin.zip"] = { publisherId = "com.coronalabs", }, ["plugin.twitter"] = { publisherId = "com.jasonschroeder", }, ["plugin.facebook.v4"] = { publisherId = "com.coronalabs" }, ["plugin.notifications"] = { publisherId = "com.coronalabs" }, --- --- Amazon rejected --- ["plugin.googleSignIn"] = { publisherId = "tech.scotth", }, -- Appodeal -- Base ["plugin.appodeal.beta.base"] = { publisherId = "com.coronalabs" }, ["plugin.appodeal.beta.AmazonAds"] = { publisherId = "com.coronalabs" }, ["plugin.appodeal.beta.GoogleAdMob"] = { publisherId = "com.coronalabs" }, ["plugin.appodeal.beta.TwitterMoPub"] = { publisherId = "com.coronalabs" }, ["plugin.appodeal.beta.StartApp"] = { publisherId = "com.coronalabs" }, -- Rewarded Video ["plugin.appodeal.beta.AdColony"] = { publisherId = "com.coronalabs" }, ["plugin.appodeal.beta.AppLovin"] = { publisherId = "com.coronalabs" }, ["plugin.appodeal.beta.Chartboost"] = { publisherId = "com.coronalabs" }, ["plugin.appodeal.beta.FacebookAudience"] = { publisherId = "com.coronalabs" }, ["plugin.appodeal.beta.Flurry"] = { publisherId = "com.coronalabs" }, ["plugin.appodeal.beta.InMobi"] = { publisherId = "com.coronalabs" }, ["plugin.appodeal.beta.IronSource"] = { publisherId = "com.coronalabs" }, ["plugin.appodeal.beta.Mobvista"] = { publisherId = "com.coronalabs" }, ["plugin.appodeal.beta.MyTarget"] = { publisherId = "com.coronalabs" }, ["plugin.appodeal.beta.StartApp"] = { publisherId = "com.coronalabs" }, ["plugin.appodeal.beta.Unity"] = { publisherId = "com.coronalabs" }, ["plugin.appodeal.beta.Vungle"] = { publisherId = "com.coronalabs" }, ["plugin.appodeal.beta.Tapjoy"] = { publisherId = "com.coronalabs" }, --- --- Amazon rejected --- --- --- Not use --- --[[["plugin.google.play.services"] = { publisherId = "com.coronalabs", supportedPlatforms = { android=true } }, ["plugin.googleAnalytics"] = { publisherId = "com.coronalabs", supportedPlatforms = { iphone=true, android=true } }, ]] }, excludeFiles = { all = { "Icon.png", "Icon-\*dpi.png", "Images.xcassets", "Thumbs.db" }, iphone = { "sounds/ogg/", "materials/\*" }, android = { "sounds/caf/", "materials", "LaunchScreen.storyboardc" }, }, }