summaryrefslogtreecommitdiff
path: root/desktop/package/macos/Entitlements.plist
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/package/macos/Entitlements.plist')
-rw-r--r--desktop/package/macos/Entitlements.plist4
1 files changed, 2 insertions, 2 deletions
diff --git a/desktop/package/macos/Entitlements.plist b/desktop/package/macos/Entitlements.plist
index 8b9ac949..8c5c4268 100644
--- a/desktop/package/macos/Entitlements.plist
+++ b/desktop/package/macos/Entitlements.plist
@@ -2,9 +2,9 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
- <!-- Enable app sandbox -->
+ <!-- Disable app sandbox :( -->
<key>com.apple.security.app-sandbox</key>
- <true/>
+ <false/>
<!-- Required for running PyInstaller python code with hardened runtime -->
<key>com.apple.security.cs.allow-unsigned-executable-memory</key>