You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by da...@apache.org on 2016/03/30 09:18:05 UTC

cordova-plugin-splashscreen git commit: CB-10979 Fix splashscreen ios native tests Added jshintignore for tests/ios

Repository: cordova-plugin-splashscreen
Updated Branches:
  refs/heads/master bea0a4e40 -> 9832d2e16


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/master
Commit: 9832d2e1659bf6dc29455e75493437743aa6646d
Parents: bea0a4e
Author: daserge <v-...@microsoft.com>
Authored: Tue Mar 29 14:05:49 2016 +0300
Committer: daserge <v-...@microsoft.com>
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: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org