Skip to content

Commit 0c0eb26

Browse files
bkhourijakepetroules
authored andcommitted
Update minimum deployment target to macOS 14
1 parent b79d617 commit 0c0eb26

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)