We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4b0514f commit 67728a5Copy full SHA for 67728a5
Xcode/SDLTest/test-Info.plist
@@ -9,5 +9,12 @@
9
<key>UIImageName</key>
10
<string></string>
11
</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>
19
20
</plist>
0 commit comments