package.json 515 B

12345678910111213
  1. {
  2. "name": "cordova-plugin-wkwebview-engine-test-ios",
  3. "version": "1.0.0",
  4. "description": "iOS Unit Tests for cordova-plugin-wkwebview-engine Plugin",
  5. "author": "Apache Software Foundation",
  6. "license": "Apache Version 2.0",
  7. "dependencies": {
  8. "cordova-ios": "*"
  9. },
  10. "scripts": {
  11. "test": "xcodebuild test -workspace CDVWKWebViewEngineTest.xcworkspace -scheme CDVWKWebViewEngineLibTests -destination 'platform=iOS Simulator,name=iPhone 5' -xcconfig test.xcconfig"
  12. }
  13. }