chore(shorebird_cli): update iOS warning (#912)
This commit is contained in:
@@ -83,7 +83,7 @@ class PatchIosCommand extends ShorebirdCommand
|
||||
}
|
||||
|
||||
logger.warn(
|
||||
'''iOS support is in an experimental state and will not work without Flutter engine changes that have not yet been published.''',
|
||||
'''iOS support is in an alpha state. See https://docs.shorebird.dev/faq#ios-alpha for more information.''',
|
||||
);
|
||||
|
||||
const arch = 'aarch64';
|
||||
|
||||
@@ -70,7 +70,7 @@ make smaller updates to your app.
|
||||
}
|
||||
|
||||
logger.warn(
|
||||
'''iOS support is in an experimental state and will not work without Flutter engine changes that have not yet been published.''',
|
||||
'''iOS support is in an alpha state. See https://docs.shorebird.dev/faq#ios-alpha for more information.''',
|
||||
);
|
||||
|
||||
const platform = ReleasePlatform.ios;
|
||||
|
||||
Reference in New Issue
Block a user