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.
1 parent dc59a11 commit 722f254Copy full SHA for 722f254
Package.swift
@@ -23,7 +23,7 @@ let package = Package(
23
.product(name: "KeychainSwift", package: "keychain-swift")
24
],
25
resources: [
26
- .copy("Sources/LMStorage/PrivacyInfo.xcprivacy")
+ .copy("PrivacyInfo.xcprivacy")
27
]
28
),
29
.testTarget(
0 commit comments