From 778e4c971077e38bf8f7d03b8b299d3dd111ba22 Mon Sep 17 00:00:00 2001 From: Matt Mastracci Date: Thu, 23 Nov 2023 15:30:26 -0700 Subject: chore: start codesigning mac release builds (#21303) - Adds a codesigning step to all mac targets - Adds a new ci-full label to the build to force aarch64 builds on any PR --- cli/entitlements.plist | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 cli/entitlements.plist (limited to 'cli') diff --git a/cli/entitlements.plist b/cli/entitlements.plist new file mode 100644 index 000000000..73375ea91 --- /dev/null +++ b/cli/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-executable-page-protection + + com.apple.security.cs.allow-dyld-environment-variables + + com.apple.security.cs.disable-library-validation + + + -- cgit v1.2.3