From fcb122d264414b86ca89dddffba5f839963fc7fa Mon Sep 17 00:00:00 2001 From: Paul Querna Date: Tue, 05 Apr 2005 16:39:18 +0000 Subject: checkpoint the work so far. The DBM cache needs a little more work. --- (limited to 'mod_gnutls.xcode') diff --git a/mod_gnutls.xcode/project.pbxproj b/mod_gnutls.xcode/project.pbxproj new file mode 100644 index 0000000..6d79e40 --- /dev/null +++ b/mod_gnutls.xcode/project.pbxproj @@ -0,0 +1,75 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 39; + objects = { + 45B624630802F1E200CBFD9A = { + children = ( + 45B6246D0802F20D00CBFD9A, + 45B6246E0802F20D00CBFD9A, + 45B6246F0802F20D00CBFD9A, + ); + isa = PBXGroup; + refType = 4; + sourceTree = ""; + }; + 45B624650802F1E200CBFD9A = { + buildSettings = { + COPY_PHASE_STRIP = NO; + }; + isa = PBXBuildStyle; + name = Development; + }; + 45B624660802F1E200CBFD9A = { + buildSettings = { + COPY_PHASE_STRIP = YES; + }; + isa = PBXBuildStyle; + name = Deployment; + }; + 45B624670802F1E200CBFD9A = { + buildSettings = { + }; + buildStyles = ( + 45B624650802F1E200CBFD9A, + 45B624660802F1E200CBFD9A, + ); + hasScannedForEncodings = 0; + isa = PBXProject; + mainGroup = 45B624630802F1E200CBFD9A; + projectDirPath = ""; + targets = ( + ); + }; + 45B6246D0802F20D00CBFD9A = { + fileEncoding = 4; + isa = PBXFileReference; + lastKnownFileType = sourcecode.c.c; + name = gnutls_cache.c; + path = src/gnutls_cache.c; + refType = 2; + sourceTree = SOURCE_ROOT; + }; + 45B6246E0802F20D00CBFD9A = { + fileEncoding = 4; + isa = PBXFileReference; + lastKnownFileType = sourcecode.c.c; + name = gnutls_io.c; + path = src/gnutls_io.c; + refType = 2; + sourceTree = SOURCE_ROOT; + }; + 45B6246F0802F20D00CBFD9A = { + fileEncoding = 4; + isa = PBXFileReference; + lastKnownFileType = sourcecode.c.c; + name = mod_gnutls.c; + path = src/mod_gnutls.c; + refType = 2; + sourceTree = SOURCE_ROOT; + }; + }; + rootObject = 45B624670802F1E200CBFD9A; +} -- cgit v0.9.2