IME // Tweak Info.plist contents as what suggested in WWDC2006.

This commit is contained in:
ShikiSuen 2022-09-14 17:18:14 +08:00
parent 2d44957e08
commit a77b56e8d2
1 changed files with 6 additions and 3 deletions

View File

@ -90,13 +90,15 @@
</array> </array>
</dict> </dict>
<key>InputMethodConnectionName</key> <key>InputMethodConnectionName</key>
<string>org.atelierInmu.inputmethod.vChewing_Connection</string> <string>org_atelierInmu_inputmethod_vChewing_Connection</string>
<key>InputMethodServerControllerClass</key> <key>InputMethodServerControllerClass</key>
<string>ctlInputMethod</string> <string>ctlInputMethod</string>
<key>InputMethodServerDelegateClass</key> <key>InputMethodServerDelegateClass</key>
<string>ctlInputMethod</string> <string>ctlInputMethod</string>
<key>InputMethodServerPreferencesWindowControllerClass</key> <key>InputMethodServerPreferencesWindowControllerClass</key>
<string>ctlPrefWindow</string> <string>ctlPrefWindow</string>
<key>InputMethodSessionController</key>
<string>ctlInputMethod</string>
<key>LSApplicationCategoryType</key> <key>LSApplicationCategoryType</key>
<string>public.app-category.utilities</string> <string>public.app-category.utilities</string>
<key>LSHasLocalizedDisplayName</key> <key>LSHasLocalizedDisplayName</key>
@ -131,9 +133,10 @@
<array> <array>
<string>Hans</string> <string>Hans</string>
<string>Hant</string> <string>Hant</string>
<string>Han</string> <string>Hani</string>
<string>Hanb</string>
</array> </array>
<key>tsInputMethodIconFileKey</key> <key>tsInputMethodIconFileKey</key>
<string>Bopomofo.tiff</string> <string>MenuIcon-TCVIM.png</string>
</dict> </dict>
</plist> </plist>