merge PR #454: add allow-jit entitlement (fixes Apple Silicon builds)

This commit is contained in:
Meadowsys 2023-04-07 09:37:54 -07:00
commit 0413a987ef
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>