You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by ni...@apache.org on 2020/06/06 19:24:55 UTC

[cordova-paramedic] 02/03: (ios): try different device for iOS 13 local

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

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

commit 67cfeef68110666929a996e18573b428af02d618
Author: Niklas Merz <ni...@linux.com>
AuthorDate: Sat Jun 6 14:41:10 2020 +0200

    (ios): try different device for iOS 13 local
---
 conf/pr/local/ios-13.0.config.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/conf/pr/local/ios-13.0.config.json b/conf/pr/local/ios-13.0.config.json
index 6d27d55..cb49cad 100644
--- a/conf/pr/local/ios-13.0.config.json
+++ b/conf/pr/local/ios-13.0.config.json
@@ -2,6 +2,6 @@
     "platform": "ios@latest",
     "action": "run",
     "cleanUpAfterRun": true,
-    "target": "iPhone-8",
+    "target": "iPhone-11, 13.5",
     "verbose": true
 }


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