You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ja...@apache.org on 2019/03/28 13:10:45 UTC

[cordova-paramedic] 01/01: document usage of --target for iOS

This is an automated email from the ASF dual-hosted git repository.

janpio pushed a commit to branch janpio-ios_target
in repository https://gitbox.apache.org/repos/asf/cordova-paramedic.git

commit 3297895c2da35e8c7a2fa2ec4366493f90e03f2b
Author: Jan Piotrowski <pi...@gmail.com>
AuthorDate: Thu Mar 28 14:10:38 2019 +0100

    document usage of --target for iOS
    
    part of https://github.com/apache/cordova-paramedic/issues/98
---
 README.md | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 41e2de5..b010edc 100644
--- a/README.md
+++ b/README.md
@@ -228,12 +228,19 @@ cordova-paramedic --platform ios --plugin cordova-plugin-inappbrowser --justbuil
 
 #### `--target` (optional)
 
-Android only parameter. The device ID (from `adb devices -l`) of a device the tests should be run on.
+For Android: The device ID (from `adb devices -l`) of a device the tests should be run on.  
 
 ```
 cordova-paramedic --platform android --plugin cordova-plugin-contacts --target 02e7f7e9215da7f8
 ```
 
+For iOS: A string that is used to pick the device (from the `cordova run --list --emulator` output) the tests should be run on.
+
+```
+cordova-paramedic --platform ios --plugin cordova-plugin-contacts --target "^iPhone-5"
+```
+
+
 ### Test Result Server
 
 #### `--useTunnel` (optional)


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org