From 37f22ca2246f81e17be113f05aeeb4cd1a886b1b Mon Sep 17 00:00:00 2001 From: Hailey Date: Tue, 7 May 2024 16:35:04 -0700 Subject: [PATCH] fix privacy api type (#3903) --- app.config.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app.config.js b/app.config.js index b1fe336679..66a453039a 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'], }, {