Skip to content

Commit 021c222

Browse files
committed
Update README. Removed gdbargs, gdbexec. Added download.
1 parent 63303ea commit 021c222

File tree

1 file changed

+21
-23
lines changed

1 file changed

+21
-23
lines changed

README.md

+21-23
Original file line numberDiff line numberDiff line change
@@ -10,29 +10,27 @@ Install and debug iPhone apps without using Xcode. Designed to work on unjailbro
1010

1111
## Usage
1212

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

0 commit comments

Comments
 (0)