From 30c49550c89c1b69c680170d2dc247eac76bd463 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Thu, 16 Feb 2017 01:24:12 +0100 Subject: push plugin --- StoneIsland/platforms/ios/ios.json | 57 +++++++++++++++++++++++++++++++++++++- 1 file changed, 56 insertions(+), 1 deletion(-) (limited to 'StoneIsland/platforms/ios/ios.json') diff --git a/StoneIsland/platforms/ios/ios.json b/StoneIsland/platforms/ios/ios.json index 0fa4e495..df1dfb64 100644 --- a/StoneIsland/platforms/ios/ios.json +++ b/StoneIsland/platforms/ios/ios.json @@ -47,6 +47,10 @@ { "xml": "", "count": 1 + }, + { + "xml": "", + "count": 1 } ] } @@ -64,6 +68,44 @@ "xml": "", "count": 1 } + ], + "UIBackgroundModes": [ + { + "xml": "remote-notification", + "count": 1 + } + ], + "GCM_SENDER_ID": [ + { + "xml": "XXXXXXX", + "count": 1 + } + ], + "IS_GCM_ENABLED": [ + { + "xml": "", + "count": 1 + } + ] + } + }, + "*-Debug.plist": { + "parents": { + "aps-environment": [ + { + "xml": "development", + "count": 1 + } + ] + } + }, + "*-Release.plist": { + "parents": { + "aps-environment": [ + { + "xml": "production", + "count": 1 + } ] } } @@ -109,6 +151,10 @@ }, "ionic-plugin-keyboard": { "PACKAGE_NAME": "us.okfoc.stoneisland" + }, + "phonegap-plugin-push": { + "SENDER_ID": "XXXXXXX", + "PACKAGE_NAME": "us.okfoc.stoneisland" } }, "dependent_plugins": {}, @@ -243,6 +289,14 @@ "cordova.plugins.Keyboard" ], "runs": true + }, + { + "id": "phonegap-plugin-push.PushNotification", + "file": "plugins/phonegap-plugin-push/www/push.js", + "pluginId": "phonegap-plugin-push", + "clobbers": [ + "PushNotification" + ] } ], "plugin_metadata": { @@ -258,6 +312,7 @@ "cordova-plugin-splashscreen": "4.0.0", "cordova-plugin-whitelist": "1.3.0", "cordova-plugin-x-socialsharing": "5.1.3", - "ionic-plugin-keyboard": "2.2.1" + "ionic-plugin-keyboard": "2.2.1", + "phonegap-plugin-push": "1.9.2" } } \ No newline at end of file -- cgit v1.2.3-70-g09d2