From a352a77531dca6c3bdba31e3de072696399a2141 Mon Sep 17 00:00:00 2001 From: Memphiz Date: Sun, 27 Apr 2014 17:16:13 +0200 Subject: [PATCH] [ios] - announce new icons in the info.plist --- xbmc/osx/ios/XBMCIOS-Info.plist | 55 +++++++++++++++++++++++++++++------------ 1 file changed, 39 insertions(+), 16 deletions(-) diff --git a/xbmc/osx/ios/XBMCIOS-Info.plist b/xbmc/osx/ios/XBMCIOS-Info.plist index 187690b..6ac9c84 100644 --- a/xbmc/osx/ios/XBMCIOS-Info.plist +++ b/xbmc/osx/ios/XBMCIOS-Info.plist @@ -2,22 +2,43 @@ - UIFileSharingEnabled - YES CFBundleDevelopmentRegion English CFBundleDisplayName ${PRODUCT_NAME} + CFBundleDocumentTypes + CFBundleExecutable XBMC - CFBundleIconFile - XBMC.png - CFBundleIconFiles - - XBMC.png - XBMC.png - XBMC.png - + CFBundleIcons + + CFBundlePrimaryIcon + + CFBundleIconFiles + + AppIcon29x29 + AppIcon40x40 + AppIcon57x57 + AppIcon60x60 + + + + CFBundleIcons~ipad + + CFBundlePrimaryIcon + + CFBundleIconFiles + + AppIcon29x29 + AppIcon40x40 + AppIcon57x57 + AppIcon60x60 + AppIcon50x50 + AppIcon72x72 + AppIcon76x76 + + + CFBundleIdentifier org.xbmc.xbmc-ios CFBundleInfoDictionaryVersion @@ -34,14 +55,16 @@ 1.0 LSRequiresIPhoneOS - UIInterfaceOrientation - UIInterfaceOrientationLandscapeLeft - UIPrerenderedIcon - UIBackgroundModes audio + UIFileSharingEnabled + YES + UIInterfaceOrientation + UIInterfaceOrientationLandscapeLeft + UIPrerenderedIcon + UIRequiredDeviceCapabilities armv7 @@ -52,12 +75,12 @@ YES UIStatusBarHidden - UIViewControllerBasedStatusBarAppearance - UISupportedInterfaceOrientations UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight + UIViewControllerBasedStatusBarAppearance + -- 2.7.4