MYNetwork.xcodeproj/project.pbxproj
changeset 27 92581f26073e
parent 26 cb9cdf247239
child 28 732576fa8a0d
child 30 096cf03b65d4
     1.1 --- a/MYNetwork.xcodeproj/project.pbxproj	Wed Apr 22 16:45:39 2009 -0700
     1.2 +++ b/MYNetwork.xcodeproj/project.pbxproj	Fri Apr 24 10:10:32 2009 -0700
     1.3 @@ -30,6 +30,9 @@
     1.4  		277905240DE9E5BC00C6D295 /* BLIPEchoServer.m in Sources */ = {isa = PBXBuildFile; fileRef = 277903D60DE8EE4800C6D295 /* BLIPEchoServer.m */; };
     1.5  		277905300DE9ED9100C6D295 /* MYUtilitiesTest_main.m in Sources */ = {isa = PBXBuildFile; fileRef = 270462C10DE4A64B003D9D3F /* MYUtilitiesTest_main.m */; };
     1.6  		2779053B0DE9EDAA00C6D295 /* BLIPTest.m in Sources */ = {isa = PBXBuildFile; fileRef = 270460FE0DE49030003D9D3F /* BLIPTest.m */; };
     1.7 +		2780F20C0FA194BD00C0FB83 /* MYDNSService.h in Headers */ = {isa = PBXBuildFile; fileRef = 2780F20A0FA194BD00C0FB83 /* MYDNSService.h */; };
     1.8 +		2780F20D0FA194BD00C0FB83 /* MYDNSService.m in Sources */ = {isa = PBXBuildFile; fileRef = 2780F20B0FA194BD00C0FB83 /* MYDNSService.m */; };
     1.9 +		2780F20E0FA194BD00C0FB83 /* MYDNSService.m in Sources */ = {isa = PBXBuildFile; fileRef = 2780F20B0FA194BD00C0FB83 /* MYDNSService.m */; };
    1.10  		278C1A3D0F9F687800954AE1 /* PortMapperTest.m in Sources */ = {isa = PBXBuildFile; fileRef = 278C1A340F9F687800954AE1 /* PortMapperTest.m */; };
    1.11  		278C1A3E0F9F687800954AE1 /* MYPortMapper.m in Sources */ = {isa = PBXBuildFile; fileRef = 278C1A360F9F687800954AE1 /* MYPortMapper.m */; };
    1.12  		278C1BA60F9F92EA00954AE1 /* MYBonjourBrowser.m in Sources */ = {isa = PBXBuildFile; fileRef = 278C1B9F0F9F92EA00954AE1 /* MYBonjourBrowser.m */; };
    1.13 @@ -80,14 +83,14 @@
    1.14  			isa = PBXContainerItemProxy;
    1.15  			containerPortal = 08FB7793FE84155DC02AAC07 /* Project object */;
    1.16  			proxyType = 1;
    1.17 -			remoteGlobalIDString = 279E8F9D0F9FDD0800608D8D /* Library */;
    1.18 +			remoteGlobalIDString = 279E8F9D0F9FDD0800608D8D;
    1.19  			remoteInfo = Library;
    1.20  		};
    1.21  		279E8FF80F9FDECD00608D8D /* PBXContainerItemProxy */ = {
    1.22  			isa = PBXContainerItemProxy;
    1.23  			containerPortal = 08FB7793FE84155DC02AAC07 /* Project object */;
    1.24  			proxyType = 1;
    1.25 -			remoteGlobalIDString = 279E8F9D0F9FDD0800608D8D /* Library */;
    1.26 +			remoteGlobalIDString = 279E8F9D0F9FDD0800608D8D;
    1.27  			remoteInfo = Library;
    1.28  		};
    1.29  /* End PBXContainerItemProxy section */
    1.30 @@ -169,6 +172,8 @@
    1.31  		277904280DE91C7900C6D295 /* BLIP Echo Client-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "BLIP Echo Client-Info.plist"; sourceTree = "<group>"; };
    1.32  		2779048A0DE9204300C6D295 /* BLIPEchoClient.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = BLIPEchoClient.xib; sourceTree = "<group>"; };
    1.33  		2779052D0DE9E5BC00C6D295 /* BLIPEchoServer */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = BLIPEchoServer; sourceTree = BUILT_PRODUCTS_DIR; };
    1.34 +		2780F20A0FA194BD00C0FB83 /* MYDNSService.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MYDNSService.h; sourceTree = "<group>"; };
    1.35 +		2780F20B0FA194BD00C0FB83 /* MYDNSService.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MYDNSService.m; sourceTree = "<group>"; };
    1.36  		278C1A340F9F687800954AE1 /* PortMapperTest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PortMapperTest.m; sourceTree = "<group>"; };
    1.37  		278C1A350F9F687800954AE1 /* MYPortMapper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MYPortMapper.h; sourceTree = "<group>"; };
    1.38  		278C1A360F9F687800954AE1 /* MYPortMapper.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MYPortMapper.m; sourceTree = "<group>"; };
    1.39 @@ -372,6 +377,8 @@
    1.40  		278C1A320F9F687800954AE1 /* PortMapper */ = {
    1.41  			isa = PBXGroup;
    1.42  			children = (
    1.43 +				2780F20A0FA194BD00C0FB83 /* MYDNSService.h */,
    1.44 +				2780F20B0FA194BD00C0FB83 /* MYDNSService.m */,
    1.45  				278C1A350F9F687800954AE1 /* MYPortMapper.h */,
    1.46  				278C1A360F9F687800954AE1 /* MYPortMapper.m */,
    1.47  				278C1A340F9F687800954AE1 /* PortMapperTest.m */,
    1.48 @@ -407,6 +414,7 @@
    1.49  			isa = PBXHeadersBuildPhase;
    1.50  			buildActionMask = 2147483647;
    1.51  			files = (
    1.52 +				2780F20C0FA194BD00C0FB83 /* MYDNSService.h in Headers */,
    1.53  			);
    1.54  			runOnlyForDeploymentPostprocessing = 0;
    1.55  		};
    1.56 @@ -561,6 +569,7 @@
    1.57  				279E8FB60F9FDD2600608D8D /* MYBonjourBrowser.m in Sources */,
    1.58  				279E8FB70F9FDD2600608D8D /* MYBonjourService.m in Sources */,
    1.59  				279E8FB80F9FDD2600608D8D /* ConcurrentOperation.m in Sources */,
    1.60 +				2780F20D0FA194BD00C0FB83 /* MYDNSService.m in Sources */,
    1.61  			);
    1.62  			runOnlyForDeploymentPostprocessing = 0;
    1.63  		};
    1.64 @@ -594,6 +603,7 @@
    1.65  				278C1BA60F9F92EA00954AE1 /* MYBonjourBrowser.m in Sources */,
    1.66  				278C1BA70F9F92EA00954AE1 /* MYBonjourService.m in Sources */,
    1.67  				278C1BB90F9F975700954AE1 /* ConcurrentOperation.m in Sources */,
    1.68 +				2780F20E0FA194BD00C0FB83 /* MYDNSService.m in Sources */,
    1.69  			);
    1.70  			runOnlyForDeploymentPostprocessing = 0;
    1.71  		};