From 19a0eff677d6e046fe4af169b1bed32414a7dfe3 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Tue, 25 Jun 2013 12:54:15 +0200 Subject: Update ios project for reshuffle. --- platform/ios/Info.plist | 94 ++++++++++++++++++++++++++++++------------------- 1 file changed, 57 insertions(+), 37 deletions(-) (limited to 'platform/ios/Info.plist') diff --git a/platform/ios/Info.plist b/platform/ios/Info.plist index 0595910d..e21b5dc5 100644 --- a/platform/ios/Info.plist +++ b/platform/ios/Info.plist @@ -6,10 +6,63 @@ en CFBundleDisplayName ${PRODUCT_NAME} + CFBundleDocumentTypes + + + CFBundleTypeName + PDF + LSHandlerRank + Alternate + LSItemContentTypes + + com.adobe.pdf + + + + CFBundleTypeName + XPS + LSHandlerRank + Alternate + LSItemContentTypes + + com.microsoft.xps + + + + CFBundleTypeName + CBZ + LSHandlerRank + Alternate + LSItemContentTypes + + public.zip-archive + + + CFBundleExecutable ${EXECUTABLE_NAME} CFBundleIconFiles - + + Icon.png + Icon@2x.png + Icon-72.png + Icon-72@2x.png + + CFBundleIcons + + CFBundlePrimaryIcon + + CFBundleIconFiles + + Icon.png + Icon@2x.png + Icon-72.png + Icon-72@2x.png + + UIPrerenderedIcon + + + CFBundleIdentifier com.artifex.mupdf CFBundleInfoDictionaryVersion @@ -19,11 +72,11 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.2 + 1.3 CFBundleSignature ???? CFBundleVersion - 1.2 + 1.3 LSRequiresIPhoneOS UIFileSharingEnabled @@ -38,8 +91,8 @@ UIInterfaceOrientationPortrait UIInterfaceOrientationLandscapeLeft - UIInterfaceOrientationLandscapeRight UIInterfaceOrientationPortraitUpsideDown + UIInterfaceOrientationLandscapeRight UISupportedInterfaceOrientations~ipad @@ -48,39 +101,6 @@ UIInterfaceOrientationLandscapeLeft UIInterfaceOrientationLandscapeRight - CFBundleDocumentTypes - - - CFBundleTypeName - PDF - LSItemContentTypes - - com.adobe.pdf - - LSHandlerRank - Alternate - - - LSItemContentTypes - - com.microsoft.xps - - CFBundleTypeName - XPS - LSHandlerRank - Alternate - - - CFBundleTypeName - CBZ - LSItemContentTypes - - public.zip-archive - - LSHandlerRank - Alternate - - UTImportedTypeDeclarations -- cgit v1.2.3