Skip to content

Commit

Permalink
Xcode: must support _all_ orientations
Browse files Browse the repository at this point in the history
  • Loading branch information
jmoody committed Oct 22, 2015
1 parent 98489d8 commit b5ec377
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions LPSimpleExample/LPSimpleExample-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
<string>UIInterfaceOrientationPortrait</string>
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
<string>UIInterfaceOrientationPortraitUpsideDown</string>
</array>
</dict>
</plist>

0 comments on commit b5ec377

Please sign in to comment.