mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
[docs] GettingStarted: Replace build variant suffix with asterisks in paths to --xcode build artifacts
The default build variant for `--xcode` recently changed from ReleaseAssert to MinSizeRelAssert, and we forgot to update these hardcoded paths. Use asterisks to avoid having to do this again.
This commit is contained in:
@@ -360,13 +360,13 @@ several more steps are necessary to set up this environment:
|
|||||||
* Create a new Xcode workspace.
|
* Create a new Xcode workspace.
|
||||||
* Add the generated Xcode projects or Swift packages that are relevant to your
|
* Add the generated Xcode projects or Swift packages that are relevant to your
|
||||||
tasks to your workspace. All the Xcode projects can be found among the
|
tasks to your workspace. All the Xcode projects can be found among the
|
||||||
build artifacts under `build/Xcode-ReleaseAssert`. For example:
|
build artifacts under `build/Xcode-*/`. For example:
|
||||||
* If you are aiming for the compiler, add `build/Xcode-ReleaseAssert/swift-macosx-*/Swift.xcodeproj`.
|
* If you are aiming for the compiler, add `build/Xcode-*/swift-macosx-*/Swift.xcodeproj`.
|
||||||
This project also includes the standard library and runtime sources. If you
|
This project also includes the standard library and runtime sources. If you
|
||||||
need the parts of the compiler that are implemented in Swift itself, add the
|
need the parts of the compiler that are implemented in Swift itself, add the
|
||||||
`swift/SwiftCompilerSources/Package.swift` package as well.
|
`swift/SwiftCompilerSources/Package.swift` package as well.
|
||||||
* If you are aiming for just the standard library or runtime, add
|
* If you are aiming for just the standard library or runtime, add
|
||||||
`build/Xcode-ReleaseAssert/swift-macosx-*/stdlib/Swift-stdlib.xcodeproj`.
|
`build/Xcode-*/swift-macosx-*/stdlib/Swift-stdlib.xcodeproj`.
|
||||||
<!-- FIXME: Without this "hard" line break, the note doesn’t get properly spaced from the bullet -->
|
<!-- FIXME: Without this "hard" line break, the note doesn’t get properly spaced from the bullet -->
|
||||||
<br />
|
<br />
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user