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