From 08b16d6a334bf6cfd5971b1bfcf558430d359f32 Mon Sep 17 00:00:00 2001 From: Felix Angelov Date: Fri, 21 Jul 2023 10:19:22 -0500 Subject: [PATCH] chore(shorebird_cli): rename to `ios-preview` (#885) --- .../shorebird_cli/lib/src/commands/patch/patch_ios_command.dart | 2 +- .../lib/src/commands/release/release_ios_command.dart | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/shorebird_cli/lib/src/commands/patch/patch_ios_command.dart b/packages/shorebird_cli/lib/src/commands/patch/patch_ios_command.dart index af6625e0..5ba37ba8 100644 --- a/packages/shorebird_cli/lib/src/commands/patch/patch_ios_command.dart +++ b/packages/shorebird_cli/lib/src/commands/patch/patch_ios_command.dart @@ -61,7 +61,7 @@ class PatchIosCommand extends ShorebirdCommand bool get hidden => true; @override - String get name => 'ios'; + String get name => 'ios-preview'; @override String get description => diff --git a/packages/shorebird_cli/lib/src/commands/release/release_ios_command.dart b/packages/shorebird_cli/lib/src/commands/release/release_ios_command.dart index eec3b1d8..068e081b 100644 --- a/packages/shorebird_cli/lib/src/commands/release/release_ios_command.dart +++ b/packages/shorebird_cli/lib/src/commands/release/release_ios_command.dart @@ -55,7 +55,7 @@ make smaller updates to your app. '''; @override - String get name => 'ios'; + String get name => 'ios-preview'; @override Future run() async {