From 9832d2e1659bf6dc29455e75493437743aa6646d Mon Sep 17 00:00:00 2001 From: daserge Date: Tue, 29 Mar 2016 14:05:49 +0300 Subject: [PATCH] CB-10979 Fix splashscreen ios native tests Added jshintignore for tests/ios --- .jshintignore | 1 + tests/ios/package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 .jshintignore diff --git a/.jshintignore b/.jshintignore new file mode 100644 index 0000000..09bc22e --- /dev/null +++ b/.jshintignore @@ -0,0 +1 @@ +tests/ios diff --git a/tests/ios/package.json b/tests/ios/package.json index 1825219..67f0edc 100644 --- a/tests/ios/package.json +++ b/tests/ios/package.json @@ -8,6 +8,6 @@ "cordova-ios": "*" }, "scripts": { - "test": "xcodebuild test -workspace CDVSplashScreenTest.xcworkspace -scheme CDVSplashScreenLibTests -destination 'platform=iOS Simulator,name=iPhone 5' CONFIGURATION_BUILD_DIR='/tmp'" + "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'" } }