diff options
author | Hailey <me@haileyok.com> | 2024-05-07 16:35:04 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-07 16:35:04 -0700 |
commit | 37f22ca2246f81e17be113f05aeeb4cd1a886b1b (patch) | |
tree | 9ee3a9703ce98a9efea1e70bc808f83002140385 /app.config.js | |
parent | b2b1c6c0402a0298bd6f4d598cade6c200c1896e (diff) | |
download | voidsky-37f22ca2246f81e17be113f05aeeb4cd1a886b1b.tar.zst |
fix privacy api type (#3903)
Diffstat (limited to 'app.config.js')
-rw-r--r-- | app.config.js | 3 |
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'], }, { |