2011-09-16 16:06:56 +02:00
fruitstrap
==========
2011-09-16 16:11:20 +02:00
Install and debug iPhone apps without using Xcode. Designed to work on unjailbroken devices.
2011-09-16 16:06:56 +02:00
## Requirements
* Mac OS X. Tested on Snow Leopard only.
* You need to have a valid iPhone development certificate installed.
* Xcode must be installed, along with the SDK for your iOS version.
## Usage
2012-03-02 10:48:20 +01:00
* `fruitstrap [-d] -b <app> [device_id]`
2011-09-16 16:06:56 +02:00
* Optional `-d` flag launches a remote GDB session after the app has been installed.
2011-09-16 16:19:30 +02:00
* `<app>` must be an iPhone application bundle, *not* an IPA.
2011-11-04 11:10:38 +01:00
* Optional device id, useful when you have more than one iPhone/iPad connected to your computer
2011-09-16 16:06:56 +02:00
## Demo
* 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
2012-03-02 10:48:20 +01:00
* 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.