From 6551cba1a351df319b07774018105d1ad8326f4b Mon Sep 17 00:00:00 2001 From: Stefan Ritt Date: Fri, 10 Feb 2012 13:23:47 +0000 Subject: [PATCH] Added Xcode project file SVN revision: 2431 --- xcode/elogd.xcodeproj/project.pbxproj | 241 ++++++++++++++++++++++++++ 1 file changed, 241 insertions(+) create mode 100644 xcode/elogd.xcodeproj/project.pbxproj diff --git a/xcode/elogd.xcodeproj/project.pbxproj b/xcode/elogd.xcodeproj/project.pbxproj new file mode 100644 index 00000000..d733b644 --- /dev/null +++ b/xcode/elogd.xcodeproj/project.pbxproj @@ -0,0 +1,241 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 46; + objects = { + +/* Begin PBXBuildFile section */ + D52BA31413999DE4000458E3 /* mxml.c in Sources */ = {isa = PBXBuildFile; fileRef = D52BA31013999DE4000458E3 /* mxml.c */; }; + D52BA31513999DE4000458E3 /* strlcpy.c in Sources */ = {isa = PBXBuildFile; fileRef = D52BA31213999DE4000458E3 /* strlcpy.c */; }; + D54515921399A23B0037D7FB /* auth.c in Sources */ = {isa = PBXBuildFile; fileRef = D545158C1399A23B0037D7FB /* auth.c */; }; + D54515931399A23B0037D7FB /* crypt.c in Sources */ = {isa = PBXBuildFile; fileRef = D545158D1399A23B0037D7FB /* crypt.c */; }; + D54515941399A23B0037D7FB /* elogd.c in Sources */ = {isa = PBXBuildFile; fileRef = D545158E1399A23B0037D7FB /* elogd.c */; }; + D54515951399A23B0037D7FB /* regex.c in Sources */ = {isa = PBXBuildFile; fileRef = D54515901399A23B0037D7FB /* regex.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 /* elogd */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = elogd; sourceTree = BUILT_PRODUCTS_DIR; }; + D52BA31013999DE4000458E3 /* mxml.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = mxml.c; path = ../../../mxml/mxml.c; sourceTree = ""; }; + D52BA31113999DE4000458E3 /* mxml.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = mxml.h; path = ../../../mxml/mxml.h; sourceTree = ""; }; + D52BA31213999DE4000458E3 /* strlcpy.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = strlcpy.c; path = ../../../mxml/strlcpy.c; sourceTree = ""; }; + D52BA31313999DE4000458E3 /* strlcpy.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = strlcpy.h; path = ../../../mxml/strlcpy.h; sourceTree = ""; }; + D545158C1399A23B0037D7FB /* auth.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = auth.c; path = ../../src/auth.c; sourceTree = ""; }; + D545158D1399A23B0037D7FB /* crypt.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = crypt.c; path = ../../src/crypt.c; sourceTree = ""; }; + D545158E1399A23B0037D7FB /* elogd.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = elogd.c; path = ../../src/elogd.c; sourceTree = ""; }; + D545158F1399A23B0037D7FB /* elogd.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = elogd.h; path = ../../src/elogd.h; sourceTree = ""; }; + D54515901399A23B0037D7FB /* regex.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = regex.c; path = ../../src/regex.c; sourceTree = ""; }; + D54515911399A23B0037D7FB /* regex.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = regex.h; path = ../../src/regex.h; sourceTree = ""; }; + D5F11B9113AFA164002CE8BF /* elogd.cfg */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = elogd.cfg; path = ../../../elogdemo/elogd.cfg; 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 /* elogd */, + D5F11B9013AFA146002CE8BF /* Resources */, + D52BA2FB13999DB0000458E3 /* Products */, + ); + sourceTree = ""; + }; + D52BA2FB13999DB0000458E3 /* Products */ = { + isa = PBXGroup; + children = ( + D52BA2FA13999DB0000458E3 /* elogd */, + ); + name = Products; + sourceTree = ""; + }; + D52BA2FD13999DB0000458E3 /* elogd */ = { + isa = PBXGroup; + children = ( + D545158C1399A23B0037D7FB /* auth.c */, + D545158D1399A23B0037D7FB /* crypt.c */, + D545158E1399A23B0037D7FB /* elogd.c */, + D545158F1399A23B0037D7FB /* elogd.h */, + D54515901399A23B0037D7FB /* regex.c */, + D54515911399A23B0037D7FB /* regex.h */, + D52BA31013999DE4000458E3 /* mxml.c */, + D52BA31113999DE4000458E3 /* mxml.h */, + D52BA31213999DE4000458E3 /* strlcpy.c */, + D52BA31313999DE4000458E3 /* strlcpy.h */, + ); + path = elogd; + sourceTree = ""; + }; + D5F11B9013AFA146002CE8BF /* Resources */ = { + isa = PBXGroup; + children = ( + D5F11B9113AFA164002CE8BF /* elogd.cfg */, + ); + name = Resources; + path = elogd; + sourceTree = ""; + }; +/* End PBXGroup section */ + +/* Begin PBXNativeTarget section */ + D52BA2F913999DB0000458E3 /* elogd */ = { + isa = PBXNativeTarget; + buildConfigurationList = D52BA30313999DB0000458E3 /* Build configuration list for PBXNativeTarget "elogd" */; + buildPhases = ( + D52BA2F613999DB0000458E3 /* Sources */, + D52BA2F713999DB0000458E3 /* Frameworks */, + D52BA2F813999DB0000458E3 /* CopyFiles */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = elogd; + productName = elogd; + productReference = D52BA2FA13999DB0000458E3 /* elogd */; + productType = "com.apple.product-type.tool"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + D52BA2F113999DB0000458E3 /* Project object */ = { + isa = PBXProject; + attributes = { + ORGANIZATIONNAME = PSI; + }; + buildConfigurationList = D52BA2F413999DB0000458E3 /* Build configuration list for PBXProject "elogd" */; + compatibilityVersion = "Xcode 3.2"; + developmentRegion = English; + hasScannedForEncodings = 0; + knownRegions = ( + en, + ); + mainGroup = D52BA2EF13999DB0000458E3; + productRefGroup = D52BA2FB13999DB0000458E3 /* Products */; + projectDirPath = ""; + projectRoot = ""; + targets = ( + D52BA2F913999DB0000458E3 /* elogd */, + ); + }; +/* 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_WARN_64_TO_32_BIT_CONVERSION = NO; + 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; + PRODUCT_NAME = "$(TARGET_NAME)"; + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + D52BA2F413999DB0000458E3 /* Build configuration list for PBXProject "elogd" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + D52BA30113999DB0000458E3 /* Debug */, + D52BA30213999DB0000458E3 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + D52BA30313999DB0000458E3 /* Build configuration list for PBXNativeTarget "elogd" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + D52BA30413999DB0000458E3 /* Debug */, + D52BA30513999DB0000458E3 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; +/* End XCConfigurationList section */ + }; + rootObject = D52BA2F113999DB0000458E3 /* Project object */; +}