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/04/13 22:48:39 UTC

[cordova-paramedic] branch janpio-xcode10.1 updated: fix target, fix return value

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

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


The following commit(s) were added to refs/heads/janpio-xcode10.1 by this push:
     new 0cc0db4  fix target, fix return value
0cc0db4 is described below

commit 0cc0db4f768d9963cfec4b57f93033eab3ee18f8
Author: Jan Piotrowski <pi...@gmail.com>
AuthorDate: Sun Apr 14 00:48:25 2019 +0200

    fix target, fix return value
---
 lib/utils/utilities.js | 2 --
 package.json           | 2 +-
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/lib/utils/utilities.js b/lib/utils/utilities.js
index 09f62f6..e2bfadd 100644
--- a/lib/utils/utilities.js
+++ b/lib/utils/utilities.js
@@ -91,8 +91,6 @@ function getSimulatorModelId(cli, target) {
         logger.info('running:');
         logger.info('    ' + unfilteredFindSimCommand);
         exec(unfilteredFindSimCommand);
-
-        return;
     }
 
     return findSimResult.output;
diff --git a/package.json b/package.json
index 6d36633..1fd7940 100644
--- a/package.json
+++ b/package.json
@@ -23,7 +23,7 @@
     "test-local": "npm run test-browser && npm run test-android && npm run test-ios",
     "test-local-on-windows": "npm run test-browser && npm run test-android",
     "test-android": "node main.js --platform android --plugin ./spec/testable-plugin/",
-    "test-ios": "node main.js --platform ios@https://github.com/apache/cordova-ios#janpio-594_deployment --plugin ./spec/testable-plugin/ --target \"^iPhone-5 ,\\ 10.0\" --verbose",
+    "test-ios": "node main.js --platform ios@https://github.com/apache/cordova-ios#janpio-594_deployment --plugin ./spec/testable-plugin/ --target \"^iPhone-5,\\ 10.0\" --verbose",
     "test-windows": "node main.js --platform windows --plugin ./spec/testable-plugin/",
     "test-browser": "node main.js --platform browser --plugin ./spec/testable-plugin/",
     "test-saucelabs": "npm run test-saucelabs-browser && npm run test-saucelabs-ios && npm run test-saucelabs-android",


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