fix(scripts): local_test.sh 变量后紧跟全角括号致 unbound variable,加花括号

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
wangjia
2026-07-05 09:07:50 +08:00
parent b740cc6edf
commit fd45bece17
+1 -1
View File
@@ -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