@@ -10,7 +10,7 @@ Install and debug iPhone apps without using Xcode. Designed to work on unjailbro
10
10
11
11
## Usage
12
12
13
- ./ios-deploy [OPTION]...
13
+ Usage: ./ios-deploy [OPTION]...
14
14
-d, --debug launch the app in GDB after installation
15
15
-i, --id <device_id> the id of the device to connect to
16
16
-c, --detect only detect if the device is connected
@@ -23,11 +23,14 @@ Install and debug iPhone apps without using Xcode. Designed to work on unjailbro
23
23
-n, --nostart do not start the app when debugging
24
24
-I, --noninteractive start in non interactive mode (quit when app crashes or exits)
25
25
-v, --verbose enable verbose output
26
- -m, --noinstall directly start debugging without app install (-d not required)
27
- -p, --port <number> port used for device, default: 12345
28
- -r, --uninstall uninstall the app before install (do not use with -m; app cache and data are cleared)
29
- -l, --list <bundle id> list files
30
- -V, --version print the executable version
26
+ -m, --noinstall directly start debugging without app install (-d not required)
27
+ -p, --port <number> port used for device, default: 12345
28
+ -r, --uninstall uninstall the app before install (do not use with -m; app cache and data are cleared)
29
+ -1, --bundle_id <bundle id> specify bundle id for list and upload
30
+ -l, --list list files
31
+ -o, --upload <file> upload file
32
+ -2, --to <target pathname> use together with upload file. specify target for upload
33
+ -V, --version print the executable version
31
34
32
35
## Demo
33
36
0 commit comments