summaryrefslogtreecommitdiff
path: root/StoneIsland/plugins/ios.json
diff options
context:
space:
mode:
authorRene Ae <aehtyb@gmail.com>2015-11-30 17:57:27 -0600
committerRene Ae <aehtyb@gmail.com>2015-11-30 17:57:27 -0600
commit99abed397b0c046143d7d6ba7bd0b61eac829e25 (patch)
treeeeceffcc76dd2ff201b8c62e43c4aaff47fc7d8e /StoneIsland/plugins/ios.json
parentbe27ea977b1e7c7903275b42530a81a8e43d7a9b (diff)
parentded2f8928dd509acc8d4ae1e4131b622c7bb4d9c (diff)
Merge branch 'master' of https://github.com/okfocus/stone-island
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": {}