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.
2 parents b7efc89 + 7d6215c commit 8ef3926Copy full SHA for 8ef3926
1 file changed
Package.swift
@@ -16,6 +16,7 @@ let target: Target = .target(
16
condition: .when(platforms: applePlatforms, traits: ["SQLCipher"]))
17
],
18
exclude: ["Info.plist"],
19
+ resources: [.copy("PrivacyInfo.xcprivacy")],
20
cSettings: [
21
.define("SQLITE_HAS_CODEC", .when(platforms: applePlatforms, traits: ["SQLCipher"]))
22
]
0 commit comments