Skip to content

Commit 8ef3926

Browse files
authored
Merge pull request #1344 from alexey1312/alexey1312/fix_warning
Add PrivacyInfo.xcprivacy as a resource to fix SPM warning
2 parents b7efc89 + 7d6215c commit 8ef3926

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Package.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ let target: Target = .target(
1616
condition: .when(platforms: applePlatforms, traits: ["SQLCipher"]))
1717
],
1818
exclude: ["Info.plist"],
19+
resources: [.copy("PrivacyInfo.xcprivacy")],
1920
cSettings: [
2021
.define("SQLITE_HAS_CODEC", .when(platforms: applePlatforms, traits: ["SQLCipher"]))
2122
]

0 commit comments

Comments
 (0)