diff options
| author | Rene Ae <aehtyb@gmail.com> | 2015-11-30 17:57:27 -0600 |
|---|---|---|
| committer | Rene Ae <aehtyb@gmail.com> | 2015-11-30 17:57:27 -0600 |
| commit | 99abed397b0c046143d7d6ba7bd0b61eac829e25 (patch) | |
| tree | eeceffcc76dd2ff201b8c62e43c4aaff47fc7d8e /StoneIsland/platforms/ios/www/cordova_plugins.js | |
| parent | be27ea977b1e7c7903275b42530a81a8e43d7a9b (diff) | |
| parent | ded2f8928dd509acc8d4ae1e4131b622c7bb4d9c (diff) | |
Merge branch 'master' of https://github.com/okfocus/stone-island
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 |
