summaryrefslogtreecommitdiff
path: root/plugins/cordova-plugin-splashscreen/tests/ios/package.json
blob: 761436c56624b8d6d00e24a079b90f3430956216 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
    "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"
    },
    "scripts": {
        "test": "xcodebuild test -workspace CDVSplashScreenTest.xcworkspace -scheme CDVSplashScreenLibTests -destination 'platform=iOS Simulator,name=iPhone 5' CONFIGURATION_BUILD_DIR='/tmp'"
    }
}