diff options
Diffstat (limited to 'other/osx/Info.plist')
-rw-r--r-- | other/osx/Info.plist | 68 |
1 files changed, 68 insertions, 0 deletions
diff --git a/other/osx/Info.plist b/other/osx/Info.plist new file mode 100644 index 0000000..37e908c --- /dev/null +++ b/other/osx/Info.plist @@ -0,0 +1,68 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> +<plist version="1.0"> +<dict> + <key>CFBundleDevelopmentRegion</key> + <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 4.6.5, written 2012-2015 by Ciro Mattia Gonano and Pawel Jastrzebski</string> + <key>CFBundleIconFile</key> + <string>comic2ebook.icns</string> + <key>CFBundleIdentifier</key> + <string>com.kindlecomicconverter.KindleComicConverter</string> + <key>CFBundleInfoDictionaryVersion</key> + <string>6.0</string> + <key>CFBundleName</key> + <string>Kindle Comic Converter</string> + <key>CFBundlePackageType</key> + <string>APPL</string> + <key>CFBundleShortVersionString</key> + <string>4.6.5</string> + <key>CFBundleSignature</key> + <string>????</string> + <key>CFBundleVersion</key> + <string>4.6.5</string> + <key>LSEnvironment</key> + <dict> + <key>PATH</key> + <string>./../Resources:/usr/local/bin:/usr/bin:/bin</string> + </dict> + <key>LSHasLocalizedDisplayName</key> + <false/> + <key>LSMinimumSystemVersion</key> + <string>10.8.0</string> + <key>NSAppleScriptEnabled</key> + <false/> + <key>NSHumanReadableCopyright</key> + <string>ISC License (ISCL)</string> + <key>NSMainNibFile</key> + <string>MainMenu</string> + <key>NSPrincipalClass</key> + <string>NSApplication</string> +</dict> +</plist> |