Added doc for --exists option
This commit is contained in:
parent
cab5a31ab5
commit
e882932053
@ -42,6 +42,8 @@ $ npm install -g ios-deploy
|
|||||||
-w, --download download app tree
|
-w, --download download app tree
|
||||||
-2, --to <target pathname> use together with up/download file/tree. specify target
|
-2, --to <target pathname> use together with up/download file/tree. specify target
|
||||||
-V, --version print the executable version
|
-V, --version print the executable version
|
||||||
|
-e, --exists check if the app with given bundle_id is installed or not
|
||||||
|
|
||||||
|
|
||||||
## Examples
|
## Examples
|
||||||
|
|
||||||
@ -68,6 +70,9 @@ The commands below assume that you have an app called `my.app` with bundle id `b
|
|||||||
// deploy and debug your app to a connected device, uninstall the app first
|
// deploy and debug your app to a connected device, uninstall the app first
|
||||||
ios-deploy --uninstall --debug --bundle my.app
|
ios-deploy --uninstall --debug --bundle my.app
|
||||||
|
|
||||||
|
// check whether an app by bundle id exists on the device (check return code `echo $?`)
|
||||||
|
ios-deploy --exists --bundle_id com.apple.mobilemail
|
||||||
|
|
||||||
## Demo
|
## Demo
|
||||||
|
|
||||||
* The included demo.app represents the minimum required to get code running on iOS.
|
* The included demo.app represents the minimum required to get code running on iOS.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user