Update README. Removed gdbargs, gdbexec. Added download.

This commit is contained in:
Shazron Abdullah 2014-11-13 23:24:51 -08:00
parent 63303ea4b0
commit 021c222a55

View File

@ -10,29 +10,27 @@ Install and debug iPhone apps without using Xcode. Designed to work on unjailbro
## Usage ## Usage
Usage: ./ios-deploy [OPTION]... Usage: ios-deploy [OPTION]...
-d, --debug launch the app in GDB after installation\n" -d, --debug launch the app in GDB after installation
-i, --id <device_id> the id of the device to connect to\n" -i, --id <device_id> the id of the device to connect to
-c, --detect only detect if the device is connected\n" -c, --detect only detect if the device is connected
-b, --bundle <bundle.app> the path to the app bundle to be installed\n" -b, --bundle <bundle.app> the path to the app bundle to be installed
-a, --args <args> command line arguments to pass to the app when launching it\n" -a, --args <args> command line arguments to pass to the app when launching it
-t, --timeout <timeout> number of seconds to wait for a device to be connected\n" -t, --timeout <timeout> number of seconds to wait for a device to be connected
-u, --unbuffered don't buffer stdout\n" -u, --unbuffered don't buffer stdout
-g, --gdbargs <args> extra arguments to pass to GDB when starting the debugger\n" -n, --nostart do not start the app when debugging
-x, --gdbexec <file> GDB commands script file\n" -I, --noninteractive start in non interactive mode (quit when app crashes or exits)
-n, --nostart do not start the app when debugging\n" -L, --justlaunch just launch the app and exit lldb
-I, --noninteractive start in non interactive mode (quit when app crashes or exits)\n" -v, --verbose enable verbose output
-L, --justlaunch just launch the app and exit lldb\n" -m, --noinstall directly start debugging without app install (-d not required)
-v, --verbose enable verbose output\n" -p, --port <number> port used for device, default: 12345
-m, --noinstall directly start debugging without app install (-d not required)\n" -r, --uninstall uninstall the app before install (do not use with -m; app cache and data are cleared)
-p, --port <number> port used for device, default: 12345 \n" -1, --bundle_id <bundle id> specify bundle id for list and upload
-r, --uninstall uninstall the app before install (do not use with -m; app cache and data are cleared) \n" -l, --list list files
-1, --bundle_id <bundle id> specify bundle id for list and upload\n" -o, --upload <file> upload file
-l, --list list files\n" -w, --download download app tree
-o, --upload <file> upload file\n" -2, --to <target pathname> use together with up/download file/tree. specify target
-w, --download download app tree\n" -V, --version print the executable version
-2, --to <target pathname> use together with up/download file/tree. specify target\n"
-V, --version print the executable version \n",
## Demo ## Demo