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

/* Begin PBXBuildFile section */
		F01047501336FA2D0069DBCF /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F010474F1336FA2D0069DBCF /* Foundation.framework */; };
		F01047531336FA2D0069DBCF /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = F01047521336FA2D0069DBCF /* main.m */; };
/* End PBXBuildFile section */

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

/* Begin PBXFileReference section */
		F010474B1336FA2D0069DBCF /* Students8 */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = Students8; sourceTree = BUILT_PRODUCTS_DIR; };
		F010474F1336FA2D0069DBCF /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
		F01047521336FA2D0069DBCF /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
		F01047551336FA2D0069DBCF /* Students8-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "Students8-Prefix.pch"; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
		F01047481336FA2D0069DBCF /* Frameworks */ = {
			isa = PBXFrameworksBuildPhase;
			buildActionMask = 2147483647;
			files = (
				F01047501336FA2D0069DBCF /* Foundation.framework in Frameworks */,
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
		F01047401336FA2D0069DBCF = {
			isa = PBXGroup;
			children = (
				F01047511336FA2D0069DBCF /* Students8 */,
				F010474E1336FA2D0069DBCF /* Frameworks */,
				F010474C1336FA2D0069DBCF /* Products */,
			);
			sourceTree = "<group>";
		};
		F010474C1336FA2D0069DBCF /* Products */ = {
			isa = PBXGroup;
			children = (
				F010474B1336FA2D0069DBCF /* Students8 */,
			);
			name = Products;
			sourceTree = "<group>";
		};
		F010474E1336FA2D0069DBCF /* Frameworks */ = {
			isa = PBXGroup;
			children = (
				F010474F1336FA2D0069DBCF /* Foundation.framework */,
			);
			name = Frameworks;
			sourceTree = "<group>";
		};
		F01047511336FA2D0069DBCF /* Students8 */ = {
			isa = PBXGroup;
			children = (
				F01047521336FA2D0069DBCF /* main.m */,
				F01047541336FA2D0069DBCF /* Supporting Files */,
			);
			path = Students8;
			sourceTree = "<group>";
		};
		F01047541336FA2D0069DBCF /* Supporting Files */ = {
			isa = PBXGroup;
			children = (
				F01047551336FA2D0069DBCF /* Students8-Prefix.pch */,
			);
			name = "Supporting Files";
			sourceTree = "<group>";
		};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
		F010474A1336FA2D0069DBCF /* Students8 */ = {
			isa = PBXNativeTarget;
			buildConfigurationList = F01047591336FA2D0069DBCF /* Build configuration list for PBXNativeTarget "Students8" */;
			buildPhases = (
				F01047471336FA2D0069DBCF /* Sources */,
				F01047481336FA2D0069DBCF /* Frameworks */,
				F01047491336FA2D0069DBCF /* CopyFiles */,
			);
			buildRules = (
			);
			dependencies = (
			);
			name = Students8;
			productName = Students8;
			productReference = F010474B1336FA2D0069DBCF /* Students8 */;
			productType = "com.apple.product-type.tool";
		};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
		F01047421336FA2D0069DBCF /* Project object */ = {
			isa = PBXProject;
			attributes = {
				ORGANIZATIONNAME = "David J. Malan";
			};
			buildConfigurationList = F01047451336FA2D0069DBCF /* Build configuration list for PBXProject "Students8" */;
			compatibilityVersion = "Xcode 3.2";
			developmentRegion = English;
			hasScannedForEncodings = 0;
			knownRegions = (
				en,
			);
			mainGroup = F01047401336FA2D0069DBCF;
			productRefGroup = F010474C1336FA2D0069DBCF /* Products */;
			projectDirPath = "";
			projectRoot = "";
			targets = (
				F010474A1336FA2D0069DBCF /* Students8 */,
			);
		};
/* End PBXProject section */

/* Begin PBXSourcesBuildPhase section */
		F01047471336FA2D0069DBCF /* Sources */ = {
			isa = PBXSourcesBuildPhase;
			buildActionMask = 2147483647;
			files = (
				F01047531336FA2D0069DBCF /* main.m in Sources */,
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXSourcesBuildPhase section */

/* Begin XCBuildConfiguration section */
		F01047571336FA2D0069DBCF /* Debug */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
				GCC_C_LANGUAGE_STANDARD = gnu99;
				GCC_OPTIMIZATION_LEVEL = 0;
				GCC_PREPROCESSOR_DEFINITIONS = DEBUG;
				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_UNUSED_VARIABLE = YES;
				MACOSX_DEPLOYMENT_TARGET = 10.6;
				ONLY_ACTIVE_ARCH = YES;
				SDKROOT = macosx;
			};
			name = Debug;
		};
		F01047581336FA2D0069DBCF /* Release */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
				GCC_C_LANGUAGE_STANDARD = gnu99;
				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_UNUSED_VARIABLE = YES;
				MACOSX_DEPLOYMENT_TARGET = 10.6;
				SDKROOT = macosx;
			};
			name = Release;
		};
		F010475A1336FA2D0069DBCF /* Debug */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				ALWAYS_SEARCH_USER_PATHS = NO;
				COPY_PHASE_STRIP = NO;
				GCC_DYNAMIC_NO_PIC = NO;
				GCC_ENABLE_OBJC_EXCEPTIONS = YES;
				GCC_PRECOMPILE_PREFIX_HEADER = YES;
				GCC_PREFIX_HEADER = "Students8/Students8-Prefix.pch";
				PRODUCT_NAME = "$(TARGET_NAME)";
			};
			name = Debug;
		};
		F010475B1336FA2D0069DBCF /* Release */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				ALWAYS_SEARCH_USER_PATHS = NO;
				COPY_PHASE_STRIP = YES;
				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
				GCC_ENABLE_OBJC_EXCEPTIONS = YES;
				GCC_PRECOMPILE_PREFIX_HEADER = YES;
				GCC_PREFIX_HEADER = "Students8/Students8-Prefix.pch";
				PRODUCT_NAME = "$(TARGET_NAME)";
			};
			name = Release;
		};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
		F01047451336FA2D0069DBCF /* Build configuration list for PBXProject "Students8" */ = {
			isa = XCConfigurationList;
			buildConfigurations = (
				F01047571336FA2D0069DBCF /* Debug */,
				F01047581336FA2D0069DBCF /* Release */,
			);
			defaultConfigurationIsVisible = 0;
			defaultConfigurationName = Release;
		};
		F01047591336FA2D0069DBCF /* Build configuration list for PBXNativeTarget "Students8" */ = {
			isa = XCConfigurationList;
			buildConfigurations = (
				F010475A1336FA2D0069DBCF /* Debug */,
				F010475B1336FA2D0069DBCF /* Release */,
			);
			defaultConfigurationIsVisible = 0;
			defaultConfigurationName = Release;
		};
/* End XCConfigurationList section */
	};
	rootObject = F01047421336FA2D0069DBCF /* Project object */;
}
