Skip to content

Commit 1c14d1b

Browse files
Configured minimum requirements for other apple platforms
1 parent 78d0c32 commit 1c14d1b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Package.swift

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,10 @@ import PackageDescription
1818
let package = Package(
1919
name: "swift-webauthn",
2020
platforms: [
21-
.macOS(.v13)
21+
.macOS(.v13),
22+
.iOS(.v16),
23+
.tvOS(.v16),
24+
.watchOS(.v9),
2225
],
2326
products: [
2427
.library(name: "WebAuthn", targets: ["WebAuthn"])

0 commit comments

Comments
 (0)