fix(shorebird_cli): print correct device id for iOS preview

This commit is contained in:
Bryan Oltman
2023-12-18 15:48:45 -05:00
parent 590fb3b232
commit eda1bf4dfd
@@ -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,