Skip to content

Commit

Permalink
Add a path to the generated Xcode workspace in the build document.
Browse files Browse the repository at this point in the history
It was a bit unclear to me where the workspace is.

Review-Url: https://codereview.chromium.org/2894533002
Cr-Commit-Position: refs/heads/master@{#472689}
  • Loading branch information
ichikawa authored and Commit bot committed May 18, 2017
1 parent 2c819d0 commit 7c540a1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/ios/build_instructions.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@ development and testing purposes.
Since the iOS build is a bit more complicated than a desktop build, we provide
`ios/build/tools/setup-gn.py`, which will create four appropriately configured
build directories under `out` for Release and Debug device and simulator
builds, and generates an appropriate Xcode workspace as well.
builds, and generates an appropriate Xcode workspace
(`out/build/all.xcworkspace`) as well.
You can customize the build by editing the file `$HOME/.setup-gn` (create it if
it does not exist). Look at `src/ios/build/tools/setup-gn.config` for
Expand Down

0 comments on commit 7c540a1

Please sign in to comment.