Wallet/cordova
2014-12-11 04:57:23 +01:00
..
android fix Android splashscreen 2014-12-11 04:57:23 +01:00
ios Icons changed with new branding version 2014-12-09 18:20:29 -03:00
build.sh add --debugjs (don´t uglify the js) option to cordova/build.sh for easier remote debugging 2014-12-11 01:17:12 +01:00
config.xml
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