From 784fb20b4fcc70a9cc6ab2e46e632b63c099ade7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20D=E2=80=99Aquino?= Date: Thu, 9 May 2024 23:35:59 +0000 Subject: [PATCH] Fix incorrect Privacy manifest plist key MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Xcode entered the key description text instead of the actual key code on our privacy manifest files. This commit fixes that key. Signed-off-by: Daniel D’Aquino Link: 20240509233547.69137-1-daniel@daquino.me Signed-off-by: William Casarin --- DamusNotificationService/PrivacyInfo.xcprivacy | 2 +- PrivacyInfo.xcprivacy | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/DamusNotificationService/PrivacyInfo.xcprivacy b/DamusNotificationService/PrivacyInfo.xcprivacy index 9860341d..be569339 100644 --- a/DamusNotificationService/PrivacyInfo.xcprivacy +++ b/DamusNotificationService/PrivacyInfo.xcprivacy @@ -16,7 +16,7 @@ NSPrivacyAccessedAPIType - File Timestamp + NSPrivacyAccessedAPICategoryFileTimestamp NSPrivacyAccessedAPITypeReasons C617.1 diff --git a/PrivacyInfo.xcprivacy b/PrivacyInfo.xcprivacy index 9860341d..be569339 100644 --- a/PrivacyInfo.xcprivacy +++ b/PrivacyInfo.xcprivacy @@ -16,7 +16,7 @@ NSPrivacyAccessedAPIType - File Timestamp + NSPrivacyAccessedAPICategoryFileTimestamp NSPrivacyAccessedAPITypeReasons C617.1