File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ let package = Package(
2727 name: " PINRemoteImage " ,
2828 dependencies: [ " PINCache " , " libwebp " ] ,
2929 path: " Source/Classes " ,
30+ resources: [ . copy( " ../PrivacyInfo.xcprivacy " ) ] ,
3031 publicHeadersPath: " include " ,
3132 cSettings: [
3233 . headerSearchPath( " . " ) ,
Original file line number Diff line number Diff line change 1+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2+ <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
3+ <plist version =" 1.0" >
4+ <dict >
5+ <key >NSPrivacyTracking</key >
6+ <false />
7+ <key >NSPrivacyTrackingDomains</key >
8+ <array />
9+ <key >NSPrivacyCollectedDataTypes</key >
10+ <array />
11+ <key >NSPrivacyAccessedAPITypes</key >
12+ <array >
13+ <dict >
14+ <key >NSPrivacyAccessedAPIType</key >
15+ <string >NSPrivacyAccessedAPICategoryUserDefaults</string >
16+ <key >NSPrivacyAccessedAPITypeReasons</key >
17+ <array >
18+ <string >C56D.1</string >
19+ </array >
20+ </dict >
21+ </array >
22+ </dict >
23+ </plist >
You can’t perform that action at this time.
0 commit comments