From f0b8d03a7b626f2a62678265dc29805b9f359c84 Mon Sep 17 00:00:00 2001 From: Bryan Oltman Date: Tue, 26 Nov 2024 18:04:58 -0500 Subject: [PATCH] fix tests --- packages/shorebird_cli/lib/src/commands/preview_command.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/shorebird_cli/lib/src/commands/preview_command.dart b/packages/shorebird_cli/lib/src/commands/preview_command.dart index 36e60ed89..e9006a269 100644 --- a/packages/shorebird_cli/lib/src/commands/preview_command.dart +++ b/packages/shorebird_cli/lib/src/commands/preview_command.dart @@ -237,6 +237,7 @@ class PreviewCommand extends ShorebirdCommand { deviceId: deviceId, track: track, ), + ReleasePlatform.macos => throw UnimplementedError(), ReleasePlatform.ios => installAndLaunchIos( appId: appId, release: release,