Mac: Set dyld entitlement

Fixes #116
This commit is contained in:
Ben Olden-Cooligan 2023-03-19 15:26:49 -07:00
parent 2a1e922b79
commit 47933a6a4b

View File

@ -4,5 +4,9 @@
<dict>
<key>com.apple.security.cs.allow-jit</key>
<true/>
<!-- Some macOS versions have trouble loading sane without dyld (see WorkerFactory.cs).
From a security perspective this should be ok as libraries will still need to have the right signature. -->
<key>com.apple.security.cs.allow-dyld-environment-variables</key>
<true/>
</dict>
</plist>