[ios] - announce new icons in the info.plist
[vuplus_xbmc] / xbmc / osx / ios / XBMCIOS-Info.plist
index 187690b..6ac9c84 100644 (file)
@@ -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>
        <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>
        <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>