Skip to content

Commit 70a1f9f

Browse files
Merge pull request #63451 from apple/AnthonyLatsis-patch-2
[docs] GettingStarted: Replace build variant suffix with asterisks in paths to `--xcode` build artifacts
2 parents ff2bed2 + fed05f6 commit 70a1f9f

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

docs/HowToGuides/GettingStarted.md

+5-6
Original file line numberDiff line numberDiff line change
@@ -276,9 +276,8 @@ Phew, that's a lot to digest! Now let's proceed to the actual build itself!
276276
on Linux, add the `--xctest` flag to `build-script`.
277277
278278
In the following sections, for simplicity, we will assume that you are using a
279-
`Ninja-RelWithDebInfoAssert` build on macOS running on an Intel-based Mac,
280-
unless explicitly mentioned otherwise. You will need to slightly tweak the paths
281-
for other build configurations.
279+
`Ninja-RelWithDebInfoAssert` build on macOS, unless explicitly mentioned otherwise.
280+
You will need to slightly tweak the paths for other build configurations.
282281
283282
### Troubleshooting build issues
284283
@@ -365,13 +364,13 @@ several more steps are necessary to set up this environment:
365364
* Create a new Xcode workspace.
366365
* Add the generated Xcode projects or Swift packages that are relevant to your
367366
tasks to your workspace. All the Xcode projects can be found among the
368-
build artifacts under `build/Xcode-ReleaseAssert`. For example:
369-
* If you are aiming for the compiler, add `build/Xcode-ReleaseAssert/swift-macosx-*/Swift.xcodeproj`.
367+
build artifacts under `build/Xcode-*/`. For example:
368+
* If you are aiming for the compiler, add `build/Xcode-*/swift-macosx-*/Swift.xcodeproj`.
370369
This project also includes the standard library and runtime sources. If you
371370
need the parts of the compiler that are implemented in Swift itself, add the
372371
`swift/SwiftCompilerSources/Package.swift` package as well.
373372
* If you are aiming for just the standard library or runtime, add
374-
`build/Xcode-ReleaseAssert/swift-macosx-*/stdlib/Swift-stdlib.xcodeproj`.
373+
`build/Xcode-*/swift-macosx-*/stdlib/Swift-stdlib.xcodeproj`.
375374
<!-- FIXME: Without this "hard" line break, the note doesn’t get properly spaced from the bullet -->
376375
<br />
377376

0 commit comments

Comments
 (0)