https://github.com/bisq-network/bisqremote_ios
https://github.com/bisq-network/bisqremote_ios
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/bisq-network/bisqremote_ios
- Owner: bisq-network
- Created: 2018-06-21T15:30:58.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-05-14T00:05:17.000Z (over 3 years ago)
- Last Synced: 2025-04-12T19:53:01.979Z (9 months ago)
- Language: Swift
- Homepage: https://apps.apple.com/us/app/bisq-mobile/id1424420411
- Size: 6.68 MB
- Stars: 3
- Watchers: 4
- Forks: 6
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Bisq iOS App
For a documentation of Bisq Remote (Java, iOS and Android Apps) see the Bisq Remote [specification](https://github.com/joachimneumann/bisqremote/wiki/Specification)
To compile, you need to create your own push_certificate.production.p12 file
## Development Setup
[Carthage](https://github.com/Carthage/Carthage), a simple dependency manager, is required. It can be installed using [Homebrew](https://brew.sh/):
`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`