diff options
author | Paweł Jastrzębski <pawelj@iosphe.re> | 2015-10-13 18:42:24 +0200 |
---|---|---|
committer | Paweł Jastrzębski <pawelj@iosphe.re> | 2015-10-13 18:42:24 +0200 |
commit | a2651747cd9e92cbed16ac14aa7f7e9dbbeb5083 (patch) | |
tree | c72b8325149aa20f01a48e7a84e8e7bb4e628439 /other | |
parent | OS X: GUI tweak (diff) | |
download | kcc-a2651747cd9e92cbed16ac14aa7f7e9dbbeb5083.tar.gz kcc-a2651747cd9e92cbed16ac14aa7f7e9dbbeb5083.tar.bz2 kcc-a2651747cd9e92cbed16ac14aa7f7e9dbbeb5083.zip |
Build tweaks
Diffstat (limited to 'other')
-rw-r--r-- | other/osx/Info.plist | 23 |
1 files changed, 1 insertions, 22 deletions
diff --git a/other/osx/Info.plist b/other/osx/Info.plist index 37e908c..83a65cb 100644 --- a/other/osx/Info.plist +++ b/other/osx/Info.plist @@ -6,27 +6,6 @@ <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> @@ -55,7 +34,7 @@ <key>LSHasLocalizedDisplayName</key> <false/> <key>LSMinimumSystemVersion</key> - <string>10.8.0</string> + <string>10.9.0</string> <key>NSAppleScriptEnabled</key> <false/> <key>NSHumanReadableCopyright</key> |