Add UIRequiresFullScreen key to iOS plist

This commit is contained in:
Joshua Granick
2016-07-08 08:57:46 -07:00
committed by GitHub
parent 50635da2ce
commit a0c7669300

View File

@@ -33,6 +33,8 @@
</dict>
<key>UIStatusBarHidden</key>
<::WIN_FULLSCREEN::/>
<key>UIRequiresFullScreen</key>
<::WIN_FULLSCREEN::/>
<key>UIViewControllerBasedStatusBarAppearance</key>
<::!WIN_FULLSCREEN::/>
::if (IOS_APP_ORIENTATION != null)::