CB-10979 Fix splashscreen ios native tests Added jshintignore for tests/ios
Project: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/commit/9832d2e1 Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/tree/9832d2e1 Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/diff/9832d2e1 Branch: refs/heads/3.2.x Commit: 9832d2e1659bf6dc29455e75493437743aa6646d Parents: bea0a4e Author: daserge <[email protected]> Authored: Tue Mar 29 14:05:49 2016 +0300 Committer: daserge <[email protected]> Committed: Wed Mar 30 10:12:25 2016 +0300 ---------------------------------------------------------------------- .jshintignore | 1 + tests/ios/package.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/blob/9832d2e1/.jshintignore ---------------------------------------------------------------------- diff --git a/.jshintignore b/.jshintignore new file mode 100644 index 0000000..09bc22e --- /dev/null +++ b/.jshintignore @@ -0,0 +1 @@ +tests/ios http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/blob/9832d2e1/tests/ios/package.json ---------------------------------------------------------------------- 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'" } } --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
