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

@ -4,6 +4,10 @@
<dict>
<!-- Enable app sandbox -->
<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 -->