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 75d607d commit a8d80aaCopy full SHA for a8d80aa
Example/Example/Info.plist
@@ -28,11 +28,14 @@
28
<array>
29
<string>armv7</string>
30
</array>
31
+ <key>UIRequiresFullScreen</key>
32
+ <false/>
33
<key>UISupportedInterfaceOrientations</key>
34
35
<string>UIInterfaceOrientationPortrait</string>
36
<string>UIInterfaceOrientationLandscapeLeft</string>
37
<string>UIInterfaceOrientationLandscapeRight</string>
38
+ <string>UIInterfaceOrientationPortraitUpsideDown</string>
39
40
</dict>
41
</plist>
0 commit comments