diff -r cb9cdf247239 -r 92581f26073e MYNetwork.xcodeproj/project.pbxproj --- a/MYNetwork.xcodeproj/project.pbxproj Wed Apr 22 16:45:39 2009 -0700 +++ b/MYNetwork.xcodeproj/project.pbxproj Fri Apr 24 10:10:32 2009 -0700 @@ -30,6 +30,9 @@ 277905240DE9E5BC00C6D295 /* BLIPEchoServer.m in Sources */ = {isa = PBXBuildFile; fileRef = 277903D60DE8EE4800C6D295 /* BLIPEchoServer.m */; }; 277905300DE9ED9100C6D295 /* MYUtilitiesTest_main.m in Sources */ = {isa = PBXBuildFile; fileRef = 270462C10DE4A64B003D9D3F /* MYUtilitiesTest_main.m */; }; 2779053B0DE9EDAA00C6D295 /* BLIPTest.m in Sources */ = {isa = PBXBuildFile; fileRef = 270460FE0DE49030003D9D3F /* BLIPTest.m */; }; + 2780F20C0FA194BD00C0FB83 /* MYDNSService.h in Headers */ = {isa = PBXBuildFile; fileRef = 2780F20A0FA194BD00C0FB83 /* MYDNSService.h */; }; + 2780F20D0FA194BD00C0FB83 /* MYDNSService.m in Sources */ = {isa = PBXBuildFile; fileRef = 2780F20B0FA194BD00C0FB83 /* MYDNSService.m */; }; + 2780F20E0FA194BD00C0FB83 /* MYDNSService.m in Sources */ = {isa = PBXBuildFile; fileRef = 2780F20B0FA194BD00C0FB83 /* MYDNSService.m */; }; 278C1A3D0F9F687800954AE1 /* PortMapperTest.m in Sources */ = {isa = PBXBuildFile; fileRef = 278C1A340F9F687800954AE1 /* PortMapperTest.m */; }; 278C1A3E0F9F687800954AE1 /* MYPortMapper.m in Sources */ = {isa = PBXBuildFile; fileRef = 278C1A360F9F687800954AE1 /* MYPortMapper.m */; }; 278C1BA60F9F92EA00954AE1 /* MYBonjourBrowser.m in Sources */ = {isa = PBXBuildFile; fileRef = 278C1B9F0F9F92EA00954AE1 /* MYBonjourBrowser.m */; }; @@ -80,14 +83,14 @@ isa = PBXContainerItemProxy; containerPortal = 08FB7793FE84155DC02AAC07 /* Project object */; proxyType = 1; - remoteGlobalIDString = 279E8F9D0F9FDD0800608D8D /* Library */; + remoteGlobalIDString = 279E8F9D0F9FDD0800608D8D; remoteInfo = Library; }; 279E8FF80F9FDECD00608D8D /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = 08FB7793FE84155DC02AAC07 /* Project object */; proxyType = 1; - remoteGlobalIDString = 279E8F9D0F9FDD0800608D8D /* Library */; + remoteGlobalIDString = 279E8F9D0F9FDD0800608D8D; remoteInfo = Library; }; /* End PBXContainerItemProxy section */ @@ -169,6 +172,8 @@ 277904280DE91C7900C6D295 /* BLIP Echo Client-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "BLIP Echo Client-Info.plist"; sourceTree = ""; }; 2779048A0DE9204300C6D295 /* BLIPEchoClient.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = BLIPEchoClient.xib; sourceTree = ""; }; 2779052D0DE9E5BC00C6D295 /* BLIPEchoServer */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = BLIPEchoServer; sourceTree = BUILT_PRODUCTS_DIR; }; + 2780F20A0FA194BD00C0FB83 /* MYDNSService.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MYDNSService.h; sourceTree = ""; }; + 2780F20B0FA194BD00C0FB83 /* MYDNSService.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MYDNSService.m; sourceTree = ""; }; 278C1A340F9F687800954AE1 /* PortMapperTest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PortMapperTest.m; sourceTree = ""; }; 278C1A350F9F687800954AE1 /* MYPortMapper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MYPortMapper.h; sourceTree = ""; }; 278C1A360F9F687800954AE1 /* MYPortMapper.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MYPortMapper.m; sourceTree = ""; }; @@ -372,6 +377,8 @@ 278C1A320F9F687800954AE1 /* PortMapper */ = { isa = PBXGroup; children = ( + 2780F20A0FA194BD00C0FB83 /* MYDNSService.h */, + 2780F20B0FA194BD00C0FB83 /* MYDNSService.m */, 278C1A350F9F687800954AE1 /* MYPortMapper.h */, 278C1A360F9F687800954AE1 /* MYPortMapper.m */, 278C1A340F9F687800954AE1 /* PortMapperTest.m */, @@ -407,6 +414,7 @@ isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( + 2780F20C0FA194BD00C0FB83 /* MYDNSService.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -561,6 +569,7 @@ 279E8FB60F9FDD2600608D8D /* MYBonjourBrowser.m in Sources */, 279E8FB70F9FDD2600608D8D /* MYBonjourService.m in Sources */, 279E8FB80F9FDD2600608D8D /* ConcurrentOperation.m in Sources */, + 2780F20D0FA194BD00C0FB83 /* MYDNSService.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; @@ -594,6 +603,7 @@ 278C1BA60F9F92EA00954AE1 /* MYBonjourBrowser.m in Sources */, 278C1BA70F9F92EA00954AE1 /* MYBonjourService.m in Sources */, 278C1BB90F9F975700954AE1 /* ConcurrentOperation.m in Sources */, + 2780F20E0FA194BD00C0FB83 /* MYDNSService.m in Sources */, ); runOnlyForDeploymentPostprocessing = 0; };