macOS Sierra Version 10.12.5
Xcode Version 8.3.3 (8E3004b)
settings = { splashScreen = { enable = false }, orientation = { default = "portrait", supported = { "portrait", "portraitUpsideDown", }, }, android = { permissions = { { name = ".permission.C2D\_MESSAGE", protectionLevel = "signature" }, }, usesExpansionFile = false, usesPermissions = { "android.permission.INTERNET", "android.permission.VIBRATE", "android.permission.GET\_ACCOUNTS", "android.permission.CAMERA", "android.permission.RECEIVE\_BOOT\_COMPLETED", "android.permission.ACCESS\_NETWORK\_STATE", "android.permission.WRITE\_EXTERNAL\_STORAGE", "com.google.android.c2dm.permission.RECEIVE", --"com.android.vending.BILLING", ".permission.C2D\_MESSAGE", --"com.android.vending.CHECK\_LICENSE", }, }, iphone = { plist = { ------------------------------------------------- -- PUSH through OneSignal and Local PUSH UIBackgroundModes = {"remote-notification"}, -------------------------------------------------- FirebaseAppDelegateProxyEnabled = false, NSAppTransportSecurity = { NSAllowsArbitraryLoads = true }, UIAppFonts = { "Poland\_font.otf" }, CFBundleIconFile = "Icon.png", CFBundleDisplayName = "New App", CFBundleIconFiles = { "Icon.png", "Icon@2x.png", "Icon-Small-40.png", "Icon-Small-40@2x.png", "Icon-60.png", "Icon-60@2x.png", "Icon-72.png", "Icon-72@2x.png", "Icon-76.png", "Icon-76@2x.png", "Icon-Small-50.png", "Icon-Small-50@2x.png", "Icon-Small.png", "Icon-Small@2x.png" }, UIApplicationExitsOnSuspend = false, FacebookAppID = "0000000000000000", CFBundleURLTypes = { { CFBundleURLSchemes = { "fb0000000000000000", } } } } }, plugins = { -- key is the name passed to Lua's 'require()' ["CoronaProvider.analytics.flurry"] = { -- required publisherId = "com.coronalabs", }, --key is the name passed to Lua's 'require()' ["CoronaProvider.native.popup.social"] = { --required publisherId = "com.coronalabs", }, --[[["plugin.google.play.services"] = { publisherId = "com.coronalabs" }, --]] --[[--NEEDED FOR LOCAL PUSH ["plugin.notifications.v2"] = { publisherId = "com.coronalabs" }, --]] ------ OneSignal -------------------------------------------------------- ["plugin.OneSignal"] = { publisherId = "com.onesignal", }, --[[Omit if you're using 'plugin.googleAnalytics' ["plugin.google.play.services"] = { publisherId = "com.coronalabs", supportedPlatforms = { android=true, ["android-kindle"]=true }, }, --------------------------------------------------------------------------- --]] ["CoronaProvider.native.popup.activity"] = { publisherId = "com.coronalabs", supportedPlatforms = { iphone=true, ["iphone-sim"]=true }, }, }, }