Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- settings = {
- build = {
- neverStripDebugInfo = true
- },
- splashScreen =
- {
- ios = {
- enable = false
- },
- android = {
- enable = true,
- image = '[email protected]'
- }
- },
- orientation = {
- default = "landscapeRight",
- supported = { "landscapeRight", "landscapeLeft" }
- },
- excludeFiles =
- {
- iphone = { "Icon-*dpi.png", "*.bat", "*.ogg", "*.mp3", "*.wav", "*.m3u" },
- android = { "*@2x.png", "*@3x.png", "*.bat", "*.aac", "*.mp3", "*.wav", "*.m3u" }
- },
- plugins =
- {
- ["plugin.utf8"] = { publisherId = "com.coronalabs" },
- ["plugin.bit"] = { publisherId = "com.coronalabs" },
- ["plugin.openssl"] = { publisherId = "com.coronalabs" },
- ["plugin.unityads"] = { publisherId = "com.coronalabs", supportedPlatforms = { iphone=true, android=true } },
- ["plugin.facebook.v4a"] = { publisherId = "com.coronalabs" },
- ["plugin.gameanalytics_v2"] = { publisherId = "com.gameanalytics", supportedPlatforms = { iphone=true, android=true } },
- ["CoronaProvider.ads.vungle"] = { publisherId = "com.vungle" , supportedPlatforms = { iphone = true, android = true } },
- ["plugin.google.play.services"] = { publisherId = "com.coronalabs" },
- ["plugin.google.iap.v3"] = { publisherId = "com.coronalabs", supportedPlatforms = { android = true } },
- ["CoronaProvider.gameNetwork.apple"] = { publisherId = "com.coronalabs", supportedPlatforms = { iphone = true, ["iphone-sim"] = true } },
- ["plugin.applovin"] = { publisherId = "com.coronalabs", supportedPlatforms = { iphone = true, android = true, osx = true, ["win32-sim"] = true } },
- },
- iphone = {
- xcassets = "Images.xcassets",
- plist = {
- FacebookAppID = "[REMOVED]", --replace XXXXXXXXXX with your Facebook App ID
- CFBundleURLTypes =
- {
- { CFBundleURLSchemes = { "[REMOVED]", } } --replace XXXXXXXXXX with your Facebook App ID
- },
- NSAppTransportSecurity =
- {
- NSAllowsArbitraryLoads = true,
- NSExceptionDomains =
- {
- ["fbcdn.net"] =
- {
- NSIncludesSubdomains = true,
- NSExceptionRequiresForwardSecrecy = false,
- },
- ["facebook.com"] =
- {
- NSIncludesSubdomains = true,
- NSExceptionRequiresForwardSecrecy = false,
- },
- ["akamaihd.net"] =
- {
- NSIncludesSubdomains = true,
- NSExceptionRequiresForwardSecrecy = false,
- },
- },
- },
- LSApplicationQueriesSchemes =
- {
- "fb",
- "fbapi",
- "fbapi20130214",
- "fbapi20130410",
- "fbapi20140410",
- "fbapi20140116",
- "fbapi20150313",
- "fbapi20150629",
- "fbauth",
- "fbauth2",
- "fb-messenger-api",
- "fbshareextension",
- "fb-messenger-api20140430",
- },
- CFBundleDisplayName = "Case Clicker",
- CFBundleName = "Case Clicker",
- MinimumOSVersion = "8.0",
- UILaunchStoryboardName = "LaunchScreen",
- UIStatusBarHidden = true,
- UIPrerenderedIcon = true, -- set to false for "shine" overlay
- UIApplicationExitsOnSuspend = false, -- uncomment to quit app on suspend
- ITSAppUsesNonExemptEncryption = false,
- }
- },
- android =
- {
- largeHeap = true,
- facebookAppId = "[REMOVED]",
- googlePlayGamesAppId = "[REMOVED]",
- usesPermissions =
- {
- "com.android.vending.BILLING",
- "com.android.vending.CHECK_LICENSE"
- },
- },
- androidPermissions = {
- "android.permission.INTERNET",
- "android.permission.WRITE_EXTERNAL_STORAGE",
- "android.permission.ACCESS_NETWORK_STATE",
- },
- license =
- {
- google =
- {
- key = "[REMOVED]",
- policy = "serverManaged",
- },
- },
- }
Advertisement
Add Comment
Please, Sign In to add comment