mirror of
https://github.com/onionshare/onionshare.git
synced 2024-10-01 01:35:40 -04:00
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:
parent
b93b3e8d1a
commit
0a0df79896
@ -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 -->
|
||||
|
Loading…
Reference in New Issue
Block a user