From c3dc4453d40eac865b6a63c3846fcda98479ebd2 Mon Sep 17 00:00:00 2001 From: Brad Slayter Date: Tue, 19 Sep 2023 08:31:53 -0500 Subject: [PATCH] Add privacy manifest file (#474) * Add privacy manifest file * Copy manifest file --- Package.swift | 3 ++- PrivacyInfo.xcprivacy | 21 +++++++++++++++++++++ 2 files changed, 23 insertions(+), 1 deletion(-) create mode 100644 PrivacyInfo.xcprivacy diff --git a/Package.swift b/Package.swift index de1e29599..b9bc04e7e 100644 --- a/Package.swift +++ b/Package.swift @@ -59,7 +59,8 @@ let package = Package( resources: [ .process("ContentBlocking/UserScripts/contentblockerrules.js"), .process("ContentBlocking/UserScripts/surrogates.js"), - .process("SmarterEncryption/Store/HTTPSUpgrade.xcdatamodeld") + .process("SmarterEncryption/Store/HTTPSUpgrade.xcdatamodeld"), + .copy("../../PrivacyInfo.xcprivacy") ], swiftSettings: [ .define("DEBUG", .when(configuration: .debug)) diff --git a/PrivacyInfo.xcprivacy b/PrivacyInfo.xcprivacy new file mode 100644 index 000000000..1a3f808df --- /dev/null +++ b/PrivacyInfo.xcprivacy @@ -0,0 +1,21 @@ + + + + + NSPrivacyTracking + + NSPrivacyTrackingDomains + + NSPrivacyAccessedAPITypes + + + NSPrivacyAccessedAPITypeReasons + + CA92.1 + + NSPrivacyAccessedAPIType + NSPrivacyAccessedAPICategoryUserDefaults + + + +