Browse Source

Projucer: Fixed a typo in the iOS orientation settings

tags/2021-05-28
ed 5 years ago
parent
commit
7372531964
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      extras/Projucer/Source/ProjectSaving/jucer_ProjectExport_Xcode.h

+ 1
- 1
extras/Projucer/Source/ProjectSaving/jucer_ProjectExport_Xcode.h View File

@@ -293,7 +293,7 @@ public:
{
StringArray orientationStrings { "Portrait", "Portrait Upside Down",
"Landscape Left", "Landsscape Right" };
"Landscape Left", "Landscape Right" };
Array<var> orientationVars { "UIInterfaceOrientationPortrait", "UIInterfaceOrientationPortraitUpsideDown",
"UIInterfaceOrientationLandscapeLeft", "UIInterfaceOrientationLandscapeRight" };


Loading…
Cancel
Save