Skip to content

Commit a6aa638

Browse files
MaxDesiatovkateinoigakukun
authored andcommitted
Use lower Darwin platform versions in [email protected]
The current platform versions are set to values higher than necessary, and we should support older platforms for as long as possible with our current implementation.
1 parent 75c3b49 commit a6aa638

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

[email protected]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ let cliTarget = Target.executableTarget(
2020

2121
let package = Package(
2222
name: "WasmKit",
23-
platforms: [.macOS(.v15), .iOS(.v17)],
23+
platforms: [.macOS(.v14), .iOS(.v12)],
2424
products: [
2525
.executable(name: "wasmkit-cli", targets: ["CLI"]),
2626
.library(name: "WasmKit", targets: ["WasmKit"]),

0 commit comments

Comments
 (0)