copay/cordova
Gustavo Maximiliano Cortez cdca0fb014 Enhancement of mobile files generation. Created a dist folder with all compressed files 2014-11-22 17:54:07 -03:00
..
android Enhancement of mobile files generation. Created a dist folder with all compressed files 2014-11-22 17:54:07 -03:00
ios Remove shell dependences. Remove unnecessary plugins. Remove unnecessary directives 2014-11-22 17:54:07 -03:00
build.sh Enhancement of mobile files generation. Created a dist folder with all compressed files 2014-11-22 17:54:07 -03:00
config.xml Enhancement of mobile files generation. Created a dist folder with all compressed files 2014-11-22 17:54:07 -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