Skip to content

Commit 16e5c92

Browse files
author
Walzer
committed
Merge pull request cocos2d#1403 from walzer/gles20
add landscape orientation setting to TestJavascript Xcode proj.
2 parents a78202b + 46e8094 commit 16e5c92

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

samples/TestJavascript/proj.ios/Info.plist

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,5 +59,10 @@
5959
</dict>
6060
<key>UIStatusBarHidden</key>
6161
<true/>
62+
<key>UISupportedInterfaceOrientations</key>
63+
<array>
64+
<string>UIInterfaceOrientationLandscapeRight</string>
65+
<string>UIInterfaceOrientationLandscapeLeft</string>
66+
</array>
6267
</dict>
6368
</plist>

0 commit comments

Comments
 (0)