File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments