project_files/HedgewarsMobile/Info.plist
changeset 3625 9f1d79e01a60
parent 3385 361bd29293f4
child 3634 93d260c96635
--- a/project_files/HedgewarsMobile/Info.plist	Mon Jul 05 22:42:43 2010 +0200
+++ b/project_files/HedgewarsMobile/Info.plist	Tue Jul 06 03:33:01 2010 +0200
@@ -11,7 +11,11 @@
 	<key>CFBundleIconFiles</key>
 	<array>
 		<string>Icon.png</string>
-		<string>Icon-iPad.png</string>
+		<string>Icon-72.png</string>
+		<string>Icon@2x.png</string>
+		<string>Icon-Small.png</string>
+		<string>Icon-Small-50.png</string>
+		<string>Icon-Small@2x.png</string>
 	</array>
 	<key>CFBundleIdentifier</key>
 	<string>org.hedgewars.mobile</string>
@@ -27,9 +31,16 @@
 	<string>1.0</string>
 	<key>LSRequiresIPhoneOS</key>
 	<true/>
-	<key>UIInterfaceOrientation</key>
-	<string>UIInterfaceOrientationLandscapeRight</string>
 	<key>UIStatusBarHidden</key>
 	<true/>
+	<key>UISupportedInterfaceOrientations</key>
+	<array>
+		<string>UIInterfaceOrientationLandscapeLeft</string>
+		<string>UIInterfaceOrientationLandscapeRight</string>
+	</array>
+	<key>UILaunchImageFile~ipad</key>
+	<string>LI-ipad</string>
+	<key>UILaunchImageFile~iphone</key>
+	<string>LI-iphone</string>
 </dict>
 </plist>