Skip to content
This repository has been archived by the owner on Mar 7, 2023. It is now read-only.

Commit

Permalink
Lock device orientations. Portrait only for iPhone, Landscape only fo…
Browse files Browse the repository at this point in the history
…r iPad
  • Loading branch information
BaseInfinity committed Mar 9, 2016
1 parent 44ecc0c commit c0767c6
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion iFixit-Info.plist
Expand Up @@ -133,10 +133,13 @@
<true/>
<key>UISupportedInterfaceOrientations</key>
<array>
<string>UIInterfaceOrientationPortraitUpsideDown</string>
<string>UIInterfaceOrientationPortrait</string>
</array>
<key>UISupportedInterfaceOrientations~ipad</key>
<array>
<string>UIInterfaceOrientationLandscapeRight</string>
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationPortraitUpsideDown</string>
</array>
<key>UIViewControllerBasedStatusBarAppearance</key>
<false/>
Expand Down

0 comments on commit c0767c6

Please sign in to comment.