|
@@ -111,11 +111,15 @@
|
|
|
</array>
|
|
|
<key>UIRequiresFullScreen</key>
|
|
|
<true/>
|
|
|
+ <key>UIStatusBarStyle</key>
|
|
|
+ <string>UIStatusBarStyleLightContent</string>
|
|
|
<key>UISupportedInterfaceOrientations</key>
|
|
|
<array>
|
|
|
<string>UIInterfaceOrientationPortrait</string>
|
|
|
<string>UIInterfaceOrientationLandscapeLeft</string>
|
|
|
<string>UIInterfaceOrientationLandscapeRight</string>
|
|
|
</array>
|
|
|
+ <key>UIViewControllerBasedStatusBarAppearance</key>
|
|
|
+ <false/>
|
|
|
</dict>
|
|
|
</plist>
|