We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents acb7a81 + 7eb0eb7 commit bb766aeCopy full SHA for bb766ae
Package.swift
@@ -16,12 +16,14 @@
16
import PackageDescription
17
18
let package = Package(
19
- name: "PasskeyDemo",
+ name: "WebAuthn",
20
platforms: [
21
- .macOS(.v12)
+ .macOS(.v12)
22
+ ],
23
+ products: [
24
+ .library(name: "WebAuthn", targets: ["WebAuthn"]),
25
],
26
dependencies: [
- // 💧 A server-side Swift web framework.
27
.package(url: "https://github.com/unrelentingtech/SwiftCBOR.git", from: "0.4.5"),
28
.package(url: "https://github.com/apple/swift-crypto.git", from: "2.0.0"),
29
.package(url: "https://github.com/apple/swift-log.git", from: "1.0.0"),
0 commit comments