You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`swift-mod`doesn't support [HomeBrew](http://brew.sh/) because it's hard to keep backward compatibility due to depended on the version of Swift toolchain you are using.
271
-
272
-
### Using [Swift Package Manager](https://github.com/apple/swift-package-manager)
### Using [CocoaPods](https://github.com/CocoaPods/CocoaPods)
303
-
304
-
Add the following to your `Podfile`:
305
-
306
-
```sh
307
-
pod 'swift-mod'
308
-
```
309
-
310
-
Run command:
311
-
312
-
```sh
313
-
Pods/swift-mod/swift-mod [COMMAND] [OPTIONS]
314
-
```
298
+
### Using a pre-built binary
315
299
316
-
\* If you have changed the name of `Xcode.app` used in toolchain (`xcode-select -p`), `swift-mod` via CocoaPods can't be excuted. Please set the Xcode name to `Xcode.app`. (See: <https://forums.swift.org/t/swiftsyntax-with-swift-5-1/29051>)
300
+
You can also install swift-mod by downloading `swift-mod.zip` from the latest GitHub release.
0 commit comments