From 7d652051546a69f684cfea15c96c85a07391b0ee Mon Sep 17 00:00:00 2001 From: John Fultz Date: Sun, 28 Jul 2019 16:55:28 -0500 Subject: Update version to 1.0.4.1. Rereleasing with just a couple of bug fixes, and may need to be able to tell the difference between releases in the wild. --- quacker/CMakeLists.txt | 2 -- quacker/Info.plist | 39 --------------------------------------- quacker/Quackle.plist | 19 +++++++++++++++++-- quacker/quacker.cpp | 2 +- 4 files changed, 18 insertions(+), 44 deletions(-) delete mode 100644 quacker/Info.plist (limited to 'quacker') diff --git a/quacker/CMakeLists.txt b/quacker/CMakeLists.txt index 542e69b..57d4833 100644 --- a/quacker/CMakeLists.txt +++ b/quacker/CMakeLists.txt @@ -109,5 +109,3 @@ if(APPLE) ) endif() endif() - -set_target_properties(Quackle PROPERTIES MACOSX_BUNDLE_INFO_PLIST "${CMAKE_CURRENT_SOURCE_DIR}/Quackle.plist") diff --git a/quacker/Info.plist b/quacker/Info.plist deleted file mode 100644 index d9a9aa5..0000000 --- a/quacker/Info.plist +++ /dev/null @@ -1,39 +0,0 @@ - - - - - CFBundleDocumentTypes - - - CFBundleTypeExtensions - - gcg - - CFBundleTypeName - Quackle Game File - CFBundleTypeRole - Editor - - - CFBundleExecutable - Quackle - CFBundleGetInfoString - Created by Qt/QMake - CFBundleIconFile - quacker.icns - CFBundleIdentifier - com.Quackle.Quackle - CFBundlePackageType - APPL - CFBundleShortVersionString - 1.0.4 - CFBundleSignature - ???? - CFBundleVersion - 1 - LSApplicationCategoryType - public.app-category.board-games - NSPrincipalClass - NSApplication - - diff --git a/quacker/Quackle.plist b/quacker/Quackle.plist index f0cd334..643d371 100644 --- a/quacker/Quackle.plist +++ b/quacker/Quackle.plist @@ -2,6 +2,19 @@ + CFBundleDocumentTypes + + + CFBundleTypeExtensions + + gcg + + CFBundleTypeName + Quackle Game File + CFBundleTypeRole + Editor + + CFBundleExecutable Quackle CFBundleIconFile @@ -13,7 +26,9 @@ CFBundleName Quackle CFBundleShortVersionString - 1.0.4 + 1.0.4.1 + CFBundleVersion + 1.0.4.1 CFBundlePackageType APPL LSApplicationCategoryType @@ -21,6 +36,6 @@ NSPrincipalClass NSApplication NSHumanReadableCopyright - Copyright © 2005-2019 by Jason Katz-Brown, John O'Laughlin & John Fultz + Copyright © 2005-2019 by Jason Katz-Brown, John O'Laughlin & John Fultz diff --git a/quacker/quacker.cpp b/quacker/quacker.cpp index 3e3df93..663b0ce 100644 --- a/quacker/quacker.cpp +++ b/quacker/quacker.cpp @@ -2143,7 +2143,7 @@ void TopLevel::firstTimeRun() void TopLevel::about() { QString aboutText = tr( -"

Quackle 1.0.4 is a crossword game playing, analysis, and study tool. Visit the Quackle homepage at http://quackle.org for more information.

" +"

Quackle 1.0.4.1 is a crossword game playing, analysis, and study tool. Visit the Quackle homepage at http://quackle.org for more information.

" "

Quackle was written by Jason Katz-Brown, John O'Laughlin, John Fultz, Matt Liberty, and Anand Buddhdev. We thank the anonymous donor who made this software free.

" "

Copyright 2005-2019 by

" "