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 19:17:50 UTC

[cordova-paramedic] branch janpio-xcode10.1 updated: Revert "no target"

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 be47299  Revert "no target"
be47299 is described below

commit be472996f59e5195a56658c14fc2a24890edee54
Author: Jan Piotrowski <pi...@gmail.com>
AuthorDate: Sat Apr 13 21:17:29 2019 +0200

    Revert "no target"
    
    This reverts commit 0e84c894dfe248d99206c79d222a9ee0107429a6.
---
 package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package.json b/package.json
index 69d5ab5..a161cb6 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/ --verbose",
+    "test-ios": "node main.js --platform ios@https://github.com/apache/cordova-ios#janpio-594_deployment --plugin ./spec/testable-plugin/ --target \"^iPhone-6\" --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