MYNetwork.xcodeproj/project.pbxproj
changeset 0 9d67172bb323
child 2 9fdd8dba529c
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/MYNetwork.xcodeproj/project.pbxproj	Fri May 23 17:37:36 2008 -0700
     1.3 @@ -0,0 +1,379 @@
     1.4 +// !$*UTF8*$!
     1.5 +{
     1.6 +	archiveVersion = 1;
     1.7 +	classes = {
     1.8 +	};
     1.9 +	objectVersion = 45;
    1.10 +	objects = {
    1.11 +
    1.12 +/* Begin PBXBuildFile section */
    1.13 +		270461130DE49030003D9D3F /* BLIPConnection.m in Sources */ = {isa = PBXBuildFile; fileRef = 270460F40DE49030003D9D3F /* BLIPConnection.m */; };
    1.14 +		270461140DE49030003D9D3F /* BLIPDispatcher.m in Sources */ = {isa = PBXBuildFile; fileRef = 270460F60DE49030003D9D3F /* BLIPDispatcher.m */; };
    1.15 +		270461150DE49030003D9D3F /* BLIPMessage.m in Sources */ = {isa = PBXBuildFile; fileRef = 270460F90DE49030003D9D3F /* BLIPMessage.m */; };
    1.16 +		270461160DE49030003D9D3F /* BLIPProperties.m in Sources */ = {isa = PBXBuildFile; fileRef = 270460FB0DE49030003D9D3F /* BLIPProperties.m */; };
    1.17 +		270461170DE49030003D9D3F /* BLIPReader.m in Sources */ = {isa = PBXBuildFile; fileRef = 270460FD0DE49030003D9D3F /* BLIPReader.m */; };
    1.18 +		270461180DE49030003D9D3F /* BLIPTest.m in Sources */ = {isa = PBXBuildFile; fileRef = 270460FE0DE49030003D9D3F /* BLIPTest.m */; };
    1.19 +		270461190DE49030003D9D3F /* BLIPWriter.m in Sources */ = {isa = PBXBuildFile; fileRef = 270461000DE49030003D9D3F /* BLIPWriter.m */; };
    1.20 +		2704611A0DE49030003D9D3F /* IPAddress.m in Sources */ = {isa = PBXBuildFile; fileRef = 270461020DE49030003D9D3F /* IPAddress.m */; };
    1.21 +		2704611B0DE49030003D9D3F /* TCPConnection.m in Sources */ = {isa = PBXBuildFile; fileRef = 2704610A0DE49030003D9D3F /* TCPConnection.m */; };
    1.22 +		2704611C0DE49030003D9D3F /* TCPEndpoint.m in Sources */ = {isa = PBXBuildFile; fileRef = 2704610C0DE49030003D9D3F /* TCPEndpoint.m */; };
    1.23 +		2704611D0DE49030003D9D3F /* TCPListener.m in Sources */ = {isa = PBXBuildFile; fileRef = 2704610E0DE49030003D9D3F /* TCPListener.m */; };
    1.24 +		2704611E0DE49030003D9D3F /* TCPStream.m in Sources */ = {isa = PBXBuildFile; fileRef = 270461100DE49030003D9D3F /* TCPStream.m */; };
    1.25 +		2704611F0DE49030003D9D3F /* TCPWriter.m in Sources */ = {isa = PBXBuildFile; fileRef = 270461120DE49030003D9D3F /* TCPWriter.m */; };
    1.26 +		2704612C0DE49088003D9D3F /* Test.m in Sources */ = {isa = PBXBuildFile; fileRef = 270461280DE49088003D9D3F /* Test.m */; };
    1.27 +		2704612D0DE49088003D9D3F /* Logging.m in Sources */ = {isa = PBXBuildFile; fileRef = 2704612A0DE49088003D9D3F /* Logging.m */; };
    1.28 +		270461370DE4918D003D9D3F /* ExceptionUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 270461350DE4918D003D9D3F /* ExceptionUtils.m */; };
    1.29 +		270461470DE491A6003D9D3F /* Target.m in Sources */ = {isa = PBXBuildFile; fileRef = 270461460DE491A6003D9D3F /* Target.m */; };
    1.30 +		270461700DE492F3003D9D3F /* GTMNSData+zlib.m in Sources */ = {isa = PBXBuildFile; fileRef = 2704616F0DE492F3003D9D3F /* GTMNSData+zlib.m */; };
    1.31 +		270461890DE49634003D9D3F /* CollectionUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 270461870DE49634003D9D3F /* CollectionUtils.m */; };
    1.32 +		2704618C0DE49652003D9D3F /* libz.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 2704618B0DE49652003D9D3F /* libz.dylib */; };
    1.33 +		270461920DE4975D003D9D3F /* CoreServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 270461910DE4975C003D9D3F /* CoreServices.framework */; };
    1.34 +		270462C20DE4A64B003D9D3F /* MYUtilitiesTest_main.m in Sources */ = {isa = PBXBuildFile; fileRef = 270462C10DE4A64B003D9D3F /* MYUtilitiesTest_main.m */; };
    1.35 +		27D5EC070DE5FEDE00CD84FA /* BLIPRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = 27D5EC060DE5FEDE00CD84FA /* BLIPRequest.m */; };
    1.36 +		8DD76F9C0486AA7600D96B5E /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 08FB779EFE84155DC02AAC07 /* Foundation.framework */; };
    1.37 +/* End PBXBuildFile section */
    1.38 +
    1.39 +/* Begin PBXCopyFilesBuildPhase section */
    1.40 +		8DD76F9E0486AA7600D96B5E /* CopyFiles */ = {
    1.41 +			isa = PBXCopyFilesBuildPhase;
    1.42 +			buildActionMask = 8;
    1.43 +			dstPath = /usr/share/man/man1/;
    1.44 +			dstSubfolderSpec = 0;
    1.45 +			files = (
    1.46 +			);
    1.47 +			runOnlyForDeploymentPostprocessing = 1;
    1.48 +		};
    1.49 +/* End PBXCopyFilesBuildPhase section */
    1.50 +
    1.51 +/* Begin PBXFileReference section */
    1.52 +		08FB779EFE84155DC02AAC07 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = /System/Library/Frameworks/Foundation.framework; sourceTree = "<absolute>"; };
    1.53 +		270460F30DE49030003D9D3F /* BLIPConnection.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BLIPConnection.h; sourceTree = "<group>"; };
    1.54 +		270460F40DE49030003D9D3F /* BLIPConnection.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BLIPConnection.m; sourceTree = "<group>"; };
    1.55 +		270460F50DE49030003D9D3F /* BLIPDispatcher.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BLIPDispatcher.h; sourceTree = "<group>"; };
    1.56 +		270460F60DE49030003D9D3F /* BLIPDispatcher.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BLIPDispatcher.m; sourceTree = "<group>"; };
    1.57 +		270460F70DE49030003D9D3F /* BLIP_Internal.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BLIP_Internal.h; sourceTree = "<group>"; };
    1.58 +		270460F80DE49030003D9D3F /* BLIPMessage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BLIPMessage.h; sourceTree = "<group>"; };
    1.59 +		270460F90DE49030003D9D3F /* BLIPMessage.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BLIPMessage.m; sourceTree = "<group>"; };
    1.60 +		270460FA0DE49030003D9D3F /* BLIPProperties.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BLIPProperties.h; sourceTree = "<group>"; };
    1.61 +		270460FB0DE49030003D9D3F /* BLIPProperties.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BLIPProperties.m; sourceTree = "<group>"; };
    1.62 +		270460FC0DE49030003D9D3F /* BLIPReader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BLIPReader.h; sourceTree = "<group>"; };
    1.63 +		270460FD0DE49030003D9D3F /* BLIPReader.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BLIPReader.m; sourceTree = "<group>"; };
    1.64 +		270460FE0DE49030003D9D3F /* BLIPTest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BLIPTest.m; sourceTree = "<group>"; };
    1.65 +		270460FF0DE49030003D9D3F /* BLIPWriter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BLIPWriter.h; sourceTree = "<group>"; };
    1.66 +		270461000DE49030003D9D3F /* BLIPWriter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BLIPWriter.m; sourceTree = "<group>"; };
    1.67 +		270461010DE49030003D9D3F /* IPAddress.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = IPAddress.h; sourceTree = "<group>"; };
    1.68 +		270461020DE49030003D9D3F /* IPAddress.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = IPAddress.m; sourceTree = "<group>"; };
    1.69 +		270461080DE49030003D9D3F /* TCP_Internal.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TCP_Internal.h; sourceTree = "<group>"; };
    1.70 +		270461090DE49030003D9D3F /* TCPConnection.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TCPConnection.h; sourceTree = "<group>"; };
    1.71 +		2704610A0DE49030003D9D3F /* TCPConnection.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TCPConnection.m; sourceTree = "<group>"; };
    1.72 +		2704610B0DE49030003D9D3F /* TCPEndpoint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TCPEndpoint.h; sourceTree = "<group>"; };
    1.73 +		2704610C0DE49030003D9D3F /* TCPEndpoint.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TCPEndpoint.m; sourceTree = "<group>"; };
    1.74 +		2704610D0DE49030003D9D3F /* TCPListener.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TCPListener.h; sourceTree = "<group>"; };
    1.75 +		2704610E0DE49030003D9D3F /* TCPListener.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TCPListener.m; sourceTree = "<group>"; };
    1.76 +		2704610F0DE49030003D9D3F /* TCPStream.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TCPStream.h; sourceTree = "<group>"; };
    1.77 +		270461100DE49030003D9D3F /* TCPStream.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TCPStream.m; sourceTree = "<group>"; };
    1.78 +		270461110DE49030003D9D3F /* TCPWriter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TCPWriter.h; sourceTree = "<group>"; };
    1.79 +		270461120DE49030003D9D3F /* TCPWriter.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TCPWriter.m; sourceTree = "<group>"; };
    1.80 +		270461280DE49088003D9D3F /* Test.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Test.m; sourceTree = "<group>"; };
    1.81 +		270461290DE49088003D9D3F /* Test.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Test.h; sourceTree = "<group>"; };
    1.82 +		2704612A0DE49088003D9D3F /* Logging.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Logging.m; sourceTree = "<group>"; };
    1.83 +		2704612B0DE49088003D9D3F /* Logging.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Logging.h; sourceTree = "<group>"; };
    1.84 +		270461350DE4918D003D9D3F /* ExceptionUtils.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ExceptionUtils.m; sourceTree = "<group>"; };
    1.85 +		270461360DE4918D003D9D3F /* ExceptionUtils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ExceptionUtils.h; sourceTree = "<group>"; };
    1.86 +		270461450DE491A6003D9D3F /* Target.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Target.h; sourceTree = "<group>"; };
    1.87 +		270461460DE491A6003D9D3F /* Target.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Target.m; sourceTree = "<group>"; };
    1.88 +		2704616E0DE492F3003D9D3F /* GTMNSData+zlib.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "GTMNSData+zlib.h"; path = "Foundation/GTMNSData+zlib.h"; sourceTree = "<group>"; };
    1.89 +		2704616F0DE492F3003D9D3F /* GTMNSData+zlib.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = "GTMNSData+zlib.m"; path = "Foundation/GTMNSData+zlib.m"; sourceTree = "<group>"; };
    1.90 +		270461720DE49340003D9D3F /* MYNetwork */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = MYNetwork; sourceTree = BUILT_PRODUCTS_DIR; };
    1.91 +		270461870DE49634003D9D3F /* CollectionUtils.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CollectionUtils.m; sourceTree = "<group>"; };
    1.92 +		270461880DE49634003D9D3F /* CollectionUtils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CollectionUtils.h; sourceTree = "<group>"; };
    1.93 +		2704618B0DE49652003D9D3F /* libz.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libz.dylib; path = /usr/lib/libz.dylib; sourceTree = "<absolute>"; };
    1.94 +		270461910DE4975C003D9D3F /* CoreServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreServices.framework; path = /System/Library/Frameworks/CoreServices.framework; sourceTree = "<absolute>"; };
    1.95 +		2704620E0DE4A221003D9D3F /* GTMDefines.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GTMDefines.h; sourceTree = "<group>"; };
    1.96 +		270462C00DE4A639003D9D3F /* MYUtilities_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MYUtilities_Prefix.pch; sourceTree = "<group>"; };
    1.97 +		270462C10DE4A64B003D9D3F /* MYUtilitiesTest_main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MYUtilitiesTest_main.m; sourceTree = "<group>"; };
    1.98 +		270462C30DE4A65B003D9D3F /* BLIP Overview.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = "BLIP Overview.txt"; path = "BLIP/BLIP Overview.txt"; sourceTree = "<group>"; wrapsLines = 1; };
    1.99 +		27D5EC050DE5FEDE00CD84FA /* BLIPRequest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BLIPRequest.h; sourceTree = "<group>"; };
   1.100 +		27D5EC060DE5FEDE00CD84FA /* BLIPRequest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BLIPRequest.m; sourceTree = "<group>"; };
   1.101 +/* End PBXFileReference section */
   1.102 +
   1.103 +/* Begin PBXFrameworksBuildPhase section */
   1.104 +		8DD76F9B0486AA7600D96B5E /* Frameworks */ = {
   1.105 +			isa = PBXFrameworksBuildPhase;
   1.106 +			buildActionMask = 2147483647;
   1.107 +			files = (
   1.108 +				8DD76F9C0486AA7600D96B5E /* Foundation.framework in Frameworks */,
   1.109 +				2704618C0DE49652003D9D3F /* libz.dylib in Frameworks */,
   1.110 +				270461920DE4975D003D9D3F /* CoreServices.framework in Frameworks */,
   1.111 +			);
   1.112 +			runOnlyForDeploymentPostprocessing = 0;
   1.113 +		};
   1.114 +/* End PBXFrameworksBuildPhase section */
   1.115 +
   1.116 +/* Begin PBXGroup section */
   1.117 +		08FB7794FE84155DC02AAC07 /* MYNetwork */ = {
   1.118 +			isa = PBXGroup;
   1.119 +			children = (
   1.120 +				270462C30DE4A65B003D9D3F /* BLIP Overview.txt */,
   1.121 +				270460F00DE49030003D9D3F /* MYNetwork */,
   1.122 +				270461220DE49055003D9D3F /* MYUtilities */,
   1.123 +				2704616D0DE492C9003D9D3F /* google-toolbox */,
   1.124 +				08FB779DFE84155DC02AAC07 /* External Frameworks and Libraries */,
   1.125 +				1AB674ADFE9D54B511CA2CBB /* Products */,
   1.126 +			);
   1.127 +			name = MYNetwork;
   1.128 +			sourceTree = "<group>";
   1.129 +		};
   1.130 +		08FB779DFE84155DC02AAC07 /* External Frameworks and Libraries */ = {
   1.131 +			isa = PBXGroup;
   1.132 +			children = (
   1.133 +				270461910DE4975C003D9D3F /* CoreServices.framework */,
   1.134 +				08FB779EFE84155DC02AAC07 /* Foundation.framework */,
   1.135 +				2704618B0DE49652003D9D3F /* libz.dylib */,
   1.136 +			);
   1.137 +			name = "External Frameworks and Libraries";
   1.138 +			sourceTree = "<group>";
   1.139 +		};
   1.140 +		1AB674ADFE9D54B511CA2CBB /* Products */ = {
   1.141 +			isa = PBXGroup;
   1.142 +			children = (
   1.143 +				270461720DE49340003D9D3F /* MYNetwork */,
   1.144 +			);
   1.145 +			name = Products;
   1.146 +			sourceTree = "<group>";
   1.147 +		};
   1.148 +		270460F00DE49030003D9D3F /* MYNetwork */ = {
   1.149 +			isa = PBXGroup;
   1.150 +			children = (
   1.151 +				270461010DE49030003D9D3F /* IPAddress.h */,
   1.152 +				270461020DE49030003D9D3F /* IPAddress.m */,
   1.153 +				270461070DE49030003D9D3F /* TCP */,
   1.154 +				270460F10DE49030003D9D3F /* BLIP */,
   1.155 +			);
   1.156 +			name = MYNetwork;
   1.157 +			sourceTree = "<group>";
   1.158 +		};
   1.159 +		270460F10DE49030003D9D3F /* BLIP */ = {
   1.160 +			isa = PBXGroup;
   1.161 +			children = (
   1.162 +				270460F30DE49030003D9D3F /* BLIPConnection.h */,
   1.163 +				270460F40DE49030003D9D3F /* BLIPConnection.m */,
   1.164 +				270460F50DE49030003D9D3F /* BLIPDispatcher.h */,
   1.165 +				270460F60DE49030003D9D3F /* BLIPDispatcher.m */,
   1.166 +				270460F80DE49030003D9D3F /* BLIPMessage.h */,
   1.167 +				270460F90DE49030003D9D3F /* BLIPMessage.m */,
   1.168 +				27D5EC050DE5FEDE00CD84FA /* BLIPRequest.h */,
   1.169 +				27D5EC060DE5FEDE00CD84FA /* BLIPRequest.m */,
   1.170 +				270460FA0DE49030003D9D3F /* BLIPProperties.h */,
   1.171 +				270460FB0DE49030003D9D3F /* BLIPProperties.m */,
   1.172 +				270460FC0DE49030003D9D3F /* BLIPReader.h */,
   1.173 +				270460FD0DE49030003D9D3F /* BLIPReader.m */,
   1.174 +				270460FF0DE49030003D9D3F /* BLIPWriter.h */,
   1.175 +				270461000DE49030003D9D3F /* BLIPWriter.m */,
   1.176 +				270460FE0DE49030003D9D3F /* BLIPTest.m */,
   1.177 +				270460F70DE49030003D9D3F /* BLIP_Internal.h */,
   1.178 +			);
   1.179 +			path = BLIP;
   1.180 +			sourceTree = "<group>";
   1.181 +		};
   1.182 +		270461070DE49030003D9D3F /* TCP */ = {
   1.183 +			isa = PBXGroup;
   1.184 +			children = (
   1.185 +				270461090DE49030003D9D3F /* TCPConnection.h */,
   1.186 +				2704610A0DE49030003D9D3F /* TCPConnection.m */,
   1.187 +				2704610B0DE49030003D9D3F /* TCPEndpoint.h */,
   1.188 +				2704610C0DE49030003D9D3F /* TCPEndpoint.m */,
   1.189 +				2704610D0DE49030003D9D3F /* TCPListener.h */,
   1.190 +				2704610E0DE49030003D9D3F /* TCPListener.m */,
   1.191 +				2704610F0DE49030003D9D3F /* TCPStream.h */,
   1.192 +				270461100DE49030003D9D3F /* TCPStream.m */,
   1.193 +				270461110DE49030003D9D3F /* TCPWriter.h */,
   1.194 +				270461120DE49030003D9D3F /* TCPWriter.m */,
   1.195 +				270461080DE49030003D9D3F /* TCP_Internal.h */,
   1.196 +			);
   1.197 +			path = TCP;
   1.198 +			sourceTree = "<group>";
   1.199 +		};
   1.200 +		270461220DE49055003D9D3F /* MYUtilities */ = {
   1.201 +			isa = PBXGroup;
   1.202 +			children = (
   1.203 +				270462C10DE4A64B003D9D3F /* MYUtilitiesTest_main.m */,
   1.204 +				270462C00DE4A639003D9D3F /* MYUtilities_Prefix.pch */,
   1.205 +				270461880DE49634003D9D3F /* CollectionUtils.h */,
   1.206 +				270461870DE49634003D9D3F /* CollectionUtils.m */,
   1.207 +				270461360DE4918D003D9D3F /* ExceptionUtils.h */,
   1.208 +				270461350DE4918D003D9D3F /* ExceptionUtils.m */,
   1.209 +				2704612B0DE49088003D9D3F /* Logging.h */,
   1.210 +				2704612A0DE49088003D9D3F /* Logging.m */,
   1.211 +				270461450DE491A6003D9D3F /* Target.h */,
   1.212 +				270461460DE491A6003D9D3F /* Target.m */,
   1.213 +				270461290DE49088003D9D3F /* Test.h */,
   1.214 +				270461280DE49088003D9D3F /* Test.m */,
   1.215 +			);
   1.216 +			name = MYUtilities;
   1.217 +			path = ../MYUtilities;
   1.218 +			sourceTree = "<group>";
   1.219 +		};
   1.220 +		2704616D0DE492C9003D9D3F /* google-toolbox */ = {
   1.221 +			isa = PBXGroup;
   1.222 +			children = (
   1.223 +				2704620E0DE4A221003D9D3F /* GTMDefines.h */,
   1.224 +				2704616E0DE492F3003D9D3F /* GTMNSData+zlib.h */,
   1.225 +				2704616F0DE492F3003D9D3F /* GTMNSData+zlib.m */,
   1.226 +			);
   1.227 +			name = "google-toolbox";
   1.228 +			sourceTree = "google-toolbox";
   1.229 +		};
   1.230 +/* End PBXGroup section */
   1.231 +
   1.232 +/* Begin PBXNativeTarget section */
   1.233 +		8DD76F960486AA7600D96B5E /* MYNetwork */ = {
   1.234 +			isa = PBXNativeTarget;
   1.235 +			buildConfigurationList = 1DEB927408733DD40010E9CD /* Build configuration list for PBXNativeTarget "MYNetwork" */;
   1.236 +			buildPhases = (
   1.237 +				8DD76F990486AA7600D96B5E /* Sources */,
   1.238 +				8DD76F9B0486AA7600D96B5E /* Frameworks */,
   1.239 +				8DD76F9E0486AA7600D96B5E /* CopyFiles */,
   1.240 +			);
   1.241 +			buildRules = (
   1.242 +			);
   1.243 +			dependencies = (
   1.244 +			);
   1.245 +			name = MYNetwork;
   1.246 +			productInstallPath = "$(HOME)/bin";
   1.247 +			productName = MYNetwork;
   1.248 +			productReference = 270461720DE49340003D9D3F /* MYNetwork */;
   1.249 +			productType = "com.apple.product-type.tool";
   1.250 +		};
   1.251 +/* End PBXNativeTarget section */
   1.252 +
   1.253 +/* Begin PBXProject section */
   1.254 +		08FB7793FE84155DC02AAC07 /* Project object */ = {
   1.255 +			isa = PBXProject;
   1.256 +			buildConfigurationList = 1DEB927808733DD40010E9CD /* Build configuration list for PBXProject "MYNetwork" */;
   1.257 +			compatibilityVersion = "Xcode 3.1";
   1.258 +			hasScannedForEncodings = 1;
   1.259 +			mainGroup = 08FB7794FE84155DC02AAC07 /* MYNetwork */;
   1.260 +			projectDirPath = "";
   1.261 +			projectRoot = "";
   1.262 +			targets = (
   1.263 +				8DD76F960486AA7600D96B5E /* MYNetwork */,
   1.264 +			);
   1.265 +		};
   1.266 +/* End PBXProject section */
   1.267 +
   1.268 +/* Begin PBXSourcesBuildPhase section */
   1.269 +		8DD76F990486AA7600D96B5E /* Sources */ = {
   1.270 +			isa = PBXSourcesBuildPhase;
   1.271 +			buildActionMask = 2147483647;
   1.272 +			files = (
   1.273 +				270461130DE49030003D9D3F /* BLIPConnection.m in Sources */,
   1.274 +				270461140DE49030003D9D3F /* BLIPDispatcher.m in Sources */,
   1.275 +				270461150DE49030003D9D3F /* BLIPMessage.m in Sources */,
   1.276 +				270461160DE49030003D9D3F /* BLIPProperties.m in Sources */,
   1.277 +				270461170DE49030003D9D3F /* BLIPReader.m in Sources */,
   1.278 +				270461180DE49030003D9D3F /* BLIPTest.m in Sources */,
   1.279 +				270461190DE49030003D9D3F /* BLIPWriter.m in Sources */,
   1.280 +				2704611A0DE49030003D9D3F /* IPAddress.m in Sources */,
   1.281 +				2704611B0DE49030003D9D3F /* TCPConnection.m in Sources */,
   1.282 +				2704611C0DE49030003D9D3F /* TCPEndpoint.m in Sources */,
   1.283 +				2704611D0DE49030003D9D3F /* TCPListener.m in Sources */,
   1.284 +				2704611E0DE49030003D9D3F /* TCPStream.m in Sources */,
   1.285 +				2704611F0DE49030003D9D3F /* TCPWriter.m in Sources */,
   1.286 +				2704612C0DE49088003D9D3F /* Test.m in Sources */,
   1.287 +				2704612D0DE49088003D9D3F /* Logging.m in Sources */,
   1.288 +				270461370DE4918D003D9D3F /* ExceptionUtils.m in Sources */,
   1.289 +				270461470DE491A6003D9D3F /* Target.m in Sources */,
   1.290 +				270461700DE492F3003D9D3F /* GTMNSData+zlib.m in Sources */,
   1.291 +				270461890DE49634003D9D3F /* CollectionUtils.m in Sources */,
   1.292 +				270462C20DE4A64B003D9D3F /* MYUtilitiesTest_main.m in Sources */,
   1.293 +				27D5EC070DE5FEDE00CD84FA /* BLIPRequest.m in Sources */,
   1.294 +			);
   1.295 +			runOnlyForDeploymentPostprocessing = 0;
   1.296 +		};
   1.297 +/* End PBXSourcesBuildPhase section */
   1.298 +
   1.299 +/* Begin XCBuildConfiguration section */
   1.300 +		1DEB927508733DD40010E9CD /* Debug */ = {
   1.301 +			isa = XCBuildConfiguration;
   1.302 +			buildSettings = {
   1.303 +				ALWAYS_SEARCH_USER_PATHS = NO;
   1.304 +				COPY_PHASE_STRIP = NO;
   1.305 +				GCC_C_LANGUAGE_STANDARD = gnu99;
   1.306 +				GCC_DYNAMIC_NO_PIC = NO;
   1.307 +				GCC_ENABLE_FIX_AND_CONTINUE = YES;
   1.308 +				GCC_MODEL_TUNING = G5;
   1.309 +				GCC_OPTIMIZATION_LEVEL = 0;
   1.310 +				GCC_PRECOMPILE_PREFIX_HEADER = YES;
   1.311 +				GCC_PREFIX_HEADER = ../MYUtilities/MYUtilities_Prefix.pch;
   1.312 +				GCC_PREPROCESSOR_DEFINITIONS = DEBUG;
   1.313 +				INSTALL_PATH = /usr/local/bin;
   1.314 +				PRODUCT_NAME = MYNetwork;
   1.315 +			};
   1.316 +			name = Debug;
   1.317 +		};
   1.318 +		1DEB927608733DD40010E9CD /* Release */ = {
   1.319 +			isa = XCBuildConfiguration;
   1.320 +			buildSettings = {
   1.321 +				ALWAYS_SEARCH_USER_PATHS = NO;
   1.322 +				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
   1.323 +				GCC_C_LANGUAGE_STANDARD = gnu99;
   1.324 +				GCC_MODEL_TUNING = G5;
   1.325 +				GCC_PRECOMPILE_PREFIX_HEADER = YES;
   1.326 +				GCC_PREFIX_HEADER = MYNetwork_Prefix.pch;
   1.327 +				INSTALL_PATH = /usr/local/bin;
   1.328 +				PRODUCT_NAME = MYNetwork;
   1.329 +			};
   1.330 +			name = Release;
   1.331 +		};
   1.332 +		1DEB927908733DD40010E9CD /* Debug */ = {
   1.333 +			isa = XCBuildConfiguration;
   1.334 +			buildSettings = {
   1.335 +				ARCHS = "$(ARCHS_STANDARD_32_BIT)";
   1.336 +				GCC_C_LANGUAGE_STANDARD = c99;
   1.337 +				GCC_OPTIMIZATION_LEVEL = 0;
   1.338 +				GCC_WARN_ABOUT_RETURN_TYPE = YES;
   1.339 +				GCC_WARN_UNUSED_VARIABLE = YES;
   1.340 +				ONLY_ACTIVE_ARCH = YES;
   1.341 +				PREBINDING = NO;
   1.342 +				SDKROOT = macosx10.5;
   1.343 +			};
   1.344 +			name = Debug;
   1.345 +		};
   1.346 +		1DEB927A08733DD40010E9CD /* Release */ = {
   1.347 +			isa = XCBuildConfiguration;
   1.348 +			buildSettings = {
   1.349 +				ARCHS = "$(ARCHS_STANDARD_32_BIT)";
   1.350 +				GCC_C_LANGUAGE_STANDARD = c99;
   1.351 +				GCC_WARN_ABOUT_RETURN_TYPE = YES;
   1.352 +				GCC_WARN_UNUSED_VARIABLE = YES;
   1.353 +				PREBINDING = NO;
   1.354 +				SDKROOT = macosx10.5;
   1.355 +			};
   1.356 +			name = Release;
   1.357 +		};
   1.358 +/* End XCBuildConfiguration section */
   1.359 +
   1.360 +/* Begin XCConfigurationList section */
   1.361 +		1DEB927408733DD40010E9CD /* Build configuration list for PBXNativeTarget "MYNetwork" */ = {
   1.362 +			isa = XCConfigurationList;
   1.363 +			buildConfigurations = (
   1.364 +				1DEB927508733DD40010E9CD /* Debug */,
   1.365 +				1DEB927608733DD40010E9CD /* Release */,
   1.366 +			);
   1.367 +			defaultConfigurationIsVisible = 0;
   1.368 +			defaultConfigurationName = Release;
   1.369 +		};
   1.370 +		1DEB927808733DD40010E9CD /* Build configuration list for PBXProject "MYNetwork" */ = {
   1.371 +			isa = XCConfigurationList;
   1.372 +			buildConfigurations = (
   1.373 +				1DEB927908733DD40010E9CD /* Debug */,
   1.374 +				1DEB927A08733DD40010E9CD /* Release */,
   1.375 +			);
   1.376 +			defaultConfigurationIsVisible = 0;
   1.377 +			defaultConfigurationName = Release;
   1.378 +		};
   1.379 +/* End XCConfigurationList section */
   1.380 +	};
   1.381 +	rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
   1.382 +}