From afe4e355a9233291e9534e692011ccb1f0646076 Mon Sep 17 00:00:00 2001 From: "Garric G. Nahapetian" Date: Mon, 29 Apr 2024 10:44:10 -0700 Subject: [PATCH] Add PrivacyInfo.xcprivacy (#637) * Add PrivacyInfo.xcprivacy * Copy privacy manifest in package --- Package.swift | 1 + PrivacyInfo.xcprivacy | 23 +++++++++++++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 PrivacyInfo.xcprivacy diff --git a/Package.swift b/Package.swift index 5df49555..f4f4f5a5 100644 --- a/Package.swift +++ b/Package.swift @@ -27,6 +27,7 @@ let package = Package( name: "PINRemoteImage", dependencies: ["PINCache", "libwebp"], path: "Source/Classes", + resources: [.copy("../PrivacyInfo.xcprivacy")], publicHeadersPath: "include", cSettings: [ .headerSearchPath("."), diff --git a/PrivacyInfo.xcprivacy b/PrivacyInfo.xcprivacy new file mode 100644 index 00000000..7beabeb1 --- /dev/null +++ b/PrivacyInfo.xcprivacy @@ -0,0 +1,23 @@ + + + + + NSPrivacyTracking + + NSPrivacyTrackingDomains + + NSPrivacyCollectedDataTypes + + NSPrivacyAccessedAPITypes + + + NSPrivacyAccessedAPIType + NSPrivacyAccessedAPICategoryUserDefaults + NSPrivacyAccessedAPITypeReasons + + C56D.1 + + + + +