From e2ada19a40ccd7a9a4d04441894ed63318631bd3 Mon Sep 17 00:00:00 2001 From: Joshua King Date: Mon, 14 Sep 2026 22:15:14 +0800 Subject: [PATCH 1/2] Add documentation and change note for updating the minimum iOS SDK version. --- changes/X.feature.md | 1 + docs/en/reference/platforms/iOS/xcode.md | 3 +++ 2 files changed, 4 insertions(+) create mode 100644 changes/X.feature.md diff --git a/changes/X.feature.md b/changes/X.feature.md new file mode 100644 index 000000000..53444a601 --- /dev/null +++ b/changes/X.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: From 5fa38627338c59431fd542da4bcd2ce963b64e3e Mon Sep 17 00:00:00 2001 From: Joshua King Date: Mon, 14 Sep 2026 22:40:52 +0800 Subject: [PATCH 2/2] Apply GitHub PR id to change note. --- changes/{X.feature.md => 3055.feature.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename changes/{X.feature.md => 3055.feature.md} (100%) diff --git a/changes/X.feature.md b/changes/3055.feature.md similarity index 100% rename from changes/X.feature.md rename to changes/3055.feature.md