--- a/project_files/HedgewarsMobile/Info.plist Sun Jan 29 02:45:12 2012 +0100
+++ b/project_files/HedgewarsMobile/Info.plist Sun Jan 29 02:48:03 2012 +0100
@@ -37,10 +37,17 @@
<true/>
<key>UILaunchImageFile~ipad</key>
<string>Default-ipad</string>
- <key>UISupportedInterfaceOrientations</key>
+ <key>UISupportedInterfaceOrientations~iphone</key>
<array>
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
+ <key>UISupportedInterfaceOrientations~ipad</key>
+ <array>
+ <string>UIInterfaceOrientationPortrait</string>
+ <string>UIInterfaceOrientationPortraitUpsideDown</string>
+ <string>UIInterfaceOrientationLandscapeLeft</string>
+ <string>UIInterfaceOrientationLandscapeRight</string>
+ </array>
</dict>
</plist>