JIT entitlement is required on Apple Silicon, otherwise NWJS won't start.

See https://github.com/nwjs/nw.js/issues/8086
This commit is contained in:
Dave Page 2023-08-10 13:36:00 +01:00
parent e06d39b70c
commit 7fcfea2214

View File

@ -22,10 +22,11 @@
<string>%TEAMID%.org.pgadmin.pgadmin4</string>
<!--
We have no need for JIT.
We have no need for JIT on x86_64, but NWJS won't start without it
on Apple Silicon.
-->
<key>com.apple.security.cs.allow-jit</key>
<false/>
<true/>
<!--
Explicitly disallow executable code overwriting/patching.
@ -61,4 +62,4 @@
<key>com.apple.security.cs.debugger</key>
<false/>
</dict>
</plist>
</plist>