Skip to content

Commit cd9f7e3

Browse files
committed
Add required entitlement for Mac ARM64
1 parent 6dceae8 commit cd9f7e3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/entitlements.plist

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,7 @@
44
<dict>
55
<key>com.apple.security.cs.allow-unsigned-executable-memory</key>
66
<true/>
7+
<key>com.apple.security.cs.allow-jit</key>
8+
<true/>
79
</dict>
810
</plist>

0 commit comments

Comments
 (0)