From c67622f1b97a9faa6d96d3c455b5e1a691bbbcbb Mon Sep 17 00:00:00 2001 From: Shazron Abdullah Date: Mon, 13 Oct 2014 16:06:17 -0700 Subject: [PATCH] Update iOS test to specify device --- tests/ios/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ios/package.json b/tests/ios/package.json index e121e69..ca5db59 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" + "test": "xcodebuild -scheme CordovaLib && xcodebuild test -scheme CDVSplashScreenLibTests -destination 'platform=iOS Simulator,name=iPhone 5'" } } \ No newline at end of file