manniru
9/4/2014 - 4:05 AM

phonegap

//http://docs.phonegap.com/en/3.0.0/guide_cli_index.md.html
sudo npm install -g phonegap
phonegap create hello com.example.hello HelloWorld
cd hello
phonegap build ios

phonegap install android
phonegap run android

// Basic device information (Device API):
phonegap local plugin add https://git-wip-us.apache.org/repos/asf/cordova-plugin-device.git
phonegap local plugin add https://git-wip-us.apache.org/repos/asf/cordova-plugin-network-information.git
phonegap local plugin add https://git-wip-us.apache.org/repos/asf/cordova-plugin-battery-status.git
phonegap local plugin add https://git-wip-us.apache.org/repos/asf/cordova-plugin-device-motion.git
phonegap local plugin add https://git-wip-us.apache.org/repos/asf/cordova-plugin-geolocation.git
// more at http://docs.phonegap.com/en/3.0.0/guide_cli_index.md.html

phonegap remote login -u iamreallyadog@gmail.com -p mYpASSw0RD
phonegap remote login --username iamreallyadog@gmail.com --password mYpASSw0RD

phonegap build ios

// http://docs.phonegap.com/en/3.0.0/guide_cli_index.md.html