Skip to content

Commit 4c00e25

Browse files
Fix build on macOS
1 parent ee18872 commit 4c00e25

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Plugins/PackageToJS/Package.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ import PackageDescription
44

55
let package = Package(
66
name: "PackageToJS",
7+
platforms: [.macOS(.v13)],
78
targets: [
89
.target(name: "PackageToJS"),
910
.testTarget(name: "PackageToJSTests", dependencies: ["PackageToJS"]),

0 commit comments

Comments
 (0)