summaryrefslogtreecommitdiff
path: root/StoneIsland/plugins/cordova-plugin-wkwebview-engine/tests/ios/package.json
blob: 8d354e058f73430f30bfd95d997c485d1a99bffe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
{
    "name": "cordova-plugin-wkwebview-engine-test-ios",
    "version": "1.0.0",
    "description": "iOS Unit Tests for cordova-plugin-wkwebview-engine Plugin",
    "author": "Apache Software Foundation",
    "license": "Apache Version 2.0",
    "dependencies": {
        "cordova-ios": "*"
    },
    "scripts": {
        "test": "xcodebuild test -workspace CDVWKWebViewEngineTest.xcworkspace -scheme CDVWKWebViewEngineLibTests -destination 'platform=iOS Simulator,name=iPhone 5' -xcconfig test.xcconfig"
    }
}