[Igarden-commit] CommonSource/Zip/ZIP.xcodeproj project.pbxproj, 1.1.2.1, 1.1.2.2
Status: Beta
Brought to you by:
jlbedell
|
From: Jeffrey B. <jlb...@us...> - 2006-12-03 03:16:59
|
Update of /cvsroot/igarden/CommonSource/Zip/ZIP.xcodeproj In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv23249 Modified Files: Tag: Release_branch_v1 project.pbxproj Log Message: Add crypt.h Index: project.pbxproj =================================================================== RCS file: /cvsroot/igarden/CommonSource/Zip/ZIP.xcodeproj/Attic/project.pbxproj,v retrieving revision 1.1.2.1 retrieving revision 1.1.2.2 diff -C2 -d -r1.1.2.1 -r1.1.2.2 *** project.pbxproj 2 Dec 2006 05:17:13 -0000 1.1.2.1 --- project.pbxproj 3 Dec 2006 03:16:58 -0000 1.1.2.2 *************** *** 15,18 **** --- 15,19 ---- 4971ACF90B1E6F6F004FC05F /* zip.h in Headers */ = {isa = PBXBuildFile; fileRef = 4971ACF30B1E6F6F004FC05F /* zip.h */; }; 4971AD940B1E6F98004FC05F /* libz.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 4971AD930B1E6F98004FC05F /* libz.dylib */; }; + 4971B51A0B2278B0004FC05F /* crypt.h in Headers */ = {isa = PBXBuildFile; fileRef = 4971B5190B2278AF004FC05F /* crypt.h */; }; /* End PBXBuildFile section */ *************** *** 26,29 **** --- 27,31 ---- 4971ACF30B1E6F6F004FC05F /* zip.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = zip.h; sourceTree = "<group>"; }; 4971AD930B1E6F98004FC05F /* libz.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libz.dylib; path = /usr/lib/libz.dylib; sourceTree = "<absolute>"; }; + 4971B5190B2278AF004FC05F /* crypt.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = crypt.h; sourceTree = "<group>"; }; D2AAC06F0554671400DB518D /* libZIP.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libZIP.a; sourceTree = BUILT_PRODUCTS_DIR; }; /* End PBXFileReference section */ *************** *** 75,78 **** --- 77,81 ---- 4971ACF10B1E6F6F004FC05F /* unzip.h */, 4971ACF20B1E6F6F004FC05F /* zip.c */, + 4971B5190B2278AF004FC05F /* crypt.h */, 4971ACF30B1E6F6F004FC05F /* zip.h */, 32BAE0B70371A74B00C91783 /* ZIP_Prefix.pch */, *************** *** 91,94 **** --- 94,98 ---- 4971ACF70B1E6F6F004FC05F /* unzip.h in Headers */, 4971ACF90B1E6F6F004FC05F /* zip.h in Headers */, + 4971B51A0B2278B0004FC05F /* crypt.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; |