Skip to content

Commit bb766ae

Browse files
authored
Merge pull request #1 from Sherlouk/patch-1
2 parents acb7a81 + 7eb0eb7 commit bb766ae

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

Package.swift

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,14 @@
1616
import PackageDescription
1717

1818
let package = Package(
19-
name: "PasskeyDemo",
19+
name: "WebAuthn",
2020
platforms: [
21-
.macOS(.v12)
21+
.macOS(.v12)
22+
],
23+
products: [
24+
.library(name: "WebAuthn", targets: ["WebAuthn"]),
2225
],
2326
dependencies: [
24-
// 💧 A server-side Swift web framework.
2527
.package(url: "https://github.com/unrelentingtech/SwiftCBOR.git", from: "0.4.5"),
2628
.package(url: "https://github.com/apple/swift-crypto.git", from: "2.0.0"),
2729
.package(url: "https://github.com/apple/swift-log.git", from: "1.0.0"),

0 commit comments

Comments
 (0)