Skip to content

Commit cdc327f

Browse files
authored
[WCiOS17] Bump minimum deployment target to iOS17 (#16003)
2 parents 5512e0d + 1282948 commit cdc327f

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

Modules/Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ let package = Package(
66
name: "Modules",
77
platforms: [
88
// Keep in sync with Common.xcconfig
9-
.iOS(.v16),
9+
.iOS(.v17),
1010
.macOS(.v10_14),
1111
.watchOS(.v9),
1212
],

RELEASE-NOTES.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
23.1
55
-----
66
- [internal] Remove oldest (<30) core data models [https://github.com/woocommerce/woocommerce-ios/pull/15987]
7+
- [***] Increased app's minimum deployment target to iOS17 [https://github.com/woocommerce/woocommerce-ios/pull/16003]
78
- [*] Jetpack setup: Native experience for the connection step [https://github.com/woocommerce/woocommerce-ios/pull/15983]
89
- [*] Payments: Updated the In-Person Payments `Learn More` redirection to display the correct page based on the selected payment provider [https://github.com/woocommerce/woocommerce-ios/pull/15998]
910
- [*] Add "POS" label in Most recent orders in My store dashboard [https://github.com/woocommerce/woocommerce-ios/pull/16006]

config/Common.xcconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33

44
// The deployment targets are currently duplicated in Modules/Package.swift.
55
// If you change them here, make sure to update them there, too.
6-
IPHONEOS_DEPLOYMENT_TARGET = 16.0
6+
IPHONEOS_DEPLOYMENT_TARGET = 17.0
77
MACOSX_DEPLOYMENT_TARGET = 14.0
88
WATCHOS_DEPLOYMENT_TARGET = 9.0

0 commit comments

Comments
 (0)