PhoneGap / Shenzhen / TestFlight




In October 2011, PhoneGap was donated to the Apache Software Foundation (ASF) under the name Apache Cordova.
Cordova is the command line executable
npm install -g cordova
Grunt integration with
npm install grunt-phonegap
Link: The command line api
cordova create mobile org.boulderjs.feb14 demo
cd mobile
cordova platform add ios
cordova platform add android
* cordova plugin add (git repo for plugin here)
cordova build android
cordova emulate android
cp -R ../dist/* www
cordova build ios
cordova emulate ios
*show project through xcode
cd platforms/ios
ipa build
ipa distribute:testflight -a API_TOKEN -T TEAM_TOKEN