Believe it was 2018.3258
xCode 9.3
OS X = 10.13.4
Since I do not use the UIRequiredDeviceCapabilities key it must be coming from Corona, post-build.?
settings = { splashScreen = { enable = false }, orientation = { default = "portrait", supported = { "portrait", "portraitUpsideDown" } }, iphone = { xcassets = "Images.xcassets", plist = { UIViewControllerBasedStatusBarAppearance = false, UIStatusBarHidden = true, UIPrerenderedIcon = false, -- set to false for "shine" overlay UIApplicationExitsOnSuspend = true, UILaunchImages = { { --iPhone 4 ["UILaunchImageMinimumOSVersion"] = "7.0", ["UILaunchImageName"] = "Default", ["UILaunchImageOrientation"] = "Portrait", ["UILaunchImageSize"] = "{320, 480}" }, { --iPhone 5 ["UILaunchImageMinimumOSVersion"] = "7.0", ["UILaunchImageName"] = "Default-568h", ["UILaunchImageOrientation"] = "Portrait", ["UILaunchImageSize"] = "{320, 568}" }, { --iPad portrait ["UILaunchImageMinimumOSVersion"] = "7.0", ["UILaunchImageName"] = "Default-Portrait", ["UILaunchImageOrientation"] = "Portrait", ["UILaunchImageSize"] = "{768, 1024}" }, { --iPhone 6 ["UILaunchImageMinimumOSVersion"] = "8.0", ["UILaunchImageName"] = "Default-667h", ["UILaunchImageOrientation"] = "Portrait", ["UILaunchImageSize"] = "{375, 667}" }, { --iPhone 6 Plus portrait ["UILaunchImageMinimumOSVersion"] = "8.0", ["UILaunchImageName"] = "Default-736h", ["UILaunchImageOrientation"] = "Portrait", ["UILaunchImageSize"] = "{414, 736}" } }, NSAppTransportSecurity = { NSExceptionDomains = { ["www.\<hidden\>.com"] = { NSIncludesSubdomains = true, NSThirdPartyExceptionAllowsInsecureHTTPLoads = true, }, }, }, }, }, -- Android permissions android = { versionCode = "10", usesPermissions = { "android.permission.INTERNET", "android.permission.WRITE\_EXTERNAL\_STORAGE", }, usesFeatures = { { name="android.hardware.camera", required=false }, { name="android.hardware.location", required=false }, { name="android.hardware.location.gps", required=false }, } }, plugins = { ["plugin.braintonik-dialog"] = { publisherId = "com.braintonik" }, ['plugin.texttospeech'] = {publisherId = "com.spiralcodestudio"}, ['plugin.progressRing'] = {publisherId = "com.schroederapps"}, }, }