Skip to content

Commit

Permalink
Repo // Fix input source ID mistakes.
Browse files Browse the repository at this point in the history
  • Loading branch information
ShikiSuen committed Jul 25, 2022
1 parent fb37e2b commit 7badb6e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<plist version="1.0">
<dict>
<key>TISInputSourceID</key>
<string>im.rime.inputmethod.Squirrel.Rime</string>
<string>im.rime.inputmethod.Squirrel</string>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleExecutable</key>
Expand Down
2 changes: 1 addition & 1 deletion input_source.m
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
static NSString *const kSourceID =
@"im.rime.inputmethod.Squirrel";
static NSString *const kInputModeID =
@"im.rime.inputmethod.Squirrel.Rime.Hans";
@"im.rime.inputmethod.Squirrel.Hans";

void RegisterInputSource() {
CFURLRef installedLocationURL = CFURLCreateFromFileSystemRepresentation(
Expand Down

0 comments on commit 7badb6e

Please sign in to comment.