Skip to content

Commit

Permalink
Add PrivacyInfo.xcprivacy
Browse files Browse the repository at this point in the history
  • Loading branch information
krzyzanowskim committed Jan 7, 2024
1 parent 3e56b61 commit d7de7d7
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ let package = Package(
)
],
targets: [
.target(name: "CryptoSwift"),
.target(name: "CryptoSwift", resources: [.copy("PrivacyInfo.xcprivacy")]),
.testTarget(name: "CryptoSwiftTests", dependencies: ["CryptoSwift"]),
.testTarget(name: "TestsPerformance", dependencies: ["CryptoSwift"])
],
Expand Down
14 changes: 14 additions & 0 deletions Sources/CryptoSwift/PrivacyInfo.xcprivacy
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>NSPrivacyTracking</key>
<false/>
<key>NSPrivacyTrackingDomains</key>
<array/>
<key>NSPrivacyCollectedDataTypes</key>
<array/>
<key>NSPrivacyAccessedAPITypes</key>
<array/>
</dict>
</plist>

0 comments on commit d7de7d7

Please sign in to comment.