ittybittyapps/fruitstrap forked from ghughes/fruitstrap
-
[CLEANUP] Use constants over magic numbers.
sadatrahman committedApr 18, 2012 -
[FUNCTIONALITY] Made use of copy_xcode_dev_path() function in order t…
sadatrahman committedApr 18, 2012 …o avoid code duplication.
-
[FUNCTIONALITY] Implemented function to read the location of Xcode De…
sadatrahman committedApr 18, 2012 …veloper folder.
-
Merge remote-tracking branch 'jacksonh/master'
sadatrahman committedApr 17, 2012 -
[BUGFIX] Do not hardcode Xcode path. Use xcode-select to determine lo…
sadatrahman committedApr 17, 2012 …cation of Xcode.app.
-
[FUNCTIONALITY] Run the app once GDB is attached, and quit GDB once t…
sadatrahman committedApr 17, 2012 …he app terminates normally.
-
[COMPATIBILITY] Added support for Xcode 4.3.
sadatrahman committedApr 17, 2012 -
sadatrahman committed
Apr 17, 2012 -
[BUGFIX] Fixed incorrect format specifiers.
sadatrahman committedApr 17, 2012 [COMPATIBILITY] Support for Xcode 4.3.
-
Add device support back in (Thanks Brad).
jacksonh committedApr 16, 2012
-
jacksonh committed
Apr 4, 2012 -
jacksonh committed
Apr 4, 2012 -
Add new commands/args to README
jacksonh committedApr 4, 2012 -
jacksonh committed
Apr 4, 2012 -
Add uninstall and list devices functionality.
jacksonh committedApr 4, 2012
-
Add quiet option and list-devices mode
jacksonh committedApr 2, 2012
-
Merge pull request #6 from unprompted/master
ghughes committedMar 7, 2012 Assorted fruitstrap fixes
-
Mystery segfault found, and removed extra / in path.
Cory McWilliams authored and Cory McWilliams committedMar 2, 2012 -
Add support for fresh install of Xcode 4.3, update README to add miss…
perchrh committedMar 2, 2012 …ing required parameter
-
A combination of fixes and new features for fruitstrap.
Cory McWilliams authored and Cory McWilliams committedFeb 28, 2012 * 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.
-
Merge pull request #3 from sgleadow/development
ghughes committedNov 5, 2011 Fixes to number of arguments checking and added git ignore file
-
Added build products to ignore file
Stewart Gleadow committedNov 5, 2011 -
Correct number of arguments check to run with debugger and device id
Stewart Gleadow committedNov 5, 2011
-
Merge pull request #2 from jensutbult/master
ghughes committedNov 4, 2011 Install on a specified device
-
Updated readme with new device_id argument.
Jens Utbult committedNov 4, 2011 -
Support for installing an app on a specified device.
Jens Utbult committedNov 4, 2011 Useful if you have several iPhones connected to your computer and want to control which iPhone to install your app on.