|
@@ -23,6 +23,9 @@
|
|
|
CD6F7406225187F40081ED74 /* liblogging.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 0ECAC4AF1BC00AC500FDAE14 /* liblogging.dylib */; };
|
|
CD6F7406225187F40081ED74 /* liblogging.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 0ECAC4AF1BC00AC500FDAE14 /* liblogging.dylib */; };
|
|
|
CD6F740C225187FD0081ED74 /* logger_test.cxx in Sources */ = {isa = PBXBuildFile; fileRef = CD6F73FC225187E10081ED74 /* logger_test.cxx */; };
|
|
CD6F740C225187FD0081ED74 /* logger_test.cxx in Sources */ = {isa = PBXBuildFile; fileRef = CD6F73FC225187E10081ED74 /* logger_test.cxx */; };
|
|
|
CD6F746C22518A2C0081ED74 /* GoogleMock.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CD6F746B22518A2C0081ED74 /* GoogleMock.framework */; };
|
|
CD6F746C22518A2C0081ED74 /* GoogleMock.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = CD6F746B22518A2C0081ED74 /* GoogleMock.framework */; };
|
|
|
|
|
+ CD760CB922621776008A62DE /* pattern_layout_test.cxx in Sources */ = {isa = PBXBuildFile; fileRef = CD760CB822621776008A62DE /* pattern_layout_test.cxx */; };
|
|
|
|
|
+ CD760CBF226221F6008A62DE /* console_appender_test.cxx in Sources */ = {isa = PBXBuildFile; fileRef = CD760CBE226221F6008A62DE /* console_appender_test.cxx */; };
|
|
|
|
|
+ CD760CC1226226CC008A62DE /* file_appender_test.cxx in Sources */ = {isa = PBXBuildFile; fileRef = CD760CC0226226CC008A62DE /* file_appender_test.cxx */; };
|
|
|
CD88E9572252BDFC00927F40 /* log_manager.cxx in Sources */ = {isa = PBXBuildFile; fileRef = CD88E9552252BDFC00927F40 /* log_manager.cxx */; };
|
|
CD88E9572252BDFC00927F40 /* log_manager.cxx in Sources */ = {isa = PBXBuildFile; fileRef = CD88E9552252BDFC00927F40 /* log_manager.cxx */; };
|
|
|
CD88E95F2252D3EF00927F40 /* c_logger.cxx in Sources */ = {isa = PBXBuildFile; fileRef = CD88E95D2252D3EF00927F40 /* c_logger.cxx */; };
|
|
CD88E95F2252D3EF00927F40 /* c_logger.cxx in Sources */ = {isa = PBXBuildFile; fileRef = CD88E95D2252D3EF00927F40 /* c_logger.cxx */; };
|
|
|
CD88E9632252D67A00927F40 /* common.cxx in Sources */ = {isa = PBXBuildFile; fileRef = CD88E9612252D67A00927F40 /* common.cxx */; };
|
|
CD88E9632252D67A00927F40 /* common.cxx in Sources */ = {isa = PBXBuildFile; fileRef = CD88E9612252D67A00927F40 /* common.cxx */; };
|
|
@@ -91,6 +94,9 @@
|
|
|
CD6F742D225189290081ED74 /* libcfmt_logger.dylib */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; path = libcfmt_logger.dylib; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
CD6F742D225189290081ED74 /* libcfmt_logger.dylib */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; path = libcfmt_logger.dylib; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
CD6F742F225189470081ED74 /* GoogleMock.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = GoogleMock.xcodeproj; path = "../../../gmock-xcode-master/GoogleMock.xcodeproj"; sourceTree = "<group>"; };
|
|
CD6F742F225189470081ED74 /* GoogleMock.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = GoogleMock.xcodeproj; path = "../../../gmock-xcode-master/GoogleMock.xcodeproj"; sourceTree = "<group>"; };
|
|
|
CD6F746B22518A2C0081ED74 /* GoogleMock.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = GoogleMock.framework; path = "../../../gmock-xcode-master/build/Release/GoogleMock.framework"; sourceTree = "<group>"; };
|
|
CD6F746B22518A2C0081ED74 /* GoogleMock.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = GoogleMock.framework; path = "../../../gmock-xcode-master/build/Release/GoogleMock.framework"; sourceTree = "<group>"; };
|
|
|
|
|
+ CD760CB822621776008A62DE /* pattern_layout_test.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = pattern_layout_test.cxx; sourceTree = "<group>"; };
|
|
|
|
|
+ CD760CBE226221F6008A62DE /* console_appender_test.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = console_appender_test.cxx; sourceTree = "<group>"; };
|
|
|
|
|
+ CD760CC0226226CC008A62DE /* file_appender_test.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = file_appender_test.cxx; sourceTree = "<group>"; };
|
|
|
CD88E9552252BDFC00927F40 /* log_manager.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = log_manager.cxx; sourceTree = "<group>"; };
|
|
CD88E9552252BDFC00927F40 /* log_manager.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = log_manager.cxx; sourceTree = "<group>"; };
|
|
|
CD88E95D2252D3EF00927F40 /* c_logger.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = c_logger.cxx; sourceTree = "<group>"; };
|
|
CD88E95D2252D3EF00927F40 /* c_logger.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = c_logger.cxx; sourceTree = "<group>"; };
|
|
|
CD88E9612252D67A00927F40 /* common.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = common.cxx; sourceTree = "<group>"; };
|
|
CD88E9612252D67A00927F40 /* common.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = common.cxx; sourceTree = "<group>"; };
|
|
@@ -175,6 +181,9 @@
|
|
|
children = (
|
|
children = (
|
|
|
CD6F73FC225187E10081ED74 /* logger_test.cxx */,
|
|
CD6F73FC225187E10081ED74 /* logger_test.cxx */,
|
|
|
CD1CDEB22256B04600E5B6B2 /* format_test.cxx */,
|
|
CD1CDEB22256B04600E5B6B2 /* format_test.cxx */,
|
|
|
|
|
+ CD760CB822621776008A62DE /* pattern_layout_test.cxx */,
|
|
|
|
|
+ CD760CBE226221F6008A62DE /* console_appender_test.cxx */,
|
|
|
|
|
+ CD760CC0226226CC008A62DE /* file_appender_test.cxx */,
|
|
|
CD1CDE8C22540D9B00E5B6B2 /* c_logger_test.cxx */,
|
|
CD1CDE8C22540D9B00E5B6B2 /* c_logger_test.cxx */,
|
|
|
CD1CDE8F22542CC500E5B6B2 /* log_manager_test.cxx */,
|
|
CD1CDE8F22542CC500E5B6B2 /* log_manager_test.cxx */,
|
|
|
CD1CDE9122543E7E00E5B6B2 /* test_properties.cxx */,
|
|
CD1CDE9122543E7E00E5B6B2 /* test_properties.cxx */,
|
|
@@ -369,8 +378,11 @@
|
|
|
isa = PBXSourcesBuildPhase;
|
|
isa = PBXSourcesBuildPhase;
|
|
|
buildActionMask = 2147483647;
|
|
buildActionMask = 2147483647;
|
|
|
files = (
|
|
files = (
|
|
|
|
|
+ CD760CBF226221F6008A62DE /* console_appender_test.cxx in Sources */,
|
|
|
CD1CDE9022542CC500E5B6B2 /* log_manager_test.cxx in Sources */,
|
|
CD1CDE9022542CC500E5B6B2 /* log_manager_test.cxx in Sources */,
|
|
|
CD6F740C225187FD0081ED74 /* logger_test.cxx in Sources */,
|
|
CD6F740C225187FD0081ED74 /* logger_test.cxx in Sources */,
|
|
|
|
|
+ CD760CB922621776008A62DE /* pattern_layout_test.cxx in Sources */,
|
|
|
|
|
+ CD760CC1226226CC008A62DE /* file_appender_test.cxx in Sources */,
|
|
|
CD1CDE9222543E7E00E5B6B2 /* test_properties.cxx in Sources */,
|
|
CD1CDE9222543E7E00E5B6B2 /* test_properties.cxx in Sources */,
|
|
|
CD1CDEB32256B04600E5B6B2 /* format_test.cxx in Sources */,
|
|
CD1CDEB32256B04600E5B6B2 /* format_test.cxx in Sources */,
|
|
|
CD1CDE8D22540D9B00E5B6B2 /* c_logger_test.cxx in Sources */,
|
|
CD1CDE8D22540D9B00E5B6B2 /* c_logger_test.cxx in Sources */,
|
|
@@ -420,7 +432,7 @@
|
|
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
|
ONLY_ACTIVE_ARCH = YES;
|
|
ONLY_ACTIVE_ARCH = YES;
|
|
|
SDKROOT = macosx;
|
|
SDKROOT = macosx;
|
|
|
- USER_HEADER_SEARCH_PATHS = "$(PROJECT_DIR)/include/ $(PROJECT_DIR)/../../paradigm/declarative/expect/include/";
|
|
|
|
|
|
|
+ USER_HEADER_SEARCH_PATHS = "$(PROJECT_DIR)/include/ $(PROJECT_DIR)/extern/expect/include/ $(PROJECT_DIR)/extern/resource_factory/include/ $(PROJECT_DIR)/extern/scoped_buffer_capture/include/ $(PROJECT_DIR)/extern/";
|
|
|
};
|
|
};
|
|
|
name = Debug;
|
|
name = Debug;
|
|
|
};
|
|
};
|
|
@@ -454,7 +466,7 @@
|
|
|
GCC_WARN_UNUSED_FUNCTION = YES;
|
|
GCC_WARN_UNUSED_FUNCTION = YES;
|
|
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
|
SDKROOT = macosx;
|
|
SDKROOT = macosx;
|
|
|
- USER_HEADER_SEARCH_PATHS = "$(PROJECT_DIR)/include/ $(PROJECT_DIR)/../../paradigm/declarative/expect/include/";
|
|
|
|
|
|
|
+ USER_HEADER_SEARCH_PATHS = "$(PROJECT_DIR)/include/ $(PROJECT_DIR)/extern/expect/include/ $(PROJECT_DIR)/extern/resource_factory/include/ $(PROJECT_DIR)/extern/scoped_buffer_capture/include/ $(PROJECT_DIR)/extern/";
|
|
|
};
|
|
};
|
|
|
name = Release;
|
|
name = Release;
|
|
|
};
|
|
};
|