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> </dict>
<key>UIStatusBarHidden</key> <key>UIStatusBarHidden</key>
<::WIN_FULLSCREEN::/> <::WIN_FULLSCREEN::/>
<key>UIRequiresFullScreen</key>
<::WIN_FULLSCREEN::/>
<key>UIViewControllerBasedStatusBarAppearance</key> <key>UIViewControllerBasedStatusBarAppearance</key>
<::!WIN_FULLSCREEN::/> <::!WIN_FULLSCREEN::/>
::if (IOS_APP_ORIENTATION != null):: ::if (IOS_APP_ORIENTATION != null)::