Carthage uses macOS instead of Mac

This commit is contained in:
Michael Starke
2017-10-28 19:49:35 +02:00
committed by GitHub
parent 8e9fbf4bd9
commit 991e7eb763

View File

@@ -29,7 +29,7 @@ git clone https://github.com/mstarke/MacPass --recursive
* Install all Dependencies
```bash
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.