about summary refs log tree commit diff
path: root/other
diff options
context:
space:
mode:
authorPaweł Jastrzębski <pawelj@iosphe.re>2017-01-21 22:34:39 +0100
committerPaweł Jastrzębski <pawelj@iosphe.re>2017-01-21 22:34:39 +0100
commit2bea546a9d95733f29ac00877228567225e05c09 (patch)
tree3e8304c8b4ae5ea42596504f15b993c013d67992 /other
parentUpdate build environment (diff)
downloadkcc-2bea546a9d95733f29ac00877228567225e05c09.tar.gz
kcc-2bea546a9d95733f29ac00877228567225e05c09.tar.bz2
kcc-2bea546a9d95733f29ac00877228567225e05c09.zip
Re-enabled OS X file association mechanism
Diffstat (limited to 'other')
-rw-r--r--other/osx/Info.plist21
1 files changed, 21 insertions, 0 deletions
diff --git a/other/osx/Info.plist b/other/osx/Info.plist
index d549ea2..4933a99 100644
--- a/other/osx/Info.plist
+++ b/other/osx/Info.plist
@@ -6,6 +6,27 @@
 	<string>English</string>
 	<key>CFBundleDisplayName</key>
 	<string>Kindle Comic Converter</string>
+	<key>CFBundleDocumentTypes</key>
+	<array>
+		<dict>
+		<key>CFBundleTypeExtensions</key>
+		<array>
+			<string>cbz</string>
+			<string>cbr</string>
+			<string>cb7</string>
+			<string>zip</string>
+			<string>rar</string>
+			<string>7z</string>
+			<string>pdf</string>
+		</array>
+		<key>CFBundleTypeIconFile</key>
+		<string>comic2ebook.icns</string>
+		<key>CFBundleTypeName</key>
+		<string>Comics</string>
+		<key>CFBundleTypeRole</key>
+		<string>Editor</string>
+		</dict>
+	</array>
 	<key>CFBundleExecutable</key>
 	<string>MacOS/Kindle Comic Converter</string>
 	<key>CFBundleGetInfoString</key>