Skip to content

Commit

Permalink
fix privacy api type (#3903)
Browse files Browse the repository at this point in the history
  • Loading branch information
haileyok authored May 7, 2024
1 parent b2b1c6c commit 37f22ca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,8 @@ module.exports = function (config) {
NSPrivacyAccessedAPITypeReasons: ['E174.1', '85F4.1'],
},
{
NSPrivacyAccessedAPIType: 'NSPrivacyAccessedAPICategoryBootTime',
NSPrivacyAccessedAPIType:
'NSPrivacyAccessedAPICategorySystemBootTime',
NSPrivacyAccessedAPITypeReasons: ['35F9.1'],
},
{
Expand Down

0 comments on commit 37f22ca

Please sign in to comment.