Update README

This commit is contained in:
Sebastián Katzer
2014-11-17 14:06:54 +01:00
parent ffd81e00c2
commit a60716620a
3 changed files with 172 additions and 87 deletions

View File

@@ -7,9 +7,14 @@
<name>BackgroundMode</name>
<description>A bunch of background mode plugins for Cordova 3.x.x</description>
<description>
Cordova plugin to prevent the app from going to sleep in background.
</description>
<repo>https://github.com/katzer/cordova-plugin-background-mode.git</repo>
<keywords>background, ios, windows phone 8, wp8, android</keywords>
<keywords>appplant, background, ios, wp8, android</keywords>
<license>Apache 2.0</license>
<author>Sebastián Katzer</author>
@@ -34,8 +39,7 @@
<platform name="ios">
<config-file target="config.xml" parent="/*">
<feature name="BackgroundMode">
<param name="ios-package" value="APPBackgroundMode" onload="true" />
<param name="onload" value="true" />
<param name="ios-package" value="APPBackgroundMode" />
</feature>
</config-file>