summaryrefslogtreecommitdiff
path: root/StoneIsland/platforms/ios/ios.json
diff options
context:
space:
mode:
Diffstat (limited to 'StoneIsland/platforms/ios/ios.json')
-rw-r--r--StoneIsland/platforms/ios/ios.json22
1 files changed, 21 insertions, 1 deletions
diff --git a/StoneIsland/platforms/ios/ios.json b/StoneIsland/platforms/ios/ios.json
index 806928a2..cfaa5218 100644
--- a/StoneIsland/platforms/ios/ios.json
+++ b/StoneIsland/platforms/ios/ios.json
@@ -93,6 +93,14 @@
{
"xml": "<feature name=\"PushNotification\"><param name=\"ios-package\" value=\"PushPlugin\" /></feature>",
"count": 1
+ },
+ {
+ "xml": "<feature name=\"CDVWKWebViewEngine\"><param name=\"ios-package\" value=\"CDVWKWebViewEngine\" /></feature>",
+ "count": 1
+ },
+ {
+ "xml": "<preference name=\"CordovaWebViewEngine\" value=\"CDVWKWebViewEngine\" />",
+ "count": 1
}
]
}
@@ -166,6 +174,9 @@
},
"phonegap-plugin-push": {
"PACKAGE_NAME": "us.okfoc.stoneisland"
+ },
+ "cordova-plugin-wkwebview-engine": {
+ "PACKAGE_NAME": "us.okfoc.stoneisland"
}
},
"dependent_plugins": {},
@@ -308,6 +319,14 @@
"clobbers": [
"PushNotification"
]
+ },
+ {
+ "id": "cordova-plugin-wkwebview-engine.ios-wkwebview-exec",
+ "file": "plugins/cordova-plugin-wkwebview-engine/src/www/ios/ios-wkwebview-exec.js",
+ "pluginId": "cordova-plugin-wkwebview-engine",
+ "clobbers": [
+ "cordova.exec"
+ ]
}
],
"plugin_metadata": {
@@ -325,6 +344,7 @@
"cordova-plugin-whitelist": "1.3.0",
"cordova-plugin-x-socialsharing": "5.1.3",
"ionic-plugin-keyboard": "2.2.1",
- "phonegap-plugin-push": "2.0.0"
+ "phonegap-plugin-push": "2.0.0",
+ "cordova-plugin-wkwebview-engine": "1.1.3"
}
} \ No newline at end of file