MYNetwork.xcodeproj/project.pbxproj
changeset 59 46c7844cb592
parent 45 8efb48eabd08
child 60 dd637bdd214e
     1.1 --- a/MYNetwork.xcodeproj/project.pbxproj	Sun May 10 19:00:50 2009 -0700
     1.2 +++ b/MYNetwork.xcodeproj/project.pbxproj	Mon Jul 20 13:26:29 2009 -0700
     1.3 @@ -25,6 +25,9 @@
     1.4  		270461470DE491A6003D9D3F /* Target.m in Sources */ = {isa = PBXBuildFile; fileRef = 270461460DE491A6003D9D3F /* Target.m */; };
     1.5  		270461890DE49634003D9D3F /* CollectionUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = 270461870DE49634003D9D3F /* CollectionUtils.m */; };
     1.6  		2706F1D90F9D3EF300292CCF /* SecurityInterface.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2706F1D80F9D3EF300292CCF /* SecurityInterface.framework */; };
     1.7 +		27375DFB0FC9FB5C0033F8F5 /* TCPEndpoint+Certs.m in Sources */ = {isa = PBXBuildFile; fileRef = 27375DFA0FC9FB5C0033F8F5 /* TCPEndpoint+Certs.m */; };
     1.8 +		27375DFC0FC9FB5C0033F8F5 /* TCPEndpoint+Certs.m in Sources */ = {isa = PBXBuildFile; fileRef = 27375DFA0FC9FB5C0033F8F5 /* TCPEndpoint+Certs.m */; };
     1.9 +		27375DFD0FC9FB5C0033F8F5 /* TCPEndpoint+Certs.m in Sources */ = {isa = PBXBuildFile; fileRef = 27375DFA0FC9FB5C0033F8F5 /* TCPEndpoint+Certs.m */; };
    1.10  		273B457B0FA681EE00276298 /* MYBonjourRegistration.h in Headers */ = {isa = PBXBuildFile; fileRef = 273B45790FA681EE00276298 /* MYBonjourRegistration.h */; };
    1.11  		273B457C0FA681EE00276298 /* MYBonjourRegistration.m in Sources */ = {isa = PBXBuildFile; fileRef = 273B457A0FA681EE00276298 /* MYBonjourRegistration.m */; };
    1.12  		273B457D0FA681EE00276298 /* MYBonjourRegistration.m in Sources */ = {isa = PBXBuildFile; fileRef = 273B457A0FA681EE00276298 /* MYBonjourRegistration.m */; };
    1.13 @@ -168,6 +171,7 @@
    1.14  		270462C10DE4A64B003D9D3F /* MYUtilitiesTest_main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MYUtilitiesTest_main.m; sourceTree = "<group>"; };
    1.15  		270462C30DE4A65B003D9D3F /* BLIP Overview.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = "BLIP Overview.txt"; path = "BLIP/BLIP Overview.txt"; sourceTree = "<group>"; wrapsLines = 1; };
    1.16  		2706F1D80F9D3EF300292CCF /* SecurityInterface.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SecurityInterface.framework; path = System/Library/Frameworks/SecurityInterface.framework; sourceTree = SDKROOT; };
    1.17 +		27375DFA0FC9FB5C0033F8F5 /* TCPEndpoint+Certs.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "TCPEndpoint+Certs.m"; sourceTree = "<group>"; };
    1.18  		273B45790FA681EE00276298 /* MYBonjourRegistration.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MYBonjourRegistration.h; sourceTree = "<group>"; };
    1.19  		273B457A0FA681EE00276298 /* MYBonjourRegistration.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MYBonjourRegistration.m; sourceTree = "<group>"; };
    1.20  		274122DD0F9CDD1600F21842 /* MYUtilities_Debug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = MYUtilities_Debug.xcconfig; sourceTree = "<group>"; };
    1.21 @@ -337,6 +341,7 @@
    1.22  				2704610A0DE49030003D9D3F /* TCPConnection.m */,
    1.23  				2704610B0DE49030003D9D3F /* TCPEndpoint.h */,
    1.24  				2704610C0DE49030003D9D3F /* TCPEndpoint.m */,
    1.25 +				27375DFA0FC9FB5C0033F8F5 /* TCPEndpoint+Certs.m */,
    1.26  				2704610D0DE49030003D9D3F /* TCPListener.h */,
    1.27  				2704610E0DE49030003D9D3F /* TCPListener.m */,
    1.28  				2704610F0DE49030003D9D3F /* TCPStream.h */,
    1.29 @@ -561,6 +566,7 @@
    1.30  			buildActionMask = 2147483647;
    1.31  			files = (
    1.32  				279DDCD10F9E38DD00D75D91 /* BLIPEchoClient.m in Sources */,
    1.33 +				27375DFC0FC9FB5C0033F8F5 /* TCPEndpoint+Certs.m in Sources */,
    1.34  			);
    1.35  			runOnlyForDeploymentPostprocessing = 0;
    1.36  		};
    1.37 @@ -569,6 +575,7 @@
    1.38  			buildActionMask = 2147483647;
    1.39  			files = (
    1.40  				277905240DE9E5BC00C6D295 /* BLIPEchoServer.m in Sources */,
    1.41 +				27375DFD0FC9FB5C0033F8F5 /* TCPEndpoint+Certs.m in Sources */,
    1.42  			);
    1.43  			runOnlyForDeploymentPostprocessing = 0;
    1.44  		};
    1.45 @@ -641,6 +648,7 @@
    1.46  				2780F43A0FA28F4400C0FB83 /* MYBonjourQuery.m in Sources */,
    1.47  				2780F4A30FA2C59000C0FB83 /* MYAddressLookup.m in Sources */,
    1.48  				273B457D0FA681EE00276298 /* MYBonjourRegistration.m in Sources */,
    1.49 +				27375DFB0FC9FB5C0033F8F5 /* TCPEndpoint+Certs.m in Sources */,
    1.50  			);
    1.51  			runOnlyForDeploymentPostprocessing = 0;
    1.52  		};