From 10ca4c06d724f6f02588a121af40904f16430246 Mon Sep 17 00:00:00 2001 From: Mingshen Sun Date: Sat, 19 Sep 2020 21:25:49 -0700 Subject: [PATCH] Add swiftlint and swiftformat as dependencies --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 973bd95..9e272e4 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,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. Install libtool, automake, cmake, carthage, cocoapods, and go: `brew install libtool automake cmake carthage cocoapods go swiftlint swiftformat`. 2. Install dependencies via Carthage in the project root directory: `./wcarthage update` then `./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`.