From 048702cb9ccb58ced1fa001675d0789373726f41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=82=A8=E3=83=AA=E3=82=B9?= Date: Sat, 6 Jun 2020 23:34:40 +0900 Subject: [PATCH] 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'"