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:
parent
65f2de3def
commit
9eb5e38cae
3 changed files with 15 additions and 5 deletions
|
|
@ -30,7 +30,16 @@ juce_add_gui_app(DemoRunner
|
|||
CAMERA_PERMISSION_ENABLED TRUE
|
||||
BLUETOOTH_PERMISSION_ENABLED TRUE
|
||||
FILE_SHARING_ENABLED TRUE
|
||||
DOCUMENT_BROWSER_ENABLED TRUE)
|
||||
DOCUMENT_BROWSER_ENABLED TRUE
|
||||
REQUIRES_FULL_SCREEN FALSE
|
||||
IPAD_SCREEN_ORIENTATIONS UIInterfaceOrientationPortrait
|
||||
UIInterfaceOrientationPortraitUpsideDown
|
||||
UIInterfaceOrientationLandscapeLeft
|
||||
UIInterfaceOrientationLandscapeRight
|
||||
IPHONE_SCREEN_ORIENTATIONS UIInterfaceOrientationPortrait
|
||||
UIInterfaceOrientationPortraitUpsideDown
|
||||
UIInterfaceOrientationLandscapeLeft
|
||||
UIInterfaceOrientationLandscapeRight)
|
||||
|
||||
juce_generate_juce_header(DemoRunner)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue