From 0e6c3ab68fb4e155a607e6a0301598e6dff2c923 Mon Sep 17 00:00:00 2001 From: hogliux Date: Thu, 16 Jul 2015 12:33:10 +0100 Subject: [PATCH] Add all possible orientations to the UISupportedInterfaceOrientations plist element on iOS --- .../Introjucer/Source/Project Saving/jucer_ProjectExport_XCode.h | 1 + 1 file changed, 1 insertion(+) diff --git a/extras/Introjucer/Source/Project Saving/jucer_ProjectExport_XCode.h b/extras/Introjucer/Source/Project Saving/jucer_ProjectExport_XCode.h index 23fa9dfc8d..f1b64bc3d7 100644 --- a/extras/Introjucer/Source/Project Saving/jucer_ProjectExport_XCode.h +++ b/extras/Introjucer/Source/Project Saving/jucer_ProjectExport_XCode.h @@ -654,6 +654,7 @@ private: static const char* kDefaultiOSOrientationStrings[] = { "UIInterfaceOrientationPortrait", + "UIInterfaceOrientationPortraitUpsideDown", "UIInterfaceOrientationLandscapeLeft", "UIInterfaceOrientationLandscapeRight", nullptr