File tree 1 file changed +3
-2
lines changed
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
26
26
| Xcode Release | Swift Version | ` swift-format ` Branch |
27
27
| :-------------:| :---------------------------------------:| :----------------------|
28
28
| – | Swift at ` master ` | ` master ` |
29
+ | Xcode 12.0 | Swift 5.3 | ` swift-5.3-branch ` |
29
30
| Xcode 11.4 | Swift 5.2 | ` swift-5.2-branch ` |
30
31
| Xcode 11.0 | Swift 5.1 | ` swift-5.1-branch ` |
31
32
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
33
34
build ` swift-format ` using the following commands:
34
35
35
36
```
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
37
38
cd swift-format
38
39
swift build
39
40
```
You can’t perform that action at this time.
0 commit comments