Skip to content
This repository has been archived by the owner on Apr 10, 2024. It is now read-only.

Commit

Permalink
Add Simulator instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Braun committed Jun 6, 2022
1 parent 83357f8 commit 6c4b8e3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,11 @@ with the key `io.flutter.embedded_views_preview` and the value `YES`.
<key>io.flutter.embedded_views_preview</key>
<true/>
```

If you want to run your app on the Simulator, please make sure to set a location on the Simulator's menu:

<img src="simulator_location.png" />

This comment has been minimized.

Copy link
@martin-braun

martin-braun Jun 6, 2022

Member

This addresses #16 partially.


## Usage

### Basic usage
Expand Down
2 changes: 2 additions & 0 deletions example/ios/Runner/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,7 @@

<key>io.flutter.embedded_views_preview</key>
<true/>
<key>CADisableMinimumFrameDurationOnPhone</key>
<true/>
</dict>
</plist>
Binary file added simulator_location.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6c4b8e3

Please sign in to comment.