From 2333e092f73387107bf78b3b657f5ae02935a04b Mon Sep 17 00:00:00 2001 From: Shiyas Mohammed Date: Mon, 16 Feb 2026 15:47:32 +0530 Subject: [PATCH] ci: add macOS entitlements for code signing and notarization --- entitlements.plist | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 entitlements.plist diff --git a/entitlements.plist b/entitlements.plist new file mode 100644 index 0000000..68fea25 --- /dev/null +++ b/entitlements.plist @@ -0,0 +1,12 @@ + + + + + com.apple.security.cs.allow-jit + + com.apple.security.cs.allow-unsigned-executable-memory + + com.apple.security.cs.disable-executable-page-protection + + +