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/26 23:29:48 UTC

[cordova-paramedic] branch janpio-improve_saucelabs updated: test-ios: remove build flag that is not necessary in cordova-ios 5 any more add target instead so it chooses a suitable emulator

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

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


The following commit(s) were added to refs/heads/janpio-improve_saucelabs by this push:
     new d7b8c6e  test-ios: remove build flag that is not necessary in cordova-ios 5 any more add target instead so it chooses a suitable emulator
d7b8c6e is described below

commit d7b8c6ec8324b1cc551e84c14eab06c4125096b2
Author: Jan Piotrowski <pi...@gmail.com>
AuthorDate: Wed Mar 27 00:29:32 2019 +0100

    test-ios:
    remove build flag that is not necessary in cordova-ios 5 any more
    add target instead so it chooses a suitable emulator
---
 package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package.json b/package.json
index d50e19e..0f6b64a 100644
--- a/package.json
+++ b/package.json
@@ -20,7 +20,7 @@
     "test-appveyor": "npm run test-browser",
     "test-travis": "npm run jshint & npm run test-ios",
     "test-android": "node main.js --platform android --plugin ./spec/testable-plugin/",
-    "test-ios": "node main.js --platform ios --plugin ./spec/testable-plugin/ --args=--buildFlag='-UseModernBuildSystem=0' --verbose",
+    "test-ios": "node main.js --platform ios --plugin ./spec/testable-plugin/ --target \"iPhone 5\" --verbose",
     "test-windows": "node main.js --platform windows --plugin ./spec/testable-plugin/",
     "test-browser": "node main.js --platform browser --plugin ./spec/testable-plugin/"
   },


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