commit 784fb20b4fcc70a9cc6ab2e46e632b63c099ade7
parent 0d9954290a674e1520164c08050bcfb9291fdd05
Author: Daniel D’Aquino <daniel@daquino.me>
Date: Thu, 9 May 2024 23:35:59 +0000
Fix incorrect Privacy manifest plist key
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 <daniel@daquino.me>
Link: 20240509233547.69137-1-daniel@daquino.me
Signed-off-by: William Casarin <jb55@jb55.com>
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/DamusNotificationService/PrivacyInfo.xcprivacy b/DamusNotificationService/PrivacyInfo.xcprivacy
@@ -16,7 +16,7 @@
</dict>
<dict>
<key>NSPrivacyAccessedAPIType</key>
- <string>File Timestamp</string>
+ <string>NSPrivacyAccessedAPICategoryFileTimestamp</string>
<key>NSPrivacyAccessedAPITypeReasons</key>
<array>
<string>C617.1</string>
diff --git a/PrivacyInfo.xcprivacy b/PrivacyInfo.xcprivacy
@@ -16,7 +16,7 @@
</dict>
<dict>
<key>NSPrivacyAccessedAPIType</key>
- <string>File Timestamp</string>
+ <string>NSPrivacyAccessedAPICategoryFileTimestamp</string>
<key>NSPrivacyAccessedAPITypeReasons</key>
<array>
<string>C617.1</string>