MacOS: Add more permissions to `DebugProfile.entitlements`

This commit is contained in:
TheEthicalBoy 2024-07-01 14:47:18 +02:00 committed by GitHub
parent 61988bf462
commit efbc28a1ce
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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>