summaryrefslogtreecommitdiff
path: root/StoneIsland/platforms/ios/www/cordova_plugins.js
diff options
context:
space:
mode:
Diffstat (limited to 'StoneIsland/platforms/ios/www/cordova_plugins.js')
-rw-r--r--StoneIsland/platforms/ios/www/cordova_plugins.js11
1 files changed, 10 insertions, 1 deletions
diff --git a/StoneIsland/platforms/ios/www/cordova_plugins.js b/StoneIsland/platforms/ios/www/cordova_plugins.js
index 5d4c04be..770af107 100644
--- a/StoneIsland/platforms/ios/www/cordova_plugins.js
+++ b/StoneIsland/platforms/ios/www/cordova_plugins.js
@@ -138,6 +138,14 @@ module.exports = [
"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"
+ ]
}
];
module.exports.metadata =
@@ -157,7 +165,8 @@ module.exports.metadata =
"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"
};
// BOTTOM OF METADATA
}); \ No newline at end of file