mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Add all possible orientations to the UISupportedInterfaceOrientations plist element on iOS
This commit is contained in:
parent
c2c0795aea
commit
0e6c3ab68f
1 changed files with 1 additions and 0 deletions
|
|
@ -654,6 +654,7 @@ private:
|
|||
static const char* kDefaultiOSOrientationStrings[] =
|
||||
{
|
||||
"UIInterfaceOrientationPortrait",
|
||||
"UIInterfaceOrientationPortraitUpsideDown",
|
||||
"UIInterfaceOrientationLandscapeLeft",
|
||||
"UIInterfaceOrientationLandscapeRight",
|
||||
nullptr
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue