Move all scripts to the scripts dir
This commit is contained in:
parent
df80d2e431
commit
52a8c4a401
5 changed files with 10 additions and 6 deletions
|
|
@ -47,7 +47,7 @@ For more, please read the [wiki page](https://github.com/mssun/passforios/wiki).
|
|||
## Building Pass for iOS
|
||||
|
||||
1. Install libtool, automake, cmake, carthage, cocoapods, and go: `brew install libtool automake cmake carthage cocoapods go@1.14 swiftlint swiftformat`. At the moment, the project does not build with current version of go (1.15). Use 1.14
|
||||
2. Install dependencies via Carthage in the project root directory: `./wcarthage update` then `./wcarthage bootstrap --platform iOS`. This may take some time.
|
||||
2. Install dependencies via Carthage in the project root directory: `./scripts/wcarthage update` then `./scripts/wcarthage bootstrap --platform iOS`. This may take some time.
|
||||
3. Run `./gopenpgp_build.sh` to build go dependencies.
|
||||
4. Install dependencies via CocoaPods in the project root directory: `pod install`.
|
||||
5. Open the `pass.xcworkspace` file in Xcode.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue