Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions changes/3055.feature.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Newly created Briefcase iOS projects now set the Xcode minimum iOS version to 15.0 (from 13.0).
3 changes: 3 additions & 0 deletions docs/en/reference/platforms/iOS/xcode.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Loading