Create the mode for Plain Bopomofo.

This commit is contained in:
Lukhnos Liu 2012-09-08 23:06:36 -07:00
parent a9006ad357
commit 6a5cd2a38a
5 changed files with 39 additions and 20 deletions

View File

@ -45,6 +45,8 @@
6ACA41FD15FC1D9000935EF6 /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = 6ACA41F015FC1D9000935EF6 /* MainMenu.xib */; }; 6ACA41FD15FC1D9000935EF6 /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = 6ACA41F015FC1D9000935EF6 /* MainMenu.xib */; };
6ACA41FF15FC1D9000935EF6 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 6ACA41F415FC1D9000935EF6 /* main.m */; }; 6ACA41FF15FC1D9000935EF6 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 6ACA41F415FC1D9000935EF6 /* main.m */; };
6ACA420215FC1E5200935EF6 /* McBopomofo.app in Resources */ = {isa = PBXBuildFile; fileRef = 6A0D4EA215FC0D2D00ABF4B3 /* McBopomofo.app */; }; 6ACA420215FC1E5200935EF6 /* McBopomofo.app in Resources */ = {isa = PBXBuildFile; fileRef = 6A0D4EA215FC0D2D00ABF4B3 /* McBopomofo.app */; };
6AE210B215FC63CC003659FE /* PlainBopomofo.tiff in Resources */ = {isa = PBXBuildFile; fileRef = 6AE210B015FC63CC003659FE /* PlainBopomofo.tiff */; };
6AE210B315FC63CC003659FE /* PlainBopomofo@2x.tiff in Resources */ = {isa = PBXBuildFile; fileRef = 6AE210B115FC63CC003659FE /* PlainBopomofo@2x.tiff */; };
/* End PBXBuildFile section */ /* End PBXBuildFile section */
/* Begin PBXContainerItemProxy section */ /* Begin PBXContainerItemProxy section */
@ -202,6 +204,8 @@
6ACA41F615FC1D9000935EF6 /* zh-Hant */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; name = "zh-Hant"; path = "zh-Hant.lproj/License.rtf"; sourceTree = "<group>"; }; 6ACA41F615FC1D9000935EF6 /* zh-Hant */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; name = "zh-Hant"; path = "zh-Hant.lproj/License.rtf"; sourceTree = "<group>"; };
6ACA41F715FC1D9000935EF6 /* zh-Hant */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hant"; path = "zh-Hant.lproj/Localizable.strings"; sourceTree = "<group>"; }; 6ACA41F715FC1D9000935EF6 /* zh-Hant */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = "zh-Hant"; path = "zh-Hant.lproj/Localizable.strings"; sourceTree = "<group>"; };
6ACA41F815FC1D9000935EF6 /* zh-Hant */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = "zh-Hant"; path = "zh-Hant.lproj/MainMenu.xib"; sourceTree = "<group>"; }; 6ACA41F815FC1D9000935EF6 /* zh-Hant */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = "zh-Hant"; path = "zh-Hant.lproj/MainMenu.xib"; sourceTree = "<group>"; };
6AE210B015FC63CC003659FE /* PlainBopomofo.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; path = PlainBopomofo.tiff; sourceTree = "<group>"; };
6AE210B115FC63CC003659FE /* PlainBopomofo@2x.tiff */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; path = "PlainBopomofo@2x.tiff"; sourceTree = "<group>"; };
/* End PBXFileReference section */ /* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */ /* Begin PBXFrameworksBuildPhase section */
@ -308,6 +312,8 @@
6AA67FE915FC5B0D00B5A308 /* BopomofoTextMenu.tiff */, 6AA67FE915FC5B0D00B5A308 /* BopomofoTextMenu.tiff */,
6AA67FEA15FC5B0D00B5A308 /* BopomofoTextMenu@2x.tiff */, 6AA67FEA15FC5B0D00B5A308 /* BopomofoTextMenu@2x.tiff */,
6A719D0315FC5FD200C8B8E3 /* McBopomofo.iconset */, 6A719D0315FC5FD200C8B8E3 /* McBopomofo.iconset */,
6AE210B015FC63CC003659FE /* PlainBopomofo.tiff */,
6AE210B115FC63CC003659FE /* PlainBopomofo@2x.tiff */,
); );
name = Images; name = Images;
path = Source/Images; path = Source/Images;
@ -572,6 +578,8 @@
6AA67FEB15FC5B0D00B5A308 /* BopomofoTextMenu.tiff in Resources */, 6AA67FEB15FC5B0D00B5A308 /* BopomofoTextMenu.tiff in Resources */,
6AA67FEC15FC5B0D00B5A308 /* BopomofoTextMenu@2x.tiff in Resources */, 6AA67FEC15FC5B0D00B5A308 /* BopomofoTextMenu@2x.tiff in Resources */,
6A719D0415FC5FD200C8B8E3 /* McBopomofo.iconset in Resources */, 6A719D0415FC5FD200C8B8E3 /* McBopomofo.iconset in Resources */,
6AE210B215FC63CC003659FE /* PlainBopomofo.tiff in Resources */,
6AE210B315FC63CC003659FE /* PlainBopomofo@2x.tiff in Resources */,
); );
runOnlyForDeploymentPostprocessing = 0; runOnlyForDeploymentPostprocessing = 0;
}; };

View File

@ -21,9 +21,6 @@
/* Begin PBXFileReference section */ /* Begin PBXFileReference section */
6AA67F9915FC429D00B5A308 /* IconMaker.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = IconMaker.app; sourceTree = BUILT_PRODUCTS_DIR; }; 6AA67F9915FC429D00B5A308 /* IconMaker.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = IconMaker.app; sourceTree = BUILT_PRODUCTS_DIR; };
6AA67F9D15FC429D00B5A308 /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = System/Library/Frameworks/Cocoa.framework; sourceTree = SDKROOT; }; 6AA67F9D15FC429D00B5A308 /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = System/Library/Frameworks/Cocoa.framework; sourceTree = SDKROOT; };
6AA67FA015FC429D00B5A308 /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = System/Library/Frameworks/AppKit.framework; sourceTree = SDKROOT; };
6AA67FA115FC429D00B5A308 /* CoreData.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreData.framework; path = System/Library/Frameworks/CoreData.framework; sourceTree = SDKROOT; };
6AA67FA215FC429D00B5A308 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
6AA67FBF15FC430F00B5A308 /* AppIconRendererView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AppIconRendererView.h; sourceTree = "<group>"; }; 6AA67FBF15FC430F00B5A308 /* AppIconRendererView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AppIconRendererView.h; sourceTree = "<group>"; };
6AA67FC015FC430F00B5A308 /* AppIconRendererView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AppIconRendererView.m; sourceTree = "<group>"; }; 6AA67FC015FC430F00B5A308 /* AppIconRendererView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AppIconRendererView.m; sourceTree = "<group>"; };
6AA67FC115FC430F00B5A308 /* BopomofoIconRenderView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BopomofoIconRenderView.h; sourceTree = "<group>"; }; 6AA67FC115FC430F00B5A308 /* BopomofoIconRenderView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BopomofoIconRenderView.h; sourceTree = "<group>"; };
@ -57,14 +54,10 @@
6AA67F8E15FC429D00B5A308 = { 6AA67F8E15FC429D00B5A308 = {
isa = PBXGroup; isa = PBXGroup;
children = ( children = (
6AA67FE115FC43BC00B5A308 /* Quartz.framework */,
6AA67FBF15FC430F00B5A308 /* AppIconRendererView.h */, 6AA67FBF15FC430F00B5A308 /* AppIconRendererView.h */,
6AA67FC015FC430F00B5A308 /* AppIconRendererView.m */, 6AA67FC015FC430F00B5A308 /* AppIconRendererView.m */,
6AA67FC115FC430F00B5A308 /* BopomofoIconRenderView.h */, 6AA67FC115FC430F00B5A308 /* BopomofoIconRenderView.h */,
6AA67FC215FC430F00B5A308 /* BopomofoIconRenderView.m */, 6AA67FC215FC430F00B5A308 /* BopomofoIconRenderView.m */,
6AA67FC315FC430F00B5A308 /* en.lproj */,
6AA67FCA15FC430F00B5A308 /* IconMaker-Info.plist */,
6AA67FCB15FC430F00B5A308 /* IconMaker-Prefix.pch */,
6AA67FCC15FC430F00B5A308 /* IconMakerAppDelegate.h */, 6AA67FCC15FC430F00B5A308 /* IconMakerAppDelegate.h */,
6AA67FCD15FC430F00B5A308 /* IconMakerAppDelegate.m */, 6AA67FCD15FC430F00B5A308 /* IconMakerAppDelegate.m */,
6AA67FCE15FC430F00B5A308 /* ImageZoomInView.h */, 6AA67FCE15FC430F00B5A308 /* ImageZoomInView.h */,
@ -72,6 +65,7 @@
6AA67FD015FC430F00B5A308 /* main.m */, 6AA67FD015FC430F00B5A308 /* main.m */,
6AA67FD115FC430F00B5A308 /* TISIconRendererView.h */, 6AA67FD115FC430F00B5A308 /* TISIconRendererView.h */,
6AA67FD215FC430F00B5A308 /* TISIconRendererView.m */, 6AA67FD215FC430F00B5A308 /* TISIconRendererView.m */,
6AE210AF15FC6388003659FE /* Resources */,
6AA67F9C15FC429D00B5A308 /* Frameworks */, 6AA67F9C15FC429D00B5A308 /* Frameworks */,
6AA67F9A15FC429D00B5A308 /* Products */, 6AA67F9A15FC429D00B5A308 /* Products */,
); );
@ -89,27 +83,19 @@
isa = PBXGroup; isa = PBXGroup;
children = ( children = (
6AA67F9D15FC429D00B5A308 /* Cocoa.framework */, 6AA67F9D15FC429D00B5A308 /* Cocoa.framework */,
6AA67F9F15FC429D00B5A308 /* Other Frameworks */, 6AA67FE115FC43BC00B5A308 /* Quartz.framework */,
); );
name = Frameworks; name = Frameworks;
sourceTree = "<group>"; sourceTree = "<group>";
}; };
6AA67F9F15FC429D00B5A308 /* Other Frameworks */ = { 6AE210AF15FC6388003659FE /* Resources */ = {
isa = PBXGroup;
children = (
6AA67FA015FC429D00B5A308 /* AppKit.framework */,
6AA67FA115FC429D00B5A308 /* CoreData.framework */,
6AA67FA215FC429D00B5A308 /* Foundation.framework */,
);
name = "Other Frameworks";
sourceTree = "<group>";
};
6AA67FC315FC430F00B5A308 /* en.lproj */ = {
isa = PBXGroup; isa = PBXGroup;
children = ( children = (
6AA67FCA15FC430F00B5A308 /* IconMaker-Info.plist */,
6AA67FCB15FC430F00B5A308 /* IconMaker-Prefix.pch */,
6AA67FC815FC430F00B5A308 /* MainMenu.xib */, 6AA67FC815FC430F00B5A308 /* MainMenu.xib */,
); );
path = en.lproj; name = Resources;
sourceTree = "<group>"; sourceTree = "<group>";
}; };
/* End PBXGroup section */ /* End PBXGroup section */
@ -192,6 +178,7 @@
6AA67FC915FC430F00B5A308 /* en */, 6AA67FC915FC430F00B5A308 /* en */,
); );
name = MainMenu.xib; name = MainMenu.xib;
path = en.lproj;
sourceTree = "<group>"; sourceTree = "<group>";
}; };
/* End PBXVariantGroup section */ /* End PBXVariantGroup section */

View File

@ -47,10 +47,32 @@
<key>tsInputModeScriptKey</key> <key>tsInputModeScriptKey</key>
<string>smUnicodeScript</string> <string>smUnicodeScript</string>
</dict> </dict>
<key>org.openvanilla.inputmethod.McBopomofo.PlainBopomofo</key>
<dict>
<key>tsInputModeAlternateMenuIconFileKey</key>
<string>PlainBopomofo.tiff</string>
<key>tsInputModeDefaultStateKey</key>
<true/>
<key>tsInputModeIsVisibleKey</key>
<true/>
<key>tsInputModeKeyEquivalentKey</key>
<string>H</string>
<key>tsInputModeKeyEquivalentModifiersKey</key>
<integer>4608</integer>
<key>tsInputModeMenuIconFileKey</key>
<string>PlainBopomofo.tiff</string>
<key>tsInputModePaletteIconFileKey</key>
<string>PlainBopomofo.tiff</string>
<key>tsInputModePrimaryInScriptKey</key>
<true/>
<key>tsInputModeScriptKey</key>
<string>smUnicodeScript</string>
</dict>
</dict> </dict>
<key>tsVisibleInputModeOrderedArrayKey</key> <key>tsVisibleInputModeOrderedArrayKey</key>
<array> <array>
<string>org.openvanilla.inputmethod.McBopomofo.Bopomofo</string> <string>org.openvanilla.inputmethod.McBopomofo.Bopomofo</string>
<string>org.openvanilla.inputmethod.McBopomofo.PlainBopomofo</string>
</array> </array>
</dict> </dict>
<key>InputMethodConnectionName</key> <key>InputMethodConnectionName</key>

View File

@ -2,4 +2,5 @@ CFBundleName = "McBopomofo";
CFBundleDisplayName = "McBopomofo"; CFBundleDisplayName = "McBopomofo";
NSHumanReadableCopyright = "Copyright © 2011-2012 Mengjuei Hsieh et al.\nAll Rights Reserved."; NSHumanReadableCopyright = "Copyright © 2011-2012 Mengjuei Hsieh et al.\nAll Rights Reserved.";
"org.openvanilla.inputmethod.McBopomofo.Bopomofo" = "Bopomofo"; "org.openvanilla.inputmethod.McBopomofo.Bopomofo" = "Bopomofo";
"org.openvanilla.inputmethod.McBopomofo.PlainBopomofo" = "Plain Bopomofo";

View File

@ -2,3 +2,4 @@ CFBundleName = "小麥注音";
CFBundleDisplayName = "小麥注音"; CFBundleDisplayName = "小麥注音";
NSHumanReadableCopyright = "Copyright © 2011-2012 Mengjuei Hsieh et al.\nAll Rights Reserved."; NSHumanReadableCopyright = "Copyright © 2011-2012 Mengjuei Hsieh et al.\nAll Rights Reserved.";
"org.openvanilla.inputmethod.McBopomofo.Bopomofo" = "注音"; "org.openvanilla.inputmethod.McBopomofo.Bopomofo" = "注音";
"org.openvanilla.inputmethod.McBopomofo.PlainBopomofo" = "傳統注音";