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.js10
1 files changed, 9 insertions, 1 deletions
diff --git a/StoneIsland/platforms/ios/www/cordova_plugins.js b/StoneIsland/platforms/ios/www/cordova_plugins.js
index cb7aedde..fbdc76c9 100644
--- a/StoneIsland/platforms/ios/www/cordova_plugins.js
+++ b/StoneIsland/platforms/ios/www/cordova_plugins.js
@@ -84,6 +84,13 @@ module.exports = [
"clobbers": [
"navigator.splashscreen"
]
+ },
+ {
+ "file": "plugins/phonegap-plugin-push/www/push.js",
+ "id": "phonegap-plugin-push.PushNotification",
+ "clobbers": [
+ "PushNotification"
+ ]
}
];
module.exports.metadata =
@@ -96,7 +103,8 @@ module.exports.metadata =
"cordova-plugin-dialogs": "1.1.1",
"cordova-plugin-geolocation": "1.0.1",
"cordova-plugin-network-information": "1.0.1",
- "cordova-plugin-splashscreen": "2.1.0"
+ "cordova-plugin-splashscreen": "2.1.0",
+ "phonegap-plugin-push": "1.4.4"
}
// BOTTOM OF METADATA
}); \ No newline at end of file