| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660 |
- // !$*UTF8*$!
- {
- archiveVersion = 1;
- classes = {
- };
- objectVersion = 46;
- objects = {
- /* Begin PBXBuildFile section */
- CD10426124E8380600C0DF2A /* GoogleMock.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CD0C598220C31CC300454F82 /* GoogleMock.framework */; };
- CD10426224E8382400C0DF2A /* vector_test.cxx in Sources */ = {isa = PBXBuildFile; fileRef = CD10423624E836A700C0DF2A /* vector_test.cxx */; };
- CD10426924E8701200C0DF2A /* math in Resources */ = {isa = PBXBuildFile; fileRef = CD10426824E8701100C0DF2A /* math */; };
- /* End PBXBuildFile section */
- /* Begin PBXContainerItemProxy section */
- CD0C598120C31CC300454F82 /* PBXContainerItemProxy */ = {
- isa = PBXContainerItemProxy;
- containerPortal = CD0C597A20C31CC300454F82 /* GoogleMock.xcodeproj */;
- proxyType = 2;
- remoteGlobalIDString = 05818F861A685AEA0072A469;
- remoteInfo = GoogleMock;
- };
- CD0C598320C31CC300454F82 /* PBXContainerItemProxy */ = {
- isa = PBXContainerItemProxy;
- containerPortal = CD0C597A20C31CC300454F82 /* GoogleMock.xcodeproj */;
- proxyType = 2;
- remoteGlobalIDString = 05E96ABD1A68600C00204102;
- remoteInfo = gmock;
- };
- CD0C598520C31CC300454F82 /* PBXContainerItemProxy */ = {
- isa = PBXContainerItemProxy;
- containerPortal = CD0C597A20C31CC300454F82 /* GoogleMock.xcodeproj */;
- proxyType = 2;
- remoteGlobalIDString = 05E96B1F1A68634900204102;
- remoteInfo = gtest;
- };
- CD0C598720C31CC300454F82 /* PBXContainerItemProxy */ = {
- isa = PBXContainerItemProxy;
- containerPortal = CD0C597A20C31CC300454F82 /* GoogleMock.xcodeproj */;
- proxyType = 2;
- remoteGlobalIDString = 05818F901A685AEA0072A469;
- remoteInfo = GoogleMockTests;
- };
- CDCA9BBD2B78587500C8B1EC /* PBXContainerItemProxy */ = {
- isa = PBXContainerItemProxy;
- containerPortal = CDCA9BB72B78587500C8B1EC /* expect.xcodeproj */;
- proxyType = 2;
- remoteGlobalIDString = CDD476BD29C5423B00BDB829;
- remoteInfo = expect;
- };
- CDCA9BBF2B78587500C8B1EC /* PBXContainerItemProxy */ = {
- isa = PBXContainerItemProxy;
- containerPortal = CDCA9BB72B78587500C8B1EC /* expect.xcodeproj */;
- proxyType = 2;
- remoteGlobalIDString = CDEC1E8A235248390091D9F2;
- remoteInfo = "expect-test";
- };
- CDCA9BC72B78587900C8B1EC /* PBXContainerItemProxy */ = {
- isa = PBXContainerItemProxy;
- containerPortal = CDCA9BC12B78587900C8B1EC /* test-helpers.xcodeproj */;
- proxyType = 2;
- remoteGlobalIDString = CD6030FC2AF67772000D9F31;
- remoteInfo = "test-helpers";
- };
- CDCA9BC92B78587900C8B1EC /* PBXContainerItemProxy */ = {
- isa = PBXContainerItemProxy;
- containerPortal = CDCA9BC12B78587900C8B1EC /* test-helpers.xcodeproj */;
- proxyType = 2;
- remoteGlobalIDString = CDD965FA2B654D090091D92C;
- remoteInfo = "test-helpers-test";
- };
- /* End PBXContainerItemProxy section */
- /* Begin PBXFileReference section */
- CD0C597A20C31CC300454F82 /* GoogleMock.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = GoogleMock.xcodeproj; path = "../../../gmock-xcode-master/GoogleMock.xcodeproj"; sourceTree = "<group>"; };
- CD10423624E836A700C0DF2A /* vector_test.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = vector_test.cxx; sourceTree = "<group>"; };
- CD10425824E837FB00C0DF2A /* vector-test.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "vector-test.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
- CD10425C24E837FB00C0DF2A /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
- CD10426824E8701100C0DF2A /* math */ = {isa = PBXFileReference; lastKnownFileType = folder; name = math; path = include/math; sourceTree = "<group>"; };
- CDAE62452B77B8A800551FB8 /* libvector.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libvector.a; sourceTree = BUILT_PRODUCTS_DIR; };
- CDB6F8BA2B80EFEC00FE3226 /* vector.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = vector.hpp; sourceTree = "<group>"; };
- CDB6F8BB2B80EFEC00FE3226 /* traits.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = traits.hpp; sourceTree = "<group>"; };
- CDB6F8BC2B80EFEC00FE3226 /* forward.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = forward.h; sourceTree = "<group>"; };
- CDB6F8C52B80EFFB00FE3226 /* macro.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = macro.h; sourceTree = "<group>"; };
- CDB6F8C62B80F21900FE3226 /* undef.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = undef.h; sourceTree = "<group>"; };
- CDCA9BB72B78587500C8B1EC /* expect.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = expect.xcodeproj; path = external/expect/expect.xcodeproj; sourceTree = "<group>"; };
- CDCA9BC12B78587900C8B1EC /* test-helpers.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = "test-helpers.xcodeproj"; path = "external/test-helpers/test-helpers.xcodeproj"; sourceTree = "<group>"; };
- /* End PBXFileReference section */
- /* Begin PBXFrameworksBuildPhase section */
- CD10425524E837FB00C0DF2A /* Frameworks */ = {
- isa = PBXFrameworksBuildPhase;
- buildActionMask = 2147483647;
- files = (
- CD10426124E8380600C0DF2A /* GoogleMock.framework in Frameworks */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- CDAE62432B77B8A800551FB8 /* Frameworks */ = {
- isa = PBXFrameworksBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- /* End PBXFrameworksBuildPhase section */
- /* Begin PBXGroup section */
- 0E5DFDD01BB4D3360063976E = {
- isa = PBXGroup;
- children = (
- CDCA9BB72B78587500C8B1EC /* expect.xcodeproj */,
- CDCA9BC12B78587900C8B1EC /* test-helpers.xcodeproj */,
- CD0C597A20C31CC300454F82 /* GoogleMock.xcodeproj */,
- CD10426824E8701100C0DF2A /* math */,
- CDB6F8B72B80EFEC00FE3226 /* include */,
- CD10423524E836A700C0DF2A /* test */,
- CD10425924E837FB00C0DF2A /* vector-test */,
- 0E5DFDF41BB4D5040063976E /* Products */,
- CD10426024E8380600C0DF2A /* Frameworks */,
- );
- sourceTree = "<group>";
- };
- 0E5DFDF41BB4D5040063976E /* Products */ = {
- isa = PBXGroup;
- children = (
- CD10425824E837FB00C0DF2A /* vector-test.xctest */,
- CDAE62452B77B8A800551FB8 /* libvector.a */,
- );
- name = Products;
- sourceTree = "<group>";
- };
- CD0C597B20C31CC300454F82 /* Products */ = {
- isa = PBXGroup;
- children = (
- CD0C598220C31CC300454F82 /* GoogleMock.framework */,
- CD0C598420C31CC300454F82 /* gmock.framework */,
- CD0C598620C31CC300454F82 /* gtest.framework */,
- CD0C598820C31CC300454F82 /* GoogleMockTests.xctest */,
- );
- name = Products;
- sourceTree = "<group>";
- };
- CD10423524E836A700C0DF2A /* test */ = {
- isa = PBXGroup;
- children = (
- CD10423624E836A700C0DF2A /* vector_test.cxx */,
- );
- path = test;
- sourceTree = "<group>";
- };
- CD10425924E837FB00C0DF2A /* vector-test */ = {
- isa = PBXGroup;
- children = (
- CD10425C24E837FB00C0DF2A /* Info.plist */,
- );
- path = "vector-test";
- sourceTree = "<group>";
- };
- CD10426024E8380600C0DF2A /* Frameworks */ = {
- isa = PBXGroup;
- children = (
- );
- name = Frameworks;
- sourceTree = "<group>";
- };
- CDB6F8B72B80EFEC00FE3226 /* include */ = {
- isa = PBXGroup;
- children = (
- CDB6F8B82B80EFEC00FE3226 /* math */,
- );
- path = include;
- sourceTree = "<group>";
- };
- CDB6F8B82B80EFEC00FE3226 /* math */ = {
- isa = PBXGroup;
- children = (
- CDB6F8B92B80EFEC00FE3226 /* vector */,
- );
- path = math;
- sourceTree = "<group>";
- };
- CDB6F8B92B80EFEC00FE3226 /* vector */ = {
- isa = PBXGroup;
- children = (
- CDB6F8BA2B80EFEC00FE3226 /* vector.hpp */,
- CDB6F8BB2B80EFEC00FE3226 /* traits.hpp */,
- CDB6F8BC2B80EFEC00FE3226 /* forward.h */,
- CDB6F8C52B80EFFB00FE3226 /* macro.h */,
- CDB6F8C62B80F21900FE3226 /* undef.h */,
- );
- path = vector;
- sourceTree = "<group>";
- };
- CDCA9BB82B78587500C8B1EC /* Products */ = {
- isa = PBXGroup;
- children = (
- CDCA9BBE2B78587500C8B1EC /* libexpect.a */,
- CDCA9BC02B78587500C8B1EC /* expect-test.xctest */,
- );
- name = Products;
- sourceTree = "<group>";
- };
- CDCA9BC22B78587900C8B1EC /* Products */ = {
- isa = PBXGroup;
- children = (
- CDCA9BC82B78587900C8B1EC /* libtest-helpers.a */,
- CDCA9BCA2B78587900C8B1EC /* test-helpers-test.xctest */,
- );
- name = Products;
- sourceTree = "<group>";
- };
- /* End PBXGroup section */
- /* Begin PBXHeadersBuildPhase section */
- CDAE62412B77B8A800551FB8 /* Headers */ = {
- isa = PBXHeadersBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- /* End PBXHeadersBuildPhase section */
- /* Begin PBXNativeTarget section */
- CD10425724E837FB00C0DF2A /* vector-test */ = {
- isa = PBXNativeTarget;
- buildConfigurationList = CD10425D24E837FB00C0DF2A /* Build configuration list for PBXNativeTarget "vector-test" */;
- buildPhases = (
- CD10425424E837FB00C0DF2A /* Sources */,
- CD10425524E837FB00C0DF2A /* Frameworks */,
- CD10425624E837FB00C0DF2A /* Resources */,
- );
- buildRules = (
- );
- dependencies = (
- );
- name = "vector-test";
- productName = "vector-test";
- productReference = CD10425824E837FB00C0DF2A /* vector-test.xctest */;
- productType = "com.apple.product-type.bundle.unit-test";
- };
- CDAE62442B77B8A800551FB8 /* vector */ = {
- isa = PBXNativeTarget;
- buildConfigurationList = CDAE624C2B77B8A800551FB8 /* Build configuration list for PBXNativeTarget "vector" */;
- buildPhases = (
- CDAE62412B77B8A800551FB8 /* Headers */,
- CDAE62422B77B8A800551FB8 /* Sources */,
- CDAE62432B77B8A800551FB8 /* Frameworks */,
- CDAE624D2B77B8BB00551FB8 /* ShellScript */,
- );
- buildRules = (
- );
- dependencies = (
- );
- name = vector;
- productName = vector;
- productReference = CDAE62452B77B8A800551FB8 /* libvector.a */;
- productType = "com.apple.product-type.library.static";
- };
- /* End PBXNativeTarget section */
- /* Begin PBXProject section */
- 0E5DFDD11BB4D3360063976E /* Project object */ = {
- isa = PBXProject;
- attributes = {
- LastUpgradeCheck = 1230;
- TargetAttributes = {
- CD10425724E837FB00C0DF2A = {
- CreatedOnToolsVersion = 11.3.1;
- ProvisioningStyle = Automatic;
- };
- CDAE62442B77B8A800551FB8 = {
- CreatedOnToolsVersion = 13.4.1;
- ProvisioningStyle = Automatic;
- };
- };
- };
- buildConfigurationList = 0E5DFDD41BB4D3360063976E /* Build configuration list for PBXProject "vector" */;
- compatibilityVersion = "Xcode 3.2";
- developmentRegion = en;
- hasScannedForEncodings = 0;
- knownRegions = (
- en,
- Base,
- );
- mainGroup = 0E5DFDD01BB4D3360063976E;
- productRefGroup = 0E5DFDF41BB4D5040063976E /* Products */;
- projectDirPath = "";
- projectReferences = (
- {
- ProductGroup = CDCA9BB82B78587500C8B1EC /* Products */;
- ProjectRef = CDCA9BB72B78587500C8B1EC /* expect.xcodeproj */;
- },
- {
- ProductGroup = CD0C597B20C31CC300454F82 /* Products */;
- ProjectRef = CD0C597A20C31CC300454F82 /* GoogleMock.xcodeproj */;
- },
- {
- ProductGroup = CDCA9BC22B78587900C8B1EC /* Products */;
- ProjectRef = CDCA9BC12B78587900C8B1EC /* test-helpers.xcodeproj */;
- },
- );
- projectRoot = "";
- targets = (
- CD10425724E837FB00C0DF2A /* vector-test */,
- CDAE62442B77B8A800551FB8 /* vector */,
- );
- };
- /* End PBXProject section */
- /* Begin PBXReferenceProxy section */
- CD0C598220C31CC300454F82 /* GoogleMock.framework */ = {
- isa = PBXReferenceProxy;
- fileType = wrapper.framework;
- path = GoogleMock.framework;
- remoteRef = CD0C598120C31CC300454F82 /* PBXContainerItemProxy */;
- sourceTree = BUILT_PRODUCTS_DIR;
- };
- CD0C598420C31CC300454F82 /* gmock.framework */ = {
- isa = PBXReferenceProxy;
- fileType = wrapper.framework;
- path = gmock.framework;
- remoteRef = CD0C598320C31CC300454F82 /* PBXContainerItemProxy */;
- sourceTree = BUILT_PRODUCTS_DIR;
- };
- CD0C598620C31CC300454F82 /* gtest.framework */ = {
- isa = PBXReferenceProxy;
- fileType = wrapper.framework;
- path = gtest.framework;
- remoteRef = CD0C598520C31CC300454F82 /* PBXContainerItemProxy */;
- sourceTree = BUILT_PRODUCTS_DIR;
- };
- CD0C598820C31CC300454F82 /* GoogleMockTests.xctest */ = {
- isa = PBXReferenceProxy;
- fileType = wrapper.cfbundle;
- path = GoogleMockTests.xctest;
- remoteRef = CD0C598720C31CC300454F82 /* PBXContainerItemProxy */;
- sourceTree = BUILT_PRODUCTS_DIR;
- };
- CDCA9BBE2B78587500C8B1EC /* libexpect.a */ = {
- isa = PBXReferenceProxy;
- fileType = archive.ar;
- path = libexpect.a;
- remoteRef = CDCA9BBD2B78587500C8B1EC /* PBXContainerItemProxy */;
- sourceTree = BUILT_PRODUCTS_DIR;
- };
- CDCA9BC02B78587500C8B1EC /* expect-test.xctest */ = {
- isa = PBXReferenceProxy;
- fileType = wrapper.cfbundle;
- path = "expect-test.xctest";
- remoteRef = CDCA9BBF2B78587500C8B1EC /* PBXContainerItemProxy */;
- sourceTree = BUILT_PRODUCTS_DIR;
- };
- CDCA9BC82B78587900C8B1EC /* libtest-helpers.a */ = {
- isa = PBXReferenceProxy;
- fileType = archive.ar;
- path = "libtest-helpers.a";
- remoteRef = CDCA9BC72B78587900C8B1EC /* PBXContainerItemProxy */;
- sourceTree = BUILT_PRODUCTS_DIR;
- };
- CDCA9BCA2B78587900C8B1EC /* test-helpers-test.xctest */ = {
- isa = PBXReferenceProxy;
- fileType = wrapper.cfbundle;
- path = "test-helpers-test.xctest";
- remoteRef = CDCA9BC92B78587900C8B1EC /* PBXContainerItemProxy */;
- sourceTree = BUILT_PRODUCTS_DIR;
- };
- /* End PBXReferenceProxy section */
- /* Begin PBXResourcesBuildPhase section */
- CD10425624E837FB00C0DF2A /* Resources */ = {
- isa = PBXResourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- CD10426924E8701200C0DF2A /* math in Resources */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- /* End PBXResourcesBuildPhase section */
- /* Begin PBXShellScriptBuildPhase section */
- CDAE624D2B77B8BB00551FB8 /* ShellScript */ = {
- isa = PBXShellScriptBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- inputFileListPaths = (
- );
- inputPaths = (
- );
- outputFileListPaths = (
- );
- outputPaths = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- shellPath = /bin/sh;
- shellScript = "mkdir -p ${BUILT_PRODUCTS_DIR}/usr/local/include/\ncp -r ${PROJECT_DIR}/include/* ${BUILT_PRODUCTS_DIR}/usr/local/include/\n";
- };
- /* End PBXShellScriptBuildPhase section */
- /* Begin PBXSourcesBuildPhase section */
- CD10425424E837FB00C0DF2A /* Sources */ = {
- isa = PBXSourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- CD10426224E8382400C0DF2A /* vector_test.cxx in Sources */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- CDAE62422B77B8A800551FB8 /* Sources */ = {
- isa = PBXSourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
- /* End PBXSourcesBuildPhase section */
- /* Begin XCBuildConfiguration section */
- 0E5DFDD21BB4D3360063976E /* Debug */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
- CLANG_CXX_LANGUAGE_STANDARD = "c++17";
- 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_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_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;
- COPY_PHASE_STRIP = NO;
- ENABLE_STRICT_OBJC_MSGSEND = YES;
- ENABLE_TESTABILITY = YES;
- GCC_NO_COMMON_BLOCKS = YES;
- GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
- GCC_WARN_ABOUT_RETURN_TYPE = YES;
- GCC_WARN_UNDECLARED_SELECTOR = YES;
- GCC_WARN_UNINITIALIZED_AUTOS = YES;
- GCC_WARN_UNUSED_FUNCTION = YES;
- GCC_WARN_UNUSED_VARIABLE = YES;
- HEADER_SEARCH_PATHS = "$(TARGET_BUILD_DIR)/usr/local/include";
- ONLY_ACTIVE_ARCH = YES;
- SDKROOT = macosx;
- USER_HEADER_SEARCH_PATHS = "$(PROJECT_DIR)/include";
- WARNING_CFLAGS = "-Wno-gnu-zero-variadic-macro-arguments";
- };
- name = Debug;
- };
- 0E5DFDD31BB4D3360063976E /* Release */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
- CLANG_CXX_LANGUAGE_STANDARD = "c++17";
- 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_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_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;
- COPY_PHASE_STRIP = YES;
- ENABLE_STRICT_OBJC_MSGSEND = YES;
- GCC_NO_COMMON_BLOCKS = YES;
- GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
- GCC_WARN_ABOUT_RETURN_TYPE = YES;
- GCC_WARN_UNDECLARED_SELECTOR = YES;
- GCC_WARN_UNINITIALIZED_AUTOS = YES;
- GCC_WARN_UNUSED_FUNCTION = YES;
- GCC_WARN_UNUSED_VARIABLE = YES;
- HEADER_SEARCH_PATHS = "$(TARGET_BUILD_DIR)/usr/local/include";
- SDKROOT = macosx;
- USER_HEADER_SEARCH_PATHS = "$(PROJECT_DIR)/include";
- WARNING_CFLAGS = "-Wno-gnu-zero-variadic-macro-arguments";
- };
- name = Release;
- };
- CD10425E24E837FB00C0DF2A /* Debug */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- ALWAYS_SEARCH_USER_PATHS = NO;
- CLANG_ANALYZER_NONNULL = YES;
- CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
- CLANG_CXX_LIBRARY = "libc++";
- CLANG_ENABLE_MODULES = YES;
- CLANG_ENABLE_OBJC_ARC = YES;
- CLANG_ENABLE_OBJC_WEAK = YES;
- CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
- CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
- CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
- CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
- CODE_SIGN_STYLE = Automatic;
- COMBINE_HIDPI_IMAGES = YES;
- DEBUG_INFORMATION_FORMAT = dwarf;
- GCC_DYNAMIC_NO_PIC = NO;
- GCC_OPTIMIZATION_LEVEL = 0;
- GCC_PREPROCESSOR_DEFINITIONS = (
- "DEBUG=1",
- "$(inherited)",
- );
- GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
- GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
- INFOPLIST_FILE = "vector-test/Info.plist";
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
- MACOSX_DEPLOYMENT_TARGET = 10.14;
- MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
- MTL_FAST_MATH = YES;
- PRODUCT_BUNDLE_IDENTIFIER = "leumasjaffe.vector-test";
- PRODUCT_NAME = "$(TARGET_NAME)";
- };
- name = Debug;
- };
- CD10425F24E837FB00C0DF2A /* Release */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- ALWAYS_SEARCH_USER_PATHS = NO;
- CLANG_ANALYZER_NONNULL = YES;
- CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
- CLANG_CXX_LIBRARY = "libc++";
- CLANG_ENABLE_MODULES = YES;
- CLANG_ENABLE_OBJC_ARC = YES;
- CLANG_ENABLE_OBJC_WEAK = YES;
- CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
- CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
- CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
- CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
- CODE_SIGN_STYLE = Automatic;
- COMBINE_HIDPI_IMAGES = YES;
- COPY_PHASE_STRIP = NO;
- DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
- ENABLE_NS_ASSERTIONS = NO;
- GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
- GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
- INFOPLIST_FILE = "vector-test/Info.plist";
- LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
- MACOSX_DEPLOYMENT_TARGET = 10.14;
- MTL_ENABLE_DEBUG_INFO = NO;
- MTL_FAST_MATH = YES;
- PRODUCT_BUNDLE_IDENTIFIER = "leumasjaffe.vector-test";
- PRODUCT_NAME = "$(TARGET_NAME)";
- };
- name = Release;
- };
- CDAE62462B77B8A800551FB8 /* Debug */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- ALWAYS_SEARCH_USER_PATHS = NO;
- CLANG_ANALYZER_NONNULL = YES;
- CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
- CLANG_ENABLE_MODULES = YES;
- CLANG_ENABLE_OBJC_ARC = YES;
- CLANG_ENABLE_OBJC_WEAK = YES;
- CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
- CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
- CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
- CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
- CODE_SIGN_STYLE = Automatic;
- DEBUG_INFORMATION_FORMAT = dwarf;
- EXECUTABLE_PREFIX = lib;
- GCC_DYNAMIC_NO_PIC = NO;
- GCC_OPTIMIZATION_LEVEL = 0;
- GCC_PREPROCESSOR_DEFINITIONS = (
- "DEBUG=1",
- "$(inherited)",
- );
- GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
- GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
- MACOSX_DEPLOYMENT_TARGET = 12.3;
- MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
- MTL_FAST_MATH = YES;
- PRODUCT_NAME = "$(TARGET_NAME)";
- SKIP_INSTALL = YES;
- };
- name = Debug;
- };
- CDAE62472B77B8A800551FB8 /* Release */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- ALWAYS_SEARCH_USER_PATHS = NO;
- CLANG_ANALYZER_NONNULL = YES;
- CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
- CLANG_ENABLE_MODULES = YES;
- CLANG_ENABLE_OBJC_ARC = YES;
- CLANG_ENABLE_OBJC_WEAK = YES;
- CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
- CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
- CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
- CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
- CODE_SIGN_STYLE = Automatic;
- COPY_PHASE_STRIP = NO;
- DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
- ENABLE_NS_ASSERTIONS = NO;
- EXECUTABLE_PREFIX = lib;
- GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
- GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
- MACOSX_DEPLOYMENT_TARGET = 12.3;
- MTL_ENABLE_DEBUG_INFO = NO;
- MTL_FAST_MATH = YES;
- PRODUCT_NAME = "$(TARGET_NAME)";
- SKIP_INSTALL = YES;
- };
- name = Release;
- };
- /* End XCBuildConfiguration section */
- /* Begin XCConfigurationList section */
- 0E5DFDD41BB4D3360063976E /* Build configuration list for PBXProject "vector" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- 0E5DFDD21BB4D3360063976E /* Debug */,
- 0E5DFDD31BB4D3360063976E /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
- CD10425D24E837FB00C0DF2A /* Build configuration list for PBXNativeTarget "vector-test" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- CD10425E24E837FB00C0DF2A /* Debug */,
- CD10425F24E837FB00C0DF2A /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
- CDAE624C2B77B8A800551FB8 /* Build configuration list for PBXNativeTarget "vector" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- CDAE62462B77B8A800551FB8 /* Debug */,
- CDAE62472B77B8A800551FB8 /* Release */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Release;
- };
- /* End XCConfigurationList section */
- };
- rootObject = 0E5DFDD11BB4D3360063976E /* Project object */;
- }
|