0

[docs] Make it explicit that ios simulator needs to be launched manually

... to start content_shell.app and others.

The CL simply changes "With Xcode 9.." to "From Xcode 9 on.." to clarify
to readers that all versions of Xcode past 9 are included.

R=tvignatti@igalia.com

Bug: None
Change-Id: I9d262bfb966568b8d47ea4f64a7b7311c9ee70bf
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4265432
Quick-Run: Tiago Vignatti <tvignatti@igalia.com>
Auto-Submit: Antonio Gomes <tonikitoo@igalia.com>
Reviewed-by: Maksim Sisov <msisov@igalia.com>
Commit-Queue: Maksim Sisov <msisov@igalia.com>
Cr-Commit-Position: refs/heads/main@{#1107495}
This commit is contained in:
Antonio Gomes
2023-02-20 17:30:48 +00:00
committed by Chromium LUCI CQ
parent 22688ffe1f
commit 627d0de392

@ -278,7 +278,7 @@ command line, you can use `iossim`. For example, to run a debug build of
$ out/Debug-iphonesimulator/iossim out/Debug-iphonesimulator/Chromium.app
```
With Xcode 9, `iossim` no longer automatically launches the Simulator. This must now
From Xcode 9 on, `iossim` no longer automatically launches the Simulator. This must now
be done manually from within Xcode (`Xcode > Open Developer Tool > Simulator`), and
also must be done *after* running `iossim`.