From f540f16a6b69bf3b27d9b6c0cccfb4a7a7e8aff4 Mon Sep 17 00:00:00 2001 From: zhangyang131 Date: Sat, 30 May 2026 14:27:43 +0800 Subject: [PATCH] fix --- patch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/patch.sh b/patch.sh index 1b31326..b1205f8 100755 --- a/patch.sh +++ b/patch.sh @@ -518,7 +518,7 @@ resign_app() { echo "[INFO] 重签名(注入 entitlements 绕过 Library Validation)..." # 创建 entitlements 文件 - local ENT_FILE=$(mktemp /tmp/entitlements_XXXXXX.plist) + local ENT_FILE="/tmp/antirevoke_ent.plist" cat > "$ENT_FILE" << 'ENTITLEMENTS'