[PATCH damus] Fix incorrect Privacy manifest plist key

0 views
Skip to first unread message

Daniel D’Aquino

unread,
May 9, 2024, 7:36:06 PMMay 9
to pat...@damus.io, Daniel D’Aquino
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 <dan...@daquino.me>
---
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 @@
</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
index 9860341d..be569339 100644
--- 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>

base-commit: cd9b4672322a46e2359bc8febab24b402614599a
--
2.44.0


Reply all
Reply to author
Forward
0 new messages