diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2017-10-25 18:19:08 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2017-10-25 18:19:08 +0200 |
| commit | 531c60ee7ecbee516812d560b63a8317c3cf3590 (patch) | |
| tree | f2d85569a113a6f9056de3fdd5d4272c0b3406a6 /StoneIsland/platforms/ios/ios.json | |
| parent | 4da1d17b84d25fb4b34e583e4bf3b64f5ad2e147 (diff) | |
hide statusbar
Diffstat (limited to 'StoneIsland/platforms/ios/ios.json')
| -rw-r--r-- | StoneIsland/platforms/ios/ios.json | 22 |
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 |
