Consume ObjectiveGit through a binary Swift package (#528)
This commit is contained in:
parent
3030e1d045
commit
e5bd678aaa
16 changed files with 128 additions and 104 deletions
|
|
@ -46,8 +46,8 @@ For more, please read the [wiki page](https://github.com/mssun/passforios/wiki).
|
|||
|
||||
## Building Pass for iOS
|
||||
|
||||
1. Install Libtool, Automake, CMake, Carthage, Go, SwiftLint, and SwiftFormat: `brew install libtool automake cmake carthage go swiftlint swiftformat`.
|
||||
2. Install dependencies via Carthage. Therefore, execute `./scripts/wcarthage update` and `./scripts/wcarthage bootstrap --platform iOS` in the root directory of the project. This may take some time.
|
||||
1. Install Carthage, Go, SwiftLint, and SwiftFormat: `brew install carthage go swiftlint swiftformat`.
|
||||
2. Install dependencies via Carthage. Therefore, execute `carthage update` and `carthage bootstrap --platform iOS --use-xcframeworks` in the root directory of the project.
|
||||
3. Run `./scripts/gopenpgp_build.sh` to build GopenPGP.
|
||||
5. Open the `pass.xcodeproj` file in Xcode.
|
||||
6. Build & Run.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue