Skip to content

Commit

Permalink
📝 Update docs : remove the mention of specifying ios platform and device
Browse files Browse the repository at this point in the history
  • Loading branch information
astariul committed Apr 5, 2024
1 parent 4cb5dde commit bc1b285
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions docs/emu_setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,19 +124,6 @@ Now, make sure you can properly build the `WebDriverAgentRunner` target : select

If all the stars are aligned, it should start the emulator !

!!! warning "Important"
Once the emulator started, take note of the device name and the platform version.

![](assets/ios_setup_3.png)

When running the `kebbie` CLI, you need to specify both, with the arguments `--ios_name` and `ios_platform`. For example :

```bash
kebbie evaluate -K ios --all_tasks --ios_name "iPhone 15 Pro" --ios_platform "17.4"
```

*(The default values are `iPhone 15 Pro` and `17.4`)*

### Preparing iOS Keyboard

iOS Keyboard is the default keyboard on iOS, so there is nothing to do to enable it.
Expand Down

0 comments on commit bc1b285

Please sign in to comment.