Skip to content

Commit b64c87c

Browse files
committed
Clarify GettingStarted.md
1 parent e2a1d0c commit b64c87c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Docs/GettingStarted.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ In order to build on OS X, you will need:
1212

1313
Foundation is developed at the same time as the rest of Swift, so the most recent version of the compiler is required in order to build it.
1414

15-
The repository includes an Xcode project file as well as an Xcode workspace. The workspace includes both Foundation and XCTest, which makes it easy to build and run everything together. The workspace assumes that Foundation and XCTest are checked out from GitHub in peer directories. For example:
15+
The repository includes an Xcode project file as well as an Xcode workspace. The workspace includes both Foundation and XCTest, which makes it easy to build and run everything together. The workspace assumes that Foundation and XCTest are checked out from GitHub in sibling directories. For example:
1616

1717
```
1818
% cd Development
@@ -25,7 +25,7 @@ Build and test steps:
2525

2626
0. Run Xcode with the latest toolchain. Follow [the instructions here](https://swift.org/download/#apple-platforms) to start Xcode with the correct toolchain.
2727
0. Open `Foundation.xcworkspace`.
28-
0. Build the _Foundation_ target. This builds CoreFoundation and Foundation.
28+
0. Build the _SwiftFoundation_ target. This builds CoreFoundation and Foundation.
2929
0. Run (Cmd-R) the _TestFoundation_ target. This builds CoreFoundation, Foundation, XCTest, and TestFoundation, then runs the tests.
3030

3131
> Note: If you see the name of the XCTest project file in red in the workspace, then Xcode cannot find the cloned XCTest repository. Make sure that it is located next to the `swift-corelibs-foundation` directory and has the name `swift-corelibs-xctest`.

0 commit comments

Comments
 (0)