S.Abe
xdd****@users*****
2005年 11月 3日 (木) 14:46:51 JST
Index: AquaSKK/AquaSKK.xcodeproj/project.pbxproj diff -u AquaSKK/AquaSKK.xcodeproj/project.pbxproj:1.4 AquaSKK/AquaSKK.xcodeproj/project.pbxproj:1.5 --- AquaSKK/AquaSKK.xcodeproj/project.pbxproj:1.4 Sat Oct 8 00:08:37 2005 +++ AquaSKK/AquaSKK.xcodeproj/project.pbxproj Thu Nov 3 14:46:51 2005 @@ -7,6 +7,8 @@ objects = { /* Begin PBXBuildFile section */ + 7BFD9A480919CD99001D48F1 /* AboutBoxController.mm in Sources */ = {isa = PBXBuildFile; fileRef = 7BFD9A240919CCCD001D48F1 /* AboutBoxController.mm */; }; + 7BFD9A490919CD9A001D48F1 /* AboutBoxController.h in Headers */ = {isa = PBXBuildFile; fileRef = 7BFD9A230919CCCD001D48F1 /* AboutBoxController.h */; }; 8475936C0550AAF400468C21 /* AquaSKKServer.app in CopyFiles */ = {isa = PBXBuildFile; fileRef = 849E10DE055023C8009C3C25 /* AquaSKKServer.app */; }; 849E101A055022FF009C3C25 /* BIM.h in Headers */ = {isa = PBXBuildFile; fileRef = 01A38B28005639B61153986C /* BIM.h */; }; 849E101B055022FF009C3C25 /* BIMComponent.h in Headers */ = {isa = PBXBuildFile; fileRef = 01A38B29005639B61153986C /* BIMComponent.h */; }; @@ -208,6 +210,8 @@ 01A38B34005639D21153986C /* BIM.r */ = {isa = PBXFileReference; fileEncoding = "-2147483647"; lastKnownFileType = sourcecode.rez; path = BIM.r; sourceTree = "<group>"; }; 01A38B3600563A7B1153986C /* BIMClientServer.h */ = {isa = PBXFileReference; fileEncoding = "-2147483647"; lastKnownFileType = sourcecode.c.h; path = BIMClientServer.h; sourceTree = "<group>"; }; 09BC2ADF005C85D41153986C /* BIMScript.h */ = {isa = PBXFileReference; fileEncoding = "-2147483647"; lastKnownFileType = sourcecode.c.h; path = BIMScript.h; sourceTree = "<group>"; }; + 7BFD9A230919CCCD001D48F1 /* AboutBoxController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AboutBoxController.h; sourceTree = "<group>"; }; + 7BFD9A240919CCCD001D48F1 /* AboutBoxController.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = AboutBoxController.mm; sourceTree = "<group>"; }; 847A147D04A2F8E9008925B0 /* Socket.cpp */ = {isa = PBXFileReference; fileEncoding = "-2147483647"; lastKnownFileType = sourcecode.cpp.cpp; name = Socket.cpp; path = net/Socket.cpp; sourceTree = "<group>"; }; 847A147E04A2F8E9008925B0 /* Socket.h */ = {isa = PBXFileReference; fileEncoding = "-2147483647"; lastKnownFileType = sourcecode.c.h; name = Socket.h; path = net/Socket.h; sourceTree = "<group>"; }; 847A148104A31366008925B0 /* Skkserv.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Skkserv.h; sourceTree = "<group>"; }; @@ -371,6 +375,8 @@ F5FDA61202FF7A1201CD4EB1 /* Foundation.mm */, F551EE22030FED06012D3D1A /* PreferencesController.h */, F551EE23030FED06012D3D1A /* PreferencesController.mm */, + 7BFD9A230919CCCD001D48F1 /* AboutBoxController.h */, + 7BFD9A240919CCCD001D48F1 /* AboutBoxController.mm */, F5DEF6190357174401CD0AD3 /* ServerMessageReceiver.h */, F5DEF61A0357174401CD0AD3 /* ServerMessageReceiver.mm */, F5DEF6150357002B01CD0AD3 /* ClientConnectionFactory.h */, @@ -643,6 +649,7 @@ D3332B36086DA9FE001C607D /* CandidatesFrame.h in Headers */, D3F94BA908E3A6F500496C35 /* PrivateRunLoop.h in Headers */, D311227D08E45154003A91E1 /* TransparentWindow.h in Headers */, + 7BFD9A490919CD9A001D48F1 /* AboutBoxController.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -862,6 +869,7 @@ D3332B37086DA9FE001C607D /* CandidatesFrame.m in Sources */, D311227E08E45154003A91E1 /* TransparentWindow.m in Sources */, D365BB1908E4B86B000B9512 /* PrivateRunLoop.mm in Sources */, + 7BFD9A480919CD99001D48F1 /* AboutBoxController.mm in Sources */, ); runOnlyForDeploymentPostprocessing = 0; };