[Igarden-commit] CommonSource/Zip/ZIP.xcodeproj project.pbxproj, NONE, 1.1.2.1
Status: Beta
Brought to you by:
jlbedell
|
From: Jeffrey B. <jlb...@us...> - 2006-12-02 05:17:16
|
Update of /cvsroot/igarden/CommonSource/Zip/ZIP.xcodeproj In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv18269 Added Files: Tag: Release_branch_v1 project.pbxproj Log Message: nitial Checkin --- NEW FILE: project.pbxproj --- // !$*UTF8*$! { archiveVersion = 1; classes = { }; objectVersion = 42; objects = { /* Begin PBXBuildFile section */ 4971ACF40B1E6F6F004FC05F /* ioapi.c in Sources */ = {isa = PBXBuildFile; fileRef = 4971ACEE0B1E6F6F004FC05F /* ioapi.c */; }; 4971ACF50B1E6F6F004FC05F /* ioapi.h in Headers */ = {isa = PBXBuildFile; fileRef = 4971ACEF0B1E6F6F004FC05F /* ioapi.h */; }; 4971ACF60B1E6F6F004FC05F /* unzip.c in Sources */ = {isa = PBXBuildFile; fileRef = 4971ACF00B1E6F6F004FC05F /* unzip.c */; }; 4971ACF70B1E6F6F004FC05F /* unzip.h in Headers */ = {isa = PBXBuildFile; fileRef = 4971ACF10B1E6F6F004FC05F /* unzip.h */; }; 4971ACF80B1E6F6F004FC05F /* zip.c in Sources */ = {isa = PBXBuildFile; fileRef = 4971ACF20B1E6F6F004FC05F /* zip.c */; }; 4971ACF90B1E6F6F004FC05F /* zip.h in Headers */ = {isa = PBXBuildFile; fileRef = 4971ACF30B1E6F6F004FC05F /* zip.h */; }; 4971AD940B1E6F98004FC05F /* libz.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 4971AD930B1E6F98004FC05F /* libz.dylib */; }; /* End PBXBuildFile section */ /* Begin PBXFileReference section */ 32BAE0B70371A74B00C91783 /* ZIP_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ZIP_Prefix.pch; sourceTree = "<group>"; }; 4971ACEE0B1E6F6F004FC05F /* ioapi.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = ioapi.c; sourceTree = "<group>"; }; 4971ACEF0B1E6F6F004FC05F /* ioapi.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = ioapi.h; sourceTree = "<group>"; }; 4971ACF00B1E6F6F004FC05F /* unzip.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = unzip.c; sourceTree = "<group>"; }; 4971ACF10B1E6F6F004FC05F /* unzip.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = unzip.h; sourceTree = "<group>"; }; 4971ACF20B1E6F6F004FC05F /* zip.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = zip.c; sourceTree = "<group>"; }; 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>"; }; D2AAC06F0554671400DB518D /* libZIP.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libZIP.a; sourceTree = BUILT_PRODUCTS_DIR; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ D2AAC06D0554671400DB518D /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( 4971AD940B1E6F98004FC05F /* libz.dylib in Frameworks */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ 034768DDFF38A45A11DB9C8B /* Products */ = { isa = PBXGroup; children = ( D2AAC06F0554671400DB518D /* libZIP.a */, ); name = Products; sourceTree = "<group>"; }; 0867D691FE84028FC02AAC07 /* ZIP */ = { isa = PBXGroup; children = ( 08FB77ACFE841707C02AAC07 /* Source */, 0867D69AFE84028FC02AAC07 /* External Frameworks and Libraries */, 034768DDFF38A45A11DB9C8B /* Products */, ); name = ZIP; sourceTree = "<group>"; }; 0867D69AFE84028FC02AAC07 /* External Frameworks and Libraries */ = { isa = PBXGroup; children = ( 4971AD930B1E6F98004FC05F /* libz.dylib */, ); name = "External Frameworks and Libraries"; sourceTree = "<group>"; }; 08FB77ACFE841707C02AAC07 /* Source */ = { isa = PBXGroup; children = ( 4971ACEE0B1E6F6F004FC05F /* ioapi.c */, 4971ACEF0B1E6F6F004FC05F /* ioapi.h */, 4971ACF00B1E6F6F004FC05F /* unzip.c */, 4971ACF10B1E6F6F004FC05F /* unzip.h */, 4971ACF20B1E6F6F004FC05F /* zip.c */, 4971ACF30B1E6F6F004FC05F /* zip.h */, 32BAE0B70371A74B00C91783 /* ZIP_Prefix.pch */, ); name = Source; sourceTree = "<group>"; }; /* End PBXGroup section */ /* Begin PBXHeadersBuildPhase section */ D2AAC06B0554671400DB518D /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( 4971ACF50B1E6F6F004FC05F /* ioapi.h in Headers */, 4971ACF70B1E6F6F004FC05F /* unzip.h in Headers */, 4971ACF90B1E6F6F004FC05F /* zip.h in Headers */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXHeadersBuildPhase section */ /* Begin PBXNativeTarget section */ D2AAC06E0554671400DB518D /* ZIP */ = { isa = PBXNativeTarget; buildConfigurationList = 1DEB920108733DBB0010E9CD /* Build configuration list for PBXNativeTarget "ZIP" */; buildPhases = ( D2AAC06B0554671400DB518D /* Headers */, D2AAC06C0554671400DB518D /* Sources */, D2AAC06D0554671400DB518D /* Frameworks */, ); buildRules = ( ); dependencies = ( ); name = ZIP; productName = ZIP; productReference = D2AAC06F0554671400DB518D /* libZIP.a */; productType = "com.apple.product-type.library.static"; }; /* End PBXNativeTarget section */ /* Begin PBXProject section */ 0867D690FE84028FC02AAC07 /* Project object */ = { isa = PBXProject; buildConfigurationList = 1DEB920508733DBB0010E9CD /* Build configuration list for PBXProject "ZIP" */; hasScannedForEncodings = 1; mainGroup = 0867D691FE84028FC02AAC07 /* ZIP */; productRefGroup = 034768DDFF38A45A11DB9C8B /* Products */; projectDirPath = ""; targets = ( D2AAC06E0554671400DB518D /* ZIP */, ); }; /* End PBXProject section */ /* Begin PBXSourcesBuildPhase section */ D2AAC06C0554671400DB518D /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( 4971ACF40B1E6F6F004FC05F /* ioapi.c in Sources */, 4971ACF60B1E6F6F004FC05F /* unzip.c in Sources */, 4971ACF80B1E6F6F004FC05F /* zip.c in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXSourcesBuildPhase section */ /* Begin XCBuildConfiguration section */ 1DEB920208733DBB0010E9CD /* Development */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = ( ppc, i386, ); COPY_PHASE_STRIP = NO; GCC_DYNAMIC_NO_PIC = NO; GCC_ENABLE_FIX_AND_CONTINUE = YES; GCC_MODEL_TUNING = G5; GCC_OPTIMIZATION_LEVEL = 0; GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = ZIP_Prefix.pch; INSTALL_PATH = /usr/local/lib; PRODUCT_NAME = ZIP; ZERO_LINK = YES; }; name = Development; }; 1DEB920308733DBB0010E9CD /* Deployment */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = ( ppc, i386, ); GCC_GENERATE_DEBUGGING_SYMBOLS = NO; GCC_MODEL_TUNING = G5; GCC_PRECOMPILE_PREFIX_HEADER = YES; GCC_PREFIX_HEADER = ZIP_Prefix.pch; INSTALL_PATH = /usr/local/lib; PRODUCT_NAME = ZIP; }; name = Deployment; }; 1DEB920608733DBB0010E9CD /* Development */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = ( ppc, i386, ); GCC_WARN_ABOUT_RETURN_TYPE = YES; GCC_WARN_UNUSED_VARIABLE = YES; PREBINDING = NO; SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk; }; name = Development; }; 1DEB920708733DBB0010E9CD /* Deployment */ = { isa = XCBuildConfiguration; buildSettings = { GCC_WARN_ABOUT_RETURN_TYPE = YES; GCC_WARN_UNUSED_VARIABLE = YES; PREBINDING = NO; SDKROOT = /Developer/SDKs/MacOSX10.4u.sdk; }; name = Deployment; }; /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ 1DEB920108733DBB0010E9CD /* Build configuration list for PBXNativeTarget "ZIP" */ = { isa = XCConfigurationList; buildConfigurations = ( 1DEB920208733DBB0010E9CD /* Development */, 1DEB920308733DBB0010E9CD /* Deployment */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Deployment; }; 1DEB920508733DBB0010E9CD /* Build configuration list for PBXProject "ZIP" */ = { isa = XCConfigurationList; buildConfigurations = ( 1DEB920608733DBB0010E9CD /* Development */, 1DEB920708733DBB0010E9CD /* Deployment */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Deployment; }; /* End XCConfigurationList section */ }; rootObject = 0867D690FE84028FC02AAC07 /* Project object */; } |