aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMemphiz <memphis@machzwo.de>2014-04-27 17:16:13 +0200
committerda-anda <da-anda@xbmc.org>2014-05-02 00:53:00 +0200
commita352a77531dca6c3bdba31e3de072696399a2141 (patch)
tree975d70cc2530332481ab87da166333f4e58b9f3c
parent0cec3d23d843e6b37a929f9f62d05447355d36e8 (diff)
[ios] - announce new icons in the info.plist
-rw-r--r--xbmc/osx/ios/XBMCIOS-Info.plist55
1 files changed, 39 insertions, 16 deletions
diff --git a/xbmc/osx/ios/XBMCIOS-Info.plist b/xbmc/osx/ios/XBMCIOS-Info.plist
index 187690bf43..6ac9c84bf6 100644
--- a/xbmc/osx/ios/XBMCIOS-Info.plist
+++ b/xbmc/osx/ios/XBMCIOS-Info.plist
@@ -2,22 +2,43 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
- <key>UIFileSharingEnabled</key>
- <string>YES</string>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleDisplayName</key>
<string>${PRODUCT_NAME}</string>
+ <key>CFBundleDocumentTypes</key>
+ <array/>
<key>CFBundleExecutable</key>
<string>XBMC</string>
- <key>CFBundleIconFile</key>
- <string>XBMC.png</string>
- <key>CFBundleIconFiles</key>
- <array>
- <string>XBMC.png</string>
- <string>XBMC.png</string>
- <string>XBMC.png</string>
- </array>
+ <key>CFBundleIcons</key>
+ <dict>
+ <key>CFBundlePrimaryIcon</key>
+ <dict>
+ <key>CFBundleIconFiles</key>
+ <array>
+ <string>AppIcon29x29</string>
+ <string>AppIcon40x40</string>
+ <string>AppIcon57x57</string>
+ <string>AppIcon60x60</string>
+ </array>
+ </dict>
+ </dict>
+ <key>CFBundleIcons~ipad</key>
+ <dict>
+ <key>CFBundlePrimaryIcon</key>
+ <dict>
+ <key>CFBundleIconFiles</key>
+ <array>
+ <string>AppIcon29x29</string>
+ <string>AppIcon40x40</string>
+ <string>AppIcon57x57</string>
+ <string>AppIcon60x60</string>
+ <string>AppIcon50x50</string>
+ <string>AppIcon72x72</string>
+ <string>AppIcon76x76</string>
+ </array>
+ </dict>
+ </dict>
<key>CFBundleIdentifier</key>
<string>org.xbmc.xbmc-ios</string>
<key>CFBundleInfoDictionaryVersion</key>
@@ -34,14 +55,16 @@
<string>1.0</string>
<key>LSRequiresIPhoneOS</key>
<true/>
- <key>UIInterfaceOrientation</key>
- <string>UIInterfaceOrientationLandscapeLeft</string>
- <key>UIPrerenderedIcon</key>
- <true/>
<key>UIBackgroundModes</key>
<array>
<string>audio</string>
</array>
+ <key>UIFileSharingEnabled</key>
+ <string>YES</string>
+ <key>UIInterfaceOrientation</key>
+ <string>UIInterfaceOrientationLandscapeLeft</string>
+ <key>UIPrerenderedIcon</key>
+ <true/>
<key>UIRequiredDeviceCapabilities</key>
<array>
<string>armv7</string>
@@ -52,12 +75,12 @@
<string>YES</string>
<key>UIStatusBarHidden</key>
<true/>
- <key>UIViewControllerBasedStatusBarAppearance</key>
- <false/>
<key>UISupportedInterfaceOrientations</key>
<array>
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
+ <key>UIViewControllerBasedStatusBarAppearance</key>
+ <false/>
</dict>
</plist>