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 {