|
|
@@ -7,6 +7,9 @@
|
|
|
objects = {
|
|
|
|
|
|
/* Begin PBXBuildFile section */
|
|
|
+ CD1CDE872252E5B900E5B6B2 /* properties.cxx in Sources */ = {isa = PBXBuildFile; fileRef = CD1CDE862252E5B900E5B6B2 /* properties.cxx */; };
|
|
|
+ CD1CDE892252E60900E5B6B2 /* file_logger.cxx in Sources */ = {isa = PBXBuildFile; fileRef = CD1CDE882252E60900E5B6B2 /* file_logger.cxx */; };
|
|
|
+ CD1CDE8B2252E61800E5B6B2 /* console_logger.cxx in Sources */ = {isa = PBXBuildFile; fileRef = CD1CDE8A2252E61800E5B6B2 /* console_logger.cxx */; };
|
|
|
CD29739B1D7B401F00E37217 /* logger.cxx in Sources */ = {isa = PBXBuildFile; fileRef = CD2973991D7B401F00E37217 /* logger.cxx */; };
|
|
|
CD3C80C01D6A2CA300ACC795 /* format.cxx in Sources */ = {isa = PBXBuildFile; fileRef = CD3C80BE1D6A2CA300ACC795 /* format.cxx */; };
|
|
|
CD6F73EC225187BE0081ED74 /* logger in Headers */ = {isa = PBXBuildFile; fileRef = CD6F73EA225187A10081ED74 /* logger */; settings = {ATTRIBUTES = (Public, ); }; };
|
|
|
@@ -59,6 +62,9 @@
|
|
|
/* Begin PBXFileReference section */
|
|
|
0EB833481BBF45E600DDC844 /* Makefile */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = "<group>"; };
|
|
|
0ECAC4AF1BC00AC500FDAE14 /* liblogging.dylib */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; path = liblogging.dylib; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
+ CD1CDE862252E5B900E5B6B2 /* properties.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = properties.cxx; sourceTree = "<group>"; };
|
|
|
+ CD1CDE882252E60900E5B6B2 /* file_logger.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = file_logger.cxx; sourceTree = "<group>"; };
|
|
|
+ CD1CDE8A2252E61800E5B6B2 /* console_logger.cxx */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = console_logger.cxx; sourceTree = "<group>"; };
|
|
|
CD2973991D7B401F00E37217 /* logger.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = logger.cxx; sourceTree = "<group>"; };
|
|
|
CD3C80BE1D6A2CA300ACC795 /* format.cxx */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = format.cxx; sourceTree = "<group>"; };
|
|
|
CD6F73EA225187A10081ED74 /* logger */ = {isa = PBXFileReference; lastKnownFileType = folder; name = logger; path = include/logger; sourceTree = "<group>"; };
|
|
|
@@ -116,9 +122,20 @@
|
|
|
name = Products;
|
|
|
sourceTree = "<group>";
|
|
|
};
|
|
|
+ CD1CDE812252E54100E5B6B2 /* loggers */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ CD1CDE862252E5B900E5B6B2 /* properties.cxx */,
|
|
|
+ CD1CDE882252E60900E5B6B2 /* file_logger.cxx */,
|
|
|
+ CD1CDE8A2252E61800E5B6B2 /* console_logger.cxx */,
|
|
|
+ );
|
|
|
+ path = loggers;
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
CD2973971D7B3FC600E37217 /* src */ = {
|
|
|
isa = PBXGroup;
|
|
|
children = (
|
|
|
+ CD1CDE812252E54100E5B6B2 /* loggers */,
|
|
|
CD2973991D7B401F00E37217 /* logger.cxx */,
|
|
|
CD88E9642252D6C700927F40 /* common.h */,
|
|
|
CD88E9612252D67A00927F40 /* common.cxx */,
|
|
|
@@ -307,6 +324,9 @@
|
|
|
CD88E9572252BDFC00927F40 /* log_manager.cxx in Sources */,
|
|
|
CD3C80C01D6A2CA300ACC795 /* format.cxx in Sources */,
|
|
|
CD88E95F2252D3EF00927F40 /* c_logger.cxx in Sources */,
|
|
|
+ CD1CDE872252E5B900E5B6B2 /* properties.cxx in Sources */,
|
|
|
+ CD1CDE8B2252E61800E5B6B2 /* console_logger.cxx in Sources */,
|
|
|
+ CD1CDE892252E60900E5B6B2 /* file_logger.cxx in Sources */,
|
|
|
CD88E9632252D67A00927F40 /* common.cxx in Sources */,
|
|
|
);
|
|
|
runOnlyForDeploymentPostprocessing = 0;
|