Skip to content

Commit

Permalink
add jit entitlement to prevent crashing on arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
n8maninger committed Oct 8, 2022
1 parent 7214210 commit 5f79f02
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build/entitlements.mac.plist
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,7 @@
<dict>
<key>com.apple.security.cs.allow-unsigned-executable-memory</key>
<true/>
<key>com.apple.security.cs.allow-jit</key>
<true/>
</dict>
</plist>

0 comments on commit 5f79f02

Please sign in to comment.