|
@@ -19,6 +19,7 @@
|
|
|
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 */; };
|
|
|
|
|
+ CD90C1DA24E5B988008A1402 /* data_accessors.cxx in Sources */ = {isa = PBXBuildFile; fileRef = CD90C1D924E5B988008A1402 /* data_accessors.cxx */; };
|
|
|
CDA494DE2256D5F40041620C /* pattern_layout_date.cxx in Sources */ = {isa = PBXBuildFile; fileRef = CDA494DD2256D5F40041620C /* pattern_layout_date.cxx */; };
|
|
CDA494DE2256D5F40041620C /* pattern_layout_date.cxx in Sources */ = {isa = PBXBuildFile; fileRef = CDA494DD2256D5F40041620C /* pattern_layout_date.cxx */; };
|
|
|
CDC0E0512269378E001EDAB7 /* message.cxx in Sources */ = {isa = PBXBuildFile; fileRef = CDC0E0502269378E001EDAB7 /* message.cxx */; };
|
|
CDC0E0512269378E001EDAB7 /* message.cxx in Sources */ = {isa = PBXBuildFile; fileRef = CDC0E0502269378E001EDAB7 /* message.cxx */; };
|
|
|
CDCB3C5924E480FC0029B771 /* libjsoncpp.1.9.2.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = CDCB3C5724E480E70029B771 /* libjsoncpp.1.9.2.dylib */; };
|
|
CDCB3C5924E480FC0029B771 /* libjsoncpp.1.9.2.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = CDCB3C5724E480E70029B771 /* libjsoncpp.1.9.2.dylib */; };
|
|
@@ -106,6 +107,7 @@
|
|
|
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>"; };
|
|
|
CD88E9642252D6C700927F40 /* common.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = common.h; sourceTree = "<group>"; };
|
|
CD88E9642252D6C700927F40 /* common.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = common.h; sourceTree = "<group>"; };
|
|
|
|
|
+ CD90C1D924E5B988008A1402 /* data_accessors.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = data_accessors.cxx; sourceTree = "<group>"; };
|
|
|
CDA494DD2256D5F40041620C /* pattern_layout_date.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = pattern_layout_date.cxx; sourceTree = "<group>"; };
|
|
CDA494DD2256D5F40041620C /* pattern_layout_date.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = pattern_layout_date.cxx; sourceTree = "<group>"; };
|
|
|
CDC0E0472267EA30001EDAB7 /* logger_impl.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = logger_impl.h; sourceTree = "<group>"; };
|
|
CDC0E0472267EA30001EDAB7 /* logger_impl.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = logger_impl.h; sourceTree = "<group>"; };
|
|
|
CDC0E04C2267F8A9001EDAB7 /* pattern_layout.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = pattern_layout.h; sourceTree = "<group>"; };
|
|
CDC0E04C2267F8A9001EDAB7 /* pattern_layout.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = pattern_layout.h; sourceTree = "<group>"; };
|
|
@@ -193,6 +195,7 @@
|
|
|
CDC0E0502269378E001EDAB7 /* message.cxx */,
|
|
CDC0E0502269378E001EDAB7 /* message.cxx */,
|
|
|
CD88E9642252D6C700927F40 /* common.h */,
|
|
CD88E9642252D6C700927F40 /* common.h */,
|
|
|
CD88E9612252D67A00927F40 /* common.cxx */,
|
|
CD88E9612252D67A00927F40 /* common.cxx */,
|
|
|
|
|
+ CD90C1D924E5B988008A1402 /* data_accessors.cxx */,
|
|
|
);
|
|
);
|
|
|
path = src;
|
|
path = src;
|
|
|
sourceTree = "<group>";
|
|
sourceTree = "<group>";
|
|
@@ -397,6 +400,7 @@
|
|
|
CD1CDE8B2252E61800E5B6B2 /* console_appender.cxx in Sources */,
|
|
CD1CDE8B2252E61800E5B6B2 /* console_appender.cxx in Sources */,
|
|
|
CD1CDEAF22556B7E00E5B6B2 /* logger_impl.cxx in Sources */,
|
|
CD1CDEAF22556B7E00E5B6B2 /* logger_impl.cxx in Sources */,
|
|
|
CD1CDE892252E60900E5B6B2 /* file_appender.cxx in Sources */,
|
|
CD1CDE892252E60900E5B6B2 /* file_appender.cxx in Sources */,
|
|
|
|
|
+ CD90C1DA24E5B988008A1402 /* data_accessors.cxx in Sources */,
|
|
|
CD1CDEB52256C94000E5B6B2 /* pattern_layout.cxx in Sources */,
|
|
CD1CDEB52256C94000E5B6B2 /* pattern_layout.cxx in Sources */,
|
|
|
CD88E9632252D67A00927F40 /* common.cxx in Sources */,
|
|
CD88E9632252D67A00927F40 /* common.cxx in Sources */,
|
|
|
CD1CDEB122557FB600E5B6B2 /* default_layout.cxx in Sources */,
|
|
CD1CDEB122557FB600E5B6B2 /* default_layout.cxx in Sources */,
|