diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-11-30 18:21:01 -0500 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-11-30 18:21:01 -0500 |
| commit | ded2f8928dd509acc8d4ae1e4131b622c7bb4d9c (patch) | |
| tree | a576defc78fac3b9c2c0d8a7beb18e78d6466255 /StoneIsland/platforms/ios/www/cordova_plugins.js | |
| parent | 60bd9bf61e4d1f3fb3925807ca754f89743cfade (diff) | |
phonegap-plugin-push
Diffstat (limited to 'StoneIsland/platforms/ios/www/cordova_plugins.js')
| -rw-r--r-- | StoneIsland/platforms/ios/www/cordova_plugins.js | 10 |
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 |
