Skip to content

Commit 98726b9

Browse files
committed
Bump iOS deployment target to 17 to match dependencies
1 parent a9e09ef commit 98726b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ let package = Package(
104104
name: "SwiftPM",
105105
platforms: [
106106
.macOS(.v13),
107-
.iOS(.v16),
107+
.iOS(.v17),
108108
.macCatalyst(.v17),
109109
],
110110
products:

0 commit comments

Comments
 (0)