Repo // Standardize the IMK Server connection name.
This commit is contained in:
parent
7ca01eebca
commit
0c7e4f7a0f
|
@ -11,7 +11,7 @@
|
||||||
import Cocoa
|
import Cocoa
|
||||||
import InputMethodKit
|
import InputMethodKit
|
||||||
|
|
||||||
let kConnectionName = "vChewing_1_Connection"
|
let kConnectionName = "org.atelierInmu.inputmethod.vChewing_Connection"
|
||||||
|
|
||||||
switch max(CommandLine.arguments.count - 1, 0) {
|
switch max(CommandLine.arguments.count - 1, 0) {
|
||||||
case 0: break
|
case 0: break
|
||||||
|
|
|
@ -90,7 +90,7 @@
|
||||||
</array>
|
</array>
|
||||||
</dict>
|
</dict>
|
||||||
<key>InputMethodConnectionName</key>
|
<key>InputMethodConnectionName</key>
|
||||||
<string>vChewing_1_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>
|
||||||
|
|
Loading…
Reference in New Issue