diff options
author | Paweł Jastrzębski <pawelj@iosphe.re> | 2019-10-21 17:27:38 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-10-21 17:27:38 +0200 |
commit | 515b83637fd0e531b1b21cac39a7fa42ed0a3f27 (patch) | |
tree | d043ef19bd911fa7e02fddb6e341af5f68d95d65 /other/osx/Info.plist | |
parent | Fixed Windows autoupdater (diff) | |
parent | Update build scripts (diff) | |
download | kcc-515b83637fd0e531b1b21cac39a7fa42ed0a3f27.tar.gz kcc-515b83637fd0e531b1b21cac39a7fa42ed0a3f27.tar.bz2 kcc-515b83637fd0e531b1b21cac39a7fa42ed0a3f27.zip |
Merge pull request #326 from ciromattia/dev
5.5.2
Diffstat (limited to 'other/osx/Info.plist')
-rw-r--r-- | other/osx/Info.plist | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/other/osx/Info.plist b/other/osx/Info.plist index 54a4f19..969c499 100644 --- a/other/osx/Info.plist +++ b/other/osx/Info.plist @@ -30,7 +30,7 @@ <key>CFBundleExecutable</key> <string>MacOS/Kindle Comic Converter</string> <key>CFBundleGetInfoString</key> - <string>KindleComicConverter 5.5.1, written 2012-2019 by Ciro Mattia Gonano and Pawel Jastrzebski</string> + <string>KindleComicConverter 5.5.2, written 2012-2019 by Ciro Mattia Gonano and Pawel Jastrzebski</string> <key>CFBundleIconFile</key> <string>comic2ebook.icns</string> <key>CFBundleIdentifier</key> @@ -42,20 +42,20 @@ <key>CFBundlePackageType</key> <string>APPL</string> <key>CFBundleShortVersionString</key> - <string>5.5.1</string> + <string>5.5.2</string> <key>CFBundleSignature</key> <string>????</string> <key>CFBundleVersion</key> - <string>5.5.1</string> + <string>5.5.2</string> <key>LSEnvironment</key> <dict> <key>PATH</key> - <string>./../Resources:/usr/local/bin:/usr/bin:/bin</string> + <string>./../Resources:/Applications/Kindle Comic Creator/Kindle Comic Creator.app/Contents/MacOS:/usr/local/bin:/usr/bin:/bin</string> </dict> <key>LSHasLocalizedDisplayName</key> <false/> <key>LSMinimumSystemVersion</key> - <string>10.12.0</string> + <string>10.14.0</string> <key>NSAppleScriptEnabled</key> <false/> <key>NSHumanReadableCopyright</key> @@ -64,5 +64,9 @@ <string>MainMenu</string> <key>NSPrincipalClass</key> <string>NSApplication</string> + <key>NSRequiresAquaSystemAppearance</key> + <string>false</string> + <key>NSInitialToolTipDelay</key> + <integer>1000</integer> </dict> </plist> |