summaryrefslogtreecommitdiff
path: root/StoneIsland/plugins/ios.json
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2015-11-30 18:21:01 -0500
committerJules Laplace <jules@okfoc.us>2015-11-30 18:21:01 -0500
commitded2f8928dd509acc8d4ae1e4131b622c7bb4d9c (patch)
treea576defc78fac3b9c2c0d8a7beb18e78d6466255 /StoneIsland/plugins/ios.json
parent60bd9bf61e4d1f3fb3925807ca754f89743cfade (diff)
phonegap-plugin-push
Diffstat (limited to 'StoneIsland/plugins/ios.json')
-rw-r--r--StoneIsland/plugins/ios.json13
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": {}