readme: no longer need pod
This commit is contained in:
parent
bd7c42f9f4
commit
aef87c5366
1 changed files with 3 additions and 4 deletions
|
|
@ -2,7 +2,6 @@
|
|||
|
||||
# Pass
|
||||
[](https://github.com/mssun/passforios/releases)
|
||||

|
||||
[](https://gitter.im/passforios/passforios)
|
||||
[](https://travis-ci.org/mssun/passforios)
|
||||
[](https://www.paypal.me/mssun)
|
||||
|
|
@ -49,10 +48,10 @@ For more, please read the [wiki page](https://github.com/mssun/pass-ios/wiki).
|
|||
|
||||
## Building Pass for iOS
|
||||
|
||||
1. Install libtool, automake, cmake, carthage, and cocoapods: `brew install libtool automake cmake carthage cocoapods`
|
||||
1. Install libtool, automake, cmake, carthage, and go: `brew install libtool automake cmake carthage go`
|
||||
2. Run carthage bootstrap in the project root directory: `carthage update ` then `carthage bootstrap --platform iOS` (this may take some time)
|
||||
3. Run pod install in the project root directory: `pod install`
|
||||
4. Open `.xcworkspace` file in Xcode.
|
||||
3. Run `./gopenpgp_build.sh` to build go dependencies.
|
||||
4. Open `pass.xcodeproj` file in Xcode.
|
||||
5. Build & Run.
|
||||
|
||||
## License
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue