From 7dab89c3430dc39478f686bc8c644ef22535ac3d Mon Sep 17 00:00:00 2001 From: Jonathan Springer Date: Mon, 26 May 2014 10:41:32 -0400 Subject: [PATCH] Add Retina support for mac --- osx/Info.plist | 239 ++++++++++++++++++++++++------------------------- 1 file changed, 119 insertions(+), 120 deletions(-) diff --git a/osx/Info.plist b/osx/Info.plist index de01751..962c97c 100755 --- a/osx/Info.plist +++ b/osx/Info.plist @@ -1,125 +1,124 @@ - + - - CFBundleDocumentTypes - - - CFBundleTypeExtension - - osz - - CFBundleTypeIconFiles - - OpenLP.icns - - CFBundleTypeName - OpenLP Service - CFBundleTypeRole - Viewer - LSHandlerRank - Owner - LSItemContentTypes - - org.openlp.osz - - - - CFBundleTypeExtension - - otz - - CFBundleTypeIconFiles - - OpenLP.icns - - CFBundleTypeName - OpenLP Theme - CFBundleTypeRole - Viewer - LSHandlerRank - Owner - LSItemContentTypes - - org.openlp.otz - - - - - UTExportedTypeDeclarations - - - UTTypeIdentifier - org.openlp.osz - UTTypeDescription - OpenLP Service - UTTypeConformsTo - - public.data - public.content - - UTTypeTagSpecification - - public.filename-extension - - osz - - public.mime-type - - application/x-openlp-service - - - - - UTTypeIdentifier - org.openlp.otz - UTTypeDescription - OpenLP Theme - UTTypeConformsTo - - public.data - public.content - - UTTypeTagSpecification - - public.filename-extension - - otz - - public.mime-type - - application/x-openlp-theme - - - - - -CFBundleIdentifier -org.openlp -CFBundleShortVersionString -%(openlp_version)s -CFBundleVersion -%(openlp_version)s -CFBundleInfoDictionaryVersion -6.0 -CFBundleDisplayName -OpenLP -CFBundleIconFile -OpenLP.icns -CFBundleExecutable -MacOS/OpenLP -CFBundleName -OpenLP -CFBundleGetInfoString -OpenLP %(openlp_version)s -LSHasLocalizedDisplayName - -NSAppleScriptEnabled - -CFBundlePackageType -APPL -LSBackgroundOnly - + CFBundleDocumentTypes + + + CFBundleTypeExtension + + osz + + CFBundleTypeIconFiles + + OpenLP.icns + + CFBundleTypeName + OpenLP Service + CFBundleTypeRole + Viewer + LSHandlerRank + Owner + LSItemContentTypes + + org.openlp.osz + + + + CFBundleTypeExtension + + otz + + CFBundleTypeIconFiles + + OpenLP.icns + + CFBundleTypeName + OpenLP Theme + CFBundleTypeRole + Viewer + LSHandlerRank + Owner + LSItemContentTypes + + org.openlp.otz + + + + UTExportedTypeDeclarations + + + UTTypeIdentifier + org.openlp.osz + UTTypeDescription + OpenLP Service + UTTypeConformsTo + + public.data + public.content + + UTTypeTagSpecification + + public.filename-extension + + osz + + public.mime-type + + application/x-openlp-service + + + + + UTTypeIdentifier + org.openlp.otz + UTTypeDescription + OpenLP Theme + UTTypeConformsTo + + public.data + public.content + + UTTypeTagSpecification + + public.filename-extension + + otz + + public.mime-type + + application/x-openlp-theme + + + + + CFBundleIdentifier + org.openlp + CFBundleShortVersionString + %(openlp_version)s + CFBundleVersion + %(openlp_version)s + CFBundleInfoDictionaryVersion + 6.0 + CFBundleDisplayName + OpenLP + CFBundleIconFile + OpenLP.icns + CFBundleExecutable + MacOS/OpenLP + CFBundleName + OpenLP + CFBundleGetInfoString + OpenLP %(openlp_version)s + LSHasLocalizedDisplayName + + NSAppleScriptEnabled + + CFBundlePackageType + APPL + LSBackgroundOnly + + NSHighResolutionCapable +