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.json28
1 files changed, 27 insertions, 1 deletions
diff --git a/StoneIsland/platforms/ios/ios.json b/StoneIsland/platforms/ios/ios.json
index a40c5dff..ebbbec43 100644
--- a/StoneIsland/platforms/ios/ios.json
+++ b/StoneIsland/platforms/ios/ios.json
@@ -54,6 +54,10 @@
{
"xml": "<feature name=\"Geolocation\"><param name=\"ios-package\" value=\"CDVLocation\" /></feature>",
"count": 1
+ },
+ {
+ "xml": "<feature name=\"SocialSharing\"><param name=\"ios-package\" value=\"SocialSharing\" /><param name=\"onload\" value=\"true\" /></feature>",
+ "count": 1
}
]
}
@@ -128,6 +132,12 @@
},
"cordova-plugin-geolocation": {
"PACKAGE_NAME": "us.okfoc.stoneisland"
+ },
+ "es6-promise-plugin": {
+ "PACKAGE_NAME": "us.okfoc.stoneisland"
+ },
+ "cordova-plugin-x-socialsharing": {
+ "PACKAGE_NAME": "us.okfoc.stoneisland"
}
},
"dependent_plugins": {},
@@ -211,6 +221,20 @@
"clobbers": [
"navigator.geolocation"
]
+ },
+ {
+ "id": "es6-promise-plugin.Promise",
+ "file": "plugins/es6-promise-plugin/www/promise.js",
+ "pluginId": "es6-promise-plugin",
+ "runs": true
+ },
+ {
+ "id": "cordova-plugin-x-socialsharing.SocialSharing",
+ "file": "plugins/cordova-plugin-x-socialsharing/www/SocialSharing.js",
+ "pluginId": "cordova-plugin-x-socialsharing",
+ "clobbers": [
+ "window.plugins.socialsharing"
+ ]
}
],
"plugin_metadata": {
@@ -224,6 +248,8 @@
"cordova-plugin-firebasex": "10.2.0-cli",
"cordova-plugin-ionic-keyboard": "2.2.0",
"cordova-plugin-sim": "1.3.3",
- "cordova-plugin-geolocation": "4.0.2"
+ "cordova-plugin-geolocation": "4.0.2",
+ "es6-promise-plugin": "4.2.2",
+ "cordova-plugin-x-socialsharing": "5.1.8"
}
}