From fc65b0bc4460818337742495f394887d0d36ab91 Mon Sep 17 00:00:00 2001 From: rumtid Date: Wed, 3 Jul 2024 17:17:01 +0800 Subject: [PATCH] Fix the entitlements of QtWebEngine which prevent it to start on arm arches (#2794) --- scripts/build/osx.entitlements | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/scripts/build/osx.entitlements b/scripts/build/osx.entitlements index fcd19c73..7b6aeafb 100644 --- a/scripts/build/osx.entitlements +++ b/scripts/build/osx.entitlements @@ -2,7 +2,13 @@ - + + com.apple.security.cs.allow-unsigned-executable-memory + + com.apple.security.cs.disable-library-validation + + com.apple.security.cs.allow-jit + com.apple.security.cs.disable-executable-page-protection