@@ -10,29 +10,27 @@ Install and debug iPhone apps without using Xcode. Designed to work on unjailbro
10
10
11
11
## Usage
12
12
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
36
34
37
35
## Demo
38
36
0 commit comments