Consume SVProgressHUD via SPM getting rid of Carthage

This commit is contained in:
Danny Mösch 2024-11-28 23:20:36 +01:00
parent 025ef069cc
commit e297ef9086
10 changed files with 40 additions and 43 deletions

View file

@ -47,11 +47,10 @@ For more, please read the [wiki page](https://github.com/mssun/passforios/wiki).
## Building Pass for iOS
1. Install Carthage and Go: `brew install carthage go`.
2. Install dependencies via Carthage. Therefore, execute `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.
1. Install Go: `brew install go`.
1. Run `./scripts/gopenpgp_build.sh` to build GopenPGP.
1. Open the `pass.xcodeproj` file in Xcode.
1. Build & Run.
## License