From 480aca680d855ace2b7a5b1231c8d16ffc7510b9 Mon Sep 17 00:00:00 2001 From: Jay Lee Date: Tue, 17 Sep 2024 11:45:45 -0400 Subject: [PATCH] actions: create entitlements.plist file for MacOS signing --- .github/actions/entitlements.plist | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .github/actions/entitlements.plist diff --git a/.github/actions/entitlements.plist b/.github/actions/entitlements.plist new file mode 100644 index 00000000..d2f450ca --- /dev/null +++ b/.github/actions/entitlements.plist @@ -0,0 +1,13 @@ + + + + + + com.apple.security.cs.allow-jit + + com.apple.security.cs.allow-unsigned-executable-memory + + com.apple.security.cs.disable-library-validation + + +