|
|
|
@@ -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) |
|
|
|
|
|
|
|
|