// !$*UTF8*$! { archiveVersion = 1; classes = { }; objectVersion = 46; objects = { /* Begin PBXBuildFile section */ CD0C596320C2DC3200454F82 /* GoogleMock.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CD0C594D20C2DBE700454F82 /* GoogleMock.framework */; }; CD0C596420C2DC3800454F82 /* trie_test.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CD0C595420C2DBFB00454F82 /* trie_test.cpp */; }; CD0C596D20C2E9DE00454F82 /* trie_impl.hpp in Headers */ = {isa = PBXBuildFile; fileRef = CD46DF481EF47C520092D121 /* trie_impl.hpp */; }; CD0C596E20C2E9E300454F82 /* trie.hpp in Headers */ = {isa = PBXBuildFile; fileRef = CD46DF451EF3FDCE0092D121 /* trie.hpp */; }; CD0C596F20C2E9E300454F82 /* trie_iterator.hpp in Headers */ = {isa = PBXBuildFile; fileRef = CD46DF4A1EF497E30092D121 /* trie_iterator.hpp */; }; CD0C597420C2EA7300454F82 /* trie_dummy.cpp in Sources */ = {isa = PBXBuildFile; fileRef = CD0C597320C2EA7300454F82 /* trie_dummy.cpp */; }; CD0C597920C2EAFA00454F82 /* libtrie.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = CD0C596920C2E9CE00454F82 /* libtrie.dylib */; }; /* End PBXBuildFile section */ /* Begin PBXContainerItemProxy section */ CD0C594C20C2DBE700454F82 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = CD0C594520C2DBE700454F82 /* GoogleMock.xcodeproj */; proxyType = 2; remoteGlobalIDString = 05818F861A685AEA0072A469; remoteInfo = GoogleMock; }; CD0C594E20C2DBE700454F82 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = CD0C594520C2DBE700454F82 /* GoogleMock.xcodeproj */; proxyType = 2; remoteGlobalIDString = 05E96ABD1A68600C00204102; remoteInfo = gmock; }; CD0C595020C2DBE700454F82 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = CD0C594520C2DBE700454F82 /* GoogleMock.xcodeproj */; proxyType = 2; remoteGlobalIDString = 05E96B1F1A68634900204102; remoteInfo = gtest; }; CD0C595220C2DBE700454F82 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = CD0C594520C2DBE700454F82 /* GoogleMock.xcodeproj */; proxyType = 2; remoteGlobalIDString = 05818F901A685AEA0072A469; remoteInfo = GoogleMockTests; }; CD0C596120C2DC2D00454F82 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = CD0C594520C2DBE700454F82 /* GoogleMock.xcodeproj */; proxyType = 1; remoteGlobalIDString = 05818F851A685AEA0072A469; remoteInfo = GoogleMock; }; CD0C597020C2EA1400454F82 /* PBXContainerItemProxy */ = { isa = PBXContainerItemProxy; containerPortal = CD46DF2F1EF3FD540092D121 /* Project object */; proxyType = 1; remoteGlobalIDString = CD0C596820C2E9CE00454F82; remoteInfo = trie; }; /* End PBXContainerItemProxy section */ /* Begin PBXFileReference section */ CD0C594520C2DBE700454F82 /* GoogleMock.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = GoogleMock.xcodeproj; path = "../../../gmock-xcode-master/GoogleMock.xcodeproj"; sourceTree = ""; }; CD0C595420C2DBFB00454F82 /* trie_test.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = trie_test.cpp; sourceTree = ""; }; CD0C595920C2DC1D00454F82 /* trie_test.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = trie_test.xctest; sourceTree = BUILT_PRODUCTS_DIR; }; CD0C595D20C2DC1D00454F82 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; name = Info.plist; path = trie_test/Info.plist; sourceTree = ""; }; CD0C596920C2E9CE00454F82 /* libtrie.dylib */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; path = libtrie.dylib; sourceTree = BUILT_PRODUCTS_DIR; }; CD0C597320C2EA7300454F82 /* trie_dummy.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = trie_dummy.cpp; sourceTree = ""; }; CD46DF451EF3FDCE0092D121 /* trie.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = trie.hpp; sourceTree = ""; }; CD46DF481EF47C520092D121 /* trie_impl.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = trie_impl.hpp; sourceTree = ""; }; CD46DF4A1EF497E30092D121 /* trie_iterator.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = trie_iterator.hpp; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ CD0C595620C2DC1D00454F82 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( CD0C597920C2EAFA00454F82 /* libtrie.dylib in Frameworks */, CD0C596320C2DC3200454F82 /* GoogleMock.framework in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; CD0C596620C2E9CE00454F82 /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ CD0C594620C2DBE700454F82 /* Products */ = { isa = PBXGroup; children = ( CD0C594D20C2DBE700454F82 /* GoogleMock.framework */, CD0C594F20C2DBE700454F82 /* gmock.framework */, CD0C595120C2DBE700454F82 /* gtest.framework */, CD0C595320C2DBE700454F82 /* GoogleMockTests.xctest */, ); name = Products; sourceTree = ""; }; CD46DF2E1EF3FD540092D121 = { isa = PBXGroup; children = ( CD0C594520C2DBE700454F82 /* GoogleMock.xcodeproj */, CD46DF421EF3FD6D0092D121 /* src */, CD46DF411EF3FD670092D121 /* test */, CD46DF381EF3FD540092D121 /* Products */, ); sourceTree = ""; }; CD46DF381EF3FD540092D121 /* Products */ = { isa = PBXGroup; children = ( CD0C595920C2DC1D00454F82 /* trie_test.xctest */, CD0C596920C2E9CE00454F82 /* libtrie.dylib */, ); name = Products; sourceTree = ""; }; CD46DF411EF3FD670092D121 /* test */ = { isa = PBXGroup; children = ( CD0C595420C2DBFB00454F82 /* trie_test.cpp */, CD0C595D20C2DC1D00454F82 /* Info.plist */, ); name = test; sourceTree = ""; }; CD46DF421EF3FD6D0092D121 /* src */ = { isa = PBXGroup; children = ( CD46DF451EF3FDCE0092D121 /* trie.hpp */, CD46DF4A1EF497E30092D121 /* trie_iterator.hpp */, CD46DF481EF47C520092D121 /* trie_impl.hpp */, CD0C597320C2EA7300454F82 /* trie_dummy.cpp */, ); name = src; sourceTree = ""; }; /* End PBXGroup section */ /* Begin PBXHeadersBuildPhase section */ CD0C596720C2E9CE00454F82 /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( CD0C596E20C2E9E300454F82 /* trie.hpp in Headers */, CD0C596D20C2E9DE00454F82 /* trie_impl.hpp in Headers */, CD0C596F20C2E9E300454F82 /* trie_iterator.hpp in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXHeadersBuildPhase section */ /* Begin PBXNativeTarget section */ CD0C595820C2DC1D00454F82 /* trie_test */ = { isa = PBXNativeTarget; buildConfigurationList = CD0C595E20C2DC1D00454F82 /* Build configuration list for PBXNativeTarget "trie_test" */; buildPhases = ( CD0C595520C2DC1D00454F82 /* Sources */, CD0C595620C2DC1D00454F82 /* Frameworks */, CD0C595720C2DC1D00454F82 /* Resources */, ); buildRules = ( ); dependencies = ( CD0C597120C2EA1400454F82 /* PBXTargetDependency */, CD0C596220C2DC2D00454F82 /* PBXTargetDependency */, ); name = trie_test; productName = trie_test; productReference = CD0C595920C2DC1D00454F82 /* trie_test.xctest */; productType = "com.apple.product-type.bundle.unit-test"; }; CD0C596820C2E9CE00454F82 /* trie */ = { isa = PBXNativeTarget; buildConfigurationList = CD0C596A20C2E9CF00454F82 /* Build configuration list for PBXNativeTarget "trie" */; buildPhases = ( CD0C596520C2E9CE00454F82 /* Sources */, CD0C596620C2E9CE00454F82 /* Frameworks */, CD0C596720C2E9CE00454F82 /* Headers */, ); buildRules = ( ); dependencies = ( ); name = trie; productName = trie; productReference = CD0C596920C2E9CE00454F82 /* libtrie.dylib */; productType = "com.apple.product-type.library.dynamic"; }; /* End PBXNativeTarget section */ /* Begin PBXProject section */ CD46DF2F1EF3FD540092D121 /* Project object */ = { isa = PBXProject; attributes = { LastUpgradeCheck = 1030; ORGANIZATIONNAME = "Sam Jaffe"; TargetAttributes = { CD0C595820C2DC1D00454F82 = { CreatedOnToolsVersion = 7.2.1; }; CD0C596820C2E9CE00454F82 = { CreatedOnToolsVersion = 7.2.1; }; }; }; buildConfigurationList = CD46DF321EF3FD540092D121 /* Build configuration list for PBXProject "trie" */; compatibilityVersion = "Xcode 3.2"; developmentRegion = en; hasScannedForEncodings = 0; knownRegions = ( en, Base, ); mainGroup = CD46DF2E1EF3FD540092D121; productRefGroup = CD46DF381EF3FD540092D121 /* Products */; projectDirPath = ""; projectReferences = ( { ProductGroup = CD0C594620C2DBE700454F82 /* Products */; ProjectRef = CD0C594520C2DBE700454F82 /* GoogleMock.xcodeproj */; }, ); projectRoot = ""; targets = ( CD0C595820C2DC1D00454F82 /* trie_test */, CD0C596820C2E9CE00454F82 /* trie */, ); }; /* End PBXProject section */ /* Begin PBXReferenceProxy section */ CD0C594D20C2DBE700454F82 /* GoogleMock.framework */ = { isa = PBXReferenceProxy; fileType = wrapper.framework; path = GoogleMock.framework; remoteRef = CD0C594C20C2DBE700454F82 /* PBXContainerItemProxy */; sourceTree = BUILT_PRODUCTS_DIR; }; CD0C594F20C2DBE700454F82 /* gmock.framework */ = { isa = PBXReferenceProxy; fileType = wrapper.framework; path = gmock.framework; remoteRef = CD0C594E20C2DBE700454F82 /* PBXContainerItemProxy */; sourceTree = BUILT_PRODUCTS_DIR; }; CD0C595120C2DBE700454F82 /* gtest.framework */ = { isa = PBXReferenceProxy; fileType = wrapper.framework; path = gtest.framework; remoteRef = CD0C595020C2DBE700454F82 /* PBXContainerItemProxy */; sourceTree = BUILT_PRODUCTS_DIR; }; CD0C595320C2DBE700454F82 /* GoogleMockTests.xctest */ = { isa = PBXReferenceProxy; fileType = wrapper.cfbundle; path = GoogleMockTests.xctest; remoteRef = CD0C595220C2DBE700454F82 /* PBXContainerItemProxy */; sourceTree = BUILT_PRODUCTS_DIR; }; /* End PBXReferenceProxy section */ /* Begin PBXResourcesBuildPhase section */ CD0C595720C2DC1D00454F82 /* Resources */ = { isa = PBXResourcesBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXResourcesBuildPhase section */ /* Begin PBXSourcesBuildPhase section */ CD0C595520C2DC1D00454F82 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( CD0C596420C2DC3800454F82 /* trie_test.cpp in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; CD0C596520C2E9CE00454F82 /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( CD0C597420C2EA7300454F82 /* trie_dummy.cpp in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXSourcesBuildPhase section */ /* Begin PBXTargetDependency section */ CD0C596220C2DC2D00454F82 /* PBXTargetDependency */ = { isa = PBXTargetDependency; name = GoogleMock; targetProxy = CD0C596120C2DC2D00454F82 /* PBXContainerItemProxy */; }; CD0C597120C2EA1400454F82 /* PBXTargetDependency */ = { isa = PBXTargetDependency; target = CD0C596820C2E9CE00454F82 /* trie */; targetProxy = CD0C597020C2EA1400454F82 /* PBXContainerItemProxy */; }; /* End PBXTargetDependency section */ /* Begin XCBuildConfiguration section */ CD0C595F20C2DC1D00454F82 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { CLANG_CXX_LANGUAGE_STANDARD = "gnu++14"; COMBINE_HIDPI_IMAGES = YES; INFOPLIST_FILE = trie_test/Info.plist; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks"; PRODUCT_BUNDLE_IDENTIFIER = "leumasjaffe.trie-test"; PRODUCT_NAME = "$(TARGET_NAME)"; }; name = Debug; }; CD0C596020C2DC1D00454F82 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { CLANG_CXX_LANGUAGE_STANDARD = "gnu++14"; COMBINE_HIDPI_IMAGES = YES; INFOPLIST_FILE = trie_test/Info.plist; LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks"; PRODUCT_BUNDLE_IDENTIFIER = "leumasjaffe.trie-test"; PRODUCT_NAME = "$(TARGET_NAME)"; }; name = Release; }; CD0C596B20C2E9CF00454F82 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; EXECUTABLE_PREFIX = lib; PRODUCT_NAME = "$(TARGET_NAME)"; }; name = Debug; }; CD0C596C20C2E9CF00454F82 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { DYLIB_COMPATIBILITY_VERSION = 1; DYLIB_CURRENT_VERSION = 1; EXECUTABLE_PREFIX = lib; PRODUCT_NAME = "$(TARGET_NAME)"; }; name = Release; }; CD46DF3C1EF3FD540092D121 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; CLANG_CXX_LANGUAGE_STANDARD = "gnu++14"; 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_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; USER_HEADER_SEARCH_PATHS = "../iterator/include/ ../../types"; }; name = Debug; }; CD46DF3D1EF3FD540092D121 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES; CLANG_CXX_LANGUAGE_STANDARD = "gnu++14"; 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_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; USER_HEADER_SEARCH_PATHS = "../iterator/include/ ../../types"; }; name = Release; }; /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ CD0C595E20C2DC1D00454F82 /* Build configuration list for PBXNativeTarget "trie_test" */ = { isa = XCConfigurationList; buildConfigurations = ( CD0C595F20C2DC1D00454F82 /* Debug */, CD0C596020C2DC1D00454F82 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; CD0C596A20C2E9CF00454F82 /* Build configuration list for PBXNativeTarget "trie" */ = { isa = XCConfigurationList; buildConfigurations = ( CD0C596B20C2E9CF00454F82 /* Debug */, CD0C596C20C2E9CF00454F82 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; CD46DF321EF3FD540092D121 /* Build configuration list for PBXProject "trie" */ = { isa = XCConfigurationList; buildConfigurations = ( CD46DF3C1EF3FD540092D121 /* Debug */, CD46DF3D1EF3FD540092D121 /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; /* End XCConfigurationList section */ }; rootObject = CD46DF2F1EF3FD540092D121 /* Project object */; }