From 6353ecf381d6e4c6dae707c40f5371eebf474a9c Mon Sep 17 00:00:00 2001 From: wutschel Date: Fri, 15 Mar 2024 19:00:53 +0100 Subject: [PATCH] Declare NSPrivacyAccessedAPITypes NSPrivacyAccessedAPICategoryFileTimestamp with C617.1 because the image cache deletes aged files from image cache. NSPrivacyAccessedAPICategoryUserDefaults and CA92.1 as we access the app's settings. Revert "Declare NSPrivacyAccessedAPITypes" This reverts commit a749b1421ce6fe581c4b62a20cc5ec89e80a5f11. fixup --- Kodi Remote.xcodeproj/project.pbxproj | 4 ++++ PrivacyInfo.xcprivacy | 25 +++++++++++++++++++++++++ 2 files changed, 29 insertions(+) create mode 100644 PrivacyInfo.xcprivacy diff --git a/Kodi Remote.xcodeproj/project.pbxproj b/Kodi Remote.xcodeproj/project.pbxproj index d32bc6064..2ec206f50 100644 --- a/Kodi Remote.xcodeproj/project.pbxproj +++ b/Kodi Remote.xcodeproj/project.pbxproj @@ -82,6 +82,7 @@ 0FEE08161704819A00EC9BC7 /* FloatingHeaderFlowLayout.m in Sources */ = {isa = PBXBuildFile; fileRef = 0FEE08151704819A00EC9BC7 /* FloatingHeaderFlowLayout.m */; }; 1A6742E9168479FD00E8D5AF /* MasterViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 1A6742E8168479FC00E8D5AF /* MasterViewController.xib */; }; 1A9786C01683D87800B4F3F8 /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = 1A9786C21683D87800B4F3F8 /* Localizable.strings */; }; + C70F41D12BA4D98E00847C75 /* PrivacyInfo.xcprivacy in Resources */ = {isa = PBXBuildFile; fileRef = C70F41D02BA4D98E00847C75 /* PrivacyInfo.xcprivacy */; }; C7478BF9257258E700161C1E /* Launch Screen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = C7478BF8257258E700161C1E /* Launch Screen.storyboard */; }; C76451CE29C51221000AE949 /* UIImageView+HighlightedWebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = C76451AD29C51220000AE949 /* UIImageView+HighlightedWebCache.m */; }; C76451CF29C51221000AE949 /* UIImage+WebP.m in Sources */ = {isa = PBXBuildFile; fileRef = C76451B129C51220000AE949 /* UIImage+WebP.m */; }; @@ -265,6 +266,7 @@ B1FF37DE1709D1EB005473FF /* zh-Hans */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hans"; path = "zh-Hans.lproj/InfoPlist.strings"; sourceTree = ""; }; B1FF37DF1709D1ED005473FF /* zh-Hans */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hans"; path = "zh-Hans.lproj/Localizable.strings"; sourceTree = ""; }; C703692827148CEF0049F9BF /* StoreKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = StoreKit.framework; path = System/Library/Frameworks/StoreKit.framework; sourceTree = SDKROOT; }; + C70F41D02BA4D98E00847C75 /* PrivacyInfo.xcprivacy */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = PrivacyInfo.xcprivacy; sourceTree = ""; }; C718444525FFD06300F5A060 /* SafariServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SafariServices.framework; path = System/Library/Frameworks/SafariServices.framework; sourceTree = SDKROOT; }; C7432A6D2B12195600100E83 /* WebKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = WebKit.framework; path = System/Library/Frameworks/WebKit.framework; sourceTree = SDKROOT; }; C746406727E6200200F6AD47 /* fi-FI */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "fi-FI"; path = "fi-FI.lproj/InfoPlist.strings"; sourceTree = ""; }; @@ -479,6 +481,7 @@ 0F5548EB151D1187007E633F = { isa = PBXGroup; children = ( + C70F41D02BA4D98E00847C75 /* PrivacyInfo.xcprivacy */, 0F59E2661564796B00184AE8 /* CONTRIBUTING.md */, 0F59E26315646FB800184AE8 /* LICENSE */, 0F8717911564566300AE2D48 /* README.md */, @@ -788,6 +791,7 @@ 0FCCA21817B25F07000FF09C /* Images.xcassets in Resources */, 0FB8598315FF9DCF0070F324 /* sign.mp3 in Resources */, 0F7F3DAC164AAD0F0080A14A /* InitialSlidingViewController.xib in Resources */, + C70F41D12BA4D98E00847C75 /* PrivacyInfo.xcprivacy in Resources */, 0FE6087F164B3094009CA3A9 /* Roboto-Regular.ttf in Resources */, 0F40F5A8164D5FA000AF9DE9 /* RightMenuViewController.xib in Resources */, 0F7A8A921926776900313C17 /* AppInfoViewController.xib in Resources */, diff --git a/PrivacyInfo.xcprivacy b/PrivacyInfo.xcprivacy new file mode 100644 index 000000000..f956310e2 --- /dev/null +++ b/PrivacyInfo.xcprivacy @@ -0,0 +1,25 @@ + + + + + NSPrivacyAccessedAPITypes + + + NSPrivacyAccessedAPIType + NSPrivacyAccessedAPICategoryFileTimestamp + NSPrivacyAccessedAPITypeReasons + + C617.1 + + + + NSPrivacyAccessedAPIType + NSPrivacyAccessedAPICategoryUserDefaults + NSPrivacyAccessedAPITypeReasons + + CA92.1 + + + + +