You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by sh...@apache.org on 2014/03/13 20:58:36 UTC

[07/35] git commit: Add section to the statusbar plugin.xml

Add <info> section to the statusbar plugin.xml



Project: http://git-wip-us.apache.org/repos/asf/cordova-statusbar/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-statusbar/commit/4ddd8244
Tree: http://git-wip-us.apache.org/repos/asf/cordova-statusbar/tree/4ddd8244
Diff: http://git-wip-us.apache.org/repos/asf/cordova-statusbar/diff/4ddd8244

Branch: refs/heads/master
Commit: 4ddd82446a2f13da328d723f8255ce0692b939fe
Parents: c42b57e
Author: Shazron Abdullah <sh...@apache.org>
Authored: Mon Oct 7 15:26:24 2013 -0700
Committer: Shazron Abdullah <sh...@apache.org>
Committed: Mon Oct 7 15:26:24 2013 -0700

----------------------------------------------------------------------
 plugin.xml | 6 ++++++
 1 file changed, 6 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-statusbar/blob/4ddd8244/plugin.xml
----------------------------------------------------------------------
diff --git a/plugin.xml b/plugin.xml
index 7653bdf..cd15347 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -37,6 +37,12 @@
 
         <header-file src="src/ios/CDVStatusBar.h" />
         <source-file src="src/ios/CDVStatusBar.m" />
+        
+        <info>
+Add this key and value to your project's Info.plist:
+    &lt;key&gt;UIViewControllerBasedStatusBarAppearance&lt;/key&gt;
+    &lt;false/&gt;
+		</info>
     </platform>
 
 </plugin>