parent
3799a8a535
commit
54a62bfdd0
15
README.md
15
README.md
@ -10,7 +10,7 @@ Install and debug iPhone apps without using Xcode. Designed to work on unjailbro
|
|||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
./ios-deploy [OPTION]...
|
Usage: ./ios-deploy [OPTION]...
|
||||||
-d, --debug launch the app in GDB after installation
|
-d, --debug launch the app in GDB after installation
|
||||||
-i, --id <device_id> the id of the device to connect to
|
-i, --id <device_id> the id of the device to connect to
|
||||||
-c, --detect only detect if the device is connected
|
-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
|
|||||||
-n, --nostart do not start the app when debugging
|
-n, --nostart do not start the app when debugging
|
||||||
-I, --noninteractive start in non interactive mode (quit when app crashes or exits)
|
-I, --noninteractive start in non interactive mode (quit when app crashes or exits)
|
||||||
-v, --verbose enable verbose output
|
-v, --verbose enable verbose output
|
||||||
-m, --noinstall directly start debugging without app install (-d not required)
|
-m, --noinstall directly start debugging without app install (-d not required)
|
||||||
-p, --port <number> port used for device, default: 12345
|
-p, --port <number> port used for device, default: 12345
|
||||||
-r, --uninstall uninstall the app before install (do not use with -m; app cache and data are cleared)
|
-r, --uninstall uninstall the app before install (do not use with -m; app cache and data are cleared)
|
||||||
-l, --list <bundle id> list files
|
-1, --bundle_id <bundle id> specify bundle id for list and upload
|
||||||
-V, --version print the executable version
|
-l, --list list files
|
||||||
|
-o, --upload <file> upload file
|
||||||
|
-2, --to <target pathname> use together with upload file. specify target for upload
|
||||||
|
-V, --version print the executable version
|
||||||
|
|
||||||
## Demo
|
## Demo
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user