Skip to content

bisq-network/bisqremote_iOS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bisq iOS App

For a documentation of Bisq Remote (Java, iOS and Android Apps) see the Bisq Remote specification

To compile, you need to create your own push_certificate.production.p12 file

Development Setup

Carthage, a simple dependency manager, is required. It can be installed using Homebrew: brew install carthage

Next, configure your command line tools to use Xcode: sudo xcode-select -s /Applications/Xcode.app/Contents/Developer

Finally, download and build the exact versions of required dependencies with: carthage bootstrap --platform iOS