Skip to content

Commit

Permalink
linkedFramework
Browse files Browse the repository at this point in the history
  • Loading branch information
hi2gage committed Oct 18, 2024
1 parent ac05b0c commit 91327db
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,9 @@ let package = Package(
dependencies: ["libCrypto", "libfido2", "libCbor"],
path: "LibFido2Swift",
linkerSettings: [
.linkedLibrary("libCbor"),
.linkedLibrary("libCrypto"),
.linkedLibrary("libfido2"),
.linkedFramework("libCbor"),
.linkedFramework("libCrypto"),
.linkedFramework("libfido2"),
]
),
.binaryTarget(name: "libCbor", path: "./Frameworks/libCbor.xcframework"),
Expand Down

0 comments on commit 91327db

Please sign in to comment.