|
@@ -24,6 +24,8 @@
|
|
|
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 */; };
|
|
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 */; };
|
|
@@ -92,6 +94,8 @@
|
|
|
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>"; };
|
|
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 +179,8 @@
|
|
|
CD6F73FC225187E10081ED74 /* logger_test.cxx */,
|
|
CD6F73FC225187E10081ED74 /* logger_test.cxx */,
|
|
|
CD1CDEB22256B04600E5B6B2 /* format_test.cxx */,
|
|
CD1CDEB22256B04600E5B6B2 /* format_test.cxx */,
|
|
|
CD760CB822621776008A62DE /* pattern_layout_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 */,
|
|
@@ -368,9 +374,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 */,
|
|
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 */,
|