-- -- For more information on build.settings, see the Project Build Settings guide at: -- https://docs.coronalabs.com/guide/distribution/buildSettings -- settings = { orientation = { -- Supported values for orientation: -- portrait, portraitUpsideDown, landscapeLeft, landscapeRight default = "landscapeRight", supported = { "landscapeRight","landscapeLeft", }, }, -- -- Android section -- android = { usesPermissions = { "android.permission.INTERNET", "android.permission.READ_PHONE_STATE", }, --googlePlayGamesAppId = "YOUR_APPLICATION_ID", }, -- -- iOS section -- iphone = { plist = { UIStatusBarHidden = true, UILaunchStoryboardName = "LaunchScreen", }, }, -- -- Plugins section -- plugins = { ["plugin.pasteboard"] = { publisherId = "com.coronalabs", }, ["plugin.utf8"] = { publisherId = "com.coronalabs" }, ["plugin.patcher"] = { publisherId = "com.roaminggamer" }, --["plugin.gpgs.v2"] = { -- publisherId = "com.coronalabs", --}, ["plugin.zip"] ={ publisherId = "com.coronalabs" }, ["plugin.openssl"] = { publisherId = "com.coronalabs", }, }, splashScreen = { enable = false }, -- -- Project section -- excludeFiles = { -- Exclude unnecessary files for each platform all = {"dev", "*.txt"} --, "Icon-*dpi.png", "Images.xcassets", "docs" --android = { "LaunchScreen.storyboardc", }, }, }