Update README.md

This commit is contained in:
Sebastián Katzer 2014-11-23 13:06:00 +01:00
parent ba5ddf32ca
commit 5e1b60d363

View File

@ -25,7 +25,6 @@ The plugin focuses on enterprise-only distribution and may not compliant with al
4. [Using the plugin](#using-the-plugin)
5. [Examples](#examples)
6. [Platform specifics](#platform-specifics)
7. [Quirks](#quirks)
## Supported Platforms
@ -150,26 +149,6 @@ cordova.plugins.backgroundMode.configure({
```
## Quirks
### iOS Crash
If the app crashes after installing the plugin, make sure that your `*-Info.plist` is valid and reset all occurences of blank strings
```xml
<key>NSMainNibFile</key>
<string>
</string>
```
to
```xml
<key>NSMainNibFile</key>
<string></string>
```
## Contributing
1. Fork it