Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
hugeBlack committed Jan 16, 2025
1 parent c164cd6 commit d950e05
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions apps.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,9 @@
"application-identifier",
"com.apple.security.application-groups",
"get-task-allow",
"keychain-access-groups"
"keychain-access-groups",
"com.apple.developer.kernel.extended-virtual-addressing",
"com.apple.developer.kernel.increased-memory-limit"
],
"privacy": {
"LSRequiresIPhoneOS": "The guest app is requesting for this permission.",
Expand Down Expand Up @@ -67,7 +69,10 @@
"NSSpeechRecognitionUsageDescription": "The guest app is requesting for this permission.",
"NSUserTrackingUsageDescription": "The guest app is requesting for this permission.",
"SBAppUsesLocalNotifications": "The guest app is requesting for this permission.",
"UIApplicationSceneManifest": "The guest app is requesting for this permission."
"UIApplicationSceneManifest": "The guest app is requesting for this permission.",
"NSHealthUpdateUsageDescription": "The guest app is requesting for this permission.",
"NSHealthShareUsageDescription": "The guest app is requesting for this permission.",
"NSLocationAlwaysAndWhenInUseUsageDescription": "The guest app is requesting for this permission."
}
},
"versions": [
Expand Down

0 comments on commit d950e05

Please sign in to comment.