mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-14 00:02:28 +00:00
Carthage uses macOS instead of Mac
This commit is contained in:
@@ -29,7 +29,7 @@ git clone https://github.com/mstarke/MacPass --recursive
|
|||||||
* Install all Dependencies
|
* Install all Dependencies
|
||||||
```bash
|
```bash
|
||||||
cd MacPass
|
cd MacPass
|
||||||
carthage bootstrap --platform Mac
|
carthage bootstrap --platform macOS
|
||||||
```
|
```
|
||||||
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). Since Sparkle is disabled only on the CI build and in Debug mode, you have to explicitly disable it in Release. Otherwise warnings on unsecure updates will appear.
|
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). Since Sparkle is disabled only on the CI build and in Debug mode, you have to explicitly disable it in Release. Otherwise warnings on unsecure updates will appear.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user