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
* Filter out xcode toolchain from the output on non-macOS
* Add documentation for the xcode toolchain selector
* Add tests for the xcode toolchain selector and version
* Fix up the tests and system toolchain list output
* Categorize the xcode toolchain version as a system toolchain type
* Setup proxies on use of a toolchain
Copy file name to clipboardExpand all lines: Documentation/SwiftlyDocs.docc/swiftly-cli-reference.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -230,6 +230,10 @@ Likewise, the latest snapshot associated with a given development branch can be
230
230
$ swiftly use 5.7-snapshot
231
231
$ swiftly use main-snapshot
232
232
233
+
macOS ONLY: There is a special selector for swiftly to use your Xcode toolchain. If there are multiple versions of Xcode then swiftly will use the currently selected toolchain from xcode-select.
0 commit comments