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 2013/10/08 00:27:30 UTC

git commit: Add section to the statusbar plugin.xml

Updated Branches:
  refs/heads/plugins 0f054fe29 -> e30370e58


Add <info> section to the statusbar plugin.xml


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

Branch: refs/heads/plugins
Commit: e30370e584c89d1cdface62e2ec08c1ac90fab4e
Parents: 0f054fe
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

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


http://git-wip-us.apache.org/repos/asf/cordova-labs/blob/e30370e5/statusbar/plugin.xml
----------------------------------------------------------------------
diff --git a/statusbar/plugin.xml b/statusbar/plugin.xml
index 7653bdf..cd15347 100644
--- a/statusbar/plugin.xml
+++ b/statusbar/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>