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 b93b3e8d1a
commit 0a0df79896
No known key found for this signature in database
GPG Key ID: 403C2657CD994F73

View File

@ -6,6 +6,10 @@
<key>com.apple.security.app-sandbox</key> <key>com.apple.security.app-sandbox</key>
<true/> <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 --> <!-- Both OnionShare and Tor need network server and client -->
<key>com.apple.security.network.server</key> <key>com.apple.security.network.server</key>
<true/> <true/>