[ios] - announce new icons in the info.plist
[vuplus_xbmc] / xbmc / osx / ios / XBMCIOS-Info.plist
index bf25b43..6ac9c84 100644 (file)
@@ -6,39 +6,61 @@
        <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>
+       <string>org.xbmc.xbmc-ios</string>
        <key>CFBundleInfoDictionaryVersion</key>
        <string>6.0</string>
        <key>CFBundleName</key>
        <string>XBMC</string>
        <key>CFBundlePackageType</key>
        <string>APPL</string>
+       <key>CFBundleShortVersionString</key>
+       <string></string>
        <key>CFBundleSignature</key>
        <string>????</string>
        <key>CFBundleVersion</key>
        <string>1.0</string>
        <key>LSRequiresIPhoneOS</key>
        <true/>
-       <key>UIStatusBarHidden</key>
-       <true/>
-       <key>CFBundleShortVersionString</key>
-       <string></string>
-       <key>UISupportedInterfaceOrientations</key>
+       <key>UIBackgroundModes</key>
        <array>
-               <string>UIInterfaceOrientationLandscapeLeft</string>
-               <string>UIInterfaceOrientationLandscapeRight</string>
+               <string>audio</string>
        </array>
+       <key>UIFileSharingEnabled</key>
+       <string>YES</string>
        <key>UIInterfaceOrientation</key>
        <string>UIInterfaceOrientationLandscapeLeft</string>
        <key>UIPrerenderedIcon</key>
        </array>
        <key>UIRequiresPersistentWiFi</key>
        <string>YES</string>
+       <key>UIStatusBarHidden</key>
+       <true/>
+       <key>UISupportedInterfaceOrientations</key>
+       <array>
+               <string>UIInterfaceOrientationLandscapeLeft</string>
+               <string>UIInterfaceOrientationLandscapeRight</string>
+       </array>
+       <key>UIViewControllerBasedStatusBarAppearance</key>
+       <false/>
 </dict>
 </plist>