Skip to content
This repository has been archived by the owner on May 3, 2021. It is now read-only.

Commit

Permalink
Changed Info.plist to support all interface orientations at startup.
Browse files Browse the repository at this point in the history
  • Loading branch information
ole committed Jun 7, 2010
1 parent d1301ca commit b6d5af0
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Leaves-Info.plist
Expand Up @@ -28,5 +28,12 @@
<string>MainWindow</string>
<key>NSMainNibFile~ipad</key>
<string>MainWindow-iPad</string>
<key>UISupportedInterfaceOrientations</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
<string>UIInterfaceOrientationPortraitUpsideDown</string>
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
</dict>
</plist>

0 comments on commit b6d5af0

Please sign in to comment.