Skip to content

Commit 83fabf1

Browse files
Merge pull request #68863 from AnthonyLatsis/xcode-version-redirect
[docs] GettingStarted: Send readers to ci.swift.org for the min Xcode version
2 parents 95330bc + e52589f commit 83fabf1

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

docs/HowToGuides/GettingStarted.md

+4-5
Original file line numberDiff line numberDiff line change
@@ -136,11 +136,10 @@ toolchain as a one-off, there are a couple of differences:
136136
137137
### macOS
138138
139-
1. Install [Xcode 13 beta 4][Xcode] or newer:
140-
The required version of Xcode changes frequently and is often a beta release.
141-
Check this document or the host information on <https://ci.swift.org> for the
142-
current required version.
143-
2. Install [CMake][], [Ninja][] and [Sccache][]:
139+
1. Install Xcode. The minimum required version is specified in the node
140+
information on <https://ci.swift.org>, may change frequently, and is often
141+
a beta release.
142+
1. Install [CMake][], [Ninja][] and [Sccache][]:
144143
- Via [Homebrew][] (recommended):
145144
```sh
146145
brew install cmake ninja sccache

0 commit comments

Comments
 (0)