Marino Faggiana 8 жил өмнө
parent
commit
0d4483ca2d

+ 4 - 0
iOSClient/Info.plist

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