// !$*UTF8*$! { archiveVersion = 1; classes = { }; objectVersion = 46; objects = { /* Begin PBXBuildFile section */ CDD215F429CCFB0100A4582C /* scope_guard.cxx in Sources */ = {isa = PBXBuildFile; fileRef = CD3A75F91E25B46F008C6DC2 /* scope_guard.cxx */; }; CDD215F529CCFB5000A4582C /* scope_guard in Headers */ = {isa = PBXBuildFile; fileRef = CDD215C429CCF9F000A4582C /* scope_guard */; settings = {ATTRIBUTES = (Public, ); }; }; CDD215F729CCFC0A00A4582C /* GoogleMock.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CDEC1DBE2351673F0091D9F2 /* GoogleMock.framework */; }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ CDD215EF29CCFA5000A4582C /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = CD3DA4011D9B42F4001B53A0 /* Project object */; proxyType = 1; remoteGlobalIDString = CDD215D029CCFA1E00A4582C; remoteInfo = scope_guard; }; CDEC1DBD2351673F0091D9F2 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = CDEC1DB62351673F0091D9F2 /* GoogleMock.xcodeproj */; proxyType = 2; remoteGlobalIDString = 05818F861A685AEA0072A469; remoteInfo = GoogleMock; }; CDEC1DBF2351673F0091D9F2 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = CDEC1DB62351673F0091D9F2 /* GoogleMock.xcodeproj */; proxyType = 2; remoteGlobalIDString = 05E96ABD1A68600C00204102; remoteInfo = gmock; }; CDEC1DC12351673F0091D9F2 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = CDEC1DB62351673F0091D9F2 /* GoogleMock.xcodeproj */; proxyType = 2; remoteGlobalIDString = 05E96B1F1A68634900204102; remoteInfo = gtest; }; CDEC1DC32351673F0091D9F2 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = CDEC1DB62351673F0091D9F2 /* GoogleMock.xcodeproj */; proxyType = 2; remoteGlobalIDString = 05818F901A685AEA0072A469; remoteInfo = GoogleMockTests; }; /* End PBXContainerItemProxy section */ /* Begin PBXFileReference section */ CD3A75F91E25B46F008C6DC2 /* scope_guard.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = scope_guard.cxx; sourceTree = ""; }; CDD215C429CCF9F000A4582C /* scope_guard */ = {isa = PBXFileReference; lastKnownFileType = folder; name = scope_guard; path = include/scope_guard; sourceTree = ""; }; CDD215CB29CCF9F600A4582C /* scope_guard.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = scope_guard.hpp; sourceTree = ""; }; CDD215CC29CCFA1300A4582C /* xcode_gtest_helper.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = xcode_gtest_helper.h; sourceTree = ""; }; CDD215D129CCFA1E00A4582C /* libscope_guard.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libscope_guard.a; sourceTree = BUILT_PRODUCTS_DIR; }; CDD215EA29CCFA5000A4582C /* scope_guard-test.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "scope_guard-test.xctest"; sourceTree = BUILT_PRODUCTS_DIR; }; CDEC1DB62351673F0091D9F2 /* GoogleMock.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = GoogleMock.xcodeproj; path = "../../../../gmock-xcode-master/GoogleMock.xcodeproj"; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ CDD215CF29CCFA1E00A4582C /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; CDD215E729CCFA5000A4582C /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( CDD215F729CCFC0A00A4582C /* GoogleMock.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ CD3A75FB1E25B480008C6DC2 /* test */ = { isa = PBXGroup; children = ( CDD215CC29CCFA1300A4582C /* xcode_gtest_helper.h */, CD3A75F91E25B46F008C6DC2 /* scope_guard.cxx */, ); path = test; sourceTree = ""; }; CD3DA4001D9B42F4001B53A0 = { isa = PBXGroup; children = ( CDEC1DB62351673F0091D9F2 /* GoogleMock.xcodeproj */, CDD215C429CCF9F000A4582C /* scope_guard */, CDD215C929CCF9F600A4582C /* include */, CD3A75FB1E25B480008C6DC2 /* test */, CDD215EB29CCFA5000A4582C /* scope_guard-test */, CD3DA40A1D9B42F4001B53A0 /* Products */, CDD215F629CCFC0A00A4582C /* Frameworks */, ); sourceTree = ""; }; CD3DA40A1D9B42F4001B53A0 /* Products */ = { isa = PBXGroup; children = ( CDD215D129CCFA1E00A4582C /* libscope_guard.a */, CDD215EA29CCFA5000A4582C /* scope_guard-test.xctest */, ); name = Products; sourceTree = ""; }; CDD215C929CCF9F600A4582C /* include */ = { isa = PBXGroup; children = ( CDD215CA29CCF9F600A4582C /* scope_guard */, ); path = include; sourceTree = ""; }; CDD215CA29CCF9F600A4582C /* scope_guard */ = { isa = PBXGroup; children = ( CDD215CB29CCF9F600A4582C /* scope_guard.hpp */, ); path = scope_guard; sourceTree = ""; }; CDD215EB29CCFA5000A4582C /* scope_guard-test */ = { isa = PBXGroup; children = ( ); path = "scope_guard-test"; sourceTree = ""; }; CDD215F629CCFC0A00A4582C /* Frameworks */ = { isa = PBXGroup; children = ( ); name = Frameworks; sourceTree = ""; }; CDEC1DB72351673F0091D9F2 /* Products */ = { isa = PBXGroup; children = ( CDEC1DBE2351673F0091D9F2 /* GoogleMock.framework */, CDEC1DC02351673F0091D9F2 /* gmock.framework */, CDEC1DC22351673F0091D9F2 /* gtest.framework */, CDEC1DC42351673F0091D9F2 /* GoogleMockTests.xctest */, ); name = Products; sourceTree = ""; }; /* End PBXGroup section */ /* Begin PBXHeadersBuildPhase section */ CDD215CD29CCFA1E00A4582C /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( CDD215F529CCFB5000A4582C /* scope_guard in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXHeadersBuildPhase section */ /* Begin PBXNativeTarget section */ CDD215D029CCFA1E00A4582C /* scope_guard */ = { isa = PBXNativeTarget; buildConfigurationList = CDD215D229CCFA1E00A4582C /* Build configuration list for PBXNativeTarget "scope_guard" */; buildPhases = ( CDD215CD29CCFA1E00A4582C /* Headers */, CDD215CE29CCFA1E00A4582C /* Sources */, CDD215CF29CCFA1E00A4582C /* Frameworks */, ); buildRules = ( ); dependencies = ( ); name = scope_guard; productName = scope_guard; productReference = CDD215D129CCFA1E00A4582C /* libscope_guard.a */; productType = "com.apple.product-type.library.static"; }; CDD215E929CCFA5000A4582C /* scope_guard-test */ = { isa = PBXNativeTarget; buildConfigurationList = CDD215F129CCFA5000A4582C /* Build configuration list for PBXNativeTarget "scope_guard-test" */; buildPhases = ( CDD215E629CCFA5000A4582C /* Sources */, CDD215E729CCFA5000A4582C /* Frameworks */, CDD215E829CCFA5000A4582C /* Resources */, ); buildRules = ( ); dependencies = ( CDD215F029CCFA5000A4582C /* PBXTargetDependency */, ); name = "scope_guard-test"; productName = "scope_guard-test"; productReference = CDD215EA29CCFA5000A4582C /* scope_guard-test.xctest */; productType = "com.apple.product-type.bundle.unit-test"; }; /* End PBXNativeTarget section */ /* Begin PBXProject section */ CD3DA4011D9B42F4001B53A0 /* Project object */ = { isa = PBXProject; attributes = { LastSwiftUpdateCheck = 1340; LastUpgradeCheck = 1230; ORGANIZATIONNAME = "Sam Jaffe"; TargetAttributes = { CDD215D029CCFA1E00A4582C = { CreatedOnToolsVersion = 13.4.1; ProvisioningStyle = Automatic; }; CDD215E929CCFA5000A4582C = { CreatedOnToolsVersion = 13.4.1; ProvisioningStyle = Automatic; }; }; }; buildConfigurationList = CD3DA4041D9B42F4001B53A0 /* Build configuration list for PBXProject "scope_guard" */; compatibilityVersion = "Xcode 3.2"; developmentRegion = en; hasScannedForEncodings = 0; knownRegions = ( en, Base, ); mainGroup = CD3DA4001D9B42F4001B53A0; productRefGroup = CD3DA40A1D9B42F4001B53A0 /* Products */; projectDirPath = ""; projectReferences = ( { ProductGroup = CDEC1DB72351673F0091D9F2 /* Products */; ProjectRef = CDEC1DB62351673F0091D9F2 /* GoogleMock.xcodeproj */; }, ); projectRoot = ""; targets = ( CDD215D029CCFA1E00A4582C /* scope_guard */, CDD215E929CCFA5000A4582C /* scope_guard-test */, ); }; /* End PBXProject section */ /* Begin PBXReferenceProxy section */ CDEC1DBE2351673F0091D9F2 /* GoogleMock.framework */ = { isa = PBXReferenceProxy; fileType = wrapper.framework; path = GoogleMock.framework; remoteRef = CDEC1DBD2351673F0091D9F2 /* PBXContainerItemProxy */; sourceTree = BUILT_PRODUCTS_DIR; }; CDEC1DC02351673F0091D9F2 /* gmock.framework */ = { isa = PBXReferenceProxy; fileType = wrapper.framework; path = gmock.framework; remoteRef = CDEC1DBF2351673F0091D9F2 /* PBXContainerItemProxy */; sourceTree = BUILT_PRODUCTS_DIR; }; CDEC1DC22351673F0091D9F2 /* gtest.framework */ = { isa = PBXReferenceProxy; fileType = wrapper.framework; path = gtest.framework; remoteRef = CDEC1DC12351673F0091D9F2 /* PBXContainerItemProxy */; sourceTree = BUILT_PRODUCTS_DIR; }; CDEC1DC42351673F0091D9F2 /* GoogleMockTests.xctest */ = { isa = PBXReferenceProxy; fileType = wrapper.cfbundle; path = GoogleMockTests.xctest; remoteRef = CDEC1DC32351673F0091D9F2 /* PBXContainerItemProxy */; sourceTree = BUILT_PRODUCTS_DIR; }; /* End PBXReferenceProxy section */ /* Begin PBXResourcesBuildPhase section */ CDD215E829CCFA5000A4582C /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXResourcesBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ CDD215CE29CCFA1E00A4582C /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; CDD215E629CCFA5000A4582C /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( CDD215F429CCFB0100A4582C /* scope_guard.cxx in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXSourcesBuildPhase section */ /* Begin PBXTargetDependency section */ CDD215F029CCFA5000A4582C /* PBXTargetDependency */ = { isa = PBXTargetDependency; target = CDD215D029CCFA1E00A4582C /* scope_guard */; targetProxy = CDD215EF29CCFA5000A4582C /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin XCBuildConfiguration section */ CD3DA40E1D9B42F4001B53A0 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; CLANG_CXX_LANGUAGE_STANDARD = "c++17"; CLANG_CXX_LIBRARY = "libc++"; CLANG_ENABLE_MODULES = YES; CLANG_ENABLE_OBJC_ARC = YES; CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; CLANG_WARN_BOOL_CONVERSION = YES; CLANG_WARN_COMMA = YES; CLANG_WARN_CONSTANT_CONVERSION = YES; CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; CLANG_WARN_EMPTY_BODY = YES; CLANG_WARN_ENUM_CONVERSION = YES; CLANG_WARN_INFINITE_RECURSION = YES; CLANG_WARN_INT_CONVERSION = YES; CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; CLANG_WARN_STRICT_PROTOTYPES = YES; CLANG_WARN_SUSPICIOUS_MOVE = YES; CLANG_WARN_UNREACHABLE_CODE = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; CODE_SIGN_IDENTITY = "-"; COPY_PHASE_STRIP = NO; DEBUG_INFORMATION_FORMAT = dwarf; ENABLE_STRICT_OBJC_MSGSEND = YES; ENABLE_TESTABILITY = YES; GCC_C_LANGUAGE_STANDARD = gnu99; GCC_DYNAMIC_NO_PIC = NO; GCC_NO_COMMON_BLOCKS = YES; GCC_OPTIMIZATION_LEVEL = 0; GCC_PREPROCESSOR_DEFINITIONS = ( "DEBUG=1", "$(inherited)", ); GCC_WARN_64_TO_32_BIT_CONVERSION = YES; GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; GCC_WARN_UNDECLARED_SELECTOR = YES; GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; MACOSX_DEPLOYMENT_TARGET = 10.10; MTL_ENABLE_DEBUG_INFO = YES; ONLY_ACTIVE_ARCH = YES; SDKROOT = macosx; SYSTEM_HEADER_SEARCH_PATHS = "$(PROJECT_DIR)/include $(BUILD_TARGET_DIR)/usr/local/include"; }; name = Debug; }; CD3DA40F1D9B42F4001B53A0 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; CLANG_CXX_LANGUAGE_STANDARD = "c++17"; CLANG_CXX_LIBRARY = "libc++"; CLANG_ENABLE_MODULES = YES; CLANG_ENABLE_OBJC_ARC = YES; CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES; CLANG_WARN_BOOL_CONVERSION = YES; CLANG_WARN_COMMA = YES; CLANG_WARN_CONSTANT_CONVERSION = YES; CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES; CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; CLANG_WARN_EMPTY_BODY = YES; CLANG_WARN_ENUM_CONVERSION = YES; CLANG_WARN_INFINITE_RECURSION = YES; CLANG_WARN_INT_CONVERSION = YES; CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES; CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES; CLANG_WARN_OBJC_LITERAL_CONVERSION = YES; CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES; CLANG_WARN_RANGE_LOOP_ANALYSIS = YES; CLANG_WARN_STRICT_PROTOTYPES = YES; CLANG_WARN_SUSPICIOUS_MOVE = YES; CLANG_WARN_UNREACHABLE_CODE = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; CODE_SIGN_IDENTITY = "-"; COPY_PHASE_STRIP = NO; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; ENABLE_NS_ASSERTIONS = NO; ENABLE_STRICT_OBJC_MSGSEND = YES; GCC_C_LANGUAGE_STANDARD = gnu99; GCC_NO_COMMON_BLOCKS = YES; GCC_WARN_64_TO_32_BIT_CONVERSION = YES; GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; GCC_WARN_UNDECLARED_SELECTOR = YES; GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; MACOSX_DEPLOYMENT_TARGET = 10.10; MTL_ENABLE_DEBUG_INFO = NO; SDKROOT = macosx; SYSTEM_HEADER_SEARCH_PATHS = "$(PROJECT_DIR)/include $(BUILD_TARGET_DIR)/usr/local/include"; }; name = Release; }; CDD215D329CCFA1E00A4582C /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { CLANG_ANALYZER_NONNULL = YES; CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; CLANG_CXX_LANGUAGE_STANDARD = "gnu++17"; CLANG_ENABLE_OBJC_WEAK = YES; CLANG_WARN_DOCUMENTATION_COMMENTS = YES; CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; CODE_SIGN_STYLE = Automatic; EXECUTABLE_PREFIX = lib; GCC_C_LANGUAGE_STANDARD = gnu11; MACOSX_DEPLOYMENT_TARGET = 12.0; MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; MTL_FAST_MATH = YES; PRODUCT_NAME = "$(TARGET_NAME)"; SKIP_INSTALL = YES; }; name = Debug; }; CDD215D429CCFA1E00A4582C /* Release */ = { isa = XCBuildConfiguration; buildSettings = { CLANG_ANALYZER_NONNULL = YES; CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; CLANG_CXX_LANGUAGE_STANDARD = "gnu++17"; CLANG_ENABLE_OBJC_WEAK = YES; CLANG_WARN_DOCUMENTATION_COMMENTS = YES; CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; CODE_SIGN_STYLE = Automatic; EXECUTABLE_PREFIX = lib; GCC_C_LANGUAGE_STANDARD = gnu11; MACOSX_DEPLOYMENT_TARGET = 12.0; MTL_FAST_MATH = YES; PRODUCT_NAME = "$(TARGET_NAME)"; SKIP_INSTALL = YES; }; name = Release; }; CDD215F229CCFA5000A4582C /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { CLANG_ANALYZER_NONNULL = YES; CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; CLANG_CXX_LANGUAGE_STANDARD = "gnu++17"; CLANG_ENABLE_OBJC_WEAK = YES; CLANG_WARN_DOCUMENTATION_COMMENTS = YES; CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; CODE_SIGN_STYLE = Automatic; CURRENT_PROJECT_VERSION = 1; GCC_C_LANGUAGE_STANDARD = gnu11; GENERATE_INFOPLIST_FILE = YES; MACOSX_DEPLOYMENT_TARGET = 12.0; MARKETING_VERSION = 1.0; MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE; MTL_FAST_MATH = YES; PRODUCT_BUNDLE_IDENTIFIER = "leumasjaffe.scope-guard-test"; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG; SWIFT_EMIT_LOC_STRINGS = NO; SWIFT_OPTIMIZATION_LEVEL = "-Onone"; SWIFT_VERSION = 5.0; }; name = Debug; }; CDD215F329CCFA5000A4582C /* Release */ = { isa = XCBuildConfiguration; buildSettings = { CLANG_ANALYZER_NONNULL = YES; CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE; CLANG_CXX_LANGUAGE_STANDARD = "gnu++17"; CLANG_ENABLE_OBJC_WEAK = YES; CLANG_WARN_DOCUMENTATION_COMMENTS = YES; CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE; CODE_SIGN_STYLE = Automatic; CURRENT_PROJECT_VERSION = 1; GCC_C_LANGUAGE_STANDARD = gnu11; GENERATE_INFOPLIST_FILE = YES; MACOSX_DEPLOYMENT_TARGET = 12.0; MARKETING_VERSION = 1.0; MTL_FAST_MATH = YES; PRODUCT_BUNDLE_IDENTIFIER = "leumasjaffe.scope-guard-test"; PRODUCT_NAME = "$(TARGET_NAME)"; SWIFT_EMIT_LOC_STRINGS = NO; SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule"; SWIFT_VERSION = 5.0; }; name = Release; }; /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ CD3DA4041D9B42F4001B53A0 /* Build configuration list for PBXProject "scope_guard" */ = { isa = XCConfigurationList; buildConfigurations = ( CD3DA40E1D9B42F4001B53A0 /* Debug */, CD3DA40F1D9B42F4001B53A0 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; CDD215D229CCFA1E00A4582C /* Build configuration list for PBXNativeTarget "scope_guard" */ = { isa = XCConfigurationList; buildConfigurations = ( CDD215D329CCFA1E00A4582C /* Debug */, CDD215D429CCFA1E00A4582C /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; CDD215F129CCFA5000A4582C /* Build configuration list for PBXNativeTarget "scope_guard-test" */ = { isa = XCConfigurationList; buildConfigurations = ( CDD215F229CCFA5000A4582C /* Debug */, CDD215F329CCFA5000A4582C /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; /* End XCConfigurationList section */ }; rootObject = CD3DA4011D9B42F4001B53A0 /* Project object */; }