Skip to content

Commit

Permalink
IPHONE: Add supported orientations to Info.plist.
Browse files Browse the repository at this point in the history
  • Loading branch information
Johannes Schickel committed Jun 4, 2014
1 parent 4069f63 commit a282803
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
6 changes: 6 additions & 0 deletions dists/iphone/Info.plist
Expand Up @@ -35,5 +35,11 @@
<integer>1</integer>
<integer>2</integer>
</array>
<key>UISupportedInterfaceOrientations</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
</dict>
</plist>
6 changes: 6 additions & 0 deletions dists/iphone/Info.plist.in
Expand Up @@ -35,5 +35,11 @@
<integer>1</integer>
<integer>2</integer>
</array>
<key>UISupportedInterfaceOrientations</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
</dict>
</plist>

0 comments on commit a282803

Please sign in to comment.