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 b5f13be commit bf48770Copy full SHA for bf48770
ios/AllAboutOlaf/Info.plist
@@ -104,6 +104,13 @@
104
<array>
105
<string>UIInterfaceOrientationPortrait</string>
106
</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>
114
<key>UIViewControllerBasedStatusBarAppearance</key>
115
<false/>
116
</dict>
0 commit comments