Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 691 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 691 Bytes

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