Skip to content

Commit b1f54cd

Browse files
authored
1 parent 4f17bf5 commit b1f54cd

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
@@ -8,7 +8,7 @@ let DarwinPlatforms: [Platform] = [.macOS, .iOS, .watchOS, .tvOS, .visionOS]
88

99
let package = Package(
1010
name: "WasmKit",
11-
platforms: [.macOS(.v14), .iOS(.v13)],
11+
platforms: [.macOS(.v14), .iOS(.v17)],
1212
products: [
1313
.executable(name: "wasmkit-cli", targets: ["CLI"]),
1414
.library(name: "WasmKit", targets: ["WasmKit"]),

0 commit comments

Comments
 (0)