chore(shorebird_cli): update iOS warning (#912)

This commit is contained in:
Bryan Oltman
2023-07-26 14:02:39 -04:00
committed by GitHub
parent 60c310ab9c
commit ae84edbd0e
2 changed files with 2 additions and 2 deletions
@@ -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;