From cdd9558436e4f5021bfcc2821eb37c410caa8ef5 Mon Sep 17 00:00:00 2001 From: Balazs Perlaki-Horvath Date: Sat, 4 May 2024 00:45:10 +0200 Subject: [PATCH] Separate PrivacyInfo path for iOS and macOS --- Contents/Resources/PrivacyInfo.xcprivacy | 66 ++++++++++++++++++++++++ project.yml | 8 +++ 2 files changed, 74 insertions(+) create mode 100644 Contents/Resources/PrivacyInfo.xcprivacy diff --git a/Contents/Resources/PrivacyInfo.xcprivacy b/Contents/Resources/PrivacyInfo.xcprivacy new file mode 100644 index 00000000..fa6605e7 --- /dev/null +++ b/Contents/Resources/PrivacyInfo.xcprivacy @@ -0,0 +1,66 @@ + + + + + NSPrivacyCollectedDataTypes + + + NSPrivacyCollectedDataType + NSPrivacyCollectedDataTypeProductInteraction + NSPrivacyCollectedDataTypeLinked + + NSPrivacyCollectedDataTypeTracking + + NSPrivacyCollectedDataTypePurposes + + NSPrivacyCollectedDataTypePurposeAppFunctionality + + + + NSPrivacyCollectedDataType + NSPrivacyCollectedDataTypeSearchHistory + NSPrivacyCollectedDataTypeLinked + + NSPrivacyCollectedDataTypeTracking + + NSPrivacyCollectedDataTypePurposes + + NSPrivacyCollectedDataTypePurposeAppFunctionality + + + + NSPrivacyAccessedAPITypes + + + NSPrivacyAccessedAPIType + NSPrivacyAccessedAPICategoryFileTimestamp + NSPrivacyAccessedAPITypeReasons + + DDA9.1 + C617.1 + 3B52.1 + + + + NSPrivacyAccessedAPITypeReasons + + E174.1 + + NSPrivacyAccessedAPIType + NSPrivacyAccessedAPICategoryDiskSpace + + + NSPrivacyAccessedAPIType + NSPrivacyAccessedAPICategoryUserDefaults + NSPrivacyAccessedAPITypeReasons + + CA92.1 + + + + NSPrivacyTrackingDomains + + NSPrivacyTracking + + + diff --git a/project.yml b/project.yml index f235fbef..aaedbd09 100644 --- a/project.yml +++ b/project.yml @@ -89,6 +89,14 @@ targetTemplates: - path: ViewModel - path: Views - path: PrivacyInfo.xcprivacy + destinationFilters: + - iOS + - path: Contents + includes: + - Resources + - Resources/PrivacyInfo.xcprivacy + destinationFilters: + - macOS targets: Kiwix: