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

[cordova-plugin-splashscreen] branch master updated: test: force cordova-ios@^5.1.1 (#267)

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

erisu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-plugin-splashscreen.git


The following commit(s) were added to refs/heads/master by this push:
     new 048702c  test: force cordova-ios@^5.1.1 (#267)
048702c is described below

commit 048702cb9ccb58ced1fa001675d0789373726f41
Author: エリス <er...@users.noreply.github.com>
AuthorDate: Sat Jun 6 23:34:40 2020 +0900

    test: force cordova-ios@^5.1.1 (#267)
---
 tests/ios/package.json | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/ios/package.json b/tests/ios/package.json
index 67f0edc..e6cd139 100644
--- a/tests/ios/package.json
+++ b/tests/ios/package.json
@@ -5,7 +5,7 @@
     "author": "Apache Software Foundation",
     "license": "Apache Version 2.0",
     "dependencies": {
-        "cordova-ios": "*"
+        "cordova-ios": "^5.1.1"
     },
     "scripts": {
         "test": "xcodebuild test -workspace CDVSplashScreenTest.xcworkspace -scheme CDVSplashScreenLibTests -destination 'platform=iOS Simulator,name=iPhone 5' CONFIGURATION_BUILD_DIR='/tmp' HEADER_SEARCH_PATHS='$(OBJROOT)/UninstalledProducts/$(PLATFORM_NAME)/include'"


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