mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Merge pull request #68863 from AnthonyLatsis/xcode-version-redirect
[docs] GettingStarted: Send readers to ci.swift.org for the min Xcode version
This commit is contained in:
@@ -136,11 +136,10 @@ toolchain as a one-off, there are a couple of differences:
|
|||||||
|
|
||||||
### macOS
|
### macOS
|
||||||
|
|
||||||
1. Install [Xcode 13 beta 4][Xcode] or newer:
|
1. Install Xcode. The minimum required version is specified in the node
|
||||||
The required version of Xcode changes frequently and is often a beta release.
|
information on <https://ci.swift.org>, may change frequently, and is often
|
||||||
Check this document or the host information on <https://ci.swift.org> for the
|
a beta release.
|
||||||
current required version.
|
1. Install [CMake][], [Ninja][] and [Sccache][]:
|
||||||
2. Install [CMake][], [Ninja][] and [Sccache][]:
|
|
||||||
- Via [Homebrew][] (recommended):
|
- Via [Homebrew][] (recommended):
|
||||||
```sh
|
```sh
|
||||||
brew install cmake ninja sccache
|
brew install cmake ninja sccache
|
||||||
|
|||||||
Reference in New Issue
Block a user