MacOS: Add more permissions to `Release.entitlements`
This commit is contained in:
parent
669efd32fa
commit
61988bf462
|
|
@ -4,5 +4,12 @@
|
|||
<dict>
|
||||
<key>com.apple.security.app-sandbox</key>
|
||||
<false/>
|
||||
<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>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue