t-suw****@users*****
t-suw****@users*****
2007年 8月 26日 (日) 01:34:45 JST
Index: AquaSKK/proj/AquaSKK.xcodeproj/project.pbxproj diff -u AquaSKK/proj/AquaSKK.xcodeproj/project.pbxproj:1.1.2.2 AquaSKK/proj/AquaSKK.xcodeproj/project.pbxproj:1.1.2.3 --- AquaSKK/proj/AquaSKK.xcodeproj/project.pbxproj:1.1.2.2 Sun Aug 19 19:00:27 2007 +++ AquaSKK/proj/AquaSKK.xcodeproj/project.pbxproj Sun Aug 26 01:34:44 2007 @@ -7,6 +7,8 @@ objects = { /* Begin PBXBuildFile section */ + D313A5270C808483006DA355 /* SKKKeymapEntry.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D313A5240C808483006DA355 /* SKKKeymapEntry.cpp */; }; + D3416B9F0C7DC65300E845F8 /* SKKPreProcessor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D3416B9A0C7DC65300E845F8 /* SKKPreProcessor.cpp */; }; D34E8D9F0C76B23E001CD839 /* SKK.r in Rez */ = {isa = PBXBuildFile; fileRef = D34E8D990C76B23E001CD839 /* SKK.r */; }; D34E8DA00C76B23E001CD839 /* SKKComponent.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D34E8D9A0C76B23E001CD839 /* SKKComponent.cpp */; }; D34E8DA20C76B23E001CD839 /* SKKEntryPoint.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D34E8D9C0C76B23E001CD839 /* SKKEntryPoint.cpp */; }; @@ -95,6 +97,8 @@ D37896C90C759A4800BE9E85 /* AquaSKK-Katakana.tif in Resources */ = {isa = PBXBuildFile; fileRef = D37896C30C759A4800BE9E85 /* AquaSKK-Katakana.tif */; }; D37896CA0C759A4800BE9E85 /* AquaSKK-Roman.tif in Resources */ = {isa = PBXBuildFile; fileRef = D37896C40C759A4800BE9E85 /* AquaSKK-Roman.tif */; }; D37896E10C759B3B00BE9E85 /* AquaSKKServer.app in CopyFiles */ = {isa = PBXBuildFile; fileRef = D37894180C74851300BE9E85 /* AquaSKKServer.app */; }; + D3A256AC0C7DD6B4007A6A1A /* keymap.conf in Resources */ = {isa = PBXBuildFile; fileRef = D3A256AB0C7DD6B4007A6A1A /* keymap.conf */; }; + D3C4FFC00C7EF88E007AE470 /* SKKKeymap.cpp in Sources */ = {isa = PBXBuildFile; fileRef = D3C4FFBE0C7EF88E007AE470 /* SKKKeymap.cpp */; }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ @@ -135,6 +139,13 @@ /* End PBXCopyFilesBuildPhase section */ /* Begin PBXFileReference section */ + D313A5240C808483006DA355 /* SKKKeymapEntry.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = SKKKeymapEntry.cpp; path = ../src/keybindings/SKKKeymapEntry.cpp; sourceTree = SOURCE_ROOT; }; + D313A5250C808483006DA355 /* SKKKeymapEntry.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SKKKeymapEntry.h; path = ../src/keybindings/SKKKeymapEntry.h; sourceTree = SOURCE_ROOT; }; + D313A5260C808483006DA355 /* SKKKeyState.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SKKKeyState.h; path = ../src/keybindings/SKKKeyState.h; sourceTree = SOURCE_ROOT; }; + D3416B970C7DC65300E845F8 /* SKKEventParam.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SKKEventParam.h; path = ../src/keybindings/SKKEventParam.h; sourceTree = SOURCE_ROOT; }; + D3416B9A0C7DC65300E845F8 /* SKKPreProcessor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = SKKPreProcessor.cpp; path = ../src/keybindings/SKKPreProcessor.cpp; sourceTree = SOURCE_ROOT; }; + D3416B9B0C7DC65300E845F8 /* SKKPreProcessor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SKKPreProcessor.h; path = ../src/keybindings/SKKPreProcessor.h; sourceTree = SOURCE_ROOT; }; + D3416BA10C7DC67600E845F8 /* GenericStateMachine.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = GenericStateMachine.h; path = ../src/statemachine/GenericStateMachine.h; sourceTree = SOURCE_ROOT; }; D34E8D990C76B23E001CD839 /* SKK.r */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.rez; name = SKK.r; path = ../src/component/SKK.r; sourceTree = SOURCE_ROOT; }; D34E8D9A0C76B23E001CD839 /* SKKComponent.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = SKKComponent.cpp; path = ../src/component/SKKComponent.cpp; sourceTree = SOURCE_ROOT; }; D34E8D9B0C76B23E001CD839 /* SKKComponent.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SKKComponent.h; path = ../src/component/SKKComponent.h; sourceTree = SOURCE_ROOT; }; @@ -267,6 +278,9 @@ D37896C20C759A4800BE9E85 /* AquaSKK-InputMethod.tif */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; name = "AquaSKK-InputMethod.tif"; path = "../Icons/AquaSKK-InputMethod.tif"; sourceTree = SOURCE_ROOT; }; D37896C30C759A4800BE9E85 /* AquaSKK-Katakana.tif */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; name = "AquaSKK-Katakana.tif"; path = "../Icons/AquaSKK-Katakana.tif"; sourceTree = SOURCE_ROOT; }; D37896C40C759A4800BE9E85 /* AquaSKK-Roman.tif */ = {isa = PBXFileReference; lastKnownFileType = image.tiff; name = "AquaSKK-Roman.tif"; path = "../Icons/AquaSKK-Roman.tif"; sourceTree = SOURCE_ROOT; }; + D3A256AB0C7DD6B4007A6A1A /* keymap.conf */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = keymap.conf; path = ../src/keybindings/keymap.conf; sourceTree = SOURCE_ROOT; }; + D3C4FFBE0C7EF88E007AE470 /* SKKKeymap.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; name = SKKKeymap.cpp; path = ../src/keybindings/SKKKeymap.cpp; sourceTree = SOURCE_ROOT; }; + D3C4FFBF0C7EF88E007AE470 /* SKKKeymap.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SKKKeymap.h; path = ../src/keybindings/SKKKeymap.h; sourceTree = SOURCE_ROOT; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ @@ -443,6 +457,15 @@ D378942D0C74886700BE9E85 /* keybindings */ = { isa = PBXGroup; children = ( + D3A256AB0C7DD6B4007A6A1A /* keymap.conf */, + D3416B9B0C7DC65300E845F8 /* SKKPreProcessor.h */, + D3416B9A0C7DC65300E845F8 /* SKKPreProcessor.cpp */, + D3416B970C7DC65300E845F8 /* SKKEventParam.h */, + D3C4FFBF0C7EF88E007AE470 /* SKKKeymap.h */, + D3C4FFBE0C7EF88E007AE470 /* SKKKeymap.cpp */, + D313A5250C808483006DA355 /* SKKKeymapEntry.h */, + D313A5240C808483006DA355 /* SKKKeymapEntry.cpp */, + D313A5260C808483006DA355 /* SKKKeyState.h */, ); name = keybindings; sourceTree = "<group>"; @@ -450,6 +473,7 @@ D378942E0C74887500BE9E85 /* statemachine */ = { isa = PBXGroup; children = ( + D3416BA10C7DC67600E845F8 /* GenericStateMachine.h */, ); name = statemachine; sourceTree = "<group>"; @@ -844,6 +868,7 @@ D37896C80C759A4800BE9E85 /* AquaSKK-InputMethod.tif in Resources */, D37896C90C759A4800BE9E85 /* AquaSKK-Katakana.tif in Resources */, D37896CA0C759A4800BE9E85 /* AquaSKK-Roman.tif in Resources */, + D3A256AC0C7DD6B4007A6A1A /* keymap.conf in Resources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -901,6 +926,9 @@ D34E8DC70C76BA4D001CD839 /* WordRegisterMode.cpp in Sources */, D34E8E0E0C77B119001CD839 /* BIMInputEvents.cpp in Sources */, D34E8E150C77B890001CD839 /* BIM.cpp in Sources */, + D3416B9F0C7DC65300E845F8 /* SKKPreProcessor.cpp in Sources */, + D3C4FFC00C7EF88E007AE470 /* SKKKeymap.cpp in Sources */, + D313A5270C808483006DA355 /* SKKKeymapEntry.cpp in Sources */, ); runOnlyForDeploymentPostprocessing = 0; };