MYNetwork-iPhone.xcodeproj/project.pbxproj
changeset 28 732576fa8a0d
parent 25 a4875607a3a0
child 30 096cf03b65d4
     1.1 --- a/MYNetwork-iPhone.xcodeproj/project.pbxproj	Tue Dec 02 22:42:56 2008 -0800
     1.2 +++ b/MYNetwork-iPhone.xcodeproj/project.pbxproj	Mon Apr 27 09:03:56 2009 -0700
     1.3 @@ -36,6 +36,11 @@
     1.4  		270E9B9A0EE64B45003F17CA /* Icon.png in Resources */ = {isa = PBXBuildFile; fileRef = 270E9B970EE64B45003F17CA /* Icon.png */; };
     1.5  		270E9BA10EE64B4E003F17CA /* HelloWorldAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 270E9B9E0EE64B4E003F17CA /* HelloWorldAppDelegate.m */; };
     1.6  		270E9BA20EE64B4E003F17CA /* MyViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 270E9BA00EE64B4E003F17CA /* MyViewController.m */; };
     1.7 +		2777C78D0F75E141007F8D30 /* Security.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2777C78C0F75E141007F8D30 /* Security.framework */; };
     1.8 +		278C1B2E0F9F865800954AE1 /* MYPortMapper.m in Sources */ = {isa = PBXBuildFile; fileRef = 278C1B2C0F9F865800954AE1 /* MYPortMapper.m */; };
     1.9 +		278C1B2F0F9F865800954AE1 /* PortMapperTest.m in Sources */ = {isa = PBXBuildFile; fileRef = 278C1B2D0F9F865800954AE1 /* PortMapperTest.m */; };
    1.10 +		278C1B350F9F86A100954AE1 /* MYUtilities_Debug.xcconfig in Resources */ = {isa = PBXBuildFile; fileRef = 278C1B330F9F86A100954AE1 /* MYUtilities_Debug.xcconfig */; };
    1.11 +		278C1B360F9F86A100954AE1 /* MYUtilities_Release.xcconfig in Resources */ = {isa = PBXBuildFile; fileRef = 278C1B340F9F86A100954AE1 /* MYUtilities_Release.xcconfig */; };
    1.12  		280E754F0DD40C5E005A515E /* MainWindow.xib in Resources */ = {isa = PBXBuildFile; fileRef = 280E754C0DD40C5E005A515E /* MainWindow.xib */; };
    1.13  /* End PBXBuildFile section */
    1.14  
    1.15 @@ -96,6 +101,12 @@
    1.16  		270E9B9E0EE64B4E003F17CA /* HelloWorldAppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HelloWorldAppDelegate.m; sourceTree = "<group>"; };
    1.17  		270E9B9F0EE64B4E003F17CA /* MyViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MyViewController.h; sourceTree = "<group>"; };
    1.18  		270E9BA00EE64B4E003F17CA /* MyViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MyViewController.m; sourceTree = "<group>"; };
    1.19 +		2777C78C0F75E141007F8D30 /* Security.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Security.framework; path = System/Library/Frameworks/Security.framework; sourceTree = SDKROOT; };
    1.20 +		278C1B2B0F9F865800954AE1 /* MYPortMapper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MYPortMapper.h; sourceTree = "<group>"; };
    1.21 +		278C1B2C0F9F865800954AE1 /* MYPortMapper.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MYPortMapper.m; sourceTree = "<group>"; };
    1.22 +		278C1B2D0F9F865800954AE1 /* PortMapperTest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PortMapperTest.m; sourceTree = "<group>"; };
    1.23 +		278C1B330F9F86A100954AE1 /* MYUtilities_Debug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = MYUtilities_Debug.xcconfig; sourceTree = "<group>"; };
    1.24 +		278C1B340F9F86A100954AE1 /* MYUtilities_Release.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = MYUtilities_Release.xcconfig; sourceTree = "<group>"; };
    1.25  		280E754C0DD40C5E005A515E /* MainWindow.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = MainWindow.xib; sourceTree = "<group>"; };
    1.26  		29B97316FDCFA39411CA2CEA /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = iPhone/main.m; sourceTree = "<group>"; };
    1.27  		8D1107310486CEB800E47090 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
    1.28 @@ -110,6 +121,7 @@
    1.29  				1DF5F4E00D08C38300B7A737 /* UIKit.framework in Frameworks */,
    1.30  				270E9AE90EE61167003F17CA /* libz.dylib in Frameworks */,
    1.31  				270E9B4F0EE63F8F003F17CA /* CFNetwork.framework in Frameworks */,
    1.32 +				2777C78D0F75E141007F8D30 /* Security.framework in Frameworks */,
    1.33  			);
    1.34  			runOnlyForDeploymentPostprocessing = 0;
    1.35  		};
    1.36 @@ -141,6 +153,7 @@
    1.37  				270E9AA20EE61113003F17CA /* IPAddress.m */,
    1.38  				270E9AA30EE61113003F17CA /* TCP */,
    1.39  				270E9AAF0EE61113003F17CA /* BLIP */,
    1.40 +				278C1B2A0F9F865800954AE1 /* PortMapper */,
    1.41  			);
    1.42  			name = MYNetwork;
    1.43  			sourceTree = "<group>";
    1.44 @@ -201,6 +214,8 @@
    1.45  				270E9AD70EE6111A003F17CA /* Target.m */,
    1.46  				270E9AD80EE6111A003F17CA /* Test.h */,
    1.47  				270E9AD90EE6111A003F17CA /* Test.m */,
    1.48 +				278C1B330F9F86A100954AE1 /* MYUtilities_Debug.xcconfig */,
    1.49 +				278C1B340F9F86A100954AE1 /* MYUtilities_Release.xcconfig */,
    1.50  				270E9ADA0EE6111A003F17CA /* GoogleToolboxSubset */,
    1.51  			);
    1.52  			name = MYUtilities;
    1.53 @@ -228,6 +243,16 @@
    1.54  			path = Classes;
    1.55  			sourceTree = "<group>";
    1.56  		};
    1.57 +		278C1B2A0F9F865800954AE1 /* PortMapper */ = {
    1.58 +			isa = PBXGroup;
    1.59 +			children = (
    1.60 +				278C1B2B0F9F865800954AE1 /* MYPortMapper.h */,
    1.61 +				278C1B2C0F9F865800954AE1 /* MYPortMapper.m */,
    1.62 +				278C1B2D0F9F865800954AE1 /* PortMapperTest.m */,
    1.63 +			);
    1.64 +			path = PortMapper;
    1.65 +			sourceTree = "<group>";
    1.66 +		};
    1.67  		29B97314FDCFA39411CA2CEA /* CustomTemplate */ = {
    1.68  			isa = PBXGroup;
    1.69  			children = (
    1.70 @@ -237,6 +262,7 @@
    1.71  				29B97315FDCFA39411CA2CEA /* Other Sources */,
    1.72  				29B97323FDCFA39411CA2CEA /* Frameworks */,
    1.73  				19C28FACFE9D520D11CA2CBB /* Products */,
    1.74 +				2777C78C0F75E141007F8D30 /* Security.framework */,
    1.75  			);
    1.76  			name = CustomTemplate;
    1.77  			sourceTree = "<group>";
    1.78 @@ -325,6 +351,8 @@
    1.79  				270E9B950EE64B3C003F17CA /* HelloWorld.xib in Resources */,
    1.80  				270E9B990EE64B45003F17CA /* Default.png in Resources */,
    1.81  				270E9B9A0EE64B45003F17CA /* Icon.png in Resources */,
    1.82 +				278C1B350F9F86A100954AE1 /* MYUtilities_Debug.xcconfig in Resources */,
    1.83 +				278C1B360F9F86A100954AE1 /* MYUtilities_Release.xcconfig in Resources */,
    1.84  			);
    1.85  			runOnlyForDeploymentPostprocessing = 0;
    1.86  		};
    1.87 @@ -357,6 +385,8 @@
    1.88  				270E9AE40EE6111A003F17CA /* GTMNSData+zlib.m in Sources */,
    1.89  				270E9BA10EE64B4E003F17CA /* HelloWorldAppDelegate.m in Sources */,
    1.90  				270E9BA20EE64B4E003F17CA /* MyViewController.m in Sources */,
    1.91 +				278C1B2E0F9F865800954AE1 /* MYPortMapper.m in Sources */,
    1.92 +				278C1B2F0F9F865800954AE1 /* PortMapperTest.m in Sources */,
    1.93  			);
    1.94  			runOnlyForDeploymentPostprocessing = 0;
    1.95  		};
    1.96 @@ -366,56 +396,37 @@
    1.97  		1D6058940D05DD3E006BFB54 /* Debug */ = {
    1.98  			isa = XCBuildConfiguration;
    1.99  			buildSettings = {
   1.100 -				ALWAYS_SEARCH_USER_PATHS = NO;
   1.101 -				"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer: Jens Alfke";
   1.102 -				COPY_PHASE_STRIP = NO;
   1.103 -				GCC_DYNAMIC_NO_PIC = NO;
   1.104 -				GCC_OPTIMIZATION_LEVEL = 0;
   1.105 -				GCC_PRECOMPILE_PREFIX_HEADER = YES;
   1.106 -				GCC_PREFIX_HEADER = iPhone/MYNetwork_iPhone_Prefix.pch;
   1.107  				INFOPLIST_FILE = iPhone/Info.plist;
   1.108  				PRODUCT_NAME = BLIPEcho;
   1.109 -				PROVISIONING_PROFILE = "166C8314-D005-438F-841B-B20D42F71712";
   1.110  			};
   1.111  			name = Debug;
   1.112  		};
   1.113  		1D6058950D05DD3E006BFB54 /* Release */ = {
   1.114  			isa = XCBuildConfiguration;
   1.115  			buildSettings = {
   1.116 -				ALWAYS_SEARCH_USER_PATHS = NO;
   1.117 -				"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer: Jens Alfke";
   1.118 -				COPY_PHASE_STRIP = YES;
   1.119 -				GCC_PRECOMPILE_PREFIX_HEADER = YES;
   1.120 -				GCC_PREFIX_HEADER = iPhone/MYNetwork_iPhone_Prefix.pch;
   1.121  				INFOPLIST_FILE = iPhone/Info.plist;
   1.122  				PRODUCT_NAME = BLIPEcho;
   1.123 -				PROVISIONING_PROFILE = "166C8314-D005-438F-841B-B20D42F71712";
   1.124  			};
   1.125  			name = Release;
   1.126  		};
   1.127  		C01FCF4F08A954540054247B /* Debug */ = {
   1.128  			isa = XCBuildConfiguration;
   1.129 +			baseConfigurationReference = 278C1B330F9F86A100954AE1 /* MYUtilities_Debug.xcconfig */;
   1.130  			buildSettings = {
   1.131  				ARCHS = "$(ARCHS_STANDARD_32_BIT)";
   1.132  				"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
   1.133 -				GCC_C_LANGUAGE_STANDARD = c99;
   1.134 -				GCC_WARN_ABOUT_RETURN_TYPE = YES;
   1.135 -				GCC_WARN_UNUSED_VARIABLE = YES;
   1.136 +				EXCLUDED_RECURSIVE_SEARCH_PATH_SUBDIRECTORIES = "*.nib *.lproj *.framework *.gch *.xcode* (*) CVS .svn .hg";
   1.137  				ONLY_ACTIVE_ARCH = YES;
   1.138 -				PREBINDING = NO;
   1.139  				SDKROOT = iphonesimulator2.0;
   1.140  			};
   1.141  			name = Debug;
   1.142  		};
   1.143  		C01FCF5008A954540054247B /* Release */ = {
   1.144  			isa = XCBuildConfiguration;
   1.145 +			baseConfigurationReference = 278C1B340F9F86A100954AE1 /* MYUtilities_Release.xcconfig */;
   1.146  			buildSettings = {
   1.147  				ARCHS = "$(ARCHS_STANDARD_32_BIT)";
   1.148  				"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
   1.149 -				GCC_C_LANGUAGE_STANDARD = c99;
   1.150 -				GCC_WARN_ABOUT_RETURN_TYPE = YES;
   1.151 -				GCC_WARN_UNUSED_VARIABLE = YES;
   1.152 -				PREBINDING = NO;
   1.153  				SDKROOT = iphonesimulator2.0;
   1.154  			};
   1.155  			name = Release;