Update README.md
This commit is contained in:
parent
3854bc429a
commit
6f78fbc5f3
28
README.md
28
README.md
@ -10,20 +10,20 @@ Install and debug iPhone apps without using Xcode. Designed to work on unjailbro
|
|||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
./ios-deploy [OPTION]...
|
./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
|
||||||
-b, --bundle <bundle.app> the path to the app bundle to be installed
|
-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
|
-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
|
-t, --timeout <timeout> number of seconds to wait for a device to be connected
|
||||||
-u, --unbuffered don't buffer stdout
|
-u, --unbuffered don't buffer stdout
|
||||||
-g, --gdbargs <args> extra arguments to pass to GDB when starting the debugger
|
-g, --gdbargs <args> extra arguments to pass to GDB when starting the debugger
|
||||||
-x, --gdbexec <file> GDB commands script file
|
-x, --gdbexec <file> GDB commands script file
|
||||||
-n, --nostart do not start the app when debugging
|
-n, --nostart do not start the app when debugging
|
||||||
-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)
|
||||||
-V, --version print the executable version
|
-V, --version print the executable version
|
||||||
|
|
||||||
## Demo
|
## Demo
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user