Sure, here they are. I’ve hidden some of the values that are individual to us.
Thanks
Rob
-- Supported values for orientation: -- portrait, portraitUpsideDown, landscapeLeft, landscapeRight BuildVersion = "KS3" settings = { orientation = { default = "landscape", supported = { "landscape", "landscapeLeft", "landscapeRight" } }, iphone = { plist = { UIApplicationExitsOnSuspend = false, UIAppFonts = { "BurstMyBubbleCustom-Bold.otf", "DoodleMaths-Regular.otf", "Pointfree-Regular.otf", "digitaldisplaytfb-Regular.otf" }, CFBundleLocalizations = { "en", -- english }, CFBundleDisplayName = "DoodleM", CFBundleName = "DoodleMaths", UIStatusBarHidden = false, UIPrerenderedIcon = true, -- set to false for "shine" overlay --UIApplicationExitsOnSuspend = true, -- uncomment to quit app on suspend --icon image files table 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" }, --launch image files table UILaunchImages = { { -- iPhone 4 Portrait ["UILaunchImageMinimumOSVersion"] = "7.0", ["UILaunchImageName"] = "Default", ["UILaunchImageOrientation"] = "Portrait", ["UILaunchImageSize"] = "{320, 480}" }, { -- iPhone 4 LandscapeLeft ["UILaunchImageMinimumOSVersion"] = "7.0", ["UILaunchImageName"] = "Default", ["UILaunchImageOrientation"] = "LandscapeLeft", ["UILaunchImageSize"] = "{320, 480}" }, { -- iPhone 4 LandscapeRight ["UILaunchImageMinimumOSVersion"] = "7.0", ["UILaunchImageName"] = "Default", ["UILaunchImageOrientation"] = "LandscapeRight", ["UILaunchImageSize"] = "{320, 480}" }, { -- iPhone 5 Portrait ["UILaunchImageMinimumOSVersion"] = "7.0", ["UILaunchImageName"] = "Default-568h", ["UILaunchImageOrientation"] = "Portrait", ["UILaunchImageSize"] = "{320, 568}" }, { -- iPhone 5 LandscapeLeft ["UILaunchImageMinimumOSVersion"] = "7.0", ["UILaunchImageName"] = "Default-568h", ["UILaunchImageOrientation"] = "LandscapeLeft", ["UILaunchImageSize"] = "{320, 568}" }, { -- iPhone 5 LandscapeRight ["UILaunchImageMinimumOSVersion"] = "7.0", ["UILaunchImageName"] = "Default-568h", ["UILaunchImageOrientation"] = "LandscapeRight", ["UILaunchImageSize"] = "{320, 568}" }, { -- iPad Portrait ["UILaunchImageMinimumOSVersion"] = "7.0", ["UILaunchImageName"] = "Default-Portrait", ["UILaunchImageOrientation"] = "Portrait", ["UILaunchImageSize"] = "{768, 1024}" }, { -- iPad LandscapeLeft ["UILaunchImageMinimumOSVersion"] = "7.0", ["UILaunchImageName"] = "Default-Landscape", ["UILaunchImageOrientation"] = "LandscapeLeft", ["UILaunchImageSize"] = "{768, 1024}" }, { -- iPad LandscapeRight ["UILaunchImageMinimumOSVersion"] = "7.0", ["UILaunchImageName"] = "Default-Landscape", ["UILaunchImageOrientation"] = "LandscapeRight", ["UILaunchImageSize"] = "{768, 1024}" }, { -- iPhone 6 Portrait ["UILaunchImageMinimumOSVersion"] = "8.0", ["UILaunchImageName"] = "Default-667h", ["UILaunchImageOrientation"] = "Portrait", ["UILaunchImageSize"] = "{375, 667}" }, { -- iPhone 6 LandscapeLeft ["UILaunchImageMinimumOSVersion"] = "8.0", ["UILaunchImageName"] = "Default-667h", ["UILaunchImageOrientation"] = "LandscapeLeft", ["UILaunchImageSize"] = "{375, 667}" }, { -- iPhone 6 LandscapeRight ["UILaunchImageMinimumOSVersion"] = "8.0", ["UILaunchImageName"] = "Default-667h", ["UILaunchImageOrientation"] = "LandscapeRight", ["UILaunchImageSize"] = "{375, 667}" }, { -- iPhone 6 Plus Portrait ["UILaunchImageMinimumOSVersion"] = "8.0", ["UILaunchImageName"] = "Default-736h", ["UILaunchImageOrientation"] = "Portrait", ["UILaunchImageSize"] = "{414, 736}" }, { -- iPhone 6 Plus LandscapeLeft ["UILaunchImageMinimumOSVersion"] = "8.0", ["UILaunchImageName"] = "Default-Landscape-736h", ["UILaunchImageOrientation"] = "LandscapeLeft", ["UILaunchImageSize"] = "{414, 736}" }, { -- iPhone 6 Plus LandscapeRight ["UILaunchImageMinimumOSVersion"] = "8.0", ["UILaunchImageName"] = "Default-Landscape-736h", ["UILaunchImageOrientation"] = "LandscapeRight", ["UILaunchImageSize"] = "{414, 736}" }, }, NSAppTransportSecurity = { NSExceptionDomains = { ["fbcdn.net"] = { NSIncludesSubdomains = true, NSExceptionRequiresForwardSecrecy = false, }, ["facebook.com"] = { NSIncludesSubdomains = true, NSExceptionRequiresForwardSecrecy = false, }, ["akamaihd.net"] = { NSIncludesSubdomains = true, NSExceptionRequiresForwardSecrecy = false, }, }, }, -- Whitelist Facebook Apps LSApplicationQueriesSchemes = { "fb", "fbapi\*\*", "fbapi\*\*", "fbapi\*\*", "fbapi\*\*", "fbapi\*\*", "fbapi\*\*", "fbauth", "fbauth2", "fb-messenger-api\*\*", } -- hidden for security } }, -- Android permissions android = { usesExpansionFile = false, permissions = { { name = ".permission.C2D\_MESSAGE", protectionLevel = "signature" }, }, usesPermissions = { "com.android.vending.BILLING", "android.permission.INTERNET", "android.permission.GET\_ACCOUNTS", "android.permission.RECEIVE\_BOOT\_COMPLETED", "com.google.android.c2dm.permission.RECEIVE", ".permission.C2D\_MESSAGE", "com.android.vending.CHECK\_LICENSE", -- may not need to comment out this line for the android devices that don't use google play "android.permission.WRITE\_EXTERNAL\_STORAGE" }, }, plugins = { ["plugin.google.iap.v3"] = { publisherId = "com.coronalabs", supportedPlatforms = { android=true } }, ["plugin.amazon.iap"] = { publisherId = "com.coronalabs", supportedPlatforms = { ["android-kindle"]=true } }, ["CoronaProvider.analytics.flurry"] = { publisherId = "com.coronalabs" }, ["plugin.notifications"] = { publisherId = "com.coronalabs" }, ["plugin.google.play.services"] = { publisherId = "com.coronalabs" }, ["plugin.facebook.v4"] = { publisherId = "com.coronalabs" }, }, } versionedSettings = { ["excludeFilesKS1"] = { all = { "ImageSizeLister", "AssetSwapper", "CSVDatabases/\*\*" }, iphone = { "\*KS1\*", "\*KS2\*", "\*KS3\*", "\*Overlay/cat\*.png", "\*Overlay/fish\*.png", "\*Overlay/penguin\*.png", "\*Overlay/rabbit\*.png", "Keystore/\*.keystore" }, android = { "KS1Exercise Images/\*\*", "KS1Pet Page/\*\*", "KS1Topic Explanations/\*\*", "KS2Exercise Images/\*\*", "KS2Pet Page/\*\*", "KS2Topic Explanations/\*\*", "KS3Exercise Images/\*\*", "KS3Pet Page/\*\*", "KS3Topic Explanations/\*\*", "Audio/KS2Topic Explanations/\*\*", "Audio/KS3Topic Explanations/\*\*", "Backgrounds/KS3\*\*", "Backgrounds/KS2\*\*", "Buttons/KS3\*\*", "Buttons/KS2\*\*", "Miscellaneous/KS3\*\*", "Miscellaneous/KS2\*\*", "Titles/KS3\*\*", "Titles/KS2\*\*", "fish\*.png", "penguin\*.png", "rabbit\*.png", "KS2Icon\*.png", "KS3Icon\*.png", "KS2\*.png", "CurrentStateVariableMapping.txt", "KS1\*.ccscene", "KS3\*.ccscene", "KS2\*.ccscene", "Keystore/\*.keystore" } }, ["excludeFilesKS2"] = { all = { "ImageSizeLister", "AssetSwapper", "CSVDatabases/\*\*" }, iphone = { "\*KS1\*", "\*KS2\*", "\*KS3\*", "\*Overlay/coach\*", "Keystore/\*.keystore" }, android = { "KS1Exercise Images/\*\*", "KS1Pet Page/\*\*", "KS1Topic Explanations/\*\*", "KS2Exercise Images/\*\*", "KS2Pet Page/\*\*", "KS2Topic Explanations/\*\*", "KS3Exercise Images/\*\*", "KS3Pet Page/\*\*", "KS3Topic Explanations/\*\*", "Audio/KS1Topic Explanations/\*\*", "Audio/KS2Topic Explanations/\*\*", "Audio/KS3Topic Explanations/\*\*", "Backgrounds/KS1\*\*", "Backgrounds/KS3\*\*", "Backgrounds/KS2\*\*", "Buttons/KS1\*\*", "Buttons/KS3\*\*", "Buttons/KS2\*\*", "Miscellaneous/KS1\*\*", "Miscellaneous/KS3\*\*", "Miscellaneous/KS2\*\*", "Titles/KS1\*\*", "Titles/KS3\*\*", "Titles/KS2\*\*", "coach\*.png", "KS1Icon\*.png", "KS2Icon\*.png", "KS3Icon\*.png", "KS1\*.png", "KS3\*.png", "CurrentStateVariableMapping.txt", "KS1\*.ccscene", "KS3\*.ccscene", "KS2\*.ccscene", "KS3\*.ccscene", "KS2\*.ccscene", "Keystore/\*.keystore" } }, ["excludeFilesKS3"] = { all = { "ImageSizeLister", "AssetSwapper", "CSVDatabases/\*\*" }, iphone = { "\*KS1\*", "\*KS2\*", "\*KS3\*", "\*Overlay/cat\*.png", "\*Overlay/fish\*.png", "\*Overlay/penguin\*.png", "\*Overlay/rabbit\*.png", "Keystore/\*.keystore" }, android = { "KS1Exercise Images/\*\*", "KS1Pet Page/\*\*", "KS1Topic Explanations/\*\*", "KS2Exercise Images/\*\*", "KS2Pet Page/\*\*", "KS2Topic Explanations/\*\*", "KS3Exercise Images/\*\*", "KS3Pet Page/\*\*", "KS3Topic Explanations/\*\*", "Audio/KS2Topic Explanations/\*\*", "Audio/KS3Topic Explanations/\*\*", "Backgrounds/KS3\*\*", "Backgrounds/KS2\*\*", "Buttons/KS3\*\*", "Buttons/KS2\*\*", "Miscellaneous/KS3\*\*", "Miscellaneous/KS2\*\*", "Titles/KS3\*\*", "Titles/KS2\*\*", "fish\*.png", "penguin\*.png", "rabbit\*.png", "KS2Icon\*.png", "KS3Icon\*.png", "KS2\*.png", "CurrentStateVariableMapping.txt", "KS1\*.ccscene", "KS3\*.ccscene", "KS2\*.ccscene", "Keystore/\*.keystore" } }, ["CFBundleIdentifierKS1"] = "\*\*\*", -- hidden for security ["CFBundleIdentifierKS2"] = "\*\*\*", -- hidden for security ["CFBundleIdentifierKS3"] = "\*\*\*", -- hidden for security ["FacebookAppIDKS1"] = "\*\*\*", -- hidden for security ["FacebookAppIDKS2"] = "\*\*\*", -- hidden for security ["FacebookAppIDKS3"] = "\*\*\*", -- hidden for security } settings.excludeFiles = versionedSettings["excludeFiles"..BuildVersion] settings.iphone.plist.CFBundleIdentifier = versionedSettings["CFBundleIdentifier"..BuildVersion] settings.iphone.plist.FacebookAppID = versionedSettings["FacebookAppID"..BuildVersion] settings.android.facebookAppId = versionedSettings["FacebookAppID"..BuildVersion] settings.iphone.plist.CFBundleURLTypes = { { CFBundleURLSchemes = { "fb"..versionedSettings["FacebookAppID"..BuildVersion], } } } settings.iphone.plist["URL types"] = { item = { ["URL Schemes"] = { ["Item 0"] = "fb"..versionedSettings["FacebookAppID"..BuildVersion] }, }, }