Unverified Commit b6bf325d authored by Chris Bracken's avatar Chris Bracken Committed by GitHub

[macOS] Update doctor wording for macOS (#99699)

Removes the beta-quality wording for macOS from messages in the tool.

Issue: https://github.com/flutter/flutter/issues/98680
parent 9c138f9c
...@@ -91,7 +91,7 @@ const Feature flutterWebFeature = Feature( ...@@ -91,7 +91,7 @@ const Feature flutterWebFeature = Feature(
/// The [Feature] for macOS desktop. /// The [Feature] for macOS desktop.
const Feature flutterMacOSDesktopFeature = Feature( const Feature flutterMacOSDesktopFeature = Feature(
name: 'beta-quality support for desktop on macOS', name: 'support for desktop on macOS',
configSetting: 'enable-macos-desktop', configSetting: 'enable-macos-desktop',
environmentOverride: 'FLUTTER_MACOS', environmentOverride: 'FLUTTER_MACOS',
extraHelpText: 'Newer beta versions are available on the beta channel.', extraHelpText: 'Newer beta versions are available on the beta channel.',
......
...@@ -89,7 +89,7 @@ void main() { ...@@ -89,7 +89,7 @@ void main() {
testWithoutContext('Flutter macOS desktop help string', () { testWithoutContext('Flutter macOS desktop help string', () {
expect(flutterMacOSDesktopFeature.generateHelpMessage(), expect(flutterMacOSDesktopFeature.generateHelpMessage(),
'Enable or disable beta-quality support for desktop on macOS. ' 'Enable or disable support for desktop on macOS. '
'This setting will take effect on the master, beta, and stable channels. ' 'This setting will take effect on the master, beta, and stable channels. '
'Newer beta versions are available on the beta channel.'); 'Newer beta versions are available on the beta channel.');
}); });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment