Skip to content

Commit

Permalink
fix file path
Browse files Browse the repository at this point in the history
  • Loading branch information
silvgabriel committed Apr 9, 2024
1 parent dc59a11 commit 722f254
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ let package = Package(
.product(name: "KeychainSwift", package: "keychain-swift")
],
resources: [
.copy("Sources/LMStorage/PrivacyInfo.xcprivacy")
.copy("PrivacyInfo.xcprivacy")
]
),
.testTarget(
Expand Down

0 comments on commit 722f254

Please sign in to comment.