project.pbxproj   [plain text]


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

/* Begin PBXBuildFile section */
		15181D991683B73E0002FB18 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 15181D981683B73E0002FB18 /* Foundation.framework */; };
		15181D9E1683B73E0002FB18 /* monitor_stress.m in Sources */ = {isa = PBXBuildFile; fileRef = 15181D9D1683B73E0002FB18 /* monitor_stress.m */; };
		15181DA91683B7550002FB18 /* monitor_stress.m in Sources */ = {isa = PBXBuildFile; fileRef = 15181D9D1683B73E0002FB18 /* monitor_stress.m */; };
		15181DAB1683B7550002FB18 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 15181D981683B73E0002FB18 /* Foundation.framework */; };
/* End PBXBuildFile section */

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

/* Begin PBXFileReference section */
		15181D951683B73E0002FB18 /* monitor_stress */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = monitor_stress; sourceTree = BUILT_PRODUCTS_DIR; };
		15181D981683B73E0002FB18 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
		15181D9C1683B73E0002FB18 /* AspenFamily.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = AspenFamily.xcconfig; path = AppleInternal/XcodeConfig/AspenFamily.xcconfig; sourceTree = DEVELOPER_DIR; };
		15181D9D1683B73E0002FB18 /* monitor_stress.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = monitor_stress.m; sourceTree = "<group>"; };
		15181DB11683B7550002FB18 /* monitor_stress */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = monitor_stress; sourceTree = BUILT_PRODUCTS_DIR; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
		15181D921683B73E0002FB18 /* Frameworks */ = {
			isa = PBXFrameworksBuildPhase;
			buildActionMask = 2147483647;
			files = (
				15181D991683B73E0002FB18 /* Foundation.framework in Frameworks */,
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
		15181DAA1683B7550002FB18 /* Frameworks */ = {
			isa = PBXFrameworksBuildPhase;
			buildActionMask = 2147483647;
			files = (
				15181DAB1683B7550002FB18 /* Foundation.framework in Frameworks */,
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
		15181D8C1683B73E0002FB18 = {
			isa = PBXGroup;
			children = (
				15181D9A1683B73E0002FB18 /* monitor_stress */,
				15181D971683B73E0002FB18 /* Frameworks */,
				15181D961683B73E0002FB18 /* Products */,
			);
			sourceTree = "<group>";
		};
		15181D961683B73E0002FB18 /* Products */ = {
			isa = PBXGroup;
			children = (
				15181D951683B73E0002FB18 /* monitor_stress */,
				15181DB11683B7550002FB18 /* monitor_stress */,
			);
			name = Products;
			sourceTree = "<group>";
		};
		15181D971683B73E0002FB18 /* Frameworks */ = {
			isa = PBXGroup;
			children = (
				15181D981683B73E0002FB18 /* Foundation.framework */,
			);
			name = Frameworks;
			sourceTree = "<group>";
		};
		15181D9A1683B73E0002FB18 /* monitor_stress */ = {
			isa = PBXGroup;
			children = (
				15181D9D1683B73E0002FB18 /* monitor_stress.m */,
				15181D9B1683B73E0002FB18 /* Supporting Files */,
			);
			path = monitor_stress;
			sourceTree = "<group>";
		};
		15181D9B1683B73E0002FB18 /* Supporting Files */ = {
			isa = PBXGroup;
			children = (
				15181D9C1683B73E0002FB18 /* AspenFamily.xcconfig */,
			);
			name = "Supporting Files";
			sourceTree = "<group>";
		};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
		15181D941683B73E0002FB18 /* ios */ = {
			isa = PBXNativeTarget;
			buildConfigurationList = 15181DA41683B73E0002FB18 /* Build configuration list for PBXNativeTarget "ios" */;
			buildPhases = (
				15181D911683B73E0002FB18 /* Sources */,
				15181D921683B73E0002FB18 /* Frameworks */,
				15181D931683B73E0002FB18 /* CopyFiles */,
			);
			buildRules = (
			);
			dependencies = (
			);
			name = ios;
			productName = monitor_stress;
			productReference = 15181D951683B73E0002FB18 /* monitor_stress */;
			productType = "com.apple.product-type.tool";
		};
		15181DA71683B7550002FB18 /* osx */ = {
			isa = PBXNativeTarget;
			buildConfigurationList = 15181DAE1683B7550002FB18 /* Build configuration list for PBXNativeTarget "osx" */;
			buildPhases = (
				15181DA81683B7550002FB18 /* Sources */,
				15181DAA1683B7550002FB18 /* Frameworks */,
				15181DAC1683B7550002FB18 /* CopyFiles */,
			);
			buildRules = (
			);
			dependencies = (
			);
			name = osx;
			productName = monitor_stress;
			productReference = 15181DB11683B7550002FB18 /* monitor_stress */;
			productType = "com.apple.product-type.tool";
		};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
		15181D8D1683B73E0002FB18 /* Project object */ = {
			isa = PBXProject;
			attributes = {
				LastUpgradeCheck = 0460;
				ORGANIZATIONNAME = apple;
			};
			buildConfigurationList = 15181D901683B73E0002FB18 /* Build configuration list for PBXProject "monitor_stress" */;
			compatibilityVersion = "Xcode 3.2";
			developmentRegion = English;
			hasScannedForEncodings = 0;
			knownRegions = (
				en,
			);
			mainGroup = 15181D8C1683B73E0002FB18;
			productRefGroup = 15181D961683B73E0002FB18 /* Products */;
			projectDirPath = "";
			projectRoot = "";
			targets = (
				15181DA71683B7550002FB18 /* osx */,
				15181D941683B73E0002FB18 /* ios */,
			);
		};
/* End PBXProject section */

/* Begin PBXSourcesBuildPhase section */
		15181D911683B73E0002FB18 /* Sources */ = {
			isa = PBXSourcesBuildPhase;
			buildActionMask = 2147483647;
			files = (
				15181D9E1683B73E0002FB18 /* monitor_stress.m in Sources */,
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
		15181DA81683B7550002FB18 /* Sources */ = {
			isa = PBXSourcesBuildPhase;
			buildActionMask = 2147483647;
			files = (
				15181DA91683B7550002FB18 /* monitor_stress.m in Sources */,
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXSourcesBuildPhase section */

/* Begin XCBuildConfiguration section */
		15181DA21683B73E0002FB18 /* Debug */ = {
			isa = XCBuildConfiguration;
			baseConfigurationReference = 15181D9C1683B73E0002FB18 /* AspenFamily.xcconfig */;
			buildSettings = {
				ALWAYS_SEARCH_USER_PATHS = NO;
				CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
				CLANG_CXX_LIBRARY = "libc++";
				CLANG_ENABLE_OBJC_ARC = YES;
				CLANG_WARN_CONSTANT_CONVERSION = YES;
				CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
				CLANG_WARN_EMPTY_BODY = YES;
				CLANG_WARN_INT_CONVERSION = YES;
				CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
				COPY_PHASE_STRIP = NO;
				GCC_C_LANGUAGE_STANDARD = gnu99;
				GCC_DYNAMIC_NO_PIC = NO;
				GCC_OPTIMIZATION_LEVEL = 0;
				GCC_PREPROCESSOR_DEFINITIONS = (
					"DEBUG=1",
					"$(inherited)",
				);
				GCC_STRICT_ALIASING = YES;
				GCC_SYMBOLS_PRIVATE_EXTERN = NO;
				GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
				GCC_WARN_ABOUT_RETURN_TYPE = YES;
				GCC_WARN_UNINITIALIZED_AUTOS = YES;
				GCC_WARN_UNUSED_VARIABLE = YES;
				IPHONEOS_DEPLOYMENT_TARGET = 7.0;
				ONLY_ACTIVE_ARCH = YES;
				SDKROOT = iphoneos.internal;
			};
			name = Debug;
		};
		15181DA31683B73E0002FB18 /* Release */ = {
			isa = XCBuildConfiguration;
			baseConfigurationReference = 15181D9C1683B73E0002FB18 /* AspenFamily.xcconfig */;
			buildSettings = {
				ALWAYS_SEARCH_USER_PATHS = NO;
				CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
				CLANG_CXX_LIBRARY = "libc++";
				CLANG_ENABLE_OBJC_ARC = YES;
				CLANG_WARN_CONSTANT_CONVERSION = YES;
				CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
				CLANG_WARN_EMPTY_BODY = YES;
				CLANG_WARN_INT_CONVERSION = YES;
				CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
				COPY_PHASE_STRIP = NO;
				GCC_C_LANGUAGE_STANDARD = gnu99;
				GCC_STRICT_ALIASING = YES;
				GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
				GCC_WARN_ABOUT_RETURN_TYPE = YES;
				GCC_WARN_UNINITIALIZED_AUTOS = YES;
				GCC_WARN_UNUSED_VARIABLE = YES;
				IPHONEOS_DEPLOYMENT_TARGET = 7.0;
				SDKROOT = iphoneos.internal;
				VALIDATE_PRODUCT = YES;
			};
			name = Release;
		};
		15181DA51683B73E0002FB18 /* Debug */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				CODE_SIGN_ENTITLEMENTS = "monitor_stress-Entitlements.plist";
				CODE_SIGN_IDENTITY = "-";
				PRODUCT_NAME = "$(PROJECT_NAME)";
				PROVISIONING_PROFILE = "";
			};
			name = Debug;
		};
		15181DA61683B73E0002FB18 /* Release */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				CODE_SIGN_ENTITLEMENTS = "monitor_stress-Entitlements.plist";
				CODE_SIGN_IDENTITY = "-";
				PRODUCT_NAME = "$(PROJECT_NAME)";
				PROVISIONING_PROFILE = "";
			};
			name = Release;
		};
		15181DAF1683B7550002FB18 /* Debug */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				CLANG_ENABLE_OBJC_ARC = NO;
				PRODUCT_NAME = "$(PROJECT_NAME)";
				SDKROOT = macosx.internal;
				SUPPORTED_PLATFORMS = macosx;
			};
			name = Debug;
		};
		15181DB01683B7550002FB18 /* Release */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				CLANG_ENABLE_OBJC_ARC = NO;
				PRODUCT_NAME = "$(PROJECT_NAME)";
				SDKROOT = macosx.internal;
				SUPPORTED_PLATFORMS = macosx;
			};
			name = Release;
		};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
		15181D901683B73E0002FB18 /* Build configuration list for PBXProject "monitor_stress" */ = {
			isa = XCConfigurationList;
			buildConfigurations = (
				15181DA21683B73E0002FB18 /* Debug */,
				15181DA31683B73E0002FB18 /* Release */,
			);
			defaultConfigurationIsVisible = 0;
			defaultConfigurationName = Release;
		};
		15181DA41683B73E0002FB18 /* Build configuration list for PBXNativeTarget "ios" */ = {
			isa = XCConfigurationList;
			buildConfigurations = (
				15181DA51683B73E0002FB18 /* Debug */,
				15181DA61683B73E0002FB18 /* Release */,
			);
			defaultConfigurationIsVisible = 0;
			defaultConfigurationName = Release;
		};
		15181DAE1683B7550002FB18 /* Build configuration list for PBXNativeTarget "osx" */ = {
			isa = XCConfigurationList;
			buildConfigurations = (
				15181DAF1683B7550002FB18 /* Debug */,
				15181DB01683B7550002FB18 /* Release */,
			);
			defaultConfigurationIsVisible = 0;
			defaultConfigurationName = Release;
		};
/* End XCConfigurationList section */
	};
	rootObject = 15181D8D1683B73E0002FB18 /* Project object */;
}