From 5e1b60d36323b319e4f65815ad3e0a36be024cc3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebasti=C3=A1n=20Katzer?= Date: Sun, 23 Nov 2014 13:06:00 +0100 Subject: [PATCH] Update README.md --- README.md | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/README.md b/README.md index bbb6ad5..8fd42eb 100644 --- a/README.md +++ b/README.md @@ -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 -NSMainNibFile - - - -``` - -to - -```xml -NSMainNibFile - -``` - - ## Contributing 1. Fork it