project.pbxproj 7.77 KB
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233
// !$*UTF8*$!
{
	archiveVersion = 1;
	classes = {
	};
	objectVersion = 45;
	objects = {

/* Begin PBXBuildFile section */
		8AFA4008D638695502220E38 /* exception_handler.cc in Sources */ = {isa = PBXBuildFile; fileRef = B005A78A847FDBA4FC546376 /* exception_handler.cc */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
		12AA8F0515599686D283726F /* libexception_handler.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libexception_handler.a; sourceTree = BUILT_PRODUCTS_DIR; };
		358889F43DA3170724BB9DB1 /* filename_rules.gypi */ = {isa = PBXFileReference; explicitFileType = sourcecode; name = filename_rules.gypi; path = ../../../build/filename_rules.gypi; sourceTree = "<group>"; };
		76DC49C604E4070DD16C483E /* common.gypi */ = {isa = PBXFileReference; explicitFileType = sourcecode; name = common.gypi; path = ../../../build/common.gypi; sourceTree = "<group>"; };
		960C537F7FCE589ED8FB48EB /* exception_handler.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = exception_handler.h; sourceTree = "<group>"; };
		B005A78A847FDBA4FC546376 /* exception_handler.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = exception_handler.cc; sourceTree = "<group>"; };
		D15BE39CA26C55894F72CE31 /* exception_handler.gyp */ = {isa = PBXFileReference; explicitFileType = sourcecode; path = exception_handler.gyp; sourceTree = "<group>"; };
/* End PBXFileReference section */

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

/* Begin PBXGroup section */
		6BE57D5D1869F11E749E15B1 = {
			isa = PBXGroup;
			children = (
				9575EEA7A77D3E5767B0A449 /* Source */,
				C7FF0D48318D14B5AEB86BAD /* Products */,
				78A41E281110BAB760B97EDC /* Build */,
			);
			sourceTree = "<group>";
		};
		78A41E281110BAB760B97EDC /* Build */ = {
			isa = PBXGroup;
			children = (
				76DC49C604E4070DD16C483E /* common.gypi */,
				D15BE39CA26C55894F72CE31 /* exception_handler.gyp */,
				358889F43DA3170724BB9DB1 /* filename_rules.gypi */,
			);
			name = Build;
			sourceTree = "<group>";
		};
		9575EEA7A77D3E5767B0A449 /* Source */ = {
			isa = PBXGroup;
			children = (
				B005A78A847FDBA4FC546376 /* exception_handler.cc */,
				960C537F7FCE589ED8FB48EB /* exception_handler.h */,
			);
			name = Source;
			sourceTree = "<group>";
		};
		C7FF0D48318D14B5AEB86BAD /* Products */ = {
			isa = PBXGroup;
			children = (
				12AA8F0515599686D283726F /* libexception_handler.a */,
			);
			name = Products;
			sourceTree = "<group>";
		};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
		78692E0E4860F6B9F7A7E9A6 /* exception_handler */ = {
			isa = PBXNativeTarget;
			buildConfigurationList = 2C71CE2C337BA67D99EA38C4 /* Build configuration list for PBXNativeTarget "exception_handler" */;
			buildPhases = (
				3BCCE6B234B3D62BB6315D83 /* Sources */,
				D329DF64B981835CCC0ED0CA /* Frameworks */,
			);
			buildRules = (
			);
			dependencies = (
			);
			name = exception_handler;
			productName = exception_handler;
			productReference = 12AA8F0515599686D283726F /* libexception_handler.a */;
			productType = "com.apple.product-type.library.static";
		};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
		B1F5A9B91F3E8109062788E9 /* Project object */ = {
			isa = PBXProject;
			attributes = {
				BuildIndependentTargetsInParallel = YES;
			};
			buildConfigurationList = FBA985C75AABB19242A0AA1A /* Build configuration list for PBXProject "exception_handler" */;
			compatibilityVersion = "Xcode 3.2";
			hasScannedForEncodings = 1;
			mainGroup = 6BE57D5D1869F11E749E15B1;
			projectDirPath = "";
			projectRoot = "";
			targets = (
				78692E0E4860F6B9F7A7E9A6 /* exception_handler */,
			);
		};
/* End PBXProject section */

/* Begin PBXSourcesBuildPhase section */
		3BCCE6B234B3D62BB6315D83 /* Sources */ = {
			isa = PBXSourcesBuildPhase;
			buildActionMask = 2147483647;
			files = (
				8AFA4008D638695502220E38 /* exception_handler.cc in Sources */,
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXSourcesBuildPhase section */

/* Begin XCBuildConfiguration section */
		1EFC5AAED33D65A0CEA87A92 /* Debug */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				ALWAYS_SEARCH_USER_PATHS = NO;
				COPY_PHASE_STRIP = NO;
				EXECUTABLE_PREFIX = lib;
				GCC_CW_ASM_SYNTAX = NO;
				GCC_C_LANGUAGE_STANDARD = c99;
				GCC_DYNAMIC_NO_PIC = NO;
				GCC_ENABLE_CPP_EXCEPTIONS = NO;
				GCC_ENABLE_CPP_RTTI = YES;
				GCC_ENABLE_PASCAL_STRINGS = NO;
				GCC_INLINES_ARE_PRIVATE_EXTERN = YES;
				GCC_OBJC_CALL_CXX_CDTORS = YES;
				GCC_OPTIMIZATION_LEVEL = 0;
				GCC_PRECOMPILE_PREFIX_HEADER = YES;
				GCC_SYMBOLS_PRIVATE_EXTERN = YES;
				GCC_THREADSAFE_STATICS = NO;
				GCC_TREAT_WARNINGS_AS_ERRORS = NO;
				GCC_VERSION = 4.2;
				GCC_WARN_ABOUT_MISSING_NEWLINE = YES;
				HEADER_SEARCH_PATHS = ../../..;
				MACOSX_DEPLOYMENT_TARGET = 10.5;
				OTHER_CFLAGS = "";
				PREBINDING = NO;
				PRODUCT_NAME = exception_handler;
				USE_HEADERMAP = NO;
				WARNING_CFLAGS = "-Wendif-labels";
				WARNING_CFLAGS_excluded = "-Wall";
			};
			name = Debug;
		};
		209977E5CD24B2A5F12E587F /* Release */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				ALWAYS_SEARCH_USER_PATHS = NO;
				DEAD_CODE_STRIPPING = YES;
				EXECUTABLE_PREFIX = lib;
				GCC_CW_ASM_SYNTAX = NO;
				GCC_C_LANGUAGE_STANDARD = c99;
				GCC_DYNAMIC_NO_PIC = NO;
				GCC_ENABLE_CPP_EXCEPTIONS = NO;
				GCC_ENABLE_CPP_RTTI = YES;
				GCC_ENABLE_PASCAL_STRINGS = NO;
				GCC_INLINES_ARE_PRIVATE_EXTERN = YES;
				GCC_OBJC_CALL_CXX_CDTORS = YES;
				GCC_OPTIMIZATION_LEVEL = 3;
				GCC_PRECOMPILE_PREFIX_HEADER = YES;
				GCC_PREPROCESSOR_DEFINITIONS = (
					NDEBUG,
					NVALGRIND,
					OFFICIAL_BUILD,
				);
				GCC_SYMBOLS_PRIVATE_EXTERN = YES;
				GCC_THREADSAFE_STATICS = NO;
				GCC_TREAT_WARNINGS_AS_ERRORS = NO;
				GCC_VERSION = 4.2;
				GCC_WARN_ABOUT_MISSING_NEWLINE = YES;
				HEADER_SEARCH_PATHS = ../../..;
				MACOSX_DEPLOYMENT_TARGET = 10.5;
				OTHER_CFLAGS = "";
				PREBINDING = NO;
				PRODUCT_NAME = exception_handler;
				USE_HEADERMAP = NO;
				WARNING_CFLAGS = "-Wendif-labels";
				WARNING_CFLAGS_excluded = "-Wall";
			};
			name = Release;
		};
		56F7BB4AA2EE229ACCEECB16 /* Debug */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				INTERMEDIATE_DIR = "$(PROJECT_DERIVED_FILE_DIR)/$(CONFIGURATION)";
				SDKROOT = macosx10.5;
				SHARED_INTERMEDIATE_DIR = "$(SYMROOT)/DerivedSources/$(CONFIGURATION)";
				SYMROOT = ../../../xcodebuild;
			};
			name = Debug;
		};
		FFFAF4D3AE287B0C5BEB7BC9 /* Release */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				INTERMEDIATE_DIR = "$(PROJECT_DERIVED_FILE_DIR)/$(CONFIGURATION)";
				SDKROOT = macosx10.5;
				SHARED_INTERMEDIATE_DIR = "$(SYMROOT)/DerivedSources/$(CONFIGURATION)";
				SYMROOT = ../../../xcodebuild;
			};
			name = Release;
		};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
		2C71CE2C337BA67D99EA38C4 /* Build configuration list for PBXNativeTarget "exception_handler" */ = {
			isa = XCConfigurationList;
			buildConfigurations = (
				1EFC5AAED33D65A0CEA87A92 /* Debug */,
				209977E5CD24B2A5F12E587F /* Release */,
			);
			defaultConfigurationIsVisible = 1;
			defaultConfigurationName = Debug;
		};
		FBA985C75AABB19242A0AA1A /* Build configuration list for PBXProject "exception_handler" */ = {
			isa = XCConfigurationList;
			buildConfigurations = (
				56F7BB4AA2EE229ACCEECB16 /* Debug */,
				FFFAF4D3AE287B0C5BEB7BC9 /* Release */,
			);
			defaultConfigurationIsVisible = 1;
			defaultConfigurationName = Debug;
		};
/* End XCConfigurationList section */
	};
	rootObject = B1F5A9B91F3E8109062788E9 /* Project object */;
}