diff --git a/changes/3055.feature.md b/changes/3055.feature.md new file mode 100644 index 000000000..53444a601 --- /dev/null +++ b/changes/3055.feature.md @@ -0,0 +1 @@ +Newly created Briefcase iOS projects now set the Xcode minimum iOS version to 15.0 (from 13.0). diff --git a/docs/en/reference/platforms/iOS/xcode.md b/docs/en/reference/platforms/iOS/xcode.md index a9b423214..27b935dbe 100644 --- a/docs/en/reference/platforms/iOS/xcode.md +++ b/docs/en/reference/platforms/iOS/xcode.md @@ -119,6 +119,9 @@ Any Boolean or string value can be used for an `Info.plist` value. The minimum iOS version that the app will support. This controls the value of `IPHONEOS_DEPLOYMENT_TARGET` used when building the app. +The default version when unspecified is currently `15.0`. This affects the versions of Xcode and its included iOS SDK that will be supported, which are listed at Apple Developer's [Xcode SDKs and system requirements](https://developer.apple.com/xcode/system-requirements/) page. + + ## Permissions Briefcase cross-platform permissions map to the following [`info`][] keys: