--- a/project_files/HedgewarsMobile/Info.plist Thu Aug 27 23:52:38 2015 +0200
+++ b/project_files/HedgewarsMobile/Info.plist Sat Sep 05 23:12:23 2015 +0200
@@ -18,7 +18,7 @@
<string>Icon-Small@2x.png</string>
</array>
<key>CFBundleIdentifier</key>
- <string>org.hedgewars.mobile</string>
+ <string>com.AC27.Hedgewars</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
@@ -33,17 +33,12 @@
<string>${HEDGEWARS_REVISION}</string>
<key>LSRequiresIPhoneOS</key>
<true/>
+ <key>UILaunchImageFile~ipad</key>
+ <string>Default-ipad</string>
<key>UIPrerenderedIcon</key>
<true/>
<key>UIStatusBarHidden</key>
<true/>
- <key>UILaunchImageFile~ipad</key>
- <string>Default-ipad</string>
- <key>UISupportedInterfaceOrientations~iphone</key>
- <array>
- <string>UIInterfaceOrientationLandscapeLeft</string>
- <string>UIInterfaceOrientationLandscapeRight</string>
- </array>
<key>UISupportedInterfaceOrientations~ipad</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
@@ -51,5 +46,10 @@
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
+ <key>UISupportedInterfaceOrientations~iphone</key>
+ <array>
+ <string>UIInterfaceOrientationLandscapeLeft</string>
+ <string>UIInterfaceOrientationLandscapeRight</string>
+ </array>
</dict>
</plist>