MacOS: Add more permissions to `DebugProfile.entitlements`

This commit is contained in:
TheEthicalBoy 2024-07-01 14:47:18 +02:00 committed by ndonkoHenri
parent ceaf31531e
commit 73cae4ec99
1 changed files with 6 additions and 0 deletions

View File

@ -8,5 +8,11 @@
<true/>
<key>com.apple.security.network.server</key>
<true/>
<key>com.apple.security.network.client</key>
<true/>
<key>com.apple.security.device.audio-input</key>
<true/>
<key>com.apple.security.personal-information.location</key>
<true/>
</dict>
</plist>