From 7895a1704b26ad9d2965b2695d65364dc2279b0c Mon Sep 17 00:00:00 2001 From: Deiwin Sarjas Date: Tue, 1 Dec 2015 12:49:38 +0200 Subject: [PATCH 1/2] Remove redundant submodule init command --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 4a6ba70e..49e2b5a7 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,6 @@ If you want to live dangerously and want to take a look at the master: git clone https://github.com/mstarke/MacPass cd MacPass - git submodule init git submodule update --init --recursive After that you can build and run in Xcode. If you run into signing issues take a look at [Issue #92](https://github.com/mstarke/MacPass/issues/92) From 4ac42c163ed070e393758a5cbd888f51fed0b355 Mon Sep 17 00:00:00 2001 From: Deiwin Sarjas Date: Tue, 1 Dec 2015 12:52:31 +0200 Subject: [PATCH 2/2] Add xcode install command --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 49e2b5a7..f60cf600 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,10 @@ If you want to live dangerously and want to take a look at the master: cd MacPass git submodule update --init --recursive -After that you can build and run in Xcode. If you run into signing issues take a look at [Issue #92](https://github.com/mstarke/MacPass/issues/92) +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) + + xcodebuild -scheme MacPass -target MacPass -configuration Release There have been some changes in the submodule urls. Please consider re-syncing and initalizing all submodules.