aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMemphiz <memphis@machzwo.de>2014-11-01 11:12:40 +0100
committerMemphiz <memphis@machzwo.de>2014-11-01 11:12:40 +0100
commitcb7d41b90f7bfc2505800dada9d849fb343500f2 (patch)
treee9f6254ba6d21635106f4981fd7e287999f0fc0d
parentfd22441984c2c47864150bf348ab6b0e3a49f7cd (diff)
[ios] - add the launchimage for iphone5 screens to the info.plist - restores iphone5 resolution on ios8
-rw-r--r--xbmc/osx/ios/XBMCIOS-Info.plist10
1 files changed, 10 insertions, 0 deletions
diff --git a/xbmc/osx/ios/XBMCIOS-Info.plist b/xbmc/osx/ios/XBMCIOS-Info.plist
index f7c81939e3..6c54671c4d 100644
--- a/xbmc/osx/ios/XBMCIOS-Info.plist
+++ b/xbmc/osx/ios/XBMCIOS-Info.plist
@@ -114,6 +114,16 @@
<key>UILaunchImageSize</key>
<string>{414, 736}</string>
</dict>
+ <dict>
+ <key>UILaunchImageMinimumOSVersion</key>
+ <string>8.0</string>
+ <key>UILaunchImageName</key>
+ <string>Default-568h</string>
+ <key>UILaunchImageOrientation</key>
+ <string>Portrait</string>
+ <key>UILaunchImageSize</key>
+ <string>{320, 568}</string>
+ </dict>
</array>
</dict>
</plist>