bin/clean
git reset HEAD
git co .
nvm use v5.10.1
bin/configure -e production -p ios
cordova build ios
cordova install android --device --verbose
Version -> 1.1.8 Build -> 1.1.8 Team -> Augustin Deploy Target -> 9.0 Devices -> iPhone Device Orientation -> Portrait
Push Notifcations -> On
Signing -> Code Signing Identities -> iOS Developer
We're using git submodules to preserve local checkouts of our modules. To add a new plugin to the project, use:
git submodule add <repo> vendor/<cordova-plugin-name>
and then add a line to the configure
script to instruct cordova to use the plugin.