Touchgui/plugins/org.apache.cordova.splashscreen/tests/ios/package.json

changeset 0
e8ccd40d0ef6
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/Touchgui/plugins/org.apache.cordova.splashscreen/tests/ios/package.json	Thu Jun 04 14:50:33 2015 +0200
     1.3 @@ -0,0 +1,13 @@
     1.4 +{
     1.5 +    "name": "cordova-plugin-splashscreen-test-ios",
     1.6 +    "version": "1.0.0",
     1.7 +    "description": "iOS Unit Tests for Splashscreen Plugin",
     1.8 +    "author": "Apache Software Foundation",
     1.9 +    "license": "Apache Version 2.0",
    1.10 +    "dependencies": {
    1.11 +        "cordova-ios": "^3.6.0"
    1.12 +    },
    1.13 +    "scripts": {
    1.14 +        "test": "xcodebuild -scheme CordovaLib && xcodebuild test -scheme CDVSplashScreenLibTests -destination 'platform=iOS Simulator,name=iPhone 5'"
    1.15 +    }    
    1.16 +}
    1.17 \ No newline at end of file

mercurial