From bc1b285d83146ca5d53e0424e52160623312949c Mon Sep 17 00:00:00 2001 From: Astariul Date: Fri, 5 Apr 2024 11:14:35 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Update=20docs=20:=20remove=20the?= =?UTF-8?q?=20mention=20of=20specifying=20ios=20platform=20and=20device?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/emu_setup.md | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/docs/emu_setup.md b/docs/emu_setup.md index 1234c48..fc01ce2 100644 --- a/docs/emu_setup.md +++ b/docs/emu_setup.md @@ -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.