You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9-4Lines changed: 9 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -94,10 +94,15 @@ following options:
94
94
95
95
`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_.
96
96
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
0 commit comments