about summary refs log tree commit diff
path: root/app.config.js
diff options
context:
space:
mode:
authorHailey <me@haileyok.com>2024-05-07 16:35:04 -0700
committerGitHub <noreply@github.com>2024-05-07 16:35:04 -0700
commit37f22ca2246f81e17be113f05aeeb4cd1a886b1b (patch)
tree9ee3a9703ce98a9efea1e70bc808f83002140385 /app.config.js
parentb2b1c6c0402a0298bd6f4d598cade6c200c1896e (diff)
downloadvoidsky-37f22ca2246f81e17be113f05aeeb4cd1a886b1b.tar.zst
fix privacy api type (#3903)
Diffstat (limited to 'app.config.js')
-rw-r--r--app.config.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/app.config.js b/app.config.js
index b1fe33667..66a453039 100644
--- a/app.config.js
+++ b/app.config.js
@@ -103,7 +103,8 @@ module.exports = function (config) {
               NSPrivacyAccessedAPITypeReasons: ['E174.1', '85F4.1'],
             },
             {
-              NSPrivacyAccessedAPIType: 'NSPrivacyAccessedAPICategoryBootTime',
+              NSPrivacyAccessedAPIType:
+                'NSPrivacyAccessedAPICategorySystemBootTime',
               NSPrivacyAccessedAPITypeReasons: ['35F9.1'],
             },
             {