We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5ea66c9 commit 87bc501Copy full SHA for 87bc501
template/ios/HelloWorld/Info.plist
@@ -45,8 +45,13 @@
45
<key>UISupportedInterfaceOrientations</key>
46
<array>
47
<string>UIInterfaceOrientationPortrait</string>
48
+ </array>
49
+ <key>UISupportedInterfaceOrientations~ipad</key>
50
+ <array>
51
<string>UIInterfaceOrientationLandscapeLeft</string>
52
<string>UIInterfaceOrientationLandscapeRight</string>
53
+ <string>UIInterfaceOrientationPortrait</string>
54
+ <string>UIInterfaceOrientationPortraitUpsideDown</string>
55
</array>
56
<key>UIViewControllerBasedStatusBarAppearance</key>
57
<false/>
0 commit comments