// !$*UTF8*$! { archiveVersion = 1; classes = { }; objectVersion = 46; objects = { /* Begin PBXBuildFile section */ 3AE6F0FF1E7D35BE008A1B2D /* ioapi.c in Sources */ = {isa = PBXBuildFile; fileRef = 3AE6F0F81E7D35BE008A1B2D /* ioapi.c */; }; 3AE6F1031E7D35BE008A1B2D /* mztools.c in Sources */ = {isa = PBXBuildFile; fileRef = 3AE6F0FC1E7D35BE008A1B2D /* mztools.c */; }; 3AE6F1041E7D35BE008A1B2D /* unzip.c in Sources */ = {isa = PBXBuildFile; fileRef = 3AE6F0FD1E7D35BE008A1B2D /* unzip.c */; }; 3AE6F1051E7D35BE008A1B2D /* zip.c in Sources */ = {isa = PBXBuildFile; fileRef = 3AE6F0FE1E7D35BE008A1B2D /* zip.c */; }; 3AE6F1191E7D36B0008A1B2D /* adler32.c in Sources */ = {isa = PBXBuildFile; fileRef = 3AE6F1091E7D36B0008A1B2D /* adler32.c */; }; 3AE6F11A1E7D36B0008A1B2D /* compress.c in Sources */ = {isa = PBXBuildFile; fileRef = 3AE6F10A1E7D36B0008A1B2D /* compress.c */; }; 3AE6F11B1E7D36B0008A1B2D /* crc32.c in Sources */ = {isa = PBXBuildFile; fileRef = 3AE6F10B1E7D36B0008A1B2D /* crc32.c */; }; 3AE6F11C1E7D36B0008A1B2D /* deflate.c in Sources */ = {isa = PBXBuildFile; fileRef = 3AE6F10C1E7D36B0008A1B2D /* deflate.c */; }; 3AE6F11D1E7D36B0008A1B2D /* gzclose.c in Sources */ = {isa = PBXBuildFile; fileRef = 3AE6F10D1E7D36B0008A1B2D /* gzclose.c */; }; 3AE6F11E1E7D36B0008A1B2D /* gzlib.c in Sources */ = {isa = PBXBuildFile; fileRef = 3AE6F10E1E7D36B0008A1B2D /* gzlib.c */; }; 3AE6F11F1E7D36B0008A1B2D /* gzread.c in Sources */ = {isa = PBXBuildFile; fileRef = 3AE6F10F1E7D36B0008A1B2D /* gzread.c */; }; 3AE6F1201E7D36B0008A1B2D /* gzwrite.c in Sources */ = {isa = PBXBuildFile; fileRef = 3AE6F1101E7D36B0008A1B2D /* gzwrite.c */; }; 3AE6F1211E7D36B0008A1B2D /* infback.c in Sources */ = {isa = PBXBuildFile; fileRef = 3AE6F1111E7D36B0008A1B2D /* infback.c */; }; 3AE6F1221E7D36B0008A1B2D /* inffast.c in Sources */ = {isa = PBXBuildFile; fileRef = 3AE6F1121E7D36B0008A1B2D /* inffast.c */; }; 3AE6F1231E7D36B0008A1B2D /* inflate.c in Sources */ = {isa = PBXBuildFile; fileRef = 3AE6F1131E7D36B0008A1B2D /* inflate.c */; }; 3AE6F1241E7D36B0008A1B2D /* inftrees.c in Sources */ = {isa = PBXBuildFile; fileRef = 3AE6F1141E7D36B0008A1B2D /* inftrees.c */; }; 3AE6F1251E7D36B0008A1B2D /* minigzip.c in Sources */ = {isa = PBXBuildFile; fileRef = 3AE6F1151E7D36B0008A1B2D /* minigzip.c */; }; 3AE6F1261E7D36B0008A1B2D /* trees.c in Sources */ = {isa = PBXBuildFile; fileRef = 3AE6F1161E7D36B0008A1B2D /* trees.c */; }; 3AE6F1271E7D36B0008A1B2D /* uncompr.c in Sources */ = {isa = PBXBuildFile; fileRef = 3AE6F1171E7D36B0008A1B2D /* uncompr.c */; }; 3AE6F1281E7D36B0008A1B2D /* zutil.c in Sources */ = {isa = PBXBuildFile; fileRef = 3AE6F1181E7D36B0008A1B2D /* zutil.c */; }; /* End PBXBuildFile section */ /* Begin PBXFileReference section */ 3AE6F0DD1E7D3531008A1B2D /* libminizip.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libminizip.a; sourceTree = BUILT_PRODUCTS_DIR; }; 3AE6F0F81E7D35BE008A1B2D /* ioapi.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = ioapi.c; path = ../lib/minizip/ioapi.c; sourceTree = SOURCE_ROOT; }; 3AE6F0FC1E7D35BE008A1B2D /* mztools.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = mztools.c; path = ../lib/minizip/mztools.c; sourceTree = SOURCE_ROOT; }; 3AE6F0FD1E7D35BE008A1B2D /* unzip.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = unzip.c; path = ../lib/minizip/unzip.c; sourceTree = SOURCE_ROOT; }; 3AE6F0FE1E7D35BE008A1B2D /* zip.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = zip.c; path = ../lib/minizip/zip.c; sourceTree = SOURCE_ROOT; }; 3AE6F1091E7D36B0008A1B2D /* adler32.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = adler32.c; path = ../lib/zlib/adler32.c; sourceTree = ""; }; 3AE6F10A1E7D36B0008A1B2D /* compress.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = compress.c; path = ../lib/zlib/compress.c; sourceTree = ""; }; 3AE6F10B1E7D36B0008A1B2D /* crc32.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = crc32.c; path = ../lib/zlib/crc32.c; sourceTree = ""; }; 3AE6F10C1E7D36B0008A1B2D /* deflate.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = deflate.c; path = ../lib/zlib/deflate.c; sourceTree = ""; }; 3AE6F10D1E7D36B0008A1B2D /* gzclose.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = gzclose.c; path = ../lib/zlib/gzclose.c; sourceTree = ""; }; 3AE6F10E1E7D36B0008A1B2D /* gzlib.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = gzlib.c; path = ../lib/zlib/gzlib.c; sourceTree = ""; }; 3AE6F10F1E7D36B0008A1B2D /* gzread.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = gzread.c; path = ../lib/zlib/gzread.c; sourceTree = ""; }; 3AE6F1101E7D36B0008A1B2D /* gzwrite.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = gzwrite.c; path = ../lib/zlib/gzwrite.c; sourceTree = ""; }; 3AE6F1111E7D36B0008A1B2D /* infback.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = infback.c; path = ../lib/zlib/infback.c; sourceTree = ""; }; 3AE6F1121E7D36B0008A1B2D /* inffast.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = inffast.c; path = ../lib/zlib/inffast.c; sourceTree = ""; }; 3AE6F1131E7D36B0008A1B2D /* inflate.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = inflate.c; path = ../lib/zlib/inflate.c; sourceTree = ""; }; 3AE6F1141E7D36B0008A1B2D /* inftrees.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = inftrees.c; path = ../lib/zlib/inftrees.c; sourceTree = ""; }; 3AE6F1151E7D36B0008A1B2D /* minigzip.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = minigzip.c; path = ../lib/zlib/minigzip.c; sourceTree = ""; }; 3AE6F1161E7D36B0008A1B2D /* trees.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = trees.c; path = ../lib/zlib/trees.c; sourceTree = ""; }; 3AE6F1171E7D36B0008A1B2D /* uncompr.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = uncompr.c; path = ../lib/zlib/uncompr.c; sourceTree = ""; }; 3AE6F1181E7D36B0008A1B2D /* zutil.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = zutil.c; path = ../lib/zlib/zutil.c; sourceTree = ""; }; /* End PBXFileReference section */ /* Begin PBXFrameworksBuildPhase section */ 3AE6F0DA1E7D3531008A1B2D /* Frameworks */ = { isa = PBXFrameworksBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXFrameworksBuildPhase section */ /* Begin PBXGroup section */ 3AE6F0D41E7D3531008A1B2D = { isa = PBXGroup; children = ( 3AE6F0F71E7D35A1008A1B2D /* Sources */, 3AE6F0DE1E7D3531008A1B2D /* Products */, ); sourceTree = ""; }; 3AE6F0DE1E7D3531008A1B2D /* Products */ = { isa = PBXGroup; children = ( 3AE6F0DD1E7D3531008A1B2D /* libminizip.a */, ); name = Products; sourceTree = ""; }; 3AE6F0F71E7D35A1008A1B2D /* Sources */ = { isa = PBXGroup; children = ( 3AE6F1091E7D36B0008A1B2D /* adler32.c */, 3AE6F10A1E7D36B0008A1B2D /* compress.c */, 3AE6F10B1E7D36B0008A1B2D /* crc32.c */, 3AE6F10C1E7D36B0008A1B2D /* deflate.c */, 3AE6F10D1E7D36B0008A1B2D /* gzclose.c */, 3AE6F10E1E7D36B0008A1B2D /* gzlib.c */, 3AE6F10F1E7D36B0008A1B2D /* gzread.c */, 3AE6F1101E7D36B0008A1B2D /* gzwrite.c */, 3AE6F1111E7D36B0008A1B2D /* infback.c */, 3AE6F1121E7D36B0008A1B2D /* inffast.c */, 3AE6F1131E7D36B0008A1B2D /* inflate.c */, 3AE6F1141E7D36B0008A1B2D /* inftrees.c */, 3AE6F1151E7D36B0008A1B2D /* minigzip.c */, 3AE6F1161E7D36B0008A1B2D /* trees.c */, 3AE6F1171E7D36B0008A1B2D /* uncompr.c */, 3AE6F1181E7D36B0008A1B2D /* zutil.c */, 3AE6F0F81E7D35BE008A1B2D /* ioapi.c */, 3AE6F0FC1E7D35BE008A1B2D /* mztools.c */, 3AE6F0FD1E7D35BE008A1B2D /* unzip.c */, 3AE6F0FE1E7D35BE008A1B2D /* zip.c */, ); name = Sources; sourceTree = ""; }; /* End PBXGroup section */ /* Begin PBXHeadersBuildPhase section */ 3AE6F0DB1E7D3531008A1B2D /* Headers */ = { isa = PBXHeadersBuildPhase; buildActionMask = 2147483647; files = ( ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXHeadersBuildPhase section */ /* Begin PBXNativeTarget section */ 3AE6F0DC1E7D3531008A1B2D /* libminizip */ = { isa = PBXNativeTarget; buildConfigurationList = 3AE6F0E81E7D3531008A1B2D /* Build configuration list for PBXNativeTarget "libminizip" */; buildPhases = ( 3AE6F0D91E7D3531008A1B2D /* Sources */, 3AE6F0DA1E7D3531008A1B2D /* Frameworks */, 3AE6F0DB1E7D3531008A1B2D /* Headers */, ); buildRules = ( ); dependencies = ( ); name = libminizip; productName = libminizip; productReference = 3AE6F0DD1E7D3531008A1B2D /* libminizip.a */; productType = "com.apple.product-type.library.static"; }; /* End PBXNativeTarget section */ /* Begin PBXProject section */ 3AE6F0D51E7D3531008A1B2D /* Project object */ = { isa = PBXProject; attributes = { LastUpgradeCheck = 0710; ORGANIZATIONNAME = "Broken Glass Studios"; TargetAttributes = { 3AE6F0DC1E7D3531008A1B2D = { CreatedOnToolsVersion = 7.1; }; }; }; buildConfigurationList = 3AE6F0D81E7D3531008A1B2D /* Build configuration list for PBXProject "libminizip" */; compatibilityVersion = "Xcode 3.2"; developmentRegion = English; hasScannedForEncodings = 0; knownRegions = ( en, ); mainGroup = 3AE6F0D41E7D3531008A1B2D; productRefGroup = 3AE6F0DE1E7D3531008A1B2D /* Products */; projectDirPath = ""; projectRoot = ""; targets = ( 3AE6F0DC1E7D3531008A1B2D /* libminizip */, ); }; /* End PBXProject section */ /* Begin PBXSourcesBuildPhase section */ 3AE6F0D91E7D3531008A1B2D /* Sources */ = { isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( 3AE6F11E1E7D36B0008A1B2D /* gzlib.c in Sources */, 3AE6F1041E7D35BE008A1B2D /* unzip.c in Sources */, 3AE6F1201E7D36B0008A1B2D /* gzwrite.c in Sources */, 3AE6F1271E7D36B0008A1B2D /* uncompr.c in Sources */, 3AE6F1261E7D36B0008A1B2D /* trees.c in Sources */, 3AE6F0FF1E7D35BE008A1B2D /* ioapi.c in Sources */, 3AE6F1221E7D36B0008A1B2D /* inffast.c in Sources */, 3AE6F11B1E7D36B0008A1B2D /* crc32.c in Sources */, 3AE6F1051E7D35BE008A1B2D /* zip.c in Sources */, 3AE6F11D1E7D36B0008A1B2D /* gzclose.c in Sources */, 3AE6F1211E7D36B0008A1B2D /* infback.c in Sources */, 3AE6F1281E7D36B0008A1B2D /* zutil.c in Sources */, 3AE6F1231E7D36B0008A1B2D /* inflate.c in Sources */, 3AE6F11C1E7D36B0008A1B2D /* deflate.c in Sources */, 3AE6F1191E7D36B0008A1B2D /* adler32.c in Sources */, 3AE6F1251E7D36B0008A1B2D /* minigzip.c in Sources */, 3AE6F11F1E7D36B0008A1B2D /* gzread.c in Sources */, 3AE6F1241E7D36B0008A1B2D /* inftrees.c in Sources */, 3AE6F1031E7D35BE008A1B2D /* mztools.c in Sources */, 3AE6F11A1E7D36B0008A1B2D /* compress.c in Sources */, ); runOnlyForDeploymentPostprocessing = 0; }; /* End PBXSourcesBuildPhase section */ /* Begin XCBuildConfiguration section */ 3AE6F0E61E7D3531008A1B2D /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; CLANG_CXX_LIBRARY = "libc++"; CLANG_ENABLE_MODULES = YES; CLANG_ENABLE_OBJC_ARC = YES; CLANG_WARN_BOOL_CONVERSION = YES; CLANG_WARN_CONSTANT_CONVERSION = YES; CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; CLANG_WARN_EMPTY_BODY = YES; CLANG_WARN_ENUM_CONVERSION = YES; CLANG_WARN_INT_CONVERSION = YES; CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; CLANG_WARN_UNREACHABLE_CODE = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; CODE_SIGN_IDENTITY = "-"; COPY_PHASE_STRIP = NO; DEBUG_INFORMATION_FORMAT = dwarf; ENABLE_STRICT_OBJC_MSGSEND = YES; ENABLE_TESTABILITY = YES; GCC_C_LANGUAGE_STANDARD = gnu99; GCC_DYNAMIC_NO_PIC = NO; GCC_NO_COMMON_BLOCKS = YES; GCC_OPTIMIZATION_LEVEL = 0; GCC_PREPROCESSOR_DEFINITIONS = ( "DEBUG=1", "$(inherited)", ); GCC_WARN_64_TO_32_BIT_CONVERSION = YES; GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; GCC_WARN_UNDECLARED_SELECTOR = YES; GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; MACOSX_DEPLOYMENT_TARGET = 10.11; MTL_ENABLE_DEBUG_INFO = YES; ONLY_ACTIVE_ARCH = YES; SDKROOT = macosx; }; name = Debug; }; 3AE6F0E71E7D3531008A1B2D /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ALWAYS_SEARCH_USER_PATHS = NO; CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; CLANG_CXX_LIBRARY = "libc++"; CLANG_ENABLE_MODULES = YES; CLANG_ENABLE_OBJC_ARC = YES; CLANG_WARN_BOOL_CONVERSION = YES; CLANG_WARN_CONSTANT_CONVERSION = YES; CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR; CLANG_WARN_EMPTY_BODY = YES; CLANG_WARN_ENUM_CONVERSION = YES; CLANG_WARN_INT_CONVERSION = YES; CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR; CLANG_WARN_UNREACHABLE_CODE = YES; CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; CODE_SIGN_IDENTITY = "-"; COPY_PHASE_STRIP = NO; DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; ENABLE_NS_ASSERTIONS = NO; ENABLE_STRICT_OBJC_MSGSEND = YES; GCC_C_LANGUAGE_STANDARD = gnu99; GCC_NO_COMMON_BLOCKS = YES; GCC_WARN_64_TO_32_BIT_CONVERSION = YES; GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR; GCC_WARN_UNDECLARED_SELECTOR = YES; GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE; GCC_WARN_UNUSED_FUNCTION = YES; GCC_WARN_UNUSED_VARIABLE = YES; MACOSX_DEPLOYMENT_TARGET = 10.11; MTL_ENABLE_DEBUG_INFO = NO; SDKROOT = macosx; }; name = Release; }; 3AE6F0E91E7D3531008A1B2D /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT)"; EXECUTABLE_PREFIX = ""; GCC_ENABLE_CPP_EXCEPTIONS = YES; GCC_ENABLE_CPP_RTTI = YES; HEADER_SEARCH_PATHS = ( "$(SRCROOT)/../include/minizip", "$(SRCROOT)/../include/zlib", ); MACOSX_DEPLOYMENT_TARGET = 10.6; PRODUCT_NAME = "$(TARGET_NAME)"; SDKROOT = macosx10.6; VALID_ARCHS = i386; }; name = Debug; }; 3AE6F0EA1E7D3531008A1B2D /* Release */ = { isa = XCBuildConfiguration; buildSettings = { ARCHS = "$(ARCHS_STANDARD_32_BIT)"; EXECUTABLE_PREFIX = ""; GCC_ENABLE_CPP_EXCEPTIONS = YES; GCC_ENABLE_CPP_RTTI = YES; HEADER_SEARCH_PATHS = ( "$(SRCROOT)/../include/minizip", "$(SRCROOT)/../include/zlib", ); MACOSX_DEPLOYMENT_TARGET = 10.6; PRODUCT_NAME = "$(TARGET_NAME)"; SDKROOT = macosx10.6; VALID_ARCHS = i386; }; name = Release; }; /* End XCBuildConfiguration section */ /* Begin XCConfigurationList section */ 3AE6F0D81E7D3531008A1B2D /* Build configuration list for PBXProject "libminizip" */ = { isa = XCConfigurationList; buildConfigurations = ( 3AE6F0E61E7D3531008A1B2D /* Debug */, 3AE6F0E71E7D3531008A1B2D /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; 3AE6F0E81E7D3531008A1B2D /* Build configuration list for PBXNativeTarget "libminizip" */ = { isa = XCConfigurationList; buildConfigurations = ( 3AE6F0E91E7D3531008A1B2D /* Debug */, 3AE6F0EA1E7D3531008A1B2D /* Release */, ); defaultConfigurationIsVisible = 0; defaultConfigurationName = Release; }; /* End XCConfigurationList section */ }; rootObject = 3AE6F0D51E7D3531008A1B2D /* Project object */; }