Fix for https://github.com/mstarke/MacPass/issues/386: recursive update with init required to correctly initialize second order dependencies.

This commit is contained in:
Alex Seeholzer
2015-11-30 11:08:48 +01:00
parent 6f19f28c09
commit ac2d8e3fd8

View File

@@ -20,7 +20,7 @@ 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
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)