-
Notifications
You must be signed in to change notification settings - Fork 420
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Closes #648 Squashed commit of the following: commit 7badb6e Author: ShikiSuen <[email protected]> Date: Mon Jul 25 22:30:40 2022 +0800 Repo // Fix input source ID mistakes. commit fb37e2b Author: ShikiSuen <[email protected]> Date: Thu Jul 7 21:06:42 2022 +0800 IMK // Attempt to only register Squirrel-Hans during installation. commit 07ed7b0 Author: ShikiSuen <[email protected]> Date: Tue Jun 28 23:42:39 2022 +0800 Info.plist // Apply Lotem's naming for instances. commit d6f3e6c Author: ShikiSuen <[email protected]> Date: Tue Jun 28 14:06:24 2022 +0800 Info.plist // Set both CHS and CHT instances of Squirrel.
- Loading branch information
Showing
5 changed files
with
50 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,10 @@ | ||
/* Localized versions of Info.plist keys */ | ||
|
||
NSHumanReadableCopyright = "Copyleft 2017, RIME Developers"; | ||
NSHumanReadableCopyright = "Copyleft, RIME Developers"; | ||
|
||
im.rime.inputmethod.Squirrel = "Squirrel"; | ||
im.rime.inputmethod.Squirrel.Hans = "Squirrel - Simplified"; | ||
im.rime.inputmethod.Squirrel.Hant = "Squirrel - Traditional"; | ||
|
||
CFBundleName = "Squirrel"; | ||
CFBundleDisplayName = "Squirrel"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,10 @@ | ||
/* Localized versions of Info.plist keys */ | ||
|
||
NSHumanReadableCopyright = "Copyleft 2017, 式恕堂"; | ||
NSHumanReadableCopyright = "式恕堂 版权所无"; | ||
|
||
im.rime.inputmethod.Squirrel = "鼠须管"; | ||
im.rime.inputmethod.Squirrel.Hans = "鼠须管"; | ||
im.rime.inputmethod.Squirrel.Hant = "鼠鬚管"; | ||
|
||
CFBundleName = "鼠须管"; | ||
CFBundleDisplayName = "鼠须管"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,10 @@ | ||
/* Localized versions of Info.plist keys */ | ||
|
||
NSHumanReadableCopyright = "Copyleft 2017, 式恕堂"; | ||
NSHumanReadableCopyright = "式恕堂 版權所無"; | ||
|
||
im.rime.inputmethod.Squirrel = "鼠鬚管"; | ||
im.rime.inputmethod.Squirrel.Hans = "鼠须管"; | ||
im.rime.inputmethod.Squirrel.Hant = "鼠鬚管"; | ||
|
||
CFBundleName = "鼠鬚管"; | ||
CFBundleDisplayName = "鼠鬚管"; |