Skip to content

Commit bf48770

Browse files
committed
add missing ipad orientations
1 parent b5f13be commit bf48770

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

ios/AllAboutOlaf/Info.plist

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,13 @@
104104
<array>
105105
<string>UIInterfaceOrientationPortrait</string>
106106
</array>
107+
<key>UISupportedInterfaceOrientations~ipad</key>
108+
<array>
109+
<string>UIInterfaceOrientationPortrait</string>
110+
<string>UIInterfaceOrientationPortraitUpsideDown</string>
111+
<string>UIInterfaceOrientationLandscapeLeft</string>
112+
<string>UIInterfaceOrientationLandscapeRight</string>
113+
</array>
107114
<key>UIViewControllerBasedStatusBarAppearance</key>
108115
<false/>
109116
</dict>

0 commit comments

Comments
 (0)