/My-Wallet-iPhone

My Wallet iPhone

Primary LanguageAssemblyGNU Lesser General Public License v3.0LGPL-3.0

Source Code License: LGPL v3

Artwork & images remain Copyright Ben Reeves - Qkos Services Ltd 2012

To Build:

# setup submodules - ssh pub key has to be registered with Github for this to work
git submodule init
git submodule update
cd Submodules/My-Wallet 
git checkout master
cd ../OpenSSL-for-iPhone  
git checkout master
./build-libssl.sh

# open the project in xcode
cd ../../
open Blockchain.xcodeproj

# build the project
cmd-r