File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff 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
3334build ` 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
3738cd swift-format
3839swift build
3940```
You can’t perform that action at this time.
0 commit comments