parent
d4f03fb327
commit
a69fdb9964
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue