Skip to content

Commit 91327db

Browse files
committed
linkedFramework
1 parent ac05b0c commit 91327db

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Package.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ let package = Package(
2020
dependencies: ["libCrypto", "libfido2", "libCbor"],
2121
path: "LibFido2Swift",
2222
linkerSettings: [
23-
.linkedLibrary("libCbor"),
24-
.linkedLibrary("libCrypto"),
25-
.linkedLibrary("libfido2"),
23+
.linkedFramework("libCbor"),
24+
.linkedFramework("libCrypto"),
25+
.linkedFramework("libfido2"),
2626
]
2727
),
2828
.binaryTarget(name: "libCbor", path: "./Frameworks/libCbor.xcframework"),

0 commit comments

Comments
 (0)