IME // Info Plist Updates to ensure update notification works.

This commit is contained in:
ShikiSuen 2022-02-02 19:43:59 +08:00
parent 7babbb130c
commit 4af7508d3c
3 changed files with 17 additions and 3 deletions

View File

@ -29,7 +29,7 @@
<key>LSMinimumSystemVersion</key>
<string>${MACOSX_DEPLOYMENT_TARGET}</string>
<key>NSHumanReadableCopyright</key>
<string>Copyright © 2011-2012 Mengjuei Hsieh et al.</string>
<string>© 2011-2022 OpenVanilla Project &amp; © 2021-2022 vChewing Project.</string>
<key>NSMainNibFile</key>
<string>MainMenu</string>
<key>NSPrincipalClass</key>

View File

@ -124,9 +124,9 @@
<key>TISParticipatesInTouchBar</key>
<false/>
<key>UpdateInfoEndpoint</key>
<string>https://about:blank/Info.plist</string>
<string>https://gitee.com/vchewing/vChewing-macOS/raw/main/Update-Info.plist</string>
<key>UpdateInfoSite</key>
<string>https://about:blank/</string>
<string>https://gitee.com/vchewing/vChewing-macOS</string>
<key>tsInputMethodCharacterRepertoireKey</key>
<array>
<string>Hans</string>

14
Update-Info.plist Normal file
View File

@ -0,0 +1,14 @@
<?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>UpdateInfoEndpoint</key>
<string>https://gitee.com/vchewing/vChewing-macOS/raw/main/Update-Info.plist</string>
<key>UpdateInfoSite</key>
<string>https://gitee.com/vchewing/vChewing-macOS</string>
<key>CFBundleVersion</key>
<string>879</string>
<key>CFBundleShortVersionString</key>
<string>1.1</string>
</dict>
</plist>