2014-09-29 17:33:50 -07:00
|
|
|
{
|
|
|
|
"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": {
|
2015-05-12 00:04:24 -07:00
|
|
|
"test": "xcodebuild test -workspace CDVSplashScreenTest.xcworkspace -scheme CDVSplashScreenLibTests -destination 'platform=iOS Simulator,name=iPhone 5' CONFIGURATION_BUILD_DIR='/tmp'"
|
2014-09-30 11:47:46 -07:00
|
|
|
}
|
2014-09-29 17:33:50 -07:00
|
|
|
}
|