Skip to content

Commit d90171d

Browse files
author
senthil
committed
updated to merge with phonegap
1 parent 02c2379 commit d90171d

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ $ npm install -g ios-deploy
4242
-w, --download download app tree
4343
-2, --to <target pathname> use together with up/download file/tree. specify target
4444
-V, --version print the executable version
45+
-e, --exists check if the app with given bundle_id is installed or not
4546

4647
## Examples
4748

@@ -68,6 +69,12 @@ The commands below assume that you have an app called `my.app` with bundle id `b
6869
// deploy and debug your app to a connected device, uninstall the app first
6970
ios-deploy --uninstall --debug --bundle my.app
7071

72+
// check whether an app by bundle id exists on the device (check return code `echo $?`)
73+
ios-deploy --exists --bundle_id com.apple.mobilemail
74+
75+
// Download the Documents directory of the app *only*
76+
ios-deploy --download=/Documents -bundle_id my.app.id --to ./my_download_location
77+
7178
## Demo
7279

7380
* The included demo.app represents the minimum required to get code running on iOS.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ios-deploy",
3-
"version": "1.3.2",
3+
"version": "1.5.1",
44
"description": "launch iOS apps iOS devices from the command line (Xcode 6)",
55
"main": "ios-deploy",
66
"scripts": {

0 commit comments

Comments
 (0)