Update Carthage in readme

This commit is contained in:
Yishi Lin 2017-06-15 17:38:00 +08:00
parent a8060d28c9
commit 2275aec1e9

View file

@ -47,8 +47,8 @@ For more, please read the [wiki page](https://github.com/mssun/pass-ios/wiki).
1. Install libtool, automake, cmake, carthage, and cocoapods: `brew install 1. Install libtool, automake, cmake, carthage, and cocoapods: `brew install
libtool automake cmake carthage cocoapods` libtool automake cmake carthage cocoapods`
2. Run carthage bootstrap in the project root directory: `carthage bootstrap 2. Run carthage bootstrap in the project root directory: `carthage update ` then `carthage bootstrap
--platform iOS` (this could take a long time to build related frameworks) --platform iOS` (this may take some time)
3. Run pod install in the project root directory: `pod install` 3. Run pod install in the project root directory: `pod install`
4. Open `.xcworkspace` file in Xcode. 4. Open `.xcworkspace` file in Xcode.
5. Build & Run. 5. Build & Run.