diff options
Diffstat (limited to 'other/osx')
| -rwxr-xr-x | other/osx/7za | bin | 0 -> 1459896 bytes | |||
| -rw-r--r-- | other/osx/Info.plist | 47 | ||||
| -rwxr-xr-x | other/osx/unrar | bin | 0 -> 283000 bytes |
3 files changed, 47 insertions, 0 deletions
diff --git a/other/osx/7za b/other/osx/7za new file mode 100755 index 0000000..8669495 --- /dev/null +++ b/other/osx/7za Binary files differdiff --git a/other/osx/Info.plist b/other/osx/Info.plist new file mode 100644 index 0000000..bb87c7d --- /dev/null +++ b/other/osx/Info.plist @@ -0,0 +1,47 @@ +<?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>CFBundleExecutable</key> + <string>MacOS/Kindle Comic Converter</string> + <key>CFBundleGetInfoString</key> + <string>KindleComicConverter 5.0, 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>5.0.0</string> + <key>CFBundleSignature</key> + <string>????</string> + <key>CFBundleVersion</key> + <string>5.0.0</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.9.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> diff --git a/other/osx/unrar b/other/osx/unrar new file mode 100755 index 0000000..02e3413 --- /dev/null +++ b/other/osx/unrar Binary files differ |