chore(shorebird_cli): rename to ios-preview (#885)

This commit is contained in:
Felix Angelov
2023-07-21 10:19:22 -05:00
committed by GitHub
parent ab3ad54397
commit 08b16d6a33
2 changed files with 2 additions and 2 deletions
@@ -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 =>
@@ -55,7 +55,7 @@ make smaller updates to your app.
''';
@override
String get name => 'ios';
String get name => 'ios-preview';
@override
Future<int> run() async {