Browse Source

Allow resizing test applications on iPadOS

Sam Lantinga 3 weeks ago
parent
commit
67728a5450
1 changed files with 7 additions and 0 deletions
  1. 7 0
      Xcode/SDLTest/test-Info.plist

+ 7 - 0
Xcode/SDLTest/test-Info.plist

@@ -9,5 +9,12 @@
 		<key>UIImageName</key>
 		<string></string>
 	</dict>
+    <key>UISupportedInterfaceOrientations</key>
+    <array>
+        <string>UIInterfaceOrientationLandscapeLeft</string>
+        <string>UIInterfaceOrientationLandscapeRight</string>
+        <string>UIInterfaceOrientationPortrait</string>
+        <string>UIInterfaceOrientationPortraitUpsideDown</string>
+    </array>
 </dict>
 </plist>