Skip to content

Commit 76e03ae

Browse files
committed
missing deployment mins
1 parent d6d80d3 commit 76e03ae

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
@@ -4,7 +4,7 @@ import CompilerPluginSupport
44

55
let package:Package = .init(
66
name: "Swift unified codelink format",
7-
platforms: [.macOS(.v14)],
7+
platforms: [.macOS(.v15), .iOS(.v18), .tvOS(.v18), .visionOS(.v2), .watchOS(.v11)],
88
products: [
99
.library(name: "help", targets: ["help"]),
1010
.library(name: "proposals", targets: ["proposals"]),

0 commit comments

Comments
 (0)