From c4e2d82a80d2389e22c6b9a6099dccb832526f35 Mon Sep 17 00:00:00 2001 From: Stefan Ritt Date: Thu, 12 Jul 2012 14:23:32 +0000 Subject: [PATCH] Added elog project SVN revision: 2470 --- xcode/elog.xcodeproj/project.pbxproj | 220 +++++++++++++++++++++++++++ 1 file changed, 220 insertions(+) create mode 100644 xcode/elog.xcodeproj/project.pbxproj diff --git a/xcode/elog.xcodeproj/project.pbxproj b/xcode/elog.xcodeproj/project.pbxproj new file mode 100644 index 00000000..32dd1eed --- /dev/null +++ b/xcode/elog.xcodeproj/project.pbxproj @@ -0,0 +1,220 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 46; + objects = { + +/* Begin PBXBuildFile section */ + D54515931399A23B0037D7FB /* crypt.c in Sources */ = {isa = PBXBuildFile; fileRef = D545158D1399A23B0037D7FB /* crypt.c */; }; + D54515941399A23B0037D7FB /* elog.c in Sources */ = {isa = PBXBuildFile; fileRef = D545158E1399A23B0037D7FB /* elog.c */; }; +/* End PBXBuildFile section */ + +/* Begin PBXCopyFilesBuildPhase section */ + D52BA2F813999DB0000458E3 /* CopyFiles */ = { + isa = PBXCopyFilesBuildPhase; + buildActionMask = 2147483647; + dstPath = /usr/share/man/man1/; + dstSubfolderSpec = 0; + files = ( + ); + runOnlyForDeploymentPostprocessing = 1; + }; +/* End PBXCopyFilesBuildPhase section */ + +/* Begin PBXFileReference section */ + D52BA2FA13999DB0000458E3 /* elog */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = elog; sourceTree = BUILT_PRODUCTS_DIR; }; + D545158D1399A23B0037D7FB /* crypt.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = crypt.c; path = /elog/src/crypt.c; sourceTree = ""; }; + D545158E1399A23B0037D7FB /* elog.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = elog.c; path = /elog/src/elog.c; sourceTree = ""; }; + D58A366615AF103300682DC0 /* elog-version.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = "elog-version.h"; path = "/elog/src/elog-version.h"; sourceTree = ""; }; +/* End PBXFileReference section */ + +/* Begin PBXFrameworksBuildPhase section */ + D52BA2F713999DB0000458E3 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXFrameworksBuildPhase section */ + +/* Begin PBXGroup section */ + D52BA2EF13999DB0000458E3 = { + isa = PBXGroup; + children = ( + D52BA2FD13999DB0000458E3 /* elog */, + D5F11B9013AFA146002CE8BF /* Resources */, + D52BA2FB13999DB0000458E3 /* Products */, + ); + sourceTree = ""; + }; + D52BA2FB13999DB0000458E3 /* Products */ = { + isa = PBXGroup; + children = ( + D52BA2FA13999DB0000458E3 /* elog */, + ); + name = Products; + sourceTree = ""; + }; + D52BA2FD13999DB0000458E3 /* elog */ = { + isa = PBXGroup; + children = ( + D545158D1399A23B0037D7FB /* crypt.c */, + D545158E1399A23B0037D7FB /* elog.c */, + D58A366615AF103300682DC0 /* elog-version.h */, + ); + path = elog; + sourceTree = ""; + }; +/* End PBXGroup section */ + +/* Begin PBXNativeTarget section */ + D52BA2F913999DB0000458E3 /* elog */ = { + isa = PBXNativeTarget; + buildConfigurationList = D52BA30313999DB0000458E3 /* Build configuration list for PBXNativeTarget "elog" */; + buildPhases = ( + D52BA2F613999DB0000458E3 /* Sources */, + D52BA2F713999DB0000458E3 /* Frameworks */, + D52BA2F813999DB0000458E3 /* CopyFiles */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = elog; + productName = elog; + productReference = D52BA2FA13999DB0000458E3 /* elog */; + productType = "com.apple.product-type.tool"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + D52BA2F113999DB0000458E3 /* Project object */ = { + isa = PBXProject; + attributes = { + LastUpgradeCheck = 0420; + ORGANIZATIONNAME = PSI; + }; + buildConfigurationList = D52BA2F413999DB0000458E3 /* Build configuration list for PBXProject "elog" */; + compatibilityVersion = "Xcode 3.2"; + developmentRegion = English; + hasScannedForEncodings = 0; + knownRegions = ( + en, + ); + mainGroup = D52BA2EF13999DB0000458E3; + productRefGroup = D52BA2FB13999DB0000458E3 /* Products */; + projectDirPath = ""; + projectRoot = ""; + targets = ( + D52BA2F913999DB0000458E3 /* elog */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXSourcesBuildPhase section */ + D52BA2F613999DB0000458E3 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + D52BA31413999DE4000458E3 /* mxml.c in Sources */, + D52BA31513999DE4000458E3 /* strlcpy.c in Sources */, + D54515921399A23B0037D7FB /* auth.c in Sources */, + D54515931399A23B0037D7FB /* crypt.c in Sources */, + D54515941399A23B0037D7FB /* elogd.c in Sources */, + D54515951399A23B0037D7FB /* regex.c in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin XCBuildConfiguration section */ + D52BA30113999DB0000458E3 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ARCHS = "$(ARCHS_STANDARD_32_64_BIT)"; + GCC_C_LANGUAGE_STANDARD = gnu99; + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PREPROCESSOR_DEFINITIONS = DEBUG; + GCC_SYMBOLS_PRIVATE_EXTERN = NO; + GCC_VERSION = com.apple.compilers.llvm.clang.1_0; + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + MACOSX_DEPLOYMENT_TARGET = 10.6; + ONLY_ACTIVE_ARCH = YES; + SDKROOT = macosx; + }; + name = Debug; + }; + D52BA30213999DB0000458E3 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ARCHS = "$(ARCHS_STANDARD_32_64_BIT)"; + GCC_C_LANGUAGE_STANDARD = gnu99; + GCC_VERSION = com.apple.compilers.llvm.clang.1_0; + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + MACOSX_DEPLOYMENT_TARGET = 10.6; + SDKROOT = macosx; + }; + name = Release; + }; + D52BA30413999DB0000458E3 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + COPY_PHASE_STRIP = NO; + GCC_DYNAMIC_NO_PIC = NO; + GCC_ENABLE_OBJC_EXCEPTIONS = YES; + GCC_PREPROCESSOR_DEFINITIONS = ( + HAVE_SSL, + DEBUG, + ); + GCC_WARN_64_TO_32_BIT_CONVERSION = NO; + OTHER_LDFLAGS = "-lssl"; + PRODUCT_NAME = "$(TARGET_NAME)"; + }; + name = Debug; + }; + D52BA30513999DB0000458E3 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + COPY_PHASE_STRIP = YES; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + GCC_ENABLE_OBJC_EXCEPTIONS = YES; + GCC_WARN_64_TO_32_BIT_CONVERSION = NO; + OTHER_LDFLAGS = "-lssl"; + PRODUCT_NAME = "$(TARGET_NAME)"; + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + D52BA2F413999DB0000458E3 /* Build configuration list for PBXProject "elog" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + D52BA30113999DB0000458E3 /* Debug */, + D52BA30213999DB0000458E3 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + D52BA30313999DB0000458E3 /* Build configuration list for PBXNativeTarget "elog" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + D52BA30413999DB0000458E3 /* Debug */, + D52BA30513999DB0000458E3 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; +/* End XCConfigurationList section */ + }; + rootObject = D52BA2F113999DB0000458E3 /* Project object */; +}