Skip to content

Commit 722f254

Browse files
committed
fix file path
1 parent dc59a11 commit 722f254

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ let package = Package(
2323
.product(name: "KeychainSwift", package: "keychain-swift")
2424
],
2525
resources: [
26-
.copy("Sources/LMStorage/PrivacyInfo.xcprivacy")
26+
.copy("PrivacyInfo.xcprivacy")
2727
]
2828
),
2929
.testTarget(

0 commit comments

Comments
 (0)