Require full-screen since the streaming game will be the primary interaction for the device

This commit is contained in:
Cameron Gutman
2015-09-30 18:00:52 -07:00
parent 37dc00735b
commit 9ba7f35444

View File

@@ -50,6 +50,10 @@
<array>
<string>armv7</string>
</array>
<key>UIRequiresFullScreen</key>
<true/>
<key>UIStatusBarHidden</key>
<true/>
<key>UISupportedInterfaceOrientations</key>
<array>
<string>UIInterfaceOrientationLandscapeLeft</string>
@@ -62,7 +66,5 @@
</array>
<key>UIViewControllerBasedStatusBarAppearance</key>
<false/>
<key>UIStatusBarHidden</key>
<true/>
</dict>
</plist>