diff options
Diffstat (limited to 'StoneIsland/plugins/ios.json')
| -rw-r--r-- | StoneIsland/plugins/ios.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/StoneIsland/plugins/ios.json b/StoneIsland/plugins/ios.json index 567e19fb..337f2532 100644 --- a/StoneIsland/plugins/ios.json +++ b/StoneIsland/plugins/ios.json @@ -35,6 +35,10 @@ { "xml": "<feature name=\"SplashScreen\"><param name=\"ios-package\" value=\"CDVSplashScreen\" /><param name=\"onload\" value=\"true\" /></feature>", "count": 1 + }, + { + "xml": "<feature name=\"PushNotification\"><param name=\"ios-package\" value=\"PushPlugin\" /></feature>", + "count": 1 } ] } @@ -74,6 +78,12 @@ "xml": "<string />", "count": 1 } + ], + "UIBackgroundModes": [ + { + "xml": "<array><string>remote-notification</string></array>", + "count": 1 + } ] } } @@ -103,6 +113,9 @@ }, "cordova-plugin-splashscreen": { "PACKAGE_NAME": "io.cordova.hellocordova" + }, + "phonegap-plugin-push": { + "PACKAGE_NAME": "io.cordova.hellocordova" } }, "dependent_plugins": {} |
