Merge pull request #389 from deiwin/add_xcode_install_command

Add xcode install command to README
This commit is contained in:
Michael Starke
2015-12-01 12:54:21 +01:00

View File

@@ -19,10 +19,12 @@ If you want to live dangerously and want to take a look at the master:
git clone https://github.com/mstarke/MacPass git clone https://github.com/mstarke/MacPass
cd MacPass cd MacPass
git submodule init
git submodule update --init --recursive 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. There have been some changes in the submodule urls. Please consider re-syncing and initalizing all submodules.