From abf6d270dfa804118e17be119512baf2f5d2f53b Mon Sep 17 00:00:00 2001 From: Francesco Abbate Date: Mon, 20 Dec 2021 15:55:00 +0100 Subject: [PATCH] Add entitlements for MacOS to allow JIT Based on thread: https://developer.apple.com/forums/thread/132109 but not yet tested. --- resources/macos/entitlements.plist | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 resources/macos/entitlements.plist diff --git a/resources/macos/entitlements.plist b/resources/macos/entitlements.plist new file mode 100644 index 00000000..4efe1ce5 --- /dev/null +++ b/resources/macos/entitlements.plist @@ -0,0 +1,8 @@ + + + + + com.apple.security.cs.allow-jit + + +