Skip to content

Commit 49b1853

Browse files
authored
Update iOS platform version to 13
1 parent 4b6dfc0 commit 49b1853

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(.v14), .iOS(.v12)],
23+
platforms: [.macOS(.v14), .iOS(.v13)],
2424
products: [
2525
.executable(name: "wasmkit-cli", targets: ["CLI"]),
2626
.library(name: "WasmKit", targets: ["WasmKit"]),

0 commit comments

Comments
 (0)