InfoPlist // Maintenance edits.

This commit is contained in:
ShikiSuen 2024-01-03 20:44:54 +08:00
parent 95f0ff5fd8
commit 3e4c564248
1 changed files with 31 additions and 27 deletions

View File

@ -2,16 +2,8 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>TISCapsLockResetOnModeSwitch</key>
<true/>
<key>TISCapsLockIsSwitch</key>
<true/>
<key>TICapsLockLanguageSwitchCapable</key>
<true/>
<key>TISParticipatesInTouchBar</key>
<false/>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<string>en</string>
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
<key>CFBundleIdentifier</key>
@ -25,7 +17,11 @@
<key>CFBundleShortVersionString</key>
<string>$(MARKETING_VERSION)</string>
<key>CFBundleSignature</key>
<string>BPMF</string>
<string>MACV</string>
<key>CFBundleSupportedPlatforms</key>
<array>
<string>MacOSX</string>
</array>
<key>CFBundleVersion</key>
<string>$(CURRENT_PROJECT_VERSION)</string>
<key>CFEULAContent</key>
@ -64,15 +60,13 @@ SOFTWARE.
<dict>
<key>org.atelierInmu.inputmethod.vChewing.IMECHS</key>
<dict>
<key>TISInputSourceID</key>
<string>org.atelierInmu.inputmethod.vChewing.IMECHS</string>
<key>TISIconIsTemplate</key>
<true/>
<key>TISIconLabels</key>
<dict>
<key>Primary</key>
<string>简ㄋ</string>
</dict>
<key>TISInputSourceID</key>
<string>org.atelierInmu.inputmethod.vChewing.IMECHS</string>
<key>TISIntendedLanguage</key>
<string>zh-Hans</string>
<key>tsInputModeCharacterRepertoireKey</key>
@ -82,8 +76,6 @@ SOFTWARE.
<string>Hanb</string>
<string>Han</string>
</array>
<key>tsInputModeDefaultStateKey</key>
<true/>
<key>tsInputModeIsVisibleKey</key>
<true/>
<key>tsInputModeMenuIconFileKey</key>
@ -91,21 +83,19 @@ SOFTWARE.
<key>tsInputModePaletteIconFileKey</key>
<string>MenuIcon-SCVIM.png</string>
<key>tsInputModePrimaryInScriptKey</key>
<true/>
<false/>
<key>tsInputModeScriptKey</key>
<string>smUnicode</string>
</dict>
<key>org.atelierInmu.inputmethod.vChewing.IMECHT</key>
<dict>
<key>TISInputSourceID</key>
<string>org.atelierInmu.inputmethod.vChewing.IMECHT</string>
<key>TISIconIsTemplate</key>
<true/>
<key>TISIconLabels</key>
<dict>
<key>Primary</key>
<string>繁ㄋ</string>
</dict>
<key>TISInputSourceID</key>
<string>org.atelierInmu.inputmethod.vChewing.IMECHT</string>
<key>TISIntendedLanguage</key>
<string>zh-Hant</string>
<key>tsInputModeCharacterRepertoireKey</key>
@ -115,8 +105,6 @@ SOFTWARE.
<string>Hanb</string>
<string>Han</string>
</array>
<key>tsInputModeDefaultStateKey</key>
<true/>
<key>tsInputModeIsVisibleKey</key>
<true/>
<key>tsInputModeMenuIconFileKey</key>
@ -124,7 +112,7 @@ SOFTWARE.
<key>tsInputModePaletteIconFileKey</key>
<string>MenuIcon-TCVIM.png</string>
<key>tsInputModePrimaryInScriptKey</key>
<true/>
<false/>
<key>tsInputModeScriptKey</key>
<string>smUnicode</string>
</dict>
@ -163,9 +151,15 @@ SOFTWARE.
<string>NSApplication</string>
<key>NSRequiresAquaSystemAppearance</key>
<string>No</string>
<key>NSWindowDarkChocolate</key>
<string>Yes</string>
<key>TISUnifiedUIForInputMethodEnabling</key>
<key>NSSupportsSuddenTermination</key>
<false/>
<key>TICapsLockLanguageSwitchCapable</key>
<true/>
<key>TISIconIsTemplate</key>
<true/>
<key>TISInputSourceID</key>
<string>org.atelierInmu.inputmethod.vChewing</string>
<key>TISParticipatesInTouchBar</key>
<false/>
<key>UpdateInfoEndpoint</key>
<string>https://gitee.com/vchewing/vChewing-macOS/raw/main/Update-Info.plist</string>
@ -179,5 +173,15 @@ SOFTWARE.
<string>https://gitee.com/vChewing/vChewing-OSX-Legacy/releases</string>
<key>UpdateInfoSiteLegacyGitHub</key>
<string>https://github.com/vChewing/vChewing-OSX-Legacy/releases</string>
<key>tsInputMethodCharacterRepertoireKey</key>
<array>
<string>Hant</string>
<string>Hans</string>
<string>Hani</string>
<string>Hanb</string>
<string>Han</string>
</array>
<key>tsInputMethodIconFileKey</key>
<string>MenuIcon-TCVIM.png</string>
</dict>
</plist>