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 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