project_files/HedgewarsMobile/Info.plist
changeset 6612 8fd6bb239a1e
parent 5987 3c27859d7d20
child 7968 be4503361ead
--- 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>