* The included demo.app represents the minimum required to get code running on iOS.
*`make install` will install demo.app to the device.
*`make debug` will install demo.app and launch a GDB session.
## Notes
* With some modifications, it may be possible to use this without Xcode installed; however, you would need a copy of the relevant DeveloperDiskImage.dmg (included with Xcode). GDB would also run slower as symbols would be downloaded from the device on-the-fly.