From fd45bece172c47263d1c4e9972029bcebc7bdd45 Mon Sep 17 00:00:00 2001 From: wangjia <809946525@qq.com> Date: Sun, 5 Jul 2026 09:07:50 +0800 Subject: [PATCH] =?UTF-8?q?fix(scripts):=20local=5Ftest.sh=20=E5=8F=98?= =?UTF-8?q?=E9=87=8F=E5=90=8E=E7=B4=A7=E8=B7=9F=E5=85=A8=E8=A7=92=E6=8B=AC?= =?UTF-8?q?=E5=8F=B7=E8=87=B4=20unbound=20variable=EF=BC=8C=E5=8A=A0?= =?UTF-8?q?=E8=8A=B1=E6=8B=AC=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Fable 5 --- scripts/local_test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/local_test.sh b/scripts/local_test.sh index 641c471..fc85eff 100755 --- a/scripts/local_test.sh +++ b/scripts/local_test.sh @@ -57,7 +57,7 @@ if [ "${1:-}" = "--ios" ]; then echo "!! 找不到构建产物 Runner.app" >&2 exit 1 fi - echo "==> 安装到 iPhone($CD_ID)" + echo "==> 安装到 iPhone(${CD_ID})" xcrun devicectl device install app --device "$CD_ID" "$APP_PATH" | grep -m1 databaseSequenceNumber || true echo "==> 完成:解锁手机打开 岩美酒库(版本 v${VER})" exit 0