Disable executable page protection, otherwise NWjs may crash.

This commit is contained in:
Dave Page 2022-10-06 12:42:10 +01:00
parent 9002961e5d
commit 64d9fd0a0b

View File

@ -48,10 +48,11 @@
<false/> <false/>
<!-- <!--
Ensure we can't modify our own executables. We need to enable this, even though we don't modify our own executables.
Otherwise, NWjs just bombs out.
--> -->
<key>com.apple.security.cs.disable-executable-page-protection</key> <key>com.apple.security.cs.disable-executable-page-protection</key>
<false/> <true/>
<!-- <!--
We're not a debugger (well, except for procedural languages in Postgres, We're not a debugger (well, except for procedural languages in Postgres,