Skip to content

Commit

Permalink
Add PrivacyInfo.xcprivacy (#637)
Browse files Browse the repository at this point in the history
* Add PrivacyInfo.xcprivacy

* Copy privacy manifest in package
  • Loading branch information
garricn committed Apr 29, 2024
1 parent ef54792 commit afe4e35
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
1 change: 1 addition & 0 deletions Package.swift
Expand Up @@ -27,6 +27,7 @@ let package = Package(
name: "PINRemoteImage",
dependencies: ["PINCache", "libwebp"],
path: "Source/Classes",
resources: [.copy("../PrivacyInfo.xcprivacy")],
publicHeadersPath: "include",
cSettings: [
.headerSearchPath("."),
Expand Down
23 changes: 23 additions & 0 deletions PrivacyInfo.xcprivacy
@@ -0,0 +1,23 @@
<?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>
<key>NSPrivacyAccessedAPIType</key>
<string>NSPrivacyAccessedAPICategoryUserDefaults</string>
<key>NSPrivacyAccessedAPITypeReasons</key>
<array>
<string>C56D.1</string>
</array>
</dict>
</array>
</dict>
</plist>

0 comments on commit afe4e35

Please sign in to comment.