Skip to content

Commit

Permalink
Merge pull request cocos2d#1403 from walzer/gles20
Browse files Browse the repository at this point in the history
add landscape orientation setting to TestJavascript Xcode proj.
  • Loading branch information
Walzer committed Sep 27, 2012
2 parents a78202b + 46e8094 commit 16e5c92
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions samples/TestJavascript/proj.ios/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,10 @@
</dict>
<key>UIStatusBarHidden</key>
<true/>
<key>UISupportedInterfaceOrientations</key>
<array>
<string>UIInterfaceOrientationLandscapeRight</string>
<string>UIInterfaceOrientationLandscapeLeft</string>
</array>
</dict>
</plist>

0 comments on commit 16e5c92

Please sign in to comment.