Update the plist file.

This commit is contained in:
zonble 2020-03-30 01:26:34 +08:00
parent f4b4a8eab2
commit f5d4b04e1b
1 changed files with 28 additions and 2 deletions

View File

@ -28,6 +28,8 @@
<dict> <dict>
<key>org.openvanilla.inputmethod.McBopomofo.Bopomofo</key> <key>org.openvanilla.inputmethod.McBopomofo.Bopomofo</key>
<dict> <dict>
<key>TISDoubleSpaceSubstitution</key>
<string>。</string>
<key>tsInputModeAlternateMenuIconFileKey</key> <key>tsInputModeAlternateMenuIconFileKey</key>
<string>Bopomofo.tiff</string> <string>Bopomofo.tiff</string>
<key>tsInputModeDefaultStateKey</key> <key>tsInputModeDefaultStateKey</key>
@ -41,10 +43,21 @@
<key>tsInputModePrimaryInScriptKey</key> <key>tsInputModePrimaryInScriptKey</key>
<true/> <true/>
<key>tsInputModeScriptKey</key> <key>tsInputModeScriptKey</key>
<string>smUnicodeScript</string> <string>smTradChinese</string>
<key>TISIntendedLanguage</key>
<string>zh-Hant</string>
<key>tsInputModeCharacterRepertoireKey</key>
<array>
<string>Hant</string>
<string>Han</string>
</array>
<key>tsInputModeKeyEquivalentModifiersKey</key>
<integer>4608</integer>
</dict> </dict>
<key>org.openvanilla.inputmethod.McBopomofo.PlainBopomofo</key> <key>org.openvanilla.inputmethod.McBopomofo.PlainBopomofo</key>
<dict> <dict>
<key>TISDoubleSpaceSubstitution</key>
<string>。</string>
<key>tsInputModeAlternateMenuIconFileKey</key> <key>tsInputModeAlternateMenuIconFileKey</key>
<string>PlainBopomofo.tiff</string> <string>PlainBopomofo.tiff</string>
<key>tsInputModeDefaultStateKey</key> <key>tsInputModeDefaultStateKey</key>
@ -58,7 +71,16 @@
<key>tsInputModePrimaryInScriptKey</key> <key>tsInputModePrimaryInScriptKey</key>
<true/> <true/>
<key>tsInputModeScriptKey</key> <key>tsInputModeScriptKey</key>
<string>smUnicodeScript</string> <string>smTradChinese</string>
<key>TISIntendedLanguage</key>
<string>zh-Hant</string>
<key>tsInputModeCharacterRepertoireKey</key>
<array>
<string>Hant</string>
<string>Han</string>
</array>
<key>tsInputModeKeyEquivalentModifiersKey</key>
<integer>4608</integer>
</dict> </dict>
</dict> </dict>
<key>tsVisibleInputModeOrderedArrayKey</key> <key>tsVisibleInputModeOrderedArrayKey</key>
@ -89,10 +111,14 @@
<string>MainMenu</string> <string>MainMenu</string>
<key>NSPrincipalClass</key> <key>NSPrincipalClass</key>
<string>NSApplication</string> <string>NSApplication</string>
<key>TICapsLockLanguageSwitchCapable</key>
<true/>
<key>TISInputSourceID</key> <key>TISInputSourceID</key>
<string>org.openvanilla.inputmethod.McBopomofo</string> <string>org.openvanilla.inputmethod.McBopomofo</string>
<key>TISIntendedLanguage</key> <key>TISIntendedLanguage</key>
<string>zh-Hant</string> <string>zh-Hant</string>
<key>TISParticipatesInTouchBar</key>
<false/>
<key>UpdateInfoEndpoint</key> <key>UpdateInfoEndpoint</key>
<string>https://mcbopomofo.openvanilla.org/updates/Info.plist</string> <string>https://mcbopomofo.openvanilla.org/updates/Info.plist</string>
<key>UpdateInfoSite</key> <key>UpdateInfoSite</key>