You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by sh...@apache.org on 2015/05/12 09:04:26 UTC

cordova-plugin-splashscreen git commit: Fixed iOS unit tests.

Repository: cordova-plugin-splashscreen
Updated Branches:
  refs/heads/master 52c025bbe -> ed00c63d2


Fixed iOS unit tests.


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/ed00c63d
Tree: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/tree/ed00c63d
Diff: http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/diff/ed00c63d

Branch: refs/heads/master
Commit: ed00c63d2d983937e55735de32875c5287f89b5c
Parents: 52c025b
Author: Shazron Abdullah <sh...@apache.org>
Authored: Tue May 12 00:04:24 2015 -0700
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Tue May 12 00:04:24 2015 -0700

----------------------------------------------------------------------
 tests/ios/CDVSplashScreenTest/.gitignore | 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/ed00c63d/tests/ios/CDVSplashScreenTest/.gitignore
----------------------------------------------------------------------
diff --git a/tests/ios/CDVSplashScreenTest/.gitignore b/tests/ios/CDVSplashScreenTest/.gitignore
new file mode 100644
index 0000000..c795b05
--- /dev/null
+++ b/tests/ios/CDVSplashScreenTest/.gitignore
@@ -0,0 +1 @@
+build
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/cordova-plugin-splashscreen/blob/ed00c63d/tests/ios/package.json
----------------------------------------------------------------------
diff --git a/tests/ios/package.json b/tests/ios/package.json
index ca5db59..d8b2385 100644
--- a/tests/ios/package.json
+++ b/tests/ios/package.json
@@ -8,6 +8,6 @@
         "cordova-ios": "^3.6.0"
     },
     "scripts": {
-        "test": "xcodebuild -scheme CordovaLib && xcodebuild test -scheme CDVSplashScreenLibTests -destination 'platform=iOS Simulator,name=iPhone 5'"
+        "test": "xcodebuild test -workspace CDVSplashScreenTest.xcworkspace -scheme CDVSplashScreenLibTests -destination 'platform=iOS Simulator,name=iPhone 5' CONFIGURATION_BUILD_DIR='/tmp'"
     }    
 }
\ No newline at end of file


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