mirror of
https://github.com/apache/cordova-plugin-statusbar.git
synced 2025-01-19 01:12:49 +08:00
Add <info> section to the statusbar plugin.xml
This commit is contained in:
parent
c42b57e4dc
commit
4ddd82446a
@ -37,6 +37,12 @@
|
|||||||
|
|
||||||
<header-file src="src/ios/CDVStatusBar.h" />
|
<header-file src="src/ios/CDVStatusBar.h" />
|
||||||
<source-file src="src/ios/CDVStatusBar.m" />
|
<source-file src="src/ios/CDVStatusBar.m" />
|
||||||
|
|
||||||
|
<info>
|
||||||
|
Add this key and value to your project's Info.plist:
|
||||||
|
<key>UIViewControllerBasedStatusBarAppearance</key>
|
||||||
|
<false/>
|
||||||
|
</info>
|
||||||
</platform>
|
</platform>
|
||||||
|
|
||||||
</plugin>
|
</plugin>
|
||||||
|
Loading…
Reference in New Issue
Block a user