...
- Apple OSX development environment.
- Download XCode 4.6.
- Download PhoneGap 12.7050.
- Download & runĀ uMobile 1.1RC1 quickstart.
- Download & install node.
- Node is used to automate the build process for our JavaScript, HTML and CSS assets.
- Node is installed locally and is leveraged forĀ convenience.
- Node v0.8.12 is recommended for this documentation.
Getting Started with iOS
The PhoneGap website has an excellent iOS start up guide. It is recommended but not mandatory that you walk through their startup guide before continuing to familiarize yourself with the overall process.
Creating the Project
A completed example of an XCode project configured to run the uMobile PhoneGap implementation is available on github.
...