diff options
Diffstat (limited to 'other/osx/Info.plist')
| -rw-r--r-- | other/osx/Info.plist | 27 |
1 files changed, 24 insertions, 3 deletions
diff --git a/other/osx/Info.plist b/other/osx/Info.plist index 0eb9c94..7600993 100644 --- a/other/osx/Info.plist +++ b/other/osx/Info.plist @@ -6,10 +6,31 @@ <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> - <string>KindleComicConverter 5.2.1, written 2012-2016 by Ciro Mattia Gonano and Pawel Jastrzebski</string> + <string>KindleComicConverter 5.3.0, written 2012-2017 by Ciro Mattia Gonano and Pawel Jastrzebski</string> <key>CFBundleIconFile</key> <string>comic2ebook.icns</string> <key>CFBundleIdentifier</key> @@ -21,11 +42,11 @@ <key>CFBundlePackageType</key> <string>APPL</string> <key>CFBundleShortVersionString</key> - <string>5.2.1</string> + <string>5.3.0</string> <key>CFBundleSignature</key> <string>????</string> <key>CFBundleVersion</key> - <string>5.2.1</string> + <string>5.3.0</string> <key>LSEnvironment</key> <dict> <key>PATH</key> |