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 ## 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 ```bash
# install Cocoapods (if not installed) # install Carthage (if not installed)
$ sudo gem install cocoapods $ brew install carthage
# install dependencies # update dependencies
$ pod install $ carthage update --use-xcframeworks
# open workspace and build # open project and build
$ open Swiftfin.xcworkspace $ open Swiftfin.xcodeproj
``` ```
## Git Flow ## Git Flow