mirror of
https://github.com/a244573118/WeChatIntercept.git
synced 2026-06-14 05:25:08 +08:00
fix
This commit is contained in:
parent
0c45306f68
commit
f540f16a6b
2
patch.sh
2
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'
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user