update contributing.md

run swiftformat .
This commit is contained in:
PangMo5 2022-03-19 03:22:55 +09:00
parent d4f03fb327
commit a69fdb9964
2 changed files with 16 additions and 16 deletions

View File

@ -6,17 +6,17 @@
## Setup
Fork the Swiftfin repo and install the necessary CocoaPods with Xcode 13:
Fork the Swiftfin repo and install the necessary Carthage with Xcode 13:
```bash
# install Cocoapods (if not installed)
$ sudo gem install cocoapods
# install Carthage (if not installed)
$ brew install carthage
# install dependencies
$ pod install
# update dependencies
$ carthage update --use-xcframeworks
# open workspace and build
$ open Swiftfin.xcworkspace
# open project and build
$ open Swiftfin.xcodeproj
```
## Git Flow