From 2a8d1fd471c04dcdc616c7659058f88369b41359 Mon Sep 17 00:00:00 2001 From: DJ2LS <75909252+DJ2LS@users.noreply.github.com> Date: Sat, 21 Jan 2023 12:05:12 +0100 Subject: [PATCH] add entitlements.plist --- gui/entitlements.plist | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 gui/entitlements.plist diff --git a/gui/entitlements.plist b/gui/entitlements.plist new file mode 100644 index 00000000..983f1099 --- /dev/null +++ b/gui/entitlements.plist @@ -0,0 +1,16 @@ + + + + + com.apple.security.cs.allow-jit + + com.apple.security.cs.allow-unsigned-executable-memory + + com.apple.security.cs.disable-library-validation + + com.apple.security.cs.disable-executable-page-protection + + com.apple.security.automation.apple-events + + + \ No newline at end of file