|
|
@@ -0,0 +1,324 @@
|
|
|
+// !$*UTF8*$!
|
|
|
+{
|
|
|
+ archiveVersion = 1;
|
|
|
+ classes = {
|
|
|
+ };
|
|
|
+ objectVersion = 46;
|
|
|
+ objects = {
|
|
|
+
|
|
|
+/* Begin PBXBuildFile section */
|
|
|
+ 0ECAC4BC1BC012ED00FDAE14 /* properties.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0ECAC4BA1BC012ED00FDAE14 /* properties.cpp */; settings = {ASSET_TAGS = (); }; };
|
|
|
+ 0ECAC4BD1BC012ED00FDAE14 /* properties.hpp in Headers */ = {isa = PBXBuildFile; fileRef = 0ECAC4BB1BC012ED00FDAE14 /* properties.hpp */; settings = {ASSET_TAGS = (); }; };
|
|
|
+ 0ECAC4BE1BC0156000FDAE14 /* logger.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0EB833461BBF45E600DDC844 /* logger.cpp */; settings = {ASSET_TAGS = (); }; };
|
|
|
+ 0ECAC4BF1BC0156600FDAE14 /* default_logger_binding.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0ECAC4A71BC0051700FDAE14 /* default_logger_binding.cpp */; settings = {ASSET_TAGS = (); }; };
|
|
|
+ 0ECAC4C01BC0156900FDAE14 /* file_logger.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0EB833661BBF4F9600DDC844 /* file_logger.cpp */; settings = {ASSET_TAGS = (); }; };
|
|
|
+ 0ECAC4C11BC0156C00FDAE14 /* console_logger.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 0EB8336A1BBF4FAC00DDC844 /* console_logger.cpp */; settings = {ASSET_TAGS = (); }; };
|
|
|
+/* End PBXBuildFile section */
|
|
|
+
|
|
|
+/* Begin PBXFileReference section */
|
|
|
+ 0EB833461BBF45E600DDC844 /* logger.cpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.cpp; path = logger.cpp; sourceTree = "<group>"; };
|
|
|
+ 0EB833471BBF45E600DDC844 /* logger.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = logger.hpp; sourceTree = "<group>"; };
|
|
|
+ 0EB833481BBF45E600DDC844 /* Makefile */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.make; path = Makefile; sourceTree = "<group>"; };
|
|
|
+ 0EB833661BBF4F9600DDC844 /* file_logger.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = file_logger.cpp; sourceTree = "<group>"; };
|
|
|
+ 0EB8336A1BBF4FAC00DDC844 /* console_logger.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = console_logger.cpp; sourceTree = "<group>"; };
|
|
|
+ 0ECAC4A71BC0051700FDAE14 /* default_logger_binding.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = default_logger_binding.cpp; sourceTree = "<group>"; };
|
|
|
+ 0ECAC4AF1BC00AC500FDAE14 /* liblogging.dylib */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; path = liblogging.dylib; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
|
+ 0ECAC4BA1BC012ED00FDAE14 /* properties.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = properties.cpp; sourceTree = "<group>"; };
|
|
|
+ 0ECAC4BB1BC012ED00FDAE14 /* properties.hpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.h; path = properties.hpp; sourceTree = "<group>"; };
|
|
|
+ 0ECAC4C21BC0193400FDAE14 /* default_logger_binding.hpp */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.cpp.h; path = default_logger_binding.hpp; sourceTree = "<group>"; };
|
|
|
+/* End PBXFileReference section */
|
|
|
+
|
|
|
+/* Begin PBXFrameworksBuildPhase section */
|
|
|
+ 0ECAC4AC1BC00AC500FDAE14 /* Frameworks */ = {
|
|
|
+ isa = PBXFrameworksBuildPhase;
|
|
|
+ buildActionMask = 2147483647;
|
|
|
+ files = (
|
|
|
+ );
|
|
|
+ runOnlyForDeploymentPostprocessing = 0;
|
|
|
+ };
|
|
|
+/* End PBXFrameworksBuildPhase section */
|
|
|
+
|
|
|
+/* Begin PBXGroup section */
|
|
|
+ 0EB833401BBF45E600DDC844 = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ 0EB833461BBF45E600DDC844 /* logger.cpp */,
|
|
|
+ 0EB833471BBF45E600DDC844 /* logger.hpp */,
|
|
|
+ 0ECAC4BA1BC012ED00FDAE14 /* properties.cpp */,
|
|
|
+ 0ECAC4BB1BC012ED00FDAE14 /* properties.hpp */,
|
|
|
+ 0ECAC4A71BC0051700FDAE14 /* default_logger_binding.cpp */,
|
|
|
+ 0ECAC4C21BC0193400FDAE14 /* default_logger_binding.hpp */,
|
|
|
+ 0EB833661BBF4F9600DDC844 /* file_logger.cpp */,
|
|
|
+ 0EB8336A1BBF4FAC00DDC844 /* console_logger.cpp */,
|
|
|
+ 0EB833481BBF45E600DDC844 /* Makefile */,
|
|
|
+ 0EB8335A1BBF484800DDC844 /* Products */,
|
|
|
+ );
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
+ 0EB8335A1BBF484800DDC844 /* Products */ = {
|
|
|
+ isa = PBXGroup;
|
|
|
+ children = (
|
|
|
+ 0ECAC4AF1BC00AC500FDAE14 /* liblogging.dylib */,
|
|
|
+ );
|
|
|
+ name = Products;
|
|
|
+ sourceTree = "<group>";
|
|
|
+ };
|
|
|
+/* End PBXGroup section */
|
|
|
+
|
|
|
+/* Begin PBXHeadersBuildPhase section */
|
|
|
+ 0ECAC4AD1BC00AC500FDAE14 /* Headers */ = {
|
|
|
+ isa = PBXHeadersBuildPhase;
|
|
|
+ buildActionMask = 2147483647;
|
|
|
+ files = (
|
|
|
+ 0ECAC4BD1BC012ED00FDAE14 /* properties.hpp in Headers */,
|
|
|
+ );
|
|
|
+ runOnlyForDeploymentPostprocessing = 0;
|
|
|
+ };
|
|
|
+/* End PBXHeadersBuildPhase section */
|
|
|
+
|
|
|
+/* Begin PBXLegacyTarget section */
|
|
|
+ 0EB833451BBF45E600DDC844 /* logger */ = {
|
|
|
+ isa = PBXLegacyTarget;
|
|
|
+ buildArgumentsString = "$(ACTION)";
|
|
|
+ buildConfigurationList = 0EB833491BBF45E600DDC844 /* Build configuration list for PBXLegacyTarget "logger" */;
|
|
|
+ buildPhases = (
|
|
|
+ );
|
|
|
+ buildToolPath = /usr/bin/make;
|
|
|
+ buildWorkingDirectory = "/Users/leumasjaffe/Documents/Programming/XTools Workspace/C:C++/misc/logger";
|
|
|
+ dependencies = (
|
|
|
+ );
|
|
|
+ name = logger;
|
|
|
+ passBuildSettingsInEnvironment = 1;
|
|
|
+ productName = logger;
|
|
|
+ };
|
|
|
+/* End PBXLegacyTarget section */
|
|
|
+
|
|
|
+/* Begin PBXNativeTarget section */
|
|
|
+ 0ECAC4AE1BC00AC500FDAE14 /* logging */ = {
|
|
|
+ isa = PBXNativeTarget;
|
|
|
+ buildConfigurationList = 0ECAC4B71BC00AC500FDAE14 /* Build configuration list for PBXNativeTarget "logging" */;
|
|
|
+ buildPhases = (
|
|
|
+ 0ECAC4AB1BC00AC500FDAE14 /* Sources */,
|
|
|
+ 0ECAC4AC1BC00AC500FDAE14 /* Frameworks */,
|
|
|
+ 0ECAC4AD1BC00AC500FDAE14 /* Headers */,
|
|
|
+ );
|
|
|
+ buildRules = (
|
|
|
+ );
|
|
|
+ dependencies = (
|
|
|
+ );
|
|
|
+ name = logging;
|
|
|
+ productName = logging;
|
|
|
+ productReference = 0ECAC4AF1BC00AC500FDAE14 /* liblogging.dylib */;
|
|
|
+ productType = "com.apple.product-type.library.dynamic";
|
|
|
+ };
|
|
|
+/* End PBXNativeTarget section */
|
|
|
+
|
|
|
+/* Begin PBXProject section */
|
|
|
+ 0EB833411BBF45E600DDC844 /* Project object */ = {
|
|
|
+ isa = PBXProject;
|
|
|
+ attributes = {
|
|
|
+ LastUpgradeCheck = 0700;
|
|
|
+ TargetAttributes = {
|
|
|
+ 0ECAC4AE1BC00AC500FDAE14 = {
|
|
|
+ CreatedOnToolsVersion = 7.0.1;
|
|
|
+ };
|
|
|
+ };
|
|
|
+ };
|
|
|
+ buildConfigurationList = 0EB833441BBF45E600DDC844 /* Build configuration list for PBXProject "logger" */;
|
|
|
+ compatibilityVersion = "Xcode 3.2";
|
|
|
+ developmentRegion = English;
|
|
|
+ hasScannedForEncodings = 0;
|
|
|
+ knownRegions = (
|
|
|
+ en,
|
|
|
+ );
|
|
|
+ mainGroup = 0EB833401BBF45E600DDC844;
|
|
|
+ productRefGroup = 0EB8335A1BBF484800DDC844 /* Products */;
|
|
|
+ projectDirPath = "";
|
|
|
+ projectRoot = "";
|
|
|
+ targets = (
|
|
|
+ 0EB833451BBF45E600DDC844 /* logger */,
|
|
|
+ 0ECAC4AE1BC00AC500FDAE14 /* logging */,
|
|
|
+ );
|
|
|
+ };
|
|
|
+/* End PBXProject section */
|
|
|
+
|
|
|
+/* Begin PBXSourcesBuildPhase section */
|
|
|
+ 0ECAC4AB1BC00AC500FDAE14 /* Sources */ = {
|
|
|
+ isa = PBXSourcesBuildPhase;
|
|
|
+ buildActionMask = 2147483647;
|
|
|
+ files = (
|
|
|
+ 0ECAC4BF1BC0156600FDAE14 /* default_logger_binding.cpp in Sources */,
|
|
|
+ 0ECAC4C11BC0156C00FDAE14 /* console_logger.cpp in Sources */,
|
|
|
+ 0ECAC4BC1BC012ED00FDAE14 /* properties.cpp in Sources */,
|
|
|
+ 0ECAC4BE1BC0156000FDAE14 /* logger.cpp in Sources */,
|
|
|
+ 0ECAC4C01BC0156900FDAE14 /* file_logger.cpp in Sources */,
|
|
|
+ );
|
|
|
+ runOnlyForDeploymentPostprocessing = 0;
|
|
|
+ };
|
|
|
+/* End PBXSourcesBuildPhase section */
|
|
|
+
|
|
|
+/* Begin XCBuildConfiguration section */
|
|
|
+ 0EB833421BBF45E600DDC844 /* Debug */ = {
|
|
|
+ isa = XCBuildConfiguration;
|
|
|
+ buildSettings = {
|
|
|
+ COPY_PHASE_STRIP = NO;
|
|
|
+ ENABLE_TESTABILITY = YES;
|
|
|
+ GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
|
|
+ GCC_WARN_UNUSED_VARIABLE = YES;
|
|
|
+ ONLY_ACTIVE_ARCH = YES;
|
|
|
+ SDKROOT = macosx;
|
|
|
+ };
|
|
|
+ name = Debug;
|
|
|
+ };
|
|
|
+ 0EB833431BBF45E600DDC844 /* Release */ = {
|
|
|
+ isa = XCBuildConfiguration;
|
|
|
+ buildSettings = {
|
|
|
+ COPY_PHASE_STRIP = YES;
|
|
|
+ GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
|
|
+ GCC_WARN_UNUSED_VARIABLE = YES;
|
|
|
+ SDKROOT = macosx;
|
|
|
+ };
|
|
|
+ name = Release;
|
|
|
+ };
|
|
|
+ 0EB8334A1BBF45E600DDC844 /* Debug */ = {
|
|
|
+ isa = XCBuildConfiguration;
|
|
|
+ buildSettings = {
|
|
|
+ COPY_PHASE_STRIP = NO;
|
|
|
+ DEBUGGING_SYMBOLS = YES;
|
|
|
+ GCC_DYNAMIC_NO_PIC = NO;
|
|
|
+ GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
|
|
|
+ GCC_OPTIMIZATION_LEVEL = 0;
|
|
|
+ OTHER_CFLAGS = "";
|
|
|
+ OTHER_LDFLAGS = "";
|
|
|
+ PRODUCT_NAME = logger;
|
|
|
+ };
|
|
|
+ name = Debug;
|
|
|
+ };
|
|
|
+ 0EB8334B1BBF45E600DDC844 /* Release */ = {
|
|
|
+ isa = XCBuildConfiguration;
|
|
|
+ buildSettings = {
|
|
|
+ COPY_PHASE_STRIP = YES;
|
|
|
+ DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
|
|
+ OTHER_CFLAGS = "";
|
|
|
+ OTHER_LDFLAGS = "";
|
|
|
+ PRODUCT_NAME = logger;
|
|
|
+ };
|
|
|
+ name = Release;
|
|
|
+ };
|
|
|
+ 0ECAC4B81BC00AC500FDAE14 /* Debug */ = {
|
|
|
+ isa = XCBuildConfiguration;
|
|
|
+ buildSettings = {
|
|
|
+ ALWAYS_SEARCH_USER_PATHS = NO;
|
|
|
+ CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
|
|
|
+ CLANG_CXX_LIBRARY = "libc++";
|
|
|
+ CLANG_ENABLE_MODULES = YES;
|
|
|
+ CLANG_ENABLE_OBJC_ARC = YES;
|
|
|
+ CLANG_WARN_BOOL_CONVERSION = YES;
|
|
|
+ CLANG_WARN_CONSTANT_CONVERSION = YES;
|
|
|
+ CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
|
|
+ CLANG_WARN_EMPTY_BODY = YES;
|
|
|
+ CLANG_WARN_ENUM_CONVERSION = YES;
|
|
|
+ CLANG_WARN_INT_CONVERSION = YES;
|
|
|
+ CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
|
|
+ CLANG_WARN_UNREACHABLE_CODE = YES;
|
|
|
+ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
|
|
+ DEBUG_INFORMATION_FORMAT = dwarf;
|
|
|
+ DYLIB_COMPATIBILITY_VERSION = 1;
|
|
|
+ DYLIB_CURRENT_VERSION = 1;
|
|
|
+ ENABLE_STRICT_OBJC_MSGSEND = YES;
|
|
|
+ EXECUTABLE_PREFIX = lib;
|
|
|
+ GCC_C_LANGUAGE_STANDARD = gnu99;
|
|
|
+ GCC_DYNAMIC_NO_PIC = NO;
|
|
|
+ GCC_ENABLE_CPP_EXCEPTIONS = YES;
|
|
|
+ GCC_ENABLE_CPP_RTTI = YES;
|
|
|
+ GCC_NO_COMMON_BLOCKS = YES;
|
|
|
+ GCC_OPTIMIZATION_LEVEL = 0;
|
|
|
+ GCC_PREPROCESSOR_DEFINITIONS = (
|
|
|
+ "DEBUG=1",
|
|
|
+ "$(inherited)",
|
|
|
+ );
|
|
|
+ GCC_SYMBOLS_PRIVATE_EXTERN = YES;
|
|
|
+ GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
|
|
+ GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
|
|
|
+ GCC_WARN_UNDECLARED_SELECTOR = YES;
|
|
|
+ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
|
|
+ GCC_WARN_UNUSED_FUNCTION = YES;
|
|
|
+ MACOSX_DEPLOYMENT_TARGET = 10.10;
|
|
|
+ MTL_ENABLE_DEBUG_INFO = YES;
|
|
|
+ PRODUCT_NAME = "$(TARGET_NAME)";
|
|
|
+ };
|
|
|
+ name = Debug;
|
|
|
+ };
|
|
|
+ 0ECAC4B91BC00AC500FDAE14 /* Release */ = {
|
|
|
+ isa = XCBuildConfiguration;
|
|
|
+ buildSettings = {
|
|
|
+ ALWAYS_SEARCH_USER_PATHS = NO;
|
|
|
+ CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
|
|
|
+ CLANG_CXX_LIBRARY = "libc++";
|
|
|
+ CLANG_ENABLE_MODULES = YES;
|
|
|
+ CLANG_ENABLE_OBJC_ARC = YES;
|
|
|
+ CLANG_WARN_BOOL_CONVERSION = YES;
|
|
|
+ CLANG_WARN_CONSTANT_CONVERSION = YES;
|
|
|
+ CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
|
|
|
+ CLANG_WARN_EMPTY_BODY = YES;
|
|
|
+ CLANG_WARN_ENUM_CONVERSION = YES;
|
|
|
+ CLANG_WARN_INT_CONVERSION = YES;
|
|
|
+ CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
|
|
|
+ CLANG_WARN_UNREACHABLE_CODE = YES;
|
|
|
+ CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
|
|
|
+ COPY_PHASE_STRIP = NO;
|
|
|
+ DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
|
|
+ DYLIB_COMPATIBILITY_VERSION = 1;
|
|
|
+ DYLIB_CURRENT_VERSION = 1;
|
|
|
+ ENABLE_NS_ASSERTIONS = NO;
|
|
|
+ ENABLE_STRICT_OBJC_MSGSEND = YES;
|
|
|
+ EXECUTABLE_PREFIX = lib;
|
|
|
+ GCC_C_LANGUAGE_STANDARD = gnu99;
|
|
|
+ GCC_ENABLE_CPP_EXCEPTIONS = YES;
|
|
|
+ GCC_ENABLE_CPP_RTTI = YES;
|
|
|
+ GCC_NO_COMMON_BLOCKS = YES;
|
|
|
+ GCC_SYMBOLS_PRIVATE_EXTERN = YES;
|
|
|
+ GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
|
|
+ GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
|
|
|
+ GCC_WARN_UNDECLARED_SELECTOR = YES;
|
|
|
+ GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
|
|
|
+ GCC_WARN_UNUSED_FUNCTION = YES;
|
|
|
+ MACOSX_DEPLOYMENT_TARGET = 10.10;
|
|
|
+ MTL_ENABLE_DEBUG_INFO = NO;
|
|
|
+ PRODUCT_NAME = "$(TARGET_NAME)";
|
|
|
+ };
|
|
|
+ name = Release;
|
|
|
+ };
|
|
|
+/* End XCBuildConfiguration section */
|
|
|
+
|
|
|
+/* Begin XCConfigurationList section */
|
|
|
+ 0EB833441BBF45E600DDC844 /* Build configuration list for PBXProject "logger" */ = {
|
|
|
+ isa = XCConfigurationList;
|
|
|
+ buildConfigurations = (
|
|
|
+ 0EB833421BBF45E600DDC844 /* Debug */,
|
|
|
+ 0EB833431BBF45E600DDC844 /* Release */,
|
|
|
+ );
|
|
|
+ defaultConfigurationIsVisible = 0;
|
|
|
+ defaultConfigurationName = Release;
|
|
|
+ };
|
|
|
+ 0EB833491BBF45E600DDC844 /* Build configuration list for PBXLegacyTarget "logger" */ = {
|
|
|
+ isa = XCConfigurationList;
|
|
|
+ buildConfigurations = (
|
|
|
+ 0EB8334A1BBF45E600DDC844 /* Debug */,
|
|
|
+ 0EB8334B1BBF45E600DDC844 /* Release */,
|
|
|
+ );
|
|
|
+ defaultConfigurationIsVisible = 0;
|
|
|
+ defaultConfigurationName = Release;
|
|
|
+ };
|
|
|
+ 0ECAC4B71BC00AC500FDAE14 /* Build configuration list for PBXNativeTarget "logging" */ = {
|
|
|
+ isa = XCConfigurationList;
|
|
|
+ buildConfigurations = (
|
|
|
+ 0ECAC4B81BC00AC500FDAE14 /* Debug */,
|
|
|
+ 0ECAC4B91BC00AC500FDAE14 /* Release */,
|
|
|
+ );
|
|
|
+ defaultConfigurationIsVisible = 0;
|
|
|
+ };
|
|
|
+/* End XCConfigurationList section */
|
|
|
+ };
|
|
|
+ rootObject = 0EB833411BBF45E600DDC844 /* Project object */;
|
|
|
+}
|