cordova-plugin-uiwebview-engine
Version:
Cordova UIWebView Engine Plugin
14 lines (13 loc) • 497 B
JSON
{
"name": "cordova-plugin-uiwebview-engine-test-ios",
"version": "1.0.0",
"description": "iOS Unit Tests for cordova-plugin-uiwebview-engine Plugin",
"author": "Bertrand Presles",
"license": "Apache-2.0",
"dependencies": {
"cordova-ios": "*"
},
"scripts": {
"test": "xcodebuild test -workspace BPRUIWebViewEngineTest.xcworkspace -scheme BPRUIWebViewEngineLibTests -destination 'platform=iOS Simulator,name=iPhone 8' -xcconfig test.xcconfig"
}
}