Skip to content

Commit 24084c6

Browse files
committed
Merge pull request #233 from allevato/update-readme
Update README for Swift 5.3.
1 parent ef0ec02 commit 24084c6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,15 @@ is also expressed in the `SwiftSyntax` dependency in
2626
| Xcode Release | Swift Version | `swift-format` Branch |
2727
|:-------------:|:---------------------------------------:|:----------------------|
2828
|| Swift at `master` | `master` |
29+
| Xcode 12.0 | Swift 5.3 | `swift-5.3-branch` |
2930
| Xcode 11.4 | Swift 5.2 | `swift-5.2-branch` |
3031
| Xcode 11.0 | Swift 5.1 | `swift-5.1-branch` |
3132

32-
For example, if you are using Xcode 11.4 (Swift 5.2), you can check out and
33+
For example, if you are using Xcode 12.0 (Swift 5.3), you can check out and
3334
build `swift-format` using the following commands:
3435

3536
```
36-
git clone -b swift-5.2-branch https://github.com/apple/swift-format.git
37+
git clone -b swift-5.3-branch https://github.com/apple/swift-format.git
3738
cd swift-format
3839
swift build
3940
```

0 commit comments

Comments
 (0)