Skip to content

Commit 6e9b10b

Browse files
committed
docs: add a reference from GettingStarted to DevelopmentTips
1 parent c053ab6 commit 6e9b10b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/HowToGuides/GettingStarted.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,8 @@ The additional flexibility comes with two issues: (1) consuming much more disk
282282
space and (2) you need to maintain the two builds in sync, which needs extra
283283
care when moving across branches.
284284

285+
It is even possible to integrate the Ninja build into Xcode. For details on how to set this up see [Using Ninja with Xcode in DevelopmentTips.md](/docs/DevelopmentTips.md#Using-ninja-with-Xcode).
286+
285287
### Troubleshooting build issues
286288

287289
- Double-check that all projects are checked out at the right branches.

0 commit comments

Comments
 (0)