add allow-jit entitlement

https://github.com/electron/electron/issues/27497#issuecomment-776454100
This commit is contained in:
Meadowsys 2023-04-02 15:00:16 -07:00
parent 342bd8d884
commit e3ba260ffb
No known key found for this signature in database
GPG Key ID: 9E9BB6D25186E719

View File

@ -6,5 +6,7 @@
<true/>
<key>com.apple.security.cs.disable-library-validation</key>
<true/>
<key>com.apple.security.cs.allow-jit</key>
<true/>
</dict>
</plist>