Enable com.apple.security.cs.allow-unsigned-executable-memory in the macOS sandbox because this is required for PyInstaller and Catalina

This commit is contained in:
Micah Lee 2020-09-21 21:16:31 -07:00
parent a16462c156
commit 54387b3c8f

View File

@ -6,6 +6,10 @@
<key>com.apple.security.app-sandbox</key>
<true/>
<!-- Required for running PyInstaller python code with hardened runtime -->
<key>com.apple.security.cs.allow-unsigned-executable-memory</key>
<true/>
<!-- Both OnionShare and Tor need network server and client -->
<key>com.apple.security.network.server</key>
<true/>