Skip to content

Commit c84c17a

Browse files
committed
[Docs] Update README.
- This removes a reference to the old Xcode project, and instead references the support SwiftPM has to generate a project.
1 parent ef2980e commit c84c17a

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

README.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,15 @@ following options:
9494

9595
`swiftc` and `swift-build-tool` are both executables provided as part of Swift downloadable snapshots, _they are **not** built from the sources in this repository_.
9696

97-
3. Using the Xcode Project in [Support](Support), this option requires:
98-
* Xcode 7.3 (beta)
99-
* [llbuild](https://github.com/apple/swift-llbuild) cloned parallel to your SwiftPM clone
100-
* Possibly, [a more recent Swift snapshot](https://swift.org/download)
97+
3. Using a Swift snapshot, it is possible to use the package manager's support
98+
for generating an Xcode project. This project can then be used with the
99+
snapshot to develop within Xcode.
100+
101+
swift package generate-xcodeproj
102+
103+
Note that either of the latter two options may not be compatible with the
104+
`master` branch when Swift language changes have caused it to move ahead of the
105+
latest available snapshot.
101106

102107
###Choosing Swift version
103108

0 commit comments

Comments
 (0)