diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-12-11 02:06:50 -0600 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-12-11 02:06:50 -0600 |
| commit | fb691ed5fbe0122efa1b8eda05c40f2f1272b1b0 (patch) | |
| tree | f6c9da3ed67b1c9fe1576e3d9febaf8bd2587ced /StoneIsland/platforms/android/platform_www | |
| parent | 20739f5f572e043aec1a4b25de63231c4c176ffe (diff) | |
rebuild
Diffstat (limited to 'StoneIsland/platforms/android/platform_www')
| -rwxr-xr-x | StoneIsland/platforms/android/platform_www/cordova_plugins.js | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/StoneIsland/platforms/android/platform_www/cordova_plugins.js b/StoneIsland/platforms/android/platform_www/cordova_plugins.js index f3122075..eec97542 100755 --- a/StoneIsland/platforms/android/platform_www/cordova_plugins.js +++ b/StoneIsland/platforms/android/platform_www/cordova_plugins.js @@ -111,6 +111,14 @@ module.exports = [ "clobbers": [ "PushNotification" ] + }, + { + "file": "plugins/com.parse.cordova.core.pushplugin/www/cdv-plugin-parse.js", + "id": "com.parse.cordova.core.pushplugin.ParsePlugin", + "pluginId": "com.parse.cordova.core.pushplugin", + "clobbers": [ + "window.parsePlugin" + ] } ]; module.exports.metadata = @@ -127,7 +135,8 @@ module.exports.metadata = "cordova-plugin-splashscreen": "2.1.0", "cordova-plugin-whitelist": "1.0.0", "cordova-plugin-x-socialsharing": "5.0.7", - "phonegap-plugin-push": "1.4.4" + "phonegap-plugin-push": "1.4.4", + "com.parse.cordova.core.pushplugin": "0.1.0" } // BOTTOM OF METADATA });
\ No newline at end of file |
