Skip to content

Commit e52589f

Browse files
committed
[docs] GettingStarted: Send readers to ci.swift.org for the min Xcode version
This inline Xcode version is a maintenance bother with no apparent justification, and shall it ever fall out of sync (like right now), it can start causing build failures for newcomers.
1 parent 140caf6 commit e52589f

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

docs/HowToGuides/GettingStarted.md

Lines changed: 4 additions & 5 deletions
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)