This sample application was super easy to do. Here are the basic steps (high level):
- Start xCode and select new project using NimbleKit template
- Make some changes to the default main HTML file
- Create some icons and drag them into the project
- Assign the icons to the application's plist (property list)
- Set the bundle identifier in the application's plist
- Select a code signing identity in the project settings
- Select appropriate targeted device family (i.e., iPad) in the project settings
- Change iOS deployment target if require in the project settings
- Set the NimbleKit serial number in the application's AppDelegate.m file
- Build


