|
|
@@ -53,6 +53,7 @@
|
|
|
/* End PBXContainerItemProxy section */
|
|
|
|
|
|
/* Begin PBXFileReference section */
|
|
|
+ CD11D62825D96C990088CB79 /* xcode_gtest_helper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = xcode_gtest_helper.h; sourceTree = "<group>"; };
|
|
|
CD266862252FF4B600B3E667 /* libstring-utils.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libstring-utils.a"; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
CD26686A252FF4E100B3E667 /* string_utils */ = {isa = PBXFileReference; lastKnownFileType = folder; name = string_utils; path = include/string_utils; sourceTree = "<group>"; };
|
|
|
CD26686D252FF51F00B3E667 /* GoogleMock.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = GoogleMock.xcodeproj; path = "../../../gmock-xcode-master/GoogleMock.xcodeproj"; sourceTree = "<group>"; };
|
|
|
@@ -107,6 +108,7 @@
|
|
|
CD266869252FF4C100B3E667 /* test */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
+ CD11D62825D96C990088CB79 /* xcode_gtest_helper.h */,
|
|
|
CD266880252FFA7E00B3E667 /* tokenizer_test.cxx */,
|
|
|
);
|
|
|
path = test;
|
|
|
@@ -359,7 +361,7 @@
|
|
|
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
|
|
GCC_WARN_UNUSED_FUNCTION = YES;
|
|
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
|
- MACOSX_DEPLOYMENT_TARGET = 10.14;
|
|
|
+ MACOSX_DEPLOYMENT_TARGET = 10.15;
|
|
|
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
|
|
|
MTL_FAST_MATH = YES;
|
|
|
ONLY_ACTIVE_ARCH = YES;
|
|
|
@@ -415,7 +417,7 @@
|
|
|
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
|
|
GCC_WARN_UNUSED_FUNCTION = YES;
|
|
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
|
- MACOSX_DEPLOYMENT_TARGET = 10.14;
|
|
|
+ MACOSX_DEPLOYMENT_TARGET = 10.15;
|
|
|
MTL_ENABLE_DEBUG_INFO = NO;
|
|
|
MTL_FAST_MATH = YES;
|
|
|
SDKROOT = macosx;
|