13 lines
460 B
JSON
Raw Normal View History

{
"name": "cordova-plugin-splashscreen-test-ios",
"version": "1.0.0",
"description": "iOS Unit Tests for Splashscreen Plugin",
"author": "Apache Software Foundation",
"license": "Apache Version 2.0",
"dependencies": {
"cordova-ios": "^3.6.0"
2014-09-30 11:47:46 -07:00
},
"scripts": {
2014-10-13 16:06:17 -07:00
"test": "xcodebuild -scheme CordovaLib && xcodebuild test -scheme CDVSplashScreenLibTests -destination 'platform=iOS Simulator,name=iPhone 5'"
2014-09-30 11:47:46 -07:00
}
}