From 4af7508d3cb4bd3b3f5ed9308c3a983e107bb7ca Mon Sep 17 00:00:00 2001 From: ShikiSuen Date: Wed, 2 Feb 2022 19:43:59 +0800 Subject: [PATCH] IME // Info Plist Updates to ensure update notification works. --- Source/Installer/Installer-Info.plist | 2 +- Source/vChewing-Info.plist | 4 ++-- Update-Info.plist | 14 ++++++++++++++ 3 files changed, 17 insertions(+), 3 deletions(-) create mode 100644 Update-Info.plist diff --git a/Source/Installer/Installer-Info.plist b/Source/Installer/Installer-Info.plist index 502ad6fb..9b85774d 100644 --- a/Source/Installer/Installer-Info.plist +++ b/Source/Installer/Installer-Info.plist @@ -29,7 +29,7 @@ LSMinimumSystemVersion ${MACOSX_DEPLOYMENT_TARGET} NSHumanReadableCopyright - Copyright © 2011-2012 Mengjuei Hsieh et al. + © 2011-2022 OpenVanilla Project & © 2021-2022 vChewing Project. NSMainNibFile MainMenu NSPrincipalClass diff --git a/Source/vChewing-Info.plist b/Source/vChewing-Info.plist index be5f77dc..2df3055c 100644 --- a/Source/vChewing-Info.plist +++ b/Source/vChewing-Info.plist @@ -124,9 +124,9 @@ TISParticipatesInTouchBar UpdateInfoEndpoint - https://about:blank/Info.plist + https://gitee.com/vchewing/vChewing-macOS/raw/main/Update-Info.plist UpdateInfoSite - https://about:blank/ + https://gitee.com/vchewing/vChewing-macOS tsInputMethodCharacterRepertoireKey Hans diff --git a/Update-Info.plist b/Update-Info.plist new file mode 100644 index 00000000..7560cc43 --- /dev/null +++ b/Update-Info.plist @@ -0,0 +1,14 @@ + + + + + UpdateInfoEndpoint + https://gitee.com/vchewing/vChewing-macOS/raw/main/Update-Info.plist + UpdateInfoSite + https://gitee.com/vchewing/vChewing-macOS + CFBundleVersion + 879 + CFBundleShortVersionString + 1.1 + +