From ad9ced2cc7b20fafe15d4780871e4473b4051642 Mon Sep 17 00:00:00 2001 From: Jarred Sumner Date: Fri, 18 Feb 2022 15:24:19 -0800 Subject: [PATCH] Create entitlements.debug.plist --- entitlements.debug.plist | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 entitlements.debug.plist diff --git a/entitlements.debug.plist b/entitlements.debug.plist new file mode 100644 index 0000000000..c5acc7444a --- /dev/null +++ b/entitlements.debug.plist @@ -0,0 +1,18 @@ + + + + + com.apple.security.cs.allow-jit + + com.apple.security.cs.allow-unsigned-executable-memory + + com.apple.security.cs.disable-executable-page-protection + + com.apple.security.cs.allow-dyld-environment-variables + + com.apple.security.cs.disable-library-validation + + com.apple.security.get-task-allow + + + \ No newline at end of file