Added doc to download specific directory (ie Documents) from an installed app (closes #108)
This commit is contained in:
parent
5efdcae8ce
commit
c1a0623e49
@ -73,6 +73,9 @@ The commands below assume that you have an app called `my.app` with bundle id `b
|
|||||||
// check whether an app by bundle id exists on the device (check return code `echo $?`)
|
// check whether an app by bundle id exists on the device (check return code `echo $?`)
|
||||||
ios-deploy --exists --bundle_id com.apple.mobilemail
|
ios-deploy --exists --bundle_id com.apple.mobilemail
|
||||||
|
|
||||||
|
// Download the Documents directory of the app *only*
|
||||||
|
ios-deploy --download=/Documents -bundle_id my.app.id --to ./my_download_location
|
||||||
|
|
||||||
## 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…
Reference in New Issue
Block a user