From 22886e20d2ac3fe591501b5e3d1f51381c70f6b8 Mon Sep 17 00:00:00 2001 From: rgaudin Date: Tue, 6 May 2014 09:33:54 +0000 Subject: [PATCH] Fixed typo in Info.plist preventing icon from working --- src/macosx/Info.plist | 28 ++++++++++++++++++++++++++-- 1 file changed, 26 insertions(+), 2 deletions(-) diff --git a/src/macosx/Info.plist b/src/macosx/Info.plist index 17e5547..44975c7 100644 --- a/src/macosx/Info.plist +++ b/src/macosx/Info.plist @@ -20,11 +20,11 @@ APPL CFBundleShortVersionString 0.9 rc3 - CFBundleURLTypes CFBundleDevelopmentRegion English CFBundleSignature KIWI + CFBundleURLTypes CFBundleURLIconFile @@ -73,5 +73,29 @@ NSPrincipalClass GeckoNSApplication UTExportedTypeDeclarations + + + UTTypeIdentifier + org.kiwix.kiwix.zim + UTTypeReferenceURL + http://www.kiwix.org + UTTypeDescription + Kiwix ZIM File + UTTypeConformsTo + + public.data + public.content + + UTTypeTagSpecification + + com.apple.ostype + TBMZ + public.filename-extension + + zim + + + + - + \ No newline at end of file