Skip to content

Commit 59f3e8d

Browse files
bkhourijakepetroules
authored andcommitted
Update minimum deployment target to macOS 14
1 parent ea1f0c3 commit 59f3e8d

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)