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:
Anthony Latsis
2023-09-30 05:26:04 +03:00
committed by GitHub

View File

@@ -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