[Impeller] Update guidance on how to try Impeller on macOS Desktop. (flutter/engine#44186)

The website was updated in https://github.com/flutter/website/pull/9114/files
This commit is contained in:
Chinmay Garde
2023-07-31 14:54:52 -07:00
committed by GitHub
parent 70d6d7cb22
commit e494c2f4df

View File

@@ -157,13 +157,13 @@ states of completion:
## Try Impeller in Flutter
Impeller is available under the `--enable-impeller` flag on iOS and Android.
This flag can be specified to `flutter run`.
Impeller is available under the `--enable-impeller` flag on iOS, Android, and
macOS Desktop. This flag can be specified to `flutter run`.
If the application needs to be launched with Impeller enabled without using the
Flutter tool, follow the platform specific steps below.
### iOS
### iOS and macOS Desktop
To your `Info.plist` file, add under the top-level `<dict>` tag:
```