Skip to content
This repository was archived by the owner on Jun 17, 2023. It is now read-only.

Commit 99feb92

Browse files
author
Amir Khorsandi
committed
Set landscape for ipad/mac, portrait for iPhone
1 parent 01638c9 commit 99feb92

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

Samples/PagingLayoutSamples/Info.plist

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,15 +32,11 @@
3232
<string>UIStatusBarStyleLightContent</string>
3333
<key>UISupportedInterfaceOrientations</key>
3434
<array>
35-
<string>UIInterfaceOrientationLandscapeLeft</string>
36-
<string>UIInterfaceOrientationLandscapeRight</string>
37-
<string>UIInterfaceOrientationPortraitUpsideDown</string>
3835
<string>UIInterfaceOrientationPortrait</string>
36+
<string>UIInterfaceOrientationPortraitUpsideDown</string>
3937
</array>
4038
<key>UISupportedInterfaceOrientations~ipad</key>
4139
<array>
42-
<string>UIInterfaceOrientationPortrait</string>
43-
<string>UIInterfaceOrientationPortraitUpsideDown</string>
4440
<string>UIInterfaceOrientationLandscapeLeft</string>
4541
<string>UIInterfaceOrientationLandscapeRight</string>
4642
</array>

0 commit comments

Comments
 (0)