Skip to content
This repository was archived by the owner on Feb 8, 2021. It is now read-only.

oxen-io/loki-ios-wallet

Repository files navigation

Installation

The Loki IOS Wallet is a fork of the Cake Wallet

  1. Clone the repository.
git clone https://github.com/loki-project/loki-ios-wallet.git
  1. Install homebrew
  2. Install loki dependencies:
brew install pkgconfig
brew install cmake
  1. Build the loki iOS libraries.
./install.sh
./build.sh
  1. Install dependencies from Pod.
pod install

Testnet

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:

  1. Select your project (Make sure you are not selecting a target)
  2. Go to Build Settings
  3. Search "Preprocessor Macros"
  4. Add USE_TESTNET=1 to DEBUG or RELEASE depending on what your needs are.
  5. Search "Swift Compiler - Custom Flags"
  6. Add USE_TESTNET under Active Compilation Conditions

We use forked the repo of ofxiOSBoost. We do this ONLY for more convenient installation process.