From eda1bf4dfd453f80edda38623204b68c14e46043 Mon Sep 17 00:00:00 2001 From: Bryan Oltman Date: Mon, 18 Dec 2023 15:48:45 -0500 Subject: [PATCH] fix(shorebird_cli): print correct device id for iOS preview --- packages/shorebird_cli/lib/src/commands/preview_command.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/shorebird_cli/lib/src/commands/preview_command.dart b/packages/shorebird_cli/lib/src/commands/preview_command.dart index 05a02ccc..cd5e1502 100644 --- a/packages/shorebird_cli/lib/src/commands/preview_command.dart +++ b/packages/shorebird_cli/lib/src/commands/preview_command.dart @@ -373,7 +373,7 @@ class PreviewCommand extends ShorebirdCommand { final int installExitCode; if (shouldUseDeviceCtl) { logger.detail( - 'Using devicectl to install and launch on device $deviceId.', + '''Using devicectl to install and launch on device ${deviceForLaunch.udid}.''', ); installExitCode = await devicectl.installAndLaunchApp( runnerAppDirectory: runnerDirectory,