| Index: src/client/windows/crash_generation/crash_generation.xcodeproj/project.pbxproj
|
| diff --git a/src/client/windows/crash_generation/crash_generation.xcodeproj/project.pbxproj b/src/client/windows/crash_generation/crash_generation.xcodeproj/project.pbxproj
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..9e7830f02f5315f1d3f9c1f769c669ff444be25a
|
| --- /dev/null
|
| +++ b/src/client/windows/crash_generation/crash_generation.xcodeproj/project.pbxproj
|
| @@ -0,0 +1,431 @@
|
| +// !$*UTF8*$!
|
| +{
|
| + archiveVersion = 1;
|
| + classes = {
|
| + };
|
| + objectVersion = 45;
|
| + objects = {
|
| +
|
| +/* Begin PBXAggregateTarget section */
|
| + FDB4D688136F5B44ABAADB64 /* All */ = {
|
| + isa = PBXAggregateTarget;
|
| + buildConfigurationList = D9251CF53E01BDF67762C8BB /* Build configuration list for PBXAggregateTarget "All" */;
|
| + buildPhases = (
|
| + );
|
| + dependencies = (
|
| + 87656F2948E6503721F94003 /* PBXTargetDependency */,
|
| + DB5480C465BCAF8C64E933B1 /* PBXTargetDependency */,
|
| + );
|
| + name = All;
|
| + productName = All;
|
| + };
|
| +/* End PBXAggregateTarget section */
|
| +
|
| +/* Begin PBXBuildFile section */
|
| + 1A2C0398EA40403C5A6863AD /* crash_generation_client.cc in Sources */ = {isa = PBXBuildFile; fileRef = D4BDABD9B82606A3F7C02B6E /* crash_generation_client.cc */; };
|
| + 2411B8E43F177C4A3647BCD6 /* minidump_generator.cc in Sources */ = {isa = PBXBuildFile; fileRef = F5C447C4C94697CA8C9FE294 /* minidump_generator.cc */; };
|
| + 77F9F47D780F0AAC1D531066 /* client_info.cc in Sources */ = {isa = PBXBuildFile; fileRef = 5098893976847837594AE057 /* client_info.cc */; };
|
| + A05F23E7D7EBCA2781129FEA /* crash_generation_server.cc in Sources */ = {isa = PBXBuildFile; fileRef = 1E4D8D85A7F4735A2BA5F3D0 /* crash_generation_server.cc */; };
|
| +/* End PBXBuildFile section */
|
| +
|
| +/* Begin PBXContainerItemProxy section */
|
| + 96FA61A5196E4FAFF1DA68E7 /* PBXContainerItemProxy */ = {
|
| + isa = PBXContainerItemProxy;
|
| + containerPortal = 24D9206BB1FD27C8A587DC27 /* Project object */;
|
| + proxyType = 1;
|
| + remoteGlobalIDString = F2AD6FFDE8A58F6682007FC6;
|
| + remoteInfo = crash_generation_client;
|
| + };
|
| + BB15FC52798ADCB5FA4CAC01 /* PBXContainerItemProxy */ = {
|
| + isa = PBXContainerItemProxy;
|
| + containerPortal = 24D9206BB1FD27C8A587DC27 /* Project object */;
|
| + proxyType = 1;
|
| + remoteGlobalIDString = BA3B3137899B9826C0146BE9;
|
| + remoteInfo = crash_generation_server;
|
| + };
|
| +/* End PBXContainerItemProxy section */
|
| +
|
| +/* Begin PBXFileReference section */
|
| + 080F4B332ECBB37DD1E83A93 /* crash_generation.gyp */ = {isa = PBXFileReference; explicitFileType = sourcecode; path = crash_generation.gyp; sourceTree = "<group>"; };
|
| + 1887D6D3ACA35A37EB631A70 /* client_info.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = client_info.h; sourceTree = "<group>"; };
|
| + 1E4D8D85A7F4735A2BA5F3D0 /* crash_generation_server.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = crash_generation_server.cc; sourceTree = "<group>"; };
|
| + 253D2C362B4FAD5784C9B670 /* libcrash_generation_server.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libcrash_generation_server.a; sourceTree = BUILT_PRODUCTS_DIR; };
|
| + 5098893976847837594AE057 /* client_info.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = client_info.cc; sourceTree = "<group>"; };
|
| + 5B0B5388075EBBF477504586 /* filename_rules.gypi */ = {isa = PBXFileReference; explicitFileType = sourcecode; name = filename_rules.gypi; path = ../../../build/filename_rules.gypi; sourceTree = "<group>"; };
|
| + A41A76B1460F9DC75A14E71D /* libcrash_generation_client.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libcrash_generation_client.a; sourceTree = BUILT_PRODUCTS_DIR; };
|
| + A88C20836B662489BB7038C4 /* crash_generation_client.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = crash_generation_client.h; sourceTree = "<group>"; };
|
| + A9D9A28119F8306B4741C63D /* crash_generation_server.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = crash_generation_server.h; sourceTree = "<group>"; };
|
| + C28414BA0E1A0B168C6A610E /* minidump_generator.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = minidump_generator.h; sourceTree = "<group>"; };
|
| + C47BBE62223652B147ACBDDA /* common.gypi */ = {isa = PBXFileReference; explicitFileType = sourcecode; name = common.gypi; path = ../../../build/common.gypi; sourceTree = "<group>"; };
|
| + D4BDABD9B82606A3F7C02B6E /* crash_generation_client.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = crash_generation_client.cc; sourceTree = "<group>"; };
|
| + F5C447C4C94697CA8C9FE294 /* minidump_generator.cc */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = minidump_generator.cc; sourceTree = "<group>"; };
|
| +/* End PBXFileReference section */
|
| +
|
| +/* Begin PBXFrameworksBuildPhase section */
|
| + 17B1E7F9C39CEBC207BB8470 /* Frameworks */ = {
|
| + isa = PBXFrameworksBuildPhase;
|
| + buildActionMask = 2147483647;
|
| + files = (
|
| + );
|
| + runOnlyForDeploymentPostprocessing = 0;
|
| + };
|
| + 3A6780392846CC88FB649CE9 /* Frameworks */ = {
|
| + isa = PBXFrameworksBuildPhase;
|
| + buildActionMask = 2147483647;
|
| + files = (
|
| + );
|
| + runOnlyForDeploymentPostprocessing = 0;
|
| + };
|
| +/* End PBXFrameworksBuildPhase section */
|
| +
|
| +/* Begin PBXGroup section */
|
| + 406762AC69C5B0880DDC3DE7 /* Source */ = {
|
| + isa = PBXGroup;
|
| + children = (
|
| + 5098893976847837594AE057 /* client_info.cc */,
|
| + 1887D6D3ACA35A37EB631A70 /* client_info.h */,
|
| + D4BDABD9B82606A3F7C02B6E /* crash_generation_client.cc */,
|
| + A88C20836B662489BB7038C4 /* crash_generation_client.h */,
|
| + 1E4D8D85A7F4735A2BA5F3D0 /* crash_generation_server.cc */,
|
| + A9D9A28119F8306B4741C63D /* crash_generation_server.h */,
|
| + F5C447C4C94697CA8C9FE294 /* minidump_generator.cc */,
|
| + C28414BA0E1A0B168C6A610E /* minidump_generator.h */,
|
| + );
|
| + name = Source;
|
| + sourceTree = "<group>";
|
| + };
|
| + 62EEAE71BF92C43F865BB33A = {
|
| + isa = PBXGroup;
|
| + children = (
|
| + 406762AC69C5B0880DDC3DE7 /* Source */,
|
| + 7E0DCB8F0B65621812223811 /* Products */,
|
| + D9B7D7E328460204685E62F4 /* Build */,
|
| + );
|
| + sourceTree = "<group>";
|
| + };
|
| + 7E0DCB8F0B65621812223811 /* Products */ = {
|
| + isa = PBXGroup;
|
| + children = (
|
| + 253D2C362B4FAD5784C9B670 /* libcrash_generation_server.a */,
|
| + A41A76B1460F9DC75A14E71D /* libcrash_generation_client.a */,
|
| + );
|
| + name = Products;
|
| + sourceTree = "<group>";
|
| + };
|
| + D9B7D7E328460204685E62F4 /* Build */ = {
|
| + isa = PBXGroup;
|
| + children = (
|
| + C47BBE62223652B147ACBDDA /* common.gypi */,
|
| + 080F4B332ECBB37DD1E83A93 /* crash_generation.gyp */,
|
| + 5B0B5388075EBBF477504586 /* filename_rules.gypi */,
|
| + );
|
| + name = Build;
|
| + sourceTree = "<group>";
|
| + };
|
| +/* End PBXGroup section */
|
| +
|
| +/* Begin PBXNativeTarget section */
|
| + BA3B3137899B9826C0146BE9 /* crash_generation_server */ = {
|
| + isa = PBXNativeTarget;
|
| + buildConfigurationList = 5015948C86EA18264E127CF2 /* Build configuration list for PBXNativeTarget "crash_generation_server" */;
|
| + buildPhases = (
|
| + A87C4EB48DFB01DBA01CFF14 /* Sources */,
|
| + 17B1E7F9C39CEBC207BB8470 /* Frameworks */,
|
| + );
|
| + buildRules = (
|
| + );
|
| + dependencies = (
|
| + );
|
| + name = crash_generation_server;
|
| + productName = crash_generation_server;
|
| + productReference = 253D2C362B4FAD5784C9B670 /* libcrash_generation_server.a */;
|
| + productType = "com.apple.product-type.library.static";
|
| + };
|
| + F2AD6FFDE8A58F6682007FC6 /* crash_generation_client */ = {
|
| + isa = PBXNativeTarget;
|
| + buildConfigurationList = 8F9D399461D3CB088B8730CC /* Build configuration list for PBXNativeTarget "crash_generation_client" */;
|
| + buildPhases = (
|
| + AF7DA88245E996913BF0CFBC /* Sources */,
|
| + 3A6780392846CC88FB649CE9 /* Frameworks */,
|
| + );
|
| + buildRules = (
|
| + );
|
| + dependencies = (
|
| + );
|
| + name = crash_generation_client;
|
| + productName = crash_generation_client;
|
| + productReference = A41A76B1460F9DC75A14E71D /* libcrash_generation_client.a */;
|
| + productType = "com.apple.product-type.library.static";
|
| + };
|
| +/* End PBXNativeTarget section */
|
| +
|
| +/* Begin PBXProject section */
|
| + 24D9206BB1FD27C8A587DC27 /* Project object */ = {
|
| + isa = PBXProject;
|
| + attributes = {
|
| + BuildIndependentTargetsInParallel = YES;
|
| + };
|
| + buildConfigurationList = 51F578FE4C60B0E7E897EDC8 /* Build configuration list for PBXProject "crash_generation" */;
|
| + compatibilityVersion = "Xcode 3.2";
|
| + hasScannedForEncodings = 1;
|
| + mainGroup = 62EEAE71BF92C43F865BB33A;
|
| + projectDirPath = "";
|
| + projectRoot = "";
|
| + targets = (
|
| + FDB4D688136F5B44ABAADB64 /* All */,
|
| + BA3B3137899B9826C0146BE9 /* crash_generation_server */,
|
| + F2AD6FFDE8A58F6682007FC6 /* crash_generation_client */,
|
| + );
|
| + };
|
| +/* End PBXProject section */
|
| +
|
| +/* Begin PBXSourcesBuildPhase section */
|
| + A87C4EB48DFB01DBA01CFF14 /* Sources */ = {
|
| + isa = PBXSourcesBuildPhase;
|
| + buildActionMask = 2147483647;
|
| + files = (
|
| + 77F9F47D780F0AAC1D531066 /* client_info.cc in Sources */,
|
| + A05F23E7D7EBCA2781129FEA /* crash_generation_server.cc in Sources */,
|
| + 2411B8E43F177C4A3647BCD6 /* minidump_generator.cc in Sources */,
|
| + );
|
| + runOnlyForDeploymentPostprocessing = 0;
|
| + };
|
| + AF7DA88245E996913BF0CFBC /* Sources */ = {
|
| + isa = PBXSourcesBuildPhase;
|
| + buildActionMask = 2147483647;
|
| + files = (
|
| + 1A2C0398EA40403C5A6863AD /* crash_generation_client.cc in Sources */,
|
| + );
|
| + runOnlyForDeploymentPostprocessing = 0;
|
| + };
|
| +/* End PBXSourcesBuildPhase section */
|
| +
|
| +/* Begin PBXTargetDependency section */
|
| + 87656F2948E6503721F94003 /* PBXTargetDependency */ = {
|
| + isa = PBXTargetDependency;
|
| + target = BA3B3137899B9826C0146BE9 /* crash_generation_server */;
|
| + targetProxy = BB15FC52798ADCB5FA4CAC01 /* PBXContainerItemProxy */;
|
| + };
|
| + DB5480C465BCAF8C64E933B1 /* PBXTargetDependency */ = {
|
| + isa = PBXTargetDependency;
|
| + target = F2AD6FFDE8A58F6682007FC6 /* crash_generation_client */;
|
| + targetProxy = 96FA61A5196E4FAFF1DA68E7 /* PBXContainerItemProxy */;
|
| + };
|
| +/* End PBXTargetDependency section */
|
| +
|
| +/* Begin XCBuildConfiguration section */
|
| + 19D53D5865F7D45CBCEC6ADD /* 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 = crash_generation_client;
|
| + USE_HEADERMAP = NO;
|
| + WARNING_CFLAGS = "-Wendif-labels";
|
| + WARNING_CFLAGS_excluded = "-Wall";
|
| + };
|
| + name = Debug;
|
| + };
|
| + 2384BC84F8CBBBF6D6BF0EDB /* 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 = crash_generation_server;
|
| + USE_HEADERMAP = NO;
|
| + WARNING_CFLAGS = "-Wendif-labels";
|
| + WARNING_CFLAGS_excluded = "-Wall";
|
| + };
|
| + name = Debug;
|
| + };
|
| + 52115657FAF4FD33690AEE32 /* Debug */ = {
|
| + isa = XCBuildConfiguration;
|
| + buildSettings = {
|
| + INTERMEDIATE_DIR = "$(PROJECT_DERIVED_FILE_DIR)/$(CONFIGURATION)";
|
| + SDKROOT = macosx10.5;
|
| + SHARED_INTERMEDIATE_DIR = "$(SYMROOT)/DerivedSources/$(CONFIGURATION)";
|
| + SYMROOT = ../../../xcodebuild;
|
| + };
|
| + name = Debug;
|
| + };
|
| + 6BE8B7260B60A5DEA1C485D6 /* Release */ = {
|
| + isa = XCBuildConfiguration;
|
| + buildSettings = {
|
| + PRODUCT_NAME = All;
|
| + };
|
| + name = Release;
|
| + };
|
| + B4112C74A16F0A2B7386D1BA /* Release */ = {
|
| + isa = XCBuildConfiguration;
|
| + buildSettings = {
|
| + INTERMEDIATE_DIR = "$(PROJECT_DERIVED_FILE_DIR)/$(CONFIGURATION)";
|
| + SDKROOT = macosx10.5;
|
| + SHARED_INTERMEDIATE_DIR = "$(SYMROOT)/DerivedSources/$(CONFIGURATION)";
|
| + SYMROOT = ../../../xcodebuild;
|
| + };
|
| + name = Release;
|
| + };
|
| + D278E42BF5630B2B0A0C33B8 /* 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 = crash_generation_client;
|
| + USE_HEADERMAP = NO;
|
| + WARNING_CFLAGS = "-Wendif-labels";
|
| + WARNING_CFLAGS_excluded = "-Wall";
|
| + };
|
| + name = Release;
|
| + };
|
| + E1E76360FC6A1156C73F781A /* Debug */ = {
|
| + isa = XCBuildConfiguration;
|
| + buildSettings = {
|
| + PRODUCT_NAME = All;
|
| + };
|
| + name = Debug;
|
| + };
|
| + F94C129022B10493CC97D4E2 /* 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 = crash_generation_server;
|
| + USE_HEADERMAP = NO;
|
| + WARNING_CFLAGS = "-Wendif-labels";
|
| + WARNING_CFLAGS_excluded = "-Wall";
|
| + };
|
| + name = Release;
|
| + };
|
| +/* End XCBuildConfiguration section */
|
| +
|
| +/* Begin XCConfigurationList section */
|
| + 5015948C86EA18264E127CF2 /* Build configuration list for PBXNativeTarget "crash_generation_server" */ = {
|
| + isa = XCConfigurationList;
|
| + buildConfigurations = (
|
| + 2384BC84F8CBBBF6D6BF0EDB /* Debug */,
|
| + F94C129022B10493CC97D4E2 /* Release */,
|
| + );
|
| + defaultConfigurationIsVisible = 1;
|
| + defaultConfigurationName = Debug;
|
| + };
|
| + 51F578FE4C60B0E7E897EDC8 /* Build configuration list for PBXProject "crash_generation" */ = {
|
| + isa = XCConfigurationList;
|
| + buildConfigurations = (
|
| + 52115657FAF4FD33690AEE32 /* Debug */,
|
| + B4112C74A16F0A2B7386D1BA /* Release */,
|
| + );
|
| + defaultConfigurationIsVisible = 1;
|
| + defaultConfigurationName = Debug;
|
| + };
|
| + 8F9D399461D3CB088B8730CC /* Build configuration list for PBXNativeTarget "crash_generation_client" */ = {
|
| + isa = XCConfigurationList;
|
| + buildConfigurations = (
|
| + 19D53D5865F7D45CBCEC6ADD /* Debug */,
|
| + D278E42BF5630B2B0A0C33B8 /* Release */,
|
| + );
|
| + defaultConfigurationIsVisible = 1;
|
| + defaultConfigurationName = Debug;
|
| + };
|
| + D9251CF53E01BDF67762C8BB /* Build configuration list for PBXAggregateTarget "All" */ = {
|
| + isa = XCConfigurationList;
|
| + buildConfigurations = (
|
| + E1E76360FC6A1156C73F781A /* Debug */,
|
| + 6BE8B7260B60A5DEA1C485D6 /* Release */,
|
| + );
|
| + defaultConfigurationIsVisible = 1;
|
| + defaultConfigurationName = Debug;
|
| + };
|
| +/* End XCConfigurationList section */
|
| + };
|
| + rootObject = 24D9206BB1FD27C8A587DC27 /* Project object */;
|
| +}
|
|
|