git clone https://github.com/loki-project/loki-ios-wallet.git
brew install pkgconfig
brew install cmake
./install.sh
./build.sh
pod install
To build the application from testnet, you need to set the TESTNET
pre-processor macro to true.
You can do this by doing the following:
USE_TESTNET=1
to DEBUG
or RELEASE
depending on what your needs are.USE_TESTNET
under Active Compilation Conditions
We use forked the repo of ofxiOSBoost. We do this ONLY for more convenient installation process.