Skip to content

Commit a8d80aa

Browse files
committed
All interface orientations must be supported unless the app requires full screen
1 parent 75d607d commit a8d80aa

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Example/Example/Info.plist

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,14 @@
2828
<array>
2929
<string>armv7</string>
3030
</array>
31+
<key>UIRequiresFullScreen</key>
32+
<false/>
3133
<key>UISupportedInterfaceOrientations</key>
3234
<array>
3335
<string>UIInterfaceOrientationPortrait</string>
3436
<string>UIInterfaceOrientationLandscapeLeft</string>
3537
<string>UIInterfaceOrientationLandscapeRight</string>
38+
<string>UIInterfaceOrientationPortraitUpsideDown</string>
3639
</array>
3740
</dict>
3841
</plist>

0 commit comments

Comments
 (0)