From d74db16a8a0a6dae3c056645b481e2aef5f58267 Mon Sep 17 00:00:00 2001 From: Pasin Suriyentrakorn Date: Mon, 18 Mar 2024 07:53:23 -0700 Subject: [PATCH] CBL-5527 : Add all keys to the Privacy Manifest file (#3259) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit NSPrivacyAccessedAPITypes and NSPrivacyCollectedDataTypes are required for generating the App’s privacy report even though in the Apple doc, the only required key for 3rd party SDK is NSPrivacyAccessedAPITypes. This commit adds all keys in case the other keys are required in the future by Apple. --- Resources/PrivacyInfo.xcprivacy | 32 +++++++++++++++++++------------- 1 file changed, 19 insertions(+), 13 deletions(-) diff --git a/Resources/PrivacyInfo.xcprivacy b/Resources/PrivacyInfo.xcprivacy index fe840a043..6cb5e9158 100644 --- a/Resources/PrivacyInfo.xcprivacy +++ b/Resources/PrivacyInfo.xcprivacy @@ -1,17 +1,23 @@ - - NSPrivacyAccessedAPITypes - - - NSPrivacyAccessedAPIType - NSPrivacyAccessedAPICategoryFileTimestamp - NSPrivacyAccessedAPITypeReasons - - C617.1 - - - - + + NSPrivacyTracking + + NSPrivacyTrackingDomains + + NSPrivacyCollectedDataTypes + + NSPrivacyAccessedAPITypes + + + NSPrivacyAccessedAPIType + NSPrivacyAccessedAPICategoryFileTimestamp + NSPrivacyAccessedAPITypeReasons + + C617.1 + + + +