Fixed iOS unit tests.

This commit is contained in:
Shazron Abdullah 2015-05-12 00:04:24 -07:00
parent 52c025bbef
commit ed00c63d2d
2 changed files with 2 additions and 1 deletions

View File

@ -0,0 +1 @@
build

View File

@ -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'"
}
}