Child entitlements are no longer needed, and sadly disable the macOS sandbox for now

This commit is contained in:
Micah Lee 2021-02-07 14:39:20 -08:00
parent 13756e79d5
commit b5e7e358a7
No known key found for this signature in database
GPG Key ID: 403C2657CD994F73
2 changed files with 2 additions and 12 deletions

View File

@ -1,10 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>com.apple.security.app-sandbox</key>
<true/>
<key>com.apple.security.inherit</key>
<true/>
</dict>
</plist>

View File

@ -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>