Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions impeller/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,13 +152,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:
```
Expand Down