disable macos sandbox, we are not normal app

This commit is contained in:
rustdesk 2022-09-16 22:38:55 +08:00
parent d80b5c35d4
commit 4b451b25e9
2 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>com.apple.security.app-sandbox</key>
<true/>
<false/>
<key>com.apple.security.cs.allow-jit</key>
<true/>
<key>com.apple.security.network.server</key>

View File

@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>com.apple.security.app-sandbox</key>
<true/>
<false/>
<key>com.apple.security.network.client</key>
<true/>
</dict>