projects
/
tanks-ios.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
16d80f4
)
Adds orientation so scheme appears by default.
author
dsc
<david.schoonover@gmail.com>
Thu, 5 May 2011 07:29:06 +0000 (
00:29
-0700)
committer
dsc
<david.schoonover@gmail.com>
Thu, 5 May 2011 07:29:06 +0000 (
00:29
-0700)
libs/box2d/iPhone/Info.plist
patch
|
blob
|
history
diff --git
a/libs/box2d/iPhone/Info.plist
b/libs/box2d/iPhone/Info.plist
index
fdf8340
..
92891b3
100644
(file)
--- a/
libs/box2d/iPhone/Info.plist
+++ b/
libs/box2d/iPhone/Info.plist
@@
-26,5
+26,9
@@
<true/>
<key>NSMainNibFile</key>
<string>MainWindow</string>
+ <key>UISupportedInterfaceOrientations</key>
+ <array>
+ <string>UIInterfaceOrientationPortrait</string>
+ </array>
</dict>
</plist>