MYNetwork.xcodeproj/project.pbxproj
changeset 37 7c7d5a0cb4d6
parent 28 732576fa8a0d
parent 30 096cf03b65d4
child 39 5ed02247b7fc
     1.1 --- a/MYNetwork.xcodeproj/project.pbxproj	Mon Apr 27 09:03:56 2009 -0700
     1.2 +++ b/MYNetwork.xcodeproj/project.pbxproj	Tue May 05 15:10:15 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 +		273B457B0FA681EE00276298 /* MYBonjourRegistration.h in Headers */ = {isa = PBXBuildFile; fileRef = 273B45790FA681EE00276298 /* MYBonjourRegistration.h */; };
     1.8 +		273B457C0FA681EE00276298 /* MYBonjourRegistration.m in Sources */ = {isa = PBXBuildFile; fileRef = 273B457A0FA681EE00276298 /* MYBonjourRegistration.m */; };
     1.9 +		273B457D0FA681EE00276298 /* MYBonjourRegistration.m in Sources */ = {isa = PBXBuildFile; fileRef = 273B457A0FA681EE00276298 /* MYBonjourRegistration.m */; };
    1.10  		2777C9110F7602A7007F8D30 /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2777C9100F7602A7007F8D30 /* Security.framework */; };
    1.11  		2779048B0DE9204300C6D295 /* BLIPEchoClient.xib in Resources */ = {isa = PBXBuildFile; fileRef = 2779048A0DE9204300C6D295 /* BLIPEchoClient.xib */; };
    1.12  		277905240DE9E5BC00C6D295 /* BLIPEchoServer.m in Sources */ = {isa = PBXBuildFile; fileRef = 277903D60DE8EE4800C6D295 /* BLIPEchoServer.m */; };
    1.13 @@ -165,6 +168,8 @@
    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 +		273B45790FA681EE00276298 /* MYBonjourRegistration.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MYBonjourRegistration.h; sourceTree = "<group>"; };
    1.18 +		273B457A0FA681EE00276298 /* MYBonjourRegistration.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MYBonjourRegistration.m; sourceTree = "<group>"; };
    1.19  		274122DD0F9CDD1600F21842 /* MYUtilities_Debug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = MYUtilities_Debug.xcconfig; sourceTree = "<group>"; };
    1.20  		274122DE0F9CDD1600F21842 /* MYUtilities_Release.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = MYUtilities_Release.xcconfig; sourceTree = "<group>"; };
    1.21  		2777C9100F7602A7007F8D30 /* Security.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Security.framework; path = System/Library/Frameworks/Security.framework; sourceTree = SDKROOT; };
    1.22 @@ -182,8 +187,8 @@
    1.23  		2780F20B0FA194BD00C0FB83 /* MYDNSService.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = MYDNSService.m; path = PortMapper/MYDNSService.m; sourceTree = "<group>"; };
    1.24  		2780F4360FA28F4400C0FB83 /* MYBonjourQuery.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MYBonjourQuery.h; sourceTree = "<group>"; };
    1.25  		2780F4370FA28F4400C0FB83 /* MYBonjourQuery.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MYBonjourQuery.m; sourceTree = "<group>"; };
    1.26 -		2780F49F0FA2C59000C0FB83 /* MYAddressLookup.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MYAddressLookup.h; sourceTree = "<group>"; };
    1.27 -		2780F4A00FA2C59000C0FB83 /* MYAddressLookup.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MYAddressLookup.m; sourceTree = "<group>"; };
    1.28 +		2780F49F0FA2C59000C0FB83 /* MYAddressLookup.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = MYAddressLookup.h; path = Bonjour/MYAddressLookup.h; sourceTree = "<group>"; };
    1.29 +		2780F4A00FA2C59000C0FB83 /* MYAddressLookup.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = MYAddressLookup.m; path = Bonjour/MYAddressLookup.m; sourceTree = "<group>"; };
    1.30  		278C1A340F9F687800954AE1 /* PortMapperTest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PortMapperTest.m; sourceTree = "<group>"; };
    1.31  		278C1A350F9F687800954AE1 /* MYPortMapper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MYPortMapper.h; sourceTree = "<group>"; };
    1.32  		278C1A360F9F687800954AE1 /* MYPortMapper.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MYPortMapper.m; sourceTree = "<group>"; };
    1.33 @@ -389,6 +394,8 @@
    1.34  				270461020DE49030003D9D3F /* IPAddress.m */,
    1.35  				2780F20A0FA194BD00C0FB83 /* MYDNSService.h */,
    1.36  				2780F20B0FA194BD00C0FB83 /* MYDNSService.m */,
    1.37 +				2780F49F0FA2C59000C0FB83 /* MYAddressLookup.h */,
    1.38 +				2780F4A00FA2C59000C0FB83 /* MYAddressLookup.m */,
    1.39  			);
    1.40  			name = Addressing;
    1.41  			sourceTree = "<group>";
    1.42 @@ -412,8 +419,8 @@
    1.43  				278C1BA10F9F92EA00954AE1 /* MYBonjourService.m */,
    1.44  				2780F4360FA28F4400C0FB83 /* MYBonjourQuery.h */,
    1.45  				2780F4370FA28F4400C0FB83 /* MYBonjourQuery.m */,
    1.46 -				2780F49F0FA2C59000C0FB83 /* MYAddressLookup.h */,
    1.47 -				2780F4A00FA2C59000C0FB83 /* MYAddressLookup.m */,
    1.48 +				273B45790FA681EE00276298 /* MYBonjourRegistration.h */,
    1.49 +				273B457A0FA681EE00276298 /* MYBonjourRegistration.m */,
    1.50  			);
    1.51  			path = Bonjour;
    1.52  			sourceTree = "<group>";
    1.53 @@ -438,6 +445,7 @@
    1.54  				2780F20C0FA194BD00C0FB83 /* MYDNSService.h in Headers */,
    1.55  				2780F4380FA28F4400C0FB83 /* MYBonjourQuery.h in Headers */,
    1.56  				2780F4A10FA2C59000C0FB83 /* MYAddressLookup.h in Headers */,
    1.57 +				273B457B0FA681EE00276298 /* MYBonjourRegistration.h in Headers */,
    1.58  			);
    1.59  			runOnlyForDeploymentPostprocessing = 0;
    1.60  		};
    1.61 @@ -595,6 +603,7 @@
    1.62  				2780F20D0FA194BD00C0FB83 /* MYDNSService.m in Sources */,
    1.63  				2780F4390FA28F4400C0FB83 /* MYBonjourQuery.m in Sources */,
    1.64  				2780F4A20FA2C59000C0FB83 /* MYAddressLookup.m in Sources */,
    1.65 +				273B457C0FA681EE00276298 /* MYBonjourRegistration.m in Sources */,
    1.66  			);
    1.67  			runOnlyForDeploymentPostprocessing = 0;
    1.68  		};
    1.69 @@ -631,6 +640,7 @@
    1.70  				2780F20E0FA194BD00C0FB83 /* MYDNSService.m in Sources */,
    1.71  				2780F43A0FA28F4400C0FB83 /* MYBonjourQuery.m in Sources */,
    1.72  				2780F4A30FA2C59000C0FB83 /* MYAddressLookup.m in Sources */,
    1.73 +				273B457D0FA681EE00276298 /* MYBonjourRegistration.m in Sources */,
    1.74  			);
    1.75  			runOnlyForDeploymentPostprocessing = 0;
    1.76  		};