| .. | ||
| android | ||
| docs | ||
| ios | ||
| scripts | ||
| wp | ||
| build.sh | ||
| config.xml | ||
| Makefile | ||
| ProjectMakefile | ||
| readme.md | ||
Mobile building
Requisites
- Install Android SDK
- Install XCode for IOS
- Install Cordova:
sudo npm install -g cordova - Install Copay dependecies:
bower install && npm install - Install Java-SDK and Apache Ant
Build the project
$ make [clean] open-ios
OR $ make [clean] android-run
OR $ make [clean] wp8
See Makefile for more targets