StatusBar - remove dependence of UIViewControllerBasedStatusBarAppearance Info.plist key

This commit is contained in:
Shazron Abdullah
2013-10-15 14:12:41 -07:00
parent ea57d604f5
commit 9c9a8ba983
4 changed files with 107 additions and 37 deletions
-12
View File
@@ -28,21 +28,9 @@
<preference name="StatusBarBackgroundColor" value="#000000" />
</config-file>
<!-- add this manually for now, crash bug - see https://issues.apache.org/jira/browse/CB-5012
<config-file target="*-Info.plist" parent="UIViewControllerBasedStatusBarAppearance" >
<key>UIViewControllerBasedStatusBarAppearance</key>
<false/>
</config-file>
-->
<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>