1.1 --- a/MYNetwork-iPhone.xcodeproj/project.pbxproj Wed Apr 22 16:45:39 2009 -0700
1.2 +++ b/MYNetwork-iPhone.xcodeproj/project.pbxproj Sun Apr 26 18:12:44 2009 -0700
1.3 @@ -41,6 +41,7 @@
1.4 278C1B2F0F9F865800954AE1 /* PortMapperTest.m in Sources */ = {isa = PBXBuildFile; fileRef = 278C1B2D0F9F865800954AE1 /* PortMapperTest.m */; };
1.5 278C1B350F9F86A100954AE1 /* MYUtilities_Debug.xcconfig in Resources */ = {isa = PBXBuildFile; fileRef = 278C1B330F9F86A100954AE1 /* MYUtilities_Debug.xcconfig */; };
1.6 278C1B360F9F86A100954AE1 /* MYUtilities_Release.xcconfig in Resources */ = {isa = PBXBuildFile; fileRef = 278C1B340F9F86A100954AE1 /* MYUtilities_Release.xcconfig */; };
1.7 + 27B097580FA53D45000E1069 /* MYDNSService.m in Sources */ = {isa = PBXBuildFile; fileRef = 27B097570FA53D45000E1069 /* MYDNSService.m */; };
1.8 280E754F0DD40C5E005A515E /* MainWindow.xib in Resources */ = {isa = PBXBuildFile; fileRef = 280E754C0DD40C5E005A515E /* MainWindow.xib */; };
1.9 /* End PBXBuildFile section */
1.10
1.11 @@ -107,6 +108,8 @@
1.12 278C1B2D0F9F865800954AE1 /* PortMapperTest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PortMapperTest.m; sourceTree = "<group>"; };
1.13 278C1B330F9F86A100954AE1 /* MYUtilities_Debug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = MYUtilities_Debug.xcconfig; sourceTree = "<group>"; };
1.14 278C1B340F9F86A100954AE1 /* MYUtilities_Release.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = MYUtilities_Release.xcconfig; sourceTree = "<group>"; };
1.15 + 27B097560FA53D45000E1069 /* MYDNSService.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MYDNSService.h; sourceTree = "<group>"; };
1.16 + 27B097570FA53D45000E1069 /* MYDNSService.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MYDNSService.m; sourceTree = "<group>"; };
1.17 280E754C0DD40C5E005A515E /* MainWindow.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = MainWindow.xib; sourceTree = "<group>"; };
1.18 29B97316FDCFA39411CA2CEA /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = iPhone/main.m; sourceTree = "<group>"; };
1.19 8D1107310486CEB800E47090 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
1.20 @@ -219,8 +222,7 @@
1.21 270E9ADA0EE6111A003F17CA /* GoogleToolboxSubset */,
1.22 );
1.23 name = MYUtilities;
1.24 - path = ../MYUtilities;
1.25 - sourceTree = SOURCE_ROOT;
1.26 + sourceTree = MYUtilities;
1.27 };
1.28 270E9ADA0EE6111A003F17CA /* GoogleToolboxSubset */ = {
1.29 isa = PBXGroup;
1.30 @@ -246,6 +248,8 @@
1.31 278C1B2A0F9F865800954AE1 /* PortMapper */ = {
1.32 isa = PBXGroup;
1.33 children = (
1.34 + 27B097560FA53D45000E1069 /* MYDNSService.h */,
1.35 + 27B097570FA53D45000E1069 /* MYDNSService.m */,
1.36 278C1B2B0F9F865800954AE1 /* MYPortMapper.h */,
1.37 278C1B2C0F9F865800954AE1 /* MYPortMapper.m */,
1.38 278C1B2D0F9F865800954AE1 /* PortMapperTest.m */,
1.39 @@ -387,6 +391,7 @@
1.40 270E9BA20EE64B4E003F17CA /* MyViewController.m in Sources */,
1.41 278C1B2E0F9F865800954AE1 /* MYPortMapper.m in Sources */,
1.42 278C1B2F0F9F865800954AE1 /* PortMapperTest.m in Sources */,
1.43 + 27B097580FA53D45000E1069 /* MYDNSService.m in Sources */,
1.44 );
1.45 runOnlyForDeploymentPostprocessing = 0;
1.46 };
1.47 @@ -417,7 +422,7 @@
1.48 "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
1.49 EXCLUDED_RECURSIVE_SEARCH_PATH_SUBDIRECTORIES = "*.nib *.lproj *.framework *.gch *.xcode* (*) CVS .svn .hg";
1.50 ONLY_ACTIVE_ARCH = YES;
1.51 - SDKROOT = iphonesimulator2.0;
1.52 + SDKROOT = iphonesimulator2.2.1;
1.53 };
1.54 name = Debug;
1.55 };
1.56 @@ -427,7 +432,7 @@
1.57 buildSettings = {
1.58 ARCHS = "$(ARCHS_STANDARD_32_BIT)";
1.59 "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
1.60 - SDKROOT = iphonesimulator2.0;
1.61 + SDKROOT = iphonesimulator2.2.1;
1.62 };
1.63 name = Release;
1.64 };