From aaf9002afd2f7771293e7b437a9f6471fe652fde Mon Sep 17 00:00:00 2001 From: alves Date: Tue, 20 Jan 2026 18:13:22 +0800 Subject: [PATCH] fix cert bug on mac 26.x --- scripts/disable_validation.entitlements | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/scripts/disable_validation.entitlements b/scripts/disable_validation.entitlements index 123d12a53e..d2fae18a76 100644 --- a/scripts/disable_validation.entitlements +++ b/scripts/disable_validation.entitlements @@ -2,7 +2,30 @@ + + com.apple.application-identifier + 5NGD3B3V37.snapmaker-orca + com.apple.developer.team-identifier + 5NGD3B3V37 + + com.apple.security.cs.disable-library-validation + com.apple.runningboard.assertions.webkit + + com.apple.security.network.client + + com.apple.security.network.server + + com.apple.security.files.user-selected.read-write + + com.apple.security.files.downloads.read-write + + com.apple.security.cs.allow-jit + + com.apple.security.cs.allow-unsigned-executable-memory + + com.apple.security.cs.allow-dyld-environment-variables +