copay/cordova
Matias Alejo Garcia 838f9e0806 Merge pull request #2063 from cmgustavo/feature/open-external-link-mobile
Feature/open external link mobile
2014-12-09 18:18:07 -03:00
..
android change on android secreen logo 2014-12-09 14:40:21 -03:00
ios new logo in splash correction 2014-12-09 11:22:42 -03:00
build.sh open external link 2014-12-09 16:11:56 -03:00
config.xml fixes https://github.com/bitpay/copay/issues/2007 2014-12-06 18:50:27 -03:00
readme.md fix generation of Android and iOS packages. The purpose is testing. 2014-11-20 22:09:28 -03:00

readme.md

Mobile building

Requisites

Build the project

$ sh cordova/build.sh [--android]
$ cd cordova/project
$ cordova run android
$ cordova emulate ios

Build for release

$ cordova build android --release