From 0cc467b2d51d2c6718b072d1bd70478060fa8759 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jaka=20Janc=CC=8Car?= Date: Fri, 4 Oct 2019 16:16:35 -0400 Subject: [PATCH] Add cocoapods to build instructions. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ad1aa58..7573d28 100644 --- a/README.md +++ b/README.md @@ -46,11 +46,11 @@ For more, please read the [wiki page](https://github.com/mssun/passforios/wiki). ## Building Pass for iOS -1. Install libtool, automake, cmake, carthage, and go: `brew install libtool automake cmake carthage go`. +1. Install libtool, automake, cmake, carthage, cocoapods, and go: `brew install libtool automake cmake carthage cocoapods go`. 2. Run carthage bootstrap in the project root directory: `carthage update ` then `carthage bootstrap --platform iOS` (this may take some time). 3. Run `./gopenpgp_build.sh` to build go dependencies. 4. Run pod install in the project root directory: `pod install`. -5. Open `pass.xcodeproj` file in Xcode. +5. Open `pass.xcworkspace` file in Xcode. 6. Build & Run. ## License