Skip to content

Commit f8f9aa3

Browse files
committed
Update minimum deployment target to macOS 14
(cherry picked from commit 1dc9fbd)
1 parent 0a290ca commit f8f9aa3

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Package.swift

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,11 @@ func swiftSettings(languageMode: SwiftLanguageMode) -> [SwiftSetting] {
7070
let package = Package(
7171
name: "SwiftBuild",
7272
defaultLocalization: "en",
73-
platforms: [.macOS("13.0"), .iOS("17.0"), .macCatalyst("17.0")],
73+
platforms: [
74+
.macOS(.v14),
75+
.iOS("17.0"),
76+
.macCatalyst("17.0"),
77+
],
7478
products: [
7579
.executable(name: "swbuild", targets: ["swbuild"]),
7680
.executable(name: "SWBBuildServiceBundle", targets: ["SWBBuildServiceBundle"]),

0 commit comments

Comments
 (0)