Skip to content

Commit d213090

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

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/entitlements.plist

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,8 @@
55
<key>com.apple.security.cs.allow-unsigned-executable-memory</key>
66
<true/>
77
</dict>
8+
<dict>
9+
<key>com.apple.security.cs.allow-jit</key>
10+
<true/>
11+
</dict>
812
</plist>

0 commit comments

Comments
 (0)