// !$*UTF8*$!
{
	archiveVersion = 1;
	classes = {
	};
	objectVersion = 46;
	objects = {

/* Begin PBXBuildFile section */
		F052833015163DDF00F22472 /* main.c in Sources */ = {isa = PBXBuildFile; fileRef = F052832F15163DDF00F22472 /* main.c */; };
/* End PBXBuildFile section */

/* Begin PBXCopyFilesBuildPhase section */
		F052832915163DDF00F22472 /* CopyFiles */ = {
			isa = PBXCopyFilesBuildPhase;
			buildActionMask = 2147483647;
			dstPath = /usr/share/man/man1/;
			dstSubfolderSpec = 0;
			files = (
			);
			runOnlyForDeploymentPostprocessing = 1;
		};
/* End PBXCopyFilesBuildPhase section */

/* Begin PBXFileReference section */
		F052832B15163DDF00F22472 /* Malloc */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = Malloc; sourceTree = BUILT_PRODUCTS_DIR; };
		F052832F15163DDF00F22472 /* main.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = main.c; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
		F052832815163DDF00F22472 /* Frameworks */ = {
			isa = PBXFrameworksBuildPhase;
			buildActionMask = 2147483647;
			files = (
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
		F052832015163DDF00F22472 = {
			isa = PBXGroup;
			children = (
				F052832E15163DDF00F22472 /* Malloc */,
				F052832C15163DDF00F22472 /* Products */,
			);
			sourceTree = "<group>";
		};
		F052832C15163DDF00F22472 /* Products */ = {
			isa = PBXGroup;
			children = (
				F052832B15163DDF00F22472 /* Malloc */,
			);
			name = Products;
			sourceTree = "<group>";
		};
		F052832E15163DDF00F22472 /* Malloc */ = {
			isa = PBXGroup;
			children = (
				F052832F15163DDF00F22472 /* main.c */,
			);
			path = Malloc;
			sourceTree = "<group>";
		};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
		F052832A15163DDF00F22472 /* Malloc */ = {
			isa = PBXNativeTarget;
			buildConfigurationList = F052833515163DDF00F22472 /* Build configuration list for PBXNativeTarget "Malloc" */;
			buildPhases = (
				F052832715163DDF00F22472 /* Sources */,
				F052832815163DDF00F22472 /* Frameworks */,
				F052832915163DDF00F22472 /* CopyFiles */,
			);
			buildRules = (
			);
			dependencies = (
			);
			name = Malloc;
			productName = Malloc;
			productReference = F052832B15163DDF00F22472 /* Malloc */;
			productType = "com.apple.product-type.tool";
		};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
		F052832215163DDF00F22472 /* Project object */ = {
			isa = PBXProject;
			attributes = {
				LastUpgradeCheck = 0430;
			};
			buildConfigurationList = F052832515163DDF00F22472 /* Build configuration list for PBXProject "Malloc" */;
			compatibilityVersion = "Xcode 3.2";
			developmentRegion = English;
			hasScannedForEncodings = 0;
			knownRegions = (
				en,
			);
			mainGroup = F052832015163DDF00F22472;
			productRefGroup = F052832C15163DDF00F22472 /* Products */;
			projectDirPath = "";
			projectRoot = "";
			targets = (
				F052832A15163DDF00F22472 /* Malloc */,
			);
		};
/* End PBXProject section */

/* Begin PBXSourcesBuildPhase section */
		F052832715163DDF00F22472 /* Sources */ = {
			isa = PBXSourcesBuildPhase;
			buildActionMask = 2147483647;
			files = (
				F052833015163DDF00F22472 /* main.c in Sources */,
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXSourcesBuildPhase section */

/* Begin XCBuildConfiguration section */
		F052833315163DDF00F22472 /* Debug */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				ALWAYS_SEARCH_USER_PATHS = NO;
				ARCHS = "$(ARCHS_STANDARD_64_BIT)";
				COPY_PHASE_STRIP = NO;
				GCC_C_LANGUAGE_STANDARD = gnu99;
				GCC_DYNAMIC_NO_PIC = NO;
				GCC_ENABLE_OBJC_EXCEPTIONS = YES;
				GCC_OPTIMIZATION_LEVEL = 0;
				GCC_PREPROCESSOR_DEFINITIONS = (
					"DEBUG=1",
					"$(inherited)",
				);
				GCC_SYMBOLS_PRIVATE_EXTERN = NO;
				GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
				GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
				GCC_WARN_ABOUT_RETURN_TYPE = YES;
				GCC_WARN_UNINITIALIZED_AUTOS = YES;
				GCC_WARN_UNUSED_VARIABLE = YES;
				MACOSX_DEPLOYMENT_TARGET = 10.7;
				ONLY_ACTIVE_ARCH = YES;
				SDKROOT = macosx;
			};
			name = Debug;
		};
		F052833415163DDF00F22472 /* Release */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				ALWAYS_SEARCH_USER_PATHS = NO;
				ARCHS = "$(ARCHS_STANDARD_64_BIT)";
				COPY_PHASE_STRIP = YES;
				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
				GCC_C_LANGUAGE_STANDARD = gnu99;
				GCC_ENABLE_OBJC_EXCEPTIONS = YES;
				GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
				GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
				GCC_WARN_ABOUT_RETURN_TYPE = YES;
				GCC_WARN_UNINITIALIZED_AUTOS = YES;
				GCC_WARN_UNUSED_VARIABLE = YES;
				MACOSX_DEPLOYMENT_TARGET = 10.7;
				SDKROOT = macosx;
			};
			name = Release;
		};
		F052833615163DDF00F22472 /* Debug */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				PRODUCT_NAME = "$(TARGET_NAME)";
			};
			name = Debug;
		};
		F052833715163DDF00F22472 /* Release */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				PRODUCT_NAME = "$(TARGET_NAME)";
			};
			name = Release;
		};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
		F052832515163DDF00F22472 /* Build configuration list for PBXProject "Malloc" */ = {
			isa = XCConfigurationList;
			buildConfigurations = (
				F052833315163DDF00F22472 /* Debug */,
				F052833415163DDF00F22472 /* Release */,
			);
			defaultConfigurationIsVisible = 0;
			defaultConfigurationName = Release;
		};
		F052833515163DDF00F22472 /* Build configuration list for PBXNativeTarget "Malloc" */ = {
			isa = XCConfigurationList;
			buildConfigurations = (
				F052833615163DDF00F22472 /* Debug */,
				F052833715163DDF00F22472 /* Release */,
			);
			defaultConfigurationIsVisible = 0;
		};
/* End XCConfigurationList section */
	};
	rootObject = F052832215163DDF00F22472 /* Project object */;
}
