mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-01-13 09:32:01 -06:00
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:
parent
e06d39b70c
commit
7fcfea2214
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user