Skip to content

Commit 45730e4

Browse files
committed
Update configs for ios17
1 parent ff338c4 commit 45730e4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-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
],

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)