mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-11-03 21:49:32 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			298 lines
		
	
	
		
			15 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			298 lines
		
	
	
		
			15 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
// !$*UTF8*$!
 | 
						|
{
 | 
						|
	archiveVersion = 1;
 | 
						|
	classes = {
 | 
						|
	};
 | 
						|
	objectVersion = 45;
 | 
						|
	objects = {
 | 
						|
 | 
						|
/* Begin PBXBuildFile section */
 | 
						|
		4A5953B5128E95B8009DC1B9 /* TestObj.m in Sources */ = {isa = PBXBuildFile; fileRef = 4A5953B4128E95B8009DC1B9 /* TestObj.m */; };
 | 
						|
		4A5953B7128E95D6009DC1B9 /* OCTest.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4A5953B6128E95D6009DC1B9 /* OCTest.mm */; };
 | 
						|
		4A5953F1128E9A61009DC1B9 /* CatchOCTestCase.mm in Sources */ = {isa = PBXBuildFile; fileRef = 4A5953F0128E9A61009DC1B9 /* CatchOCTestCase.mm */; };
 | 
						|
		8DD76F9A0486AA7600D96B5E /* Main.mm in Sources */ = {isa = PBXBuildFile; fileRef = 08FB7796FE84155DC02AAC07 /* Main.mm */; settings = {ATTRIBUTES = (); }; };
 | 
						|
		8DD76F9C0486AA7600D96B5E /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 08FB779EFE84155DC02AAC07 /* Foundation.framework */; };
 | 
						|
		8DD76F9F0486AA7600D96B5E /* OCTest.1 in CopyFiles */ = {isa = PBXBuildFile; fileRef = C6859EA3029092ED04C91782 /* OCTest.1 */; };
 | 
						|
/* End PBXBuildFile section */
 | 
						|
 | 
						|
/* Begin PBXCopyFilesBuildPhase section */
 | 
						|
		8DD76F9E0486AA7600D96B5E /* CopyFiles */ = {
 | 
						|
			isa = PBXCopyFilesBuildPhase;
 | 
						|
			buildActionMask = 8;
 | 
						|
			dstPath = /usr/share/man/man1/;
 | 
						|
			dstSubfolderSpec = 0;
 | 
						|
			files = (
 | 
						|
				8DD76F9F0486AA7600D96B5E /* OCTest.1 in CopyFiles */,
 | 
						|
			);
 | 
						|
			runOnlyForDeploymentPostprocessing = 1;
 | 
						|
		};
 | 
						|
/* End PBXCopyFilesBuildPhase section */
 | 
						|
 | 
						|
/* Begin PBXFileReference section */
 | 
						|
		08FB7796FE84155DC02AAC07 /* Main.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = Main.mm; sourceTree = "<group>"; };
 | 
						|
		08FB779EFE84155DC02AAC07 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = /System/Library/Frameworks/Foundation.framework; sourceTree = "<absolute>"; };
 | 
						|
		32A70AAB03705E1F00C91783 /* OCTest_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OCTest_Prefix.pch; sourceTree = "<group>"; };
 | 
						|
		4A5953B3128E95B8009DC1B9 /* TestObj.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TestObj.h; sourceTree = "<group>"; };
 | 
						|
		4A5953B4128E95B8009DC1B9 /* TestObj.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TestObj.m; sourceTree = "<group>"; };
 | 
						|
		4A5953B6128E95D6009DC1B9 /* OCTest.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = OCTest.mm; sourceTree = "<group>"; };
 | 
						|
		4A5953EF128E9A61009DC1B9 /* CatchOCTestCase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CatchOCTestCase.h; sourceTree = "<group>"; };
 | 
						|
		4A5953F0128E9A61009DC1B9 /* CatchOCTestCase.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = CatchOCTestCase.mm; sourceTree = "<group>"; };
 | 
						|
		4AFDF58312CA9E4000F15202 /* catch_default_main.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = catch_default_main.hpp; path = ../../../catch_default_main.hpp; sourceTree = SOURCE_ROOT; };
 | 
						|
		4AFDF58412CA9E4000F15202 /* catch_objc.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = catch_objc.hpp; path = ../../../catch_objc.hpp; sourceTree = SOURCE_ROOT; };
 | 
						|
		4AFDF58512CA9E4000F15202 /* catch_reporter_basic.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = catch_reporter_basic.hpp; path = ../../../catch_reporter_basic.hpp; sourceTree = SOURCE_ROOT; };
 | 
						|
		4AFDF58612CA9E4000F15202 /* catch_reporter_junit.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = catch_reporter_junit.hpp; path = ../../../catch_reporter_junit.hpp; sourceTree = SOURCE_ROOT; };
 | 
						|
		4AFDF58712CA9E4000F15202 /* catch_reporter_xml.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = catch_reporter_xml.hpp; path = ../../../catch_reporter_xml.hpp; sourceTree = SOURCE_ROOT; };
 | 
						|
		4AFDF58812CA9E4000F15202 /* catch_runner.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = catch_runner.hpp; path = ../../../catch_runner.hpp; sourceTree = SOURCE_ROOT; };
 | 
						|
		4AFDF58912CA9E4000F15202 /* catch.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = catch.hpp; path = ../../../catch.hpp; sourceTree = SOURCE_ROOT; };
 | 
						|
		4AFDF58B12CA9E4000F15202 /* catch_capture.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = catch_capture.hpp; sourceTree = "<group>"; };
 | 
						|
		4AFDF58C12CA9E4000F15202 /* catch_commandline.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = catch_commandline.hpp; sourceTree = "<group>"; };
 | 
						|
		4AFDF58D12CA9E4000F15202 /* catch_common.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = catch_common.h; sourceTree = "<group>"; };
 | 
						|
		4AFDF58E12CA9E4000F15202 /* catch_debugger.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = catch_debugger.hpp; sourceTree = "<group>"; };
 | 
						|
		4AFDF58F12CA9E4000F15202 /* catch_list.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = catch_list.hpp; sourceTree = "<group>"; };
 | 
						|
		4AFDF59012CA9E4000F15202 /* catch_registry.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = catch_registry.hpp; sourceTree = "<group>"; };
 | 
						|
		4AFDF59112CA9E4000F15202 /* catch_reporter_registry.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = catch_reporter_registry.hpp; sourceTree = "<group>"; };
 | 
						|
		4AFDF59212CA9E4000F15202 /* catch_resultinfo.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = catch_resultinfo.hpp; sourceTree = "<group>"; };
 | 
						|
		4AFDF59312CA9E4000F15202 /* catch_runner_impl.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = catch_runner_impl.hpp; sourceTree = "<group>"; };
 | 
						|
		4AFDF59412CA9E4000F15202 /* catch_runnerconfig.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = catch_runnerconfig.hpp; sourceTree = "<group>"; };
 | 
						|
		4AFDF59512CA9E4000F15202 /* catch_section.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = catch_section.hpp; sourceTree = "<group>"; };
 | 
						|
		4AFDF59612CA9E4000F15202 /* catch_testcaseinfo.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = catch_testcaseinfo.hpp; sourceTree = "<group>"; };
 | 
						|
		4AFDF59712CA9E4000F15202 /* catch_xmlwriter.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = catch_xmlwriter.hpp; sourceTree = "<group>"; };
 | 
						|
		4AFDF59812CA9E8600F15202 /* catch_objc_main.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; name = catch_objc_main.hpp; path = ../../../catch_objc_main.hpp; sourceTree = SOURCE_ROOT; };
 | 
						|
		8DD76FA10486AA7600D96B5E /* OCTest */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = OCTest; sourceTree = BUILT_PRODUCTS_DIR; };
 | 
						|
		C6859EA3029092ED04C91782 /* OCTest.1 */ = {isa = PBXFileReference; lastKnownFileType = text.man; path = OCTest.1; sourceTree = "<group>"; };
 | 
						|
/* End PBXFileReference section */
 | 
						|
 | 
						|
/* Begin PBXFrameworksBuildPhase section */
 | 
						|
		8DD76F9B0486AA7600D96B5E /* Frameworks */ = {
 | 
						|
			isa = PBXFrameworksBuildPhase;
 | 
						|
			buildActionMask = 2147483647;
 | 
						|
			files = (
 | 
						|
				8DD76F9C0486AA7600D96B5E /* Foundation.framework in Frameworks */,
 | 
						|
			);
 | 
						|
			runOnlyForDeploymentPostprocessing = 0;
 | 
						|
		};
 | 
						|
/* End PBXFrameworksBuildPhase section */
 | 
						|
 | 
						|
/* Begin PBXGroup section */
 | 
						|
		08FB7794FE84155DC02AAC07 /* OCTest */ = {
 | 
						|
			isa = PBXGroup;
 | 
						|
			children = (
 | 
						|
				08FB7795FE84155DC02AAC07 /* Source */,
 | 
						|
				C6859EA2029092E104C91782 /* Documentation */,
 | 
						|
				08FB779DFE84155DC02AAC07 /* External Frameworks and Libraries */,
 | 
						|
				1AB674ADFE9D54B511CA2CBB /* Products */,
 | 
						|
			);
 | 
						|
			name = OCTest;
 | 
						|
			sourceTree = "<group>";
 | 
						|
		};
 | 
						|
		08FB7795FE84155DC02AAC07 /* Source */ = {
 | 
						|
			isa = PBXGroup;
 | 
						|
			children = (
 | 
						|
				4AFDF58212CA9E2800F15202 /* Catch */,
 | 
						|
				32A70AAB03705E1F00C91783 /* OCTest_Prefix.pch */,
 | 
						|
				08FB7796FE84155DC02AAC07 /* Main.mm */,
 | 
						|
				4A5953B3128E95B8009DC1B9 /* TestObj.h */,
 | 
						|
				4A5953B4128E95B8009DC1B9 /* TestObj.m */,
 | 
						|
				4A5953B6128E95D6009DC1B9 /* OCTest.mm */,
 | 
						|
				4A5953EF128E9A61009DC1B9 /* CatchOCTestCase.h */,
 | 
						|
				4A5953F0128E9A61009DC1B9 /* CatchOCTestCase.mm */,
 | 
						|
			);
 | 
						|
			name = Source;
 | 
						|
			sourceTree = "<group>";
 | 
						|
		};
 | 
						|
		08FB779DFE84155DC02AAC07 /* External Frameworks and Libraries */ = {
 | 
						|
			isa = PBXGroup;
 | 
						|
			children = (
 | 
						|
				08FB779EFE84155DC02AAC07 /* Foundation.framework */,
 | 
						|
			);
 | 
						|
			name = "External Frameworks and Libraries";
 | 
						|
			sourceTree = "<group>";
 | 
						|
		};
 | 
						|
		1AB674ADFE9D54B511CA2CBB /* Products */ = {
 | 
						|
			isa = PBXGroup;
 | 
						|
			children = (
 | 
						|
				8DD76FA10486AA7600D96B5E /* OCTest */,
 | 
						|
			);
 | 
						|
			name = Products;
 | 
						|
			sourceTree = "<group>";
 | 
						|
		};
 | 
						|
		4AFDF58212CA9E2800F15202 /* Catch */ = {
 | 
						|
			isa = PBXGroup;
 | 
						|
			children = (
 | 
						|
				4AFDF59812CA9E8600F15202 /* catch_objc_main.hpp */,
 | 
						|
				4AFDF58312CA9E4000F15202 /* catch_default_main.hpp */,
 | 
						|
				4AFDF58412CA9E4000F15202 /* catch_objc.hpp */,
 | 
						|
				4AFDF58512CA9E4000F15202 /* catch_reporter_basic.hpp */,
 | 
						|
				4AFDF58612CA9E4000F15202 /* catch_reporter_junit.hpp */,
 | 
						|
				4AFDF58712CA9E4000F15202 /* catch_reporter_xml.hpp */,
 | 
						|
				4AFDF58812CA9E4000F15202 /* catch_runner.hpp */,
 | 
						|
				4AFDF58912CA9E4000F15202 /* catch.hpp */,
 | 
						|
				4AFDF58A12CA9E4000F15202 /* internal */,
 | 
						|
			);
 | 
						|
			name = Catch;
 | 
						|
			sourceTree = "<group>";
 | 
						|
		};
 | 
						|
		4AFDF58A12CA9E4000F15202 /* internal */ = {
 | 
						|
			isa = PBXGroup;
 | 
						|
			children = (
 | 
						|
				4AFDF58B12CA9E4000F15202 /* catch_capture.hpp */,
 | 
						|
				4AFDF58C12CA9E4000F15202 /* catch_commandline.hpp */,
 | 
						|
				4AFDF58D12CA9E4000F15202 /* catch_common.h */,
 | 
						|
				4AFDF58E12CA9E4000F15202 /* catch_debugger.hpp */,
 | 
						|
				4AFDF58F12CA9E4000F15202 /* catch_list.hpp */,
 | 
						|
				4AFDF59012CA9E4000F15202 /* catch_registry.hpp */,
 | 
						|
				4AFDF59112CA9E4000F15202 /* catch_reporter_registry.hpp */,
 | 
						|
				4AFDF59212CA9E4000F15202 /* catch_resultinfo.hpp */,
 | 
						|
				4AFDF59312CA9E4000F15202 /* catch_runner_impl.hpp */,
 | 
						|
				4AFDF59412CA9E4000F15202 /* catch_runnerconfig.hpp */,
 | 
						|
				4AFDF59512CA9E4000F15202 /* catch_section.hpp */,
 | 
						|
				4AFDF59612CA9E4000F15202 /* catch_testcaseinfo.hpp */,
 | 
						|
				4AFDF59712CA9E4000F15202 /* catch_xmlwriter.hpp */,
 | 
						|
			);
 | 
						|
			name = internal;
 | 
						|
			path = ../../../internal;
 | 
						|
			sourceTree = SOURCE_ROOT;
 | 
						|
		};
 | 
						|
		C6859EA2029092E104C91782 /* Documentation */ = {
 | 
						|
			isa = PBXGroup;
 | 
						|
			children = (
 | 
						|
				C6859EA3029092ED04C91782 /* OCTest.1 */,
 | 
						|
			);
 | 
						|
			name = Documentation;
 | 
						|
			sourceTree = "<group>";
 | 
						|
		};
 | 
						|
/* End PBXGroup section */
 | 
						|
 | 
						|
/* Begin PBXNativeTarget section */
 | 
						|
		8DD76F960486AA7600D96B5E /* OCTest */ = {
 | 
						|
			isa = PBXNativeTarget;
 | 
						|
			buildConfigurationList = 1DEB927408733DD40010E9CD /* Build configuration list for PBXNativeTarget "OCTest" */;
 | 
						|
			buildPhases = (
 | 
						|
				8DD76F990486AA7600D96B5E /* Sources */,
 | 
						|
				8DD76F9B0486AA7600D96B5E /* Frameworks */,
 | 
						|
				8DD76F9E0486AA7600D96B5E /* CopyFiles */,
 | 
						|
			);
 | 
						|
			buildRules = (
 | 
						|
			);
 | 
						|
			dependencies = (
 | 
						|
			);
 | 
						|
			name = OCTest;
 | 
						|
			productInstallPath = "$(HOME)/bin";
 | 
						|
			productName = OCTest;
 | 
						|
			productReference = 8DD76FA10486AA7600D96B5E /* OCTest */;
 | 
						|
			productType = "com.apple.product-type.tool";
 | 
						|
		};
 | 
						|
/* End PBXNativeTarget section */
 | 
						|
 | 
						|
/* Begin PBXProject section */
 | 
						|
		08FB7793FE84155DC02AAC07 /* Project object */ = {
 | 
						|
			isa = PBXProject;
 | 
						|
			buildConfigurationList = 1DEB927808733DD40010E9CD /* Build configuration list for PBXProject "OCTest" */;
 | 
						|
			compatibilityVersion = "Xcode 3.1";
 | 
						|
			hasScannedForEncodings = 1;
 | 
						|
			mainGroup = 08FB7794FE84155DC02AAC07 /* OCTest */;
 | 
						|
			projectDirPath = "";
 | 
						|
			projectRoot = "";
 | 
						|
			targets = (
 | 
						|
				8DD76F960486AA7600D96B5E /* OCTest */,
 | 
						|
			);
 | 
						|
		};
 | 
						|
/* End PBXProject section */
 | 
						|
 | 
						|
/* Begin PBXSourcesBuildPhase section */
 | 
						|
		8DD76F990486AA7600D96B5E /* Sources */ = {
 | 
						|
			isa = PBXSourcesBuildPhase;
 | 
						|
			buildActionMask = 2147483647;
 | 
						|
			files = (
 | 
						|
				8DD76F9A0486AA7600D96B5E /* Main.mm in Sources */,
 | 
						|
				4A5953B5128E95B8009DC1B9 /* TestObj.m in Sources */,
 | 
						|
				4A5953B7128E95D6009DC1B9 /* OCTest.mm in Sources */,
 | 
						|
				4A5953F1128E9A61009DC1B9 /* CatchOCTestCase.mm in Sources */,
 | 
						|
			);
 | 
						|
			runOnlyForDeploymentPostprocessing = 0;
 | 
						|
		};
 | 
						|
/* End PBXSourcesBuildPhase section */
 | 
						|
 | 
						|
/* Begin XCBuildConfiguration section */
 | 
						|
		1DEB927508733DD40010E9CD /* Debug */ = {
 | 
						|
			isa = XCBuildConfiguration;
 | 
						|
			buildSettings = {
 | 
						|
				ALWAYS_SEARCH_USER_PATHS = NO;
 | 
						|
				COPY_PHASE_STRIP = NO;
 | 
						|
				GCC_DYNAMIC_NO_PIC = NO;
 | 
						|
				GCC_ENABLE_FIX_AND_CONTINUE = YES;
 | 
						|
				GCC_MODEL_TUNING = G5;
 | 
						|
				GCC_OPTIMIZATION_LEVEL = 0;
 | 
						|
				GCC_PRECOMPILE_PREFIX_HEADER = YES;
 | 
						|
				GCC_PREFIX_HEADER = OCTest_Prefix.pch;
 | 
						|
				INSTALL_PATH = /usr/local/bin;
 | 
						|
				PRODUCT_NAME = OCTest;
 | 
						|
			};
 | 
						|
			name = Debug;
 | 
						|
		};
 | 
						|
		1DEB927608733DD40010E9CD /* Release */ = {
 | 
						|
			isa = XCBuildConfiguration;
 | 
						|
			buildSettings = {
 | 
						|
				ALWAYS_SEARCH_USER_PATHS = NO;
 | 
						|
				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
 | 
						|
				GCC_MODEL_TUNING = G5;
 | 
						|
				GCC_PRECOMPILE_PREFIX_HEADER = YES;
 | 
						|
				GCC_PREFIX_HEADER = OCTest_Prefix.pch;
 | 
						|
				INSTALL_PATH = /usr/local/bin;
 | 
						|
				PRODUCT_NAME = OCTest;
 | 
						|
			};
 | 
						|
			name = Release;
 | 
						|
		};
 | 
						|
		1DEB927908733DD40010E9CD /* Debug */ = {
 | 
						|
			isa = XCBuildConfiguration;
 | 
						|
			buildSettings = {
 | 
						|
				ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
 | 
						|
				GCC_C_LANGUAGE_STANDARD = gnu99;
 | 
						|
				GCC_OPTIMIZATION_LEVEL = 0;
 | 
						|
				GCC_PREPROCESSOR_DEFINITIONS = DEBUG;
 | 
						|
				GCC_WARN_ABOUT_RETURN_TYPE = YES;
 | 
						|
				GCC_WARN_UNUSED_VARIABLE = YES;
 | 
						|
				ONLY_ACTIVE_ARCH = YES;
 | 
						|
				PREBINDING = NO;
 | 
						|
				SDKROOT = macosx10.6;
 | 
						|
			};
 | 
						|
			name = Debug;
 | 
						|
		};
 | 
						|
		1DEB927A08733DD40010E9CD /* Release */ = {
 | 
						|
			isa = XCBuildConfiguration;
 | 
						|
			buildSettings = {
 | 
						|
				ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
 | 
						|
				GCC_C_LANGUAGE_STANDARD = gnu99;
 | 
						|
				GCC_WARN_ABOUT_RETURN_TYPE = YES;
 | 
						|
				GCC_WARN_UNUSED_VARIABLE = YES;
 | 
						|
				PREBINDING = NO;
 | 
						|
				SDKROOT = macosx10.6;
 | 
						|
			};
 | 
						|
			name = Release;
 | 
						|
		};
 | 
						|
/* End XCBuildConfiguration section */
 | 
						|
 | 
						|
/* Begin XCConfigurationList section */
 | 
						|
		1DEB927408733DD40010E9CD /* Build configuration list for PBXNativeTarget "OCTest" */ = {
 | 
						|
			isa = XCConfigurationList;
 | 
						|
			buildConfigurations = (
 | 
						|
				1DEB927508733DD40010E9CD /* Debug */,
 | 
						|
				1DEB927608733DD40010E9CD /* Release */,
 | 
						|
			);
 | 
						|
			defaultConfigurationIsVisible = 0;
 | 
						|
			defaultConfigurationName = Release;
 | 
						|
		};
 | 
						|
		1DEB927808733DD40010E9CD /* Build configuration list for PBXProject "OCTest" */ = {
 | 
						|
			isa = XCConfigurationList;
 | 
						|
			buildConfigurations = (
 | 
						|
				1DEB927908733DD40010E9CD /* Debug */,
 | 
						|
				1DEB927A08733DD40010E9CD /* Release */,
 | 
						|
			);
 | 
						|
			defaultConfigurationIsVisible = 0;
 | 
						|
			defaultConfigurationName = Release;
 | 
						|
		};
 | 
						|
/* End XCConfigurationList section */
 | 
						|
	};
 | 
						|
	rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
 | 
						|
}
 |