Skip to content

Commit 36dab8c

Browse files
Added ipad UISupportedInterfaceOrientations
1 parent 72a5e84 commit 36dab8c

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

ios/App/App/Info.plist

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<key>CFBundleVersion</key>
2222
<string>$(CURRENT_PROJECT_VERSION)</string>
2323
<key>LSRequiresIPhoneOS</key>
24-
<true/>
24+
<true />
2525
<key>UILaunchStoryboardName</key>
2626
<string>LaunchScreen</string>
2727
<key>UIMainStoryboardFile</key>
@@ -34,6 +34,10 @@
3434
<array>
3535
<string>UIInterfaceOrientationPortrait</string>
3636
</array>
37+
<key>UISupportedInterfaceOrientations~ipad</key>
38+
<array>
39+
<string>UIInterfaceOrientationPortrait</string>
40+
</array>
3741
<key>UIViewControllerBasedStatusBarAppearance</key>
3842
<true/>
3943
</dict>

0 commit comments

Comments
 (0)