Skip to content

Commit 67728a5

Browse files
committed
Allow resizing test applications on iPadOS
1 parent 4b0514f commit 67728a5

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Xcode/SDLTest/test-Info.plist

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,12 @@
99
<key>UIImageName</key>
1010
<string></string>
1111
</dict>
12+
<key>UISupportedInterfaceOrientations</key>
13+
<array>
14+
<string>UIInterfaceOrientationLandscapeLeft</string>
15+
<string>UIInterfaceOrientationLandscapeRight</string>
16+
<string>UIInterfaceOrientationPortrait</string>
17+
<string>UIInterfaceOrientationPortraitUpsideDown</string>
18+
</array>
1219
</dict>
1320
</plist>

0 commit comments

Comments
 (0)