Skip to content

Commit bb4d9db

Browse files
committed
[docs] GettingStarted.md: Fix typo in path
1 parent 7e84f54 commit bb4d9db

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/HowToGuides/GettingStarted.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -356,13 +356,13 @@ several more steps are necessary to set up this environment:
356356
* Create a new Xcode workspace.
357357
* Add the generated Xcode projects or Swift packages that are relevant to your
358358
tasks to your workspace. All the Xcode projects can be found among the
359-
build artifacts under `build/Xcode-DebugAssert`. For example:
360-
* If you are aiming for the compiler, add `build/Xcode-DebugAssert/swift-macosx-*/Swift.xcodeproj`.
359+
build artifacts under `build/Xcode-ReleaseAssert`. For example:
360+
* If you are aiming for the compiler, add `build/Xcode-ReleaseAssert/swift-macosx-*/Swift.xcodeproj`.
361361
This project also includes the standard library and runtime sources. If you
362362
need the parts of the compiler that are implemented in Swift itself, add the
363363
`swift/SwiftCompilerSources/Package.swift` package as well.
364364
* If you are aiming for just the standard library or runtime, add
365-
`build/Xcode-DebugAssert/swift-macosx-*/stdlib/Swift-stdlib.xcodeproj`.
365+
`build/Xcode-ReleaseAssert/swift-macosx-*/stdlib/Swift-stdlib.xcodeproj`.
366366
<!-- FIXME: Without this "hard" line break, the note doesn’t get properly spaced from the bullet -->
367367
<br />
368368

0 commit comments

Comments
 (0)