Skip to content

Commit 870f042

Browse files
committed
Update minimum deployment target to macOS 14
1 parent 4bc76e0 commit 870f042

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ if shoudUseSwiftBuildFramework {
130130
let package = Package(
131131
name: "SwiftPM",
132132
platforms: [
133-
.macOS(.v13),
133+
.macOS(.v14),
134134
.iOS(.v17),
135135
.macCatalyst(.v17),
136136
],

0 commit comments

Comments
 (0)