diff options
-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'], }, { |