Commit Graph

167 Commits

Author SHA1 Message Date
Greg Hughes
6a3077f99a Merge pull request #6 from unprompted/master
Assorted fruitstrap fixes
2012-03-07 10:18:46 -08:00
Cory McWilliams
7b458fd02a Mystery segfault found, and removed extra / in path. 2012-03-02 09:14:39 -05:00
Per Christian Henden
28f0fed5b6 Add support for fresh install of Xcode 4.3, update README to add missing required parameter 2012-03-02 10:48:20 +01:00
Cory McWilliams
91e9185dbe A combination of fixes and new features for fruitstrap.
* Ability to pass command-line arguments to the running application.
* Fiddled with the device support path discovery so that it works for me with XCode 4.3 on Lion.
* Fixed some bugs with write_gdb_prep_cmds (the string replace on dcp_noprivate with an incorrect length lead to a frequent crash).
* Fill in address.sun_len to make a warning go away.
* Handled gdb exiting slightly more gracefully.
* Closed device control sessions when we don't need them.  These sessions timing out lead to frequent failures the next time they were used.
* Added some getopt argument parsing.
* Added verbose and timeout (timeout for connecting to device) arguments.
2012-02-28 11:51:01 -05:00
Greg Hughes
e6d623252a Merge pull request #3 from sgleadow/development
Fixes to number of arguments checking and added git ignore file
2011-11-05 02:19:09 -07:00
Stewart Gleadow
6eb8c06848 Added build products to ignore file 2011-11-05 13:49:35 +11:00
Stewart Gleadow
bc4fa28516 Correct number of arguments check to run with debugger and device id 2011-11-05 13:46:08 +11:00
Greg Hughes
213c91fc1b Merge pull request #2 from jensutbult/master
Install on a specified device
2011-11-04 03:31:18 -07:00
Jens Utbult
610d2fb49f Updated readme with new device_id argument. 2011-11-04 11:10:38 +01:00
Jens Utbult
6b571fbf9b Support for installing an app on a specified device.
Useful if you have several iPhones connected to your computer and want
to control which iPhone to install your app on.
2011-11-04 11:04:46 +01:00
Greg Hughes
7079044904 remove non-working test code 2011-09-17 08:22:19 +01:00
Greg Hughes
a5766d4512 another typo in README 2011-09-17 08:18:21 +01:00
Greg Hughes
0cf2a66c2c path_exists 2011-09-17 08:10:52 +01:00
Greg Hughes
c6a31fc1cd typo in README 2011-09-16 15:19:30 +01:00
Greg Hughes
f1f5ab7191 less misleading README 2011-09-16 15:11:20 +01:00
Greg Hughes
b5a037eabc add .md extension to readme 2011-09-16 15:09:31 +01:00
Greg Hughes
e4e0d80a1c Initial commit 2011-09-16 15:07:57 +01:00