Add entitlements for MacOS to allow JIT

Based on thread:

https://developer.apple.com/forums/thread/132109

but not yet tested.
This commit is contained in:
Francesco Abbate 2021-12-20 15:55:00 +01:00
parent 64bc2771c3
commit abf6d270df
1 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>com.apple.security.cs.allow-jit</key>
<true/>
</dict>
</plist>