From 37e81c7cdb4c57f596aa2dac0b25ed998472abc0 Mon Sep 17 00:00:00 2001 From: ZeldaZach Date: Wed, 8 Jan 2025 19:22:51 -0500 Subject: [PATCH] Code Sign should work? --- .ci/macos.entitlements | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 .ci/macos.entitlements diff --git a/.ci/macos.entitlements b/.ci/macos.entitlements new file mode 100644 index 000000000..f30245a23 --- /dev/null +++ b/.ci/macos.entitlements @@ -0,0 +1,14 @@ + + + + + com.apple.security.app-sandbox + + + com.apple.security.cs.disable-library-validation + + + com.apple.security.cs.disable-executable-page-protection + + +