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

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

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

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

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

/* Begin PBXGroup section */
		F05282F015163D4300F22472 = {
			isa = PBXGroup;
			children = (
				F05282FE15163D4300F22472 /* Enum */,
				F05282FC15163D4300F22472 /* Products */,
			);
			sourceTree = "<group>";
		};
		F05282FC15163D4300F22472 /* Products */ = {
			isa = PBXGroup;
			children = (
				F05282FB15163D4300F22472 /* Enum */,
			);
			name = Products;
			sourceTree = "<group>";
		};
		F05282FE15163D4300F22472 /* Enum */ = {
			isa = PBXGroup;
			children = (
				F05282FF15163D4300F22472 /* main.c */,
			);
			path = Enum;
			sourceTree = "<group>";
		};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
		F05282FA15163D4300F22472 /* Enum */ = {
			isa = PBXNativeTarget;
			buildConfigurationList = F052830515163D4300F22472 /* Build configuration list for PBXNativeTarget "Enum" */;
			buildPhases = (
				F05282F715163D4300F22472 /* Sources */,
				F05282F815163D4300F22472 /* Frameworks */,
				F05282F915163D4300F22472 /* CopyFiles */,
			);
			buildRules = (
			);
			dependencies = (
			);
			name = Enum;
			productName = Enum;
			productReference = F05282FB15163D4300F22472 /* Enum */;
			productType = "com.apple.product-type.tool";
		};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
		F05282F215163D4300F22472 /* Project object */ = {
			isa = PBXProject;
			attributes = {
				LastUpgradeCheck = 0430;
			};
			buildConfigurationList = F05282F515163D4300F22472 /* Build configuration list for PBXProject "Enum" */;
			compatibilityVersion = "Xcode 3.2";
			developmentRegion = English;
			hasScannedForEncodings = 0;
			knownRegions = (
				en,
			);
			mainGroup = F05282F015163D4300F22472;
			productRefGroup = F05282FC15163D4300F22472 /* Products */;
			projectDirPath = "";
			projectRoot = "";
			targets = (
				F05282FA15163D4300F22472 /* Enum */,
			);
		};
/* End PBXProject section */

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

/* Begin XCBuildConfiguration section */
		F052830315163D4300F22472 /* 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;
		};
		F052830415163D4300F22472 /* 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;
		};
		F052830615163D4300F22472 /* Debug */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				PRODUCT_NAME = "$(TARGET_NAME)";
			};
			name = Debug;
		};
		F052830715163D4300F22472 /* Release */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				PRODUCT_NAME = "$(TARGET_NAME)";
			};
			name = Release;
		};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
		F05282F515163D4300F22472 /* Build configuration list for PBXProject "Enum" */ = {
			isa = XCConfigurationList;
			buildConfigurations = (
				F052830315163D4300F22472 /* Debug */,
				F052830415163D4300F22472 /* Release */,
			);
			defaultConfigurationIsVisible = 0;
			defaultConfigurationName = Release;
		};
		F052830515163D4300F22472 /* Build configuration list for PBXNativeTarget "Enum" */ = {
			isa = XCConfigurationList;
			buildConfigurations = (
				F052830615163D4300F22472 /* Debug */,
				F052830715163D4300F22472 /* Release */,
			);
			defaultConfigurationIsVisible = 0;
		};
/* End XCConfigurationList section */
	};
	rootObject = F05282F215163D4300F22472 /* Project object */;
}
