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