mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-13 21:42:32 +00:00
cd into MacPass prior to running carthage (#660)
This commit is contained in:
committed by
Michael Starke
parent
21ea2a5bc9
commit
0af6861313
@@ -24,6 +24,7 @@ git clone https://github.com/mstarke/MacPass --recursive
|
||||
* Install [Carthage](https://github.com/Carthage/Carthage#installing-carthage)
|
||||
* Install all Dependencies
|
||||
```bash
|
||||
cd MacPass
|
||||
carthage bootstrap --platform Mac
|
||||
```
|
||||
After that you can build and run in Xcode. The following command will build and make the application available through Spotlight. If you run into signing issues take a look at [Issue #92](https://github.com/mstarke/MacPass/issues/92)
|
||||
|
||||
Reference in New Issue
Block a user