1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

DemoRunner: Enable all orientations and disable full screen requirement on iOS to enable Slide Over and Split View features

This commit is contained in:
ed 2021-02-05 11:36:21 +00:00
parent 65f2de3def
commit 9eb5e38cae
3 changed files with 15 additions and 5 deletions

View file

@ -41,13 +41,12 @@
<true/>
<key>UISupportsDocumentBrowser</key>
<true/>
<key>UIRequiresFullScreen</key>
<true/>
<key>UISupportedInterfaceOrientations</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
<string>UIInterfaceOrientationPortrait</string>
<string>UIInterfaceOrientationPortraitUpsideDown</string>
</array>
<key>UIBackgroundModes</key>
<array/>