From 6e863ddd2268d83efd08cd5b3fe08c0ff2527f79 Mon Sep 17 00:00:00 2001 From: DJ2LS <75909252+DJ2LS@users.noreply.github.com> Date: Sat, 21 Jan 2023 16:03:52 +0100 Subject: [PATCH] moved entitlements to different folder --- gui/build/entitlements.plist | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 gui/build/entitlements.plist diff --git a/gui/build/entitlements.plist b/gui/build/entitlements.plist new file mode 100644 index 00000000..983f1099 --- /dev/null +++ b/gui/build/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