summaryrefslogtreecommitdiff
path: root/StoneIsland/plugins/cordova-plugin-wkwebview-engine/tests/ios/package.json
diff options
context:
space:
mode:
authorJules Laplace <julescarbon@gmail.com>2017-10-26 01:41:16 +0200
committerJules Laplace <julescarbon@gmail.com>2017-10-26 01:41:16 +0200
commit8dae6a5044f9c1b7a8497cc1c96155fd262b40cf (patch)
tree6f546503efcb198a193f919efafb83977abb9535 /StoneIsland/plugins/cordova-plugin-wkwebview-engine/tests/ios/package.json
parent531c60ee7ecbee516812d560b63a8317c3cf3590 (diff)
iphone x fixes
Diffstat (limited to 'StoneIsland/plugins/cordova-plugin-wkwebview-engine/tests/ios/package.json')
-rw-r--r--StoneIsland/plugins/cordova-plugin-wkwebview-engine/tests/ios/package.json13
1 files changed, 0 insertions, 13 deletions
diff --git a/StoneIsland/plugins/cordova-plugin-wkwebview-engine/tests/ios/package.json b/StoneIsland/plugins/cordova-plugin-wkwebview-engine/tests/ios/package.json
deleted file mode 100644
index 8d354e05..00000000
--- a/StoneIsland/plugins/cordova-plugin-wkwebview-engine/tests/ios/package.json
+++ /dev/null
@@ -1,13 +0,0 @@
-{
- "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"
- }
-}