Repo // Fix mistakes in info.plist file.

This commit is contained in:
ShikiSuen 2023-05-08 23:18:52 +08:00
parent e5143b9b4f
commit ddeb5e51d6
1 changed files with 24 additions and 8 deletions

View File

@ -57,7 +57,7 @@ SOFTWARE.
<key>org.atelierInmu.inputmethod.vChewing.IMECHS</key> <key>org.atelierInmu.inputmethod.vChewing.IMECHS</key>
<dict> <dict>
<key>TISDoubleSpaceSubstitution</key> <key>TISDoubleSpaceSubstitution</key>
<string></string> <string> </string>
<key>TISIntendedLanguage</key> <key>TISIntendedLanguage</key>
<string>zh-Hans</string> <string>zh-Hans</string>
<key>tsInputModeAlternateMenuIconFileKey</key> <key>tsInputModeAlternateMenuIconFileKey</key>
@ -85,7 +85,7 @@ SOFTWARE.
<key>org.atelierInmu.inputmethod.vChewing.IMECHT</key> <key>org.atelierInmu.inputmethod.vChewing.IMECHT</key>
<dict> <dict>
<key>TISDoubleSpaceSubstitution</key> <key>TISDoubleSpaceSubstitution</key>
<string></string> <string> </string>
<key>TISIntendedLanguage</key> <key>TISIntendedLanguage</key>
<string>zh-Hant</string> <string>zh-Hant</string>
<key>tsInputModeAlternateMenuIconFileKey</key> <key>tsInputModeAlternateMenuIconFileKey</key>
@ -121,6 +121,8 @@ SOFTWARE.
<string>org_atelierInmu_inputmethod_vChewing_Connection</string> <string>org_atelierInmu_inputmethod_vChewing_Connection</string>
<key>InputMethodServerControllerClass</key> <key>InputMethodServerControllerClass</key>
<string>SessionCtl</string> <string>SessionCtl</string>
<key>InputMethodServerDataSourceClass</key>
<string>SessionCtl</string>
<key>InputMethodServerDelegateClass</key> <key>InputMethodServerDelegateClass</key>
<string>SessionCtl</string> <string>SessionCtl</string>
<key>InputMethodServerPreferencesWindowControllerClass</key> <key>InputMethodServerPreferencesWindowControllerClass</key>
@ -147,18 +149,20 @@ SOFTWARE.
<string>Yes</string> <string>Yes</string>
<key>TICapsLockLanguageSwitchCapable</key> <key>TICapsLockLanguageSwitchCapable</key>
<true/> <true/>
<key>TISCapsLockIsSwitch</key>
<true/>
<key>TISCapsLockResetOnModeSwitch</key>
<true/>
<key>TISIconIsTemplate</key>
<false/>
<key>TISInputSourceID</key> <key>TISInputSourceID</key>
<string>org.atelierInmu.inputmethod.vChewing</string> <string>org.atelierInmu.inputmethod.vChewing</string>
<key>TISIntendedLanguage</key> <key>TISIntendedLanguage</key>
<string>zh-Hans</string> <string>zh-Hans</string>
<key>TISParticipatesInTouchBar</key> <key>TISParticipatesInTouchBar</key>
<true/>
<key>TISUnifiedUIForInputMethodEnabling</key>
<false/> <false/>
<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/releases</string>
<key>UpdateInfoSiteGitHub</key>
<string>https://github.com/vChewing/vChewing-macOS/releases</string>
<key>tsInputMethodCharacterRepertoireKey</key> <key>tsInputMethodCharacterRepertoireKey</key>
<array> <array>
<string>Hans</string> <string>Hans</string>
@ -168,5 +172,17 @@ SOFTWARE.
</array> </array>
<key>tsInputMethodIconFileKey</key> <key>tsInputMethodIconFileKey</key>
<string>MenuIcon-TCVIM.png</string> <string>MenuIcon-TCVIM.png</string>
<key>UpdateInfoEndpoint</key>
<string>https://gitee.com/vchewing/vChewing-macOS/raw/main/Update-Info.plist</string>
<key>UpdateInfoEndpointLegacy</key>
<string>https://gitee.com/vChewing/vChewing-OSX-Legacy/raw/main/Update-Info.plist</string>
<key>UpdateInfoSite</key>
<string>https://gitee.com/vChewing/vChewing-macOS/releases</string>
<key>UpdateInfoSiteGitHub</key>
<string>https://github.com/vChewing/vChewing-macOS/releases</string>
<key>UpdateInfoSiteLegacy</key>
<string>https://gitee.com/vChewing/vChewing-OSX-Legacy/releases</string>
<key>UpdateInfoSiteLegacyGitHub</key>
<string>https://github.com/vChewing/vChewing-OSX-Legacy/releases</string>
</dict> </dict>
</plist> </plist>