diff options
author | mark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-02 00:16:16 +0000 |
---|---|---|
committer | mark@chromium.org <mark@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-02 00:16:16 +0000 |
commit | bfa24b961a7095fe532125dcbfc123dbb3988240 (patch) | |
tree | 51d09fcbc1568deac2f2933027aa1dbaa920ce87 /third_party | |
parent | 4c99a9f02c090254bc4ef8bca512428d24e28bd5 (diff) | |
download | chromium_src-bfa24b961a7095fe532125dcbfc123dbb3988240.zip chromium_src-bfa24b961a7095fe532125dcbfc123dbb3988240.tar.gz chromium_src-bfa24b961a7095fe532125dcbfc123dbb3988240.tar.bz2 |
GYP it, GYP it good.
Convert the Mac build to the new GYP-based Xcode build, and remove the old
Xcode projects.
Review URL: http://codereview.chromium.org/28305
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@10693 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party')
-rw-r--r-- | third_party/bzip2/bzip2.xcodeproj/project.pbxproj | 213 | ||||
-rw-r--r-- | third_party/libevent/README.chromium | 4 | ||||
-rwxr-xr-x | third_party/libevent/libevent.xcodeproj/libevent_prebuild.sh | 91 | ||||
-rw-r--r-- | third_party/libevent/libevent.xcodeproj/project.pbxproj | 272 | ||||
-rw-r--r-- | third_party/libjpeg/libjpeg.xcodeproj/project.pbxproj | 373 | ||||
-rw-r--r-- | third_party/libpng/libpng.xcodeproj/project.pbxproj | 249 | ||||
-rwxr-xr-x | third_party/libxml/libxml.xcodeproj/libxml_config_prebuild.sh | 149 | ||||
-rw-r--r-- | third_party/libxml/libxml.xcodeproj/project.pbxproj | 1077 | ||||
-rwxr-xr-x | third_party/libxslt/libxslt.xcodeproj/libxslt_config_prebuild.sh | 73 | ||||
-rw-r--r-- | third_party/libxslt/libxslt.xcodeproj/project.pbxproj | 432 | ||||
-rw-r--r-- | third_party/lzma_sdk/lzma_sdk.xcodeproj/project.pbxproj | 286 | ||||
-rw-r--r-- | third_party/modp_b64/modp_b64.xcodeproj/project.pbxproj | 183 | ||||
-rw-r--r-- | third_party/sqlite/sqlite.xcodeproj/project.pbxproj | 547 | ||||
-rw-r--r-- | third_party/zlib/zlib.xcodeproj/project.pbxproj | 265 |
14 files changed, 1 insertions, 4213 deletions
diff --git a/third_party/bzip2/bzip2.xcodeproj/project.pbxproj b/third_party/bzip2/bzip2.xcodeproj/project.pbxproj deleted file mode 100644 index 40a786e..0000000 --- a/third_party/bzip2/bzip2.xcodeproj/project.pbxproj +++ /dev/null @@ -1,213 +0,0 @@ -// !$*UTF8*$! -{ - archiveVersion = 1; - classes = { - }; - objectVersion = 45; - objects = { - -/* Begin PBXBuildFile section */ - E4BA044A0E25611C00BE02C6 /* blocksort.c in Sources */ = {isa = PBXBuildFile; fileRef = E4BA04410E25611C00BE02C6 /* blocksort.c */; }; - E4BA044C0E25611C00BE02C6 /* bzlib.c in Sources */ = {isa = PBXBuildFile; fileRef = E4BA04430E25611C00BE02C6 /* bzlib.c */; }; - E4BA044E0E25611C00BE02C6 /* compress.c in Sources */ = {isa = PBXBuildFile; fileRef = E4BA04450E25611C00BE02C6 /* compress.c */; }; - E4BA044F0E25611C00BE02C6 /* crctable.c in Sources */ = {isa = PBXBuildFile; fileRef = E4BA04460E25611C00BE02C6 /* crctable.c */; }; - E4BA04500E25611C00BE02C6 /* decompress.c in Sources */ = {isa = PBXBuildFile; fileRef = E4BA04470E25611C00BE02C6 /* decompress.c */; }; - E4BA04510E25611C00BE02C6 /* huffman.c in Sources */ = {isa = PBXBuildFile; fileRef = E4BA04480E25611C00BE02C6 /* huffman.c */; }; - E4BA04520E25611C00BE02C6 /* randtable.c in Sources */ = {isa = PBXBuildFile; fileRef = E4BA04490E25611C00BE02C6 /* randtable.c */; }; -/* End PBXBuildFile section */ - -/* Begin PBXFileReference section */ - 7BA016130E5A1D1800044150 /* common.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = common.xcconfig; sourceTree = "<group>"; }; - 7BA016140E5A1D1800044150 /* debug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = debug.xcconfig; sourceTree = "<group>"; }; - 7BA016150E5A1D1800044150 /* executable.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = executable.xcconfig; sourceTree = "<group>"; }; - 7BA016160E5A1D1800044150 /* release.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = release.xcconfig; sourceTree = "<group>"; }; - 7BA016170E5A1D1800044150 /* staticlib.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = staticlib.xcconfig; sourceTree = "<group>"; }; - E4BA04410E25611C00BE02C6 /* blocksort.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = blocksort.c; sourceTree = "<group>"; }; - E4BA04420E25611C00BE02C6 /* bzlib_private.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = bzlib_private.h; sourceTree = "<group>"; }; - E4BA04430E25611C00BE02C6 /* bzlib.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bzlib.c; sourceTree = "<group>"; }; - E4BA04440E25611C00BE02C6 /* bzlib.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = bzlib.h; sourceTree = "<group>"; }; - E4BA04450E25611C00BE02C6 /* compress.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = compress.c; sourceTree = "<group>"; }; - E4BA04460E25611C00BE02C6 /* crctable.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = crctable.c; sourceTree = "<group>"; }; - E4BA04470E25611C00BE02C6 /* decompress.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = decompress.c; sourceTree = "<group>"; }; - E4BA04480E25611C00BE02C6 /* huffman.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = huffman.c; sourceTree = "<group>"; }; - E4BA04490E25611C00BE02C6 /* randtable.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = randtable.c; sourceTree = "<group>"; }; - E4BA04540E25613300BE02C6 /* libbzip2.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libbzip2.a; sourceTree = BUILT_PRODUCTS_DIR; }; -/* End PBXFileReference section */ - -/* Begin PBXFrameworksBuildPhase section */ - D289987405E68DCB004EDB86 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXFrameworksBuildPhase section */ - -/* Begin PBXGroup section */ - 08FB7794FE84155DC02AAC07 /* zlib */ = { - isa = PBXGroup; - children = ( - 7BA016120E5A1CFE00044150 /* Configuration */, - 08FB7795FE84155DC02AAC07 /* Source */, - 1AB674ADFE9D54B511CA2CBB /* Products */, - ); - name = zlib; - sourceTree = "<group>"; - }; - 08FB7795FE84155DC02AAC07 /* Source */ = { - isa = PBXGroup; - children = ( - E4BA04410E25611C00BE02C6 /* blocksort.c */, - E4BA04430E25611C00BE02C6 /* bzlib.c */, - E4BA04440E25611C00BE02C6 /* bzlib.h */, - E4BA04420E25611C00BE02C6 /* bzlib_private.h */, - E4BA04450E25611C00BE02C6 /* compress.c */, - E4BA04460E25611C00BE02C6 /* crctable.c */, - E4BA04470E25611C00BE02C6 /* decompress.c */, - E4BA04480E25611C00BE02C6 /* huffman.c */, - E4BA04490E25611C00BE02C6 /* randtable.c */, - ); - name = Source; - sourceTree = "<group>"; - }; - 1AB674ADFE9D54B511CA2CBB /* Products */ = { - isa = PBXGroup; - children = ( - E4BA04540E25613300BE02C6 /* libbzip2.a */, - ); - name = Products; - sourceTree = "<group>"; - }; - 7BA016120E5A1CFE00044150 /* Configuration */ = { - isa = PBXGroup; - children = ( - 7BA016130E5A1D1800044150 /* common.xcconfig */, - 7BA016140E5A1D1800044150 /* debug.xcconfig */, - 7BA016150E5A1D1800044150 /* executable.xcconfig */, - 7BA016160E5A1D1800044150 /* release.xcconfig */, - 7BA016170E5A1D1800044150 /* staticlib.xcconfig */, - ); - name = Configuration; - path = ../../build; - sourceTree = "<group>"; - }; -/* End PBXGroup section */ - -/* Begin PBXNativeTarget section */ - D2AAC045055464E500DB518D /* bzip2 */ = { - isa = PBXNativeTarget; - buildConfigurationList = 1DEB91EB08733DB70010E9CD /* Build configuration list for PBXNativeTarget "bzip2" */; - buildPhases = ( - D2AAC044055464E500DB518D /* Sources */, - D289987405E68DCB004EDB86 /* Frameworks */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = bzip2; - productName = zlib; - productReference = E4BA04540E25613300BE02C6 /* libbzip2.a */; - productType = "com.apple.product-type.library.static"; - }; -/* End PBXNativeTarget section */ - -/* Begin PBXProject section */ - 08FB7793FE84155DC02AAC07 /* Project object */ = { - isa = PBXProject; - buildConfigurationList = 1DEB91EF08733DB70010E9CD /* Build configuration list for PBXProject "bzip2" */; - compatibilityVersion = "Xcode 3.1"; - hasScannedForEncodings = 1; - mainGroup = 08FB7794FE84155DC02AAC07 /* zlib */; - projectDirPath = ""; - projectRoot = ""; - targets = ( - D2AAC045055464E500DB518D /* bzip2 */, - ); - }; -/* End PBXProject section */ - -/* Begin PBXSourcesBuildPhase section */ - D2AAC044055464E500DB518D /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - E4BA044A0E25611C00BE02C6 /* blocksort.c in Sources */, - E4BA044C0E25611C00BE02C6 /* bzlib.c in Sources */, - E4BA044E0E25611C00BE02C6 /* compress.c in Sources */, - E4BA044F0E25611C00BE02C6 /* crctable.c in Sources */, - E4BA04500E25611C00BE02C6 /* decompress.c in Sources */, - E4BA04510E25611C00BE02C6 /* huffman.c in Sources */, - E4BA04520E25611C00BE02C6 /* randtable.c in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXSourcesBuildPhase section */ - -/* Begin XCBuildConfiguration section */ - 1DEB91EC08733DB70010E9CD /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 7BA016170E5A1D1800044150 /* staticlib.xcconfig */; - buildSettings = { - GCC_PREPROCESSOR_DEFINITIONS = ( - "$(GCC_PREPROCESSOR_DEFINITIONS)", - BZ_NO_STDIO, - ); - PRODUCT_NAME = bzip2; - }; - name = Debug; - }; - 1DEB91ED08733DB70010E9CD /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 7BA016170E5A1D1800044150 /* staticlib.xcconfig */; - buildSettings = { - GCC_PREPROCESSOR_DEFINITIONS = ( - "$(GCC_PREPROCESSOR_DEFINITIONS)", - BZ_NO_STDIO, - ); - PRODUCT_NAME = bzip2; - }; - name = Release; - }; - 1DEB91F008733DB70010E9CD /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 7BA016140E5A1D1800044150 /* debug.xcconfig */; - buildSettings = { - XCODEPROJ_DEPTH = ../..; - }; - name = Debug; - }; - 1DEB91F108733DB70010E9CD /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 7BA016160E5A1D1800044150 /* release.xcconfig */; - buildSettings = { - XCODEPROJ_DEPTH = ../..; - }; - name = Release; - }; -/* End XCBuildConfiguration section */ - -/* Begin XCConfigurationList section */ - 1DEB91EB08733DB70010E9CD /* Build configuration list for PBXNativeTarget "bzip2" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 1DEB91EC08733DB70010E9CD /* Debug */, - 1DEB91ED08733DB70010E9CD /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 1DEB91EF08733DB70010E9CD /* Build configuration list for PBXProject "bzip2" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 1DEB91F008733DB70010E9CD /* Debug */, - 1DEB91F108733DB70010E9CD /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; -/* End XCConfigurationList section */ - }; - rootObject = 08FB7793FE84155DC02AAC07 /* Project object */; -} diff --git a/third_party/libevent/README.chromium b/third_party/libevent/README.chromium index b74087c..ddb34a4 100644 --- a/third_party/libevent/README.chromium +++ b/third_party/libevent/README.chromium @@ -5,7 +5,7 @@ static library using SConscript Changes from upstream: 1) add linux/config.h from a run of configure on a Linux development box. -2) add SConscript and libevent.xcodeproj +2) add SConscript and libevent.gyp 3) quotes.patch is applied to allow libevent to be used without being installed (alternative is adding crazy -I arguments to the commandline) 4) The directories WIN32-Code and WIN32-Prj are not included @@ -13,8 +13,6 @@ being installed (alternative is adding crazy -I arguments to the commandline) SConscript does not include a few files that don't build on Linux: devpoll.c, evport.c, kqueue.c -libevent.xcodeproj does not include a few files that don't build on the Mac: - devpoll.c, epoll.c, epoll_sub.c, evport.c TODO: currently we -I the source directory, which exposes event-config.h, which is dangerous as this file was generated for Linux and is not entirely correct on diff --git a/third_party/libevent/libevent.xcodeproj/libevent_prebuild.sh b/third_party/libevent/libevent.xcodeproj/libevent_prebuild.sh deleted file mode 100755 index 6e6c48c..0000000 --- a/third_party/libevent/libevent.xcodeproj/libevent_prebuild.sh +++ /dev/null @@ -1,91 +0,0 @@ -#!/bin/sh - -# Copyright (c) 2008 The Chromium Authors. All rights reserved. -# Use of this source code is governed by a BSD-style license that can be -# found in the LICENSE file. - -set -ex - -GENERATED_DIR="${CONFIGURATION_TEMP_DIR}/generated" - -# Generate config.h the same way that "sh configure" would -mkdir -p "${GENERATED_DIR}" - -CONFIG_H_IN="$1" -if test "X${CONFIG_H_IN}" = "X"; then - CONFIG_H_IN="config.h.in" -fi - -CONFIG_H="${GENERATED_DIR}/config.h" -sed -e s/'^#undef DNS_USE_GETTIMEOFDAY_FOR_ID$'/'#define DNS_USE_GETTIMEOFDAY_FOR_ID 1'/ \ - -e s/'^#undef HAVE_DLFCN_H$'/'#define HAVE_DLFCN_H 1'/ \ - -e s/'^#undef HAVE_FCNTL$'/'#define HAVE_FCNTL 1'/ \ - -e s/'^#undef HAVE_FCNTL_H$'/'#define HAVE_FCNTL_H 1'/ \ - -e s/'^#undef HAVE_GETADDRINFO$'/'#define HAVE_GETADDRINFO 1'/ \ - -e s/'^#undef HAVE_GETNAMEINFO$'/'#define HAVE_GETNAMEINFO 1'/ \ - -e s/'^#undef HAVE_GETTIMEOFDAY$'/'#define HAVE_GETTIMEOFDAY 1'/ \ - -e s/'^#undef HAVE_INET_NTOP$'/'#define HAVE_INET_NTOP 1'/ \ - -e s/'^#undef HAVE_INTTYPES_H$'/'#define HAVE_INTTYPES_H 1'/ \ - -e s/'^#undef HAVE_KQUEUE$'/'#define HAVE_KQUEUE 1'/ \ - -e s/'^#undef HAVE_LIBRESOLV$'/'#define HAVE_LIBRESOLV 1'/ \ - -e s/'^#undef HAVE_MEMORY_H$'/'#define HAVE_MEMORY_H 1'/ \ - -e s/'^#undef HAVE_POLL$'/'#define HAVE_POLL 1'/ \ - -e s/'^#undef HAVE_POLL_H$'/'#define HAVE_POLL_H 1'/ \ - -e s/'^#undef HAVE_SELECT$'/'#define HAVE_SELECT 1'/ \ - -e s/'^#undef HAVE_SETFD$'/'#define HAVE_SETFD 1'/ \ - -e s/'^#undef HAVE_SIGACTION$'/'#define HAVE_SIGACTION 1'/ \ - -e s/'^#undef HAVE_SIGNAL$'/'#define HAVE_SIGNAL 1'/ \ - -e s/'^#undef HAVE_SIGNAL_H$'/'#define HAVE_SIGNAL_H 1'/ \ - -e s/'^#undef HAVE_STDARG_H$'/'#define HAVE_STDARG_H 1'/ \ - -e s/'^#undef HAVE_STDINT_H$'/'#define HAVE_STDINT_H 1'/ \ - -e s/'^#undef HAVE_STDLIB_H$'/'#define HAVE_STDLIB_H 1'/ \ - -e s/'^#undef HAVE_STRINGS_H$'/'#define HAVE_STRINGS_H 1'/ \ - -e s/'^#undef HAVE_STRING_H$'/'#define HAVE_STRING_H 1'/ \ - -e s/'^#undef HAVE_STRLCPY$'/'#define HAVE_STRLCPY 1'/ \ - -e s/'^#undef HAVE_STRSEP$'/'#define HAVE_STRSEP 1'/ \ - -e s/'^#undef HAVE_STRTOK_R$'/'#define HAVE_STRTOK_R 1'/ \ - -e s/'^#undef HAVE_STRTOLL$'/'#define HAVE_STRTOLL 1'/ \ - -e s/'^#undef HAVE_STRUCT_IN6_ADDR$'/'#define HAVE_STRUCT_IN6_ADDR 1'/ \ - -e s/'^#undef HAVE_SYS_EVENT_H$'/'#define HAVE_SYS_EVENT_H 1'/ \ - -e s/'^#undef HAVE_SYS_IOCTL_H$'/'#define HAVE_SYS_IOCTL_H 1'/ \ - -e s/'^#undef HAVE_SYS_PARAM_H$'/'#define HAVE_SYS_PARAM_H 1'/ \ - -e s/'^#undef HAVE_SYS_QUEUE_H$'/'#define HAVE_SYS_QUEUE_H 1'/ \ - -e s/'^#undef HAVE_SYS_SELECT_H$'/'#define HAVE_SYS_SELECT_H 1'/ \ - -e s/'^#undef HAVE_SYS_SOCKET_H$'/'#define HAVE_SYS_SOCKET_H 1'/ \ - -e s/'^#undef HAVE_SYS_STAT_H$'/'#define HAVE_SYS_STAT_H 1'/ \ - -e s/'^#undef HAVE_SYS_TIME_H$'/'#define HAVE_SYS_TIME_H 1'/ \ - -e s/'^#undef HAVE_SYS_TYPES_H$'/'#define HAVE_SYS_TYPES_H 1'/ \ - -e s/'^#undef HAVE_TAILQFOREACH$'/'#define HAVE_TAILQFOREACH 1'/ \ - -e s/'^#undef HAVE_TIMERADD$'/'#define HAVE_TIMERADD 1'/ \ - -e s/'^#undef HAVE_TIMERCLEAR$'/'#define HAVE_TIMERCLEAR 1'/ \ - -e s/'^#undef HAVE_TIMERCMP$'/'#define HAVE_TIMERCMP 1'/ \ - -e s/'^#undef HAVE_TIMERISSET$'/'#define HAVE_TIMERISSET 1'/ \ - -e s/'^#undef HAVE_UINT16_T$'/'#define HAVE_UINT16_T 1'/ \ - -e s/'^#undef HAVE_UINT32_T$'/'#define HAVE_UINT32_T 1'/ \ - -e s/'^#undef HAVE_UINT64_T$'/'#define HAVE_UINT64_T 1'/ \ - -e s/'^#undef HAVE_UINT8_T$'/'#define HAVE_UINT8_T 1'/ \ - -e s/'^#undef HAVE_UNISTD_H$'/'#define HAVE_UNISTD_H 1'/ \ - -e s/'^#undef HAVE_VASPRINTF$'/'#define HAVE_VASPRINTF 1'/ \ - -e s/'^#undef HAVE_WORKING_KQUEUE$'/'#define HAVE_WORKING_KQUEUE 1'/ \ - -e s/'^#undef PACKAGE$'/'#define PACKAGE "libevent"'/ \ - -e s/'^#undef PACKAGE_BUGREPORT$'/'#define PACKAGE_BUGREPORT ""'/ \ - -e s/'^#undef PACKAGE_NAME$'/'#define PACKAGE_NAME ""'/ \ - -e s/'^#undef PACKAGE_STRING$'/'#define PACKAGE_STRING ""'/ \ - -e s/'^#undef PACKAGE_TARNAME$'/'#define PACKAGE_TARNAME ""'/ \ - -e s/'^#undef PACKAGE_VERSION$'/'#define PACKAGE_VERSION ""'/ \ - -e s/'^#undef SIZEOF_INT$'/'#define SIZEOF_INT 4'/ \ - -e s/'^#undef SIZEOF_LONG$'/'#define SIZEOF_LONG 4'/ \ - -e s/'^#undef SIZEOF_LONG_LONG$'/'#define SIZEOF_LONG_LONG 8'/ \ - -e s/'^#undef SIZEOF_SHORT$'/'#define SIZEOF_SHORT 2'/ \ - -e s/'^#undef STDC_HEADERS$'/'#define STDC_HEADERS 1'/ \ - -e s/'^#undef TIME_WITH_SYS_TIME$'/'#define TIME_WITH_SYS_TIME 1'/ \ - -e s/'^#undef VERSION$'/'#define VERSION "1.4.7-stable"'/ \ - -e s@'^\(#undef .*\)$'@'/* \1 */'@ \ - < "${CONFIG_H_IN}" \ - > "${CONFIG_H}.new" - -if ! diff -q "${CONFIG_H}.new" "${CONFIG_H}" >& /dev/null ; then - mv "${CONFIG_H}.new" "${CONFIG_H}" -else - rm "${CONFIG_H}.new" -fi diff --git a/third_party/libevent/libevent.xcodeproj/project.pbxproj b/third_party/libevent/libevent.xcodeproj/project.pbxproj deleted file mode 100644 index 77f3b0f..0000000 --- a/third_party/libevent/libevent.xcodeproj/project.pbxproj +++ /dev/null @@ -1,272 +0,0 @@ -// !$*UTF8*$! -{ - archiveVersion = 1; - classes = { - }; - objectVersion = 45; - objects = { - -/* Begin PBXBuildFile section */ - 7B262E890E82E609001CE27F /* buffer.c in Sources */ = {isa = PBXBuildFile; fileRef = 7B262E600E82E5C5001CE27F /* buffer.c */; }; - 7B262E8E0E82E609001CE27F /* evbuffer.c in Sources */ = {isa = PBXBuildFile; fileRef = 7B262E650E82E5C5001CE27F /* evbuffer.c */; }; - 7B262E930E82E609001CE27F /* event.c in Sources */ = {isa = PBXBuildFile; fileRef = 7B262E6A0E82E5C5001CE27F /* event.c */; }; - 7B262E950E82E609001CE27F /* event_tagging.c in Sources */ = {isa = PBXBuildFile; fileRef = 7B262E6C0E82E5C5001CE27F /* event_tagging.c */; }; - 7B262E990E82E609001CE27F /* evrpc.c in Sources */ = {isa = PBXBuildFile; fileRef = 7B262E700E82E5C5001CE27F /* evrpc.c */; }; - 7B262E9C0E82E609001CE27F /* evutil.c in Sources */ = {isa = PBXBuildFile; fileRef = 7B262E730E82E5C5001CE27F /* evutil.c */; }; - 7B262E9F0E82E609001CE27F /* http.c in Sources */ = {isa = PBXBuildFile; fileRef = 7B262E760E82E5C5001CE27F /* http.c */; }; - 7B262EA10E82E609001CE27F /* log.c in Sources */ = {isa = PBXBuildFile; fileRef = 7B262E780E82E5C5001CE27F /* log.c */; }; - 7B262EA40E82E609001CE27F /* poll.c in Sources */ = {isa = PBXBuildFile; fileRef = 7B262E7B0E82E5C5001CE27F /* poll.c */; }; - 7B262EA50E82E609001CE27F /* select.c in Sources */ = {isa = PBXBuildFile; fileRef = 7B262E7C0E82E5C5001CE27F /* select.c */; }; - 7B262EA60E82E609001CE27F /* signal.c in Sources */ = {isa = PBXBuildFile; fileRef = 7B262E7D0E82E5C5001CE27F /* signal.c */; }; - 7B262EA80E82E609001CE27F /* strlcpy.c in Sources */ = {isa = PBXBuildFile; fileRef = 7B262E7F0E82E5C5001CE27F /* strlcpy.c */; }; - 7B262F290E82EE28001CE27F /* kqueue.c in Sources */ = {isa = PBXBuildFile; fileRef = 7B262E770E82E5C5001CE27F /* kqueue.c */; }; - 7B262F6B0E82F11C001CE27F /* evdns.c in Sources */ = {isa = PBXBuildFile; fileRef = 7B262E660E82E5C5001CE27F /* evdns.c */; }; -/* End PBXBuildFile section */ - -/* Begin PBXFileReference section */ - 7B262E540E82E582001CE27F /* common.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = common.xcconfig; sourceTree = "<group>"; }; - 7B262E550E82E582001CE27F /* debug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = debug.xcconfig; sourceTree = "<group>"; }; - 7B262E560E82E582001CE27F /* executable.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = executable.xcconfig; sourceTree = "<group>"; }; - 7B262E570E82E582001CE27F /* release.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = release.xcconfig; sourceTree = "<group>"; }; - 7B262E580E82E582001CE27F /* staticlib.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = staticlib.xcconfig; sourceTree = "<group>"; }; - 7B262E600E82E5C5001CE27F /* buffer.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = buffer.c; sourceTree = "<group>"; }; - 7B262E650E82E5C5001CE27F /* evbuffer.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = evbuffer.c; sourceTree = "<group>"; }; - 7B262E660E82E5C5001CE27F /* evdns.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = evdns.c; sourceTree = "<group>"; }; - 7B262E6A0E82E5C5001CE27F /* event.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = event.c; sourceTree = "<group>"; }; - 7B262E6C0E82E5C5001CE27F /* event_tagging.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = event_tagging.c; sourceTree = "<group>"; }; - 7B262E700E82E5C5001CE27F /* evrpc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = evrpc.c; sourceTree = "<group>"; }; - 7B262E730E82E5C5001CE27F /* evutil.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = evutil.c; sourceTree = "<group>"; }; - 7B262E760E82E5C5001CE27F /* http.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = http.c; sourceTree = "<group>"; }; - 7B262E770E82E5C5001CE27F /* kqueue.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = kqueue.c; sourceTree = "<group>"; }; - 7B262E780E82E5C5001CE27F /* log.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = log.c; sourceTree = "<group>"; }; - 7B262E7B0E82E5C5001CE27F /* poll.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = poll.c; sourceTree = "<group>"; }; - 7B262E7C0E82E5C5001CE27F /* select.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = select.c; sourceTree = "<group>"; }; - 7B262E7D0E82E5C5001CE27F /* signal.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = signal.c; sourceTree = "<group>"; }; - 7B262E7F0E82E5C5001CE27F /* strlcpy.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = strlcpy.c; sourceTree = "<group>"; }; - 7B262E840E82E5D7001CE27F /* libevent.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libevent.a; sourceTree = BUILT_PRODUCTS_DIR; }; -/* End PBXFileReference section */ - -/* Begin PBXFrameworksBuildPhase section */ - 7B262E820E82E5D7001CE27F /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXFrameworksBuildPhase section */ - -/* Begin PBXGroup section */ - 7B262E400E82E538001CE27F = { - isa = PBXGroup; - children = ( - 7B262E530E82E557001CE27F /* Configuration */, - 7B262E590E82E58A001CE27F /* Source */, - 7B262E850E82E5D7001CE27F /* Products */, - ); - sourceTree = "<group>"; - }; - 7B262E530E82E557001CE27F /* Configuration */ = { - isa = PBXGroup; - children = ( - 7B262E540E82E582001CE27F /* common.xcconfig */, - 7B262E550E82E582001CE27F /* debug.xcconfig */, - 7B262E560E82E582001CE27F /* executable.xcconfig */, - 7B262E570E82E582001CE27F /* release.xcconfig */, - 7B262E580E82E582001CE27F /* staticlib.xcconfig */, - ); - name = Configuration; - path = ../../build; - sourceTree = "<group>"; - }; - 7B262E590E82E58A001CE27F /* Source */ = { - isa = PBXGroup; - children = ( - 7B262E600E82E5C5001CE27F /* buffer.c */, - 7B262E650E82E5C5001CE27F /* evbuffer.c */, - 7B262E660E82E5C5001CE27F /* evdns.c */, - 7B262E6A0E82E5C5001CE27F /* event.c */, - 7B262E6C0E82E5C5001CE27F /* event_tagging.c */, - 7B262E700E82E5C5001CE27F /* evrpc.c */, - 7B262E730E82E5C5001CE27F /* evutil.c */, - 7B262E760E82E5C5001CE27F /* http.c */, - 7B262E770E82E5C5001CE27F /* kqueue.c */, - 7B262E780E82E5C5001CE27F /* log.c */, - 7B262E7B0E82E5C5001CE27F /* poll.c */, - 7B262E7C0E82E5C5001CE27F /* select.c */, - 7B262E7D0E82E5C5001CE27F /* signal.c */, - 7B262E7F0E82E5C5001CE27F /* strlcpy.c */, - ); - name = Source; - sourceTree = "<group>"; - }; - 7B262E850E82E5D7001CE27F /* Products */ = { - isa = PBXGroup; - children = ( - 7B262E840E82E5D7001CE27F /* libevent.a */, - ); - name = Products; - sourceTree = "<group>"; - }; -/* End PBXGroup section */ - -/* Begin PBXNativeTarget section */ - 7B262E830E82E5D7001CE27F /* libevent */ = { - isa = PBXNativeTarget; - buildConfigurationList = 7B262E880E82E5D7001CE27F /* Build configuration list for PBXNativeTarget "libevent" */; - buildPhases = ( - 7B262EB10E82E6FD001CE27F /* Pre-Build */, - 7B262E810E82E5D7001CE27F /* Sources */, - 7B262E820E82E5D7001CE27F /* Frameworks */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = libevent; - productName = libevent; - productReference = 7B262E840E82E5D7001CE27F /* libevent.a */; - productType = "com.apple.product-type.library.static"; - }; -/* End PBXNativeTarget section */ - -/* Begin PBXProject section */ - 7B262E420E82E538001CE27F /* Project object */ = { - isa = PBXProject; - buildConfigurationList = 7B262E450E82E538001CE27F /* Build configuration list for PBXProject "libevent" */; - compatibilityVersion = "Xcode 3.1"; - hasScannedForEncodings = 0; - mainGroup = 7B262E400E82E538001CE27F; - productRefGroup = 7B262E850E82E5D7001CE27F /* Products */; - projectDirPath = ""; - projectRoot = ""; - targets = ( - 7B262E830E82E5D7001CE27F /* libevent */, - ); - }; -/* End PBXProject section */ - -/* Begin PBXShellScriptBuildPhase section */ - 7B262EB10E82E6FD001CE27F /* Pre-Build */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputPaths = ( - "$(SRCROOT)/config.h.in", - ); - name = "Pre-Build"; - outputPaths = ( - "$(CONFIGURATION_TEMP_DIR)/generated/config.h", - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "set -ex\nexec \"${PROJECT_FILE_PATH}/${PRODUCT_NAME}_prebuild.sh\" \"${@}\"\n"; - showEnvVarsInLog = 0; - }; -/* End PBXShellScriptBuildPhase section */ - -/* Begin PBXSourcesBuildPhase section */ - 7B262E810E82E5D7001CE27F /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 7B262E890E82E609001CE27F /* buffer.c in Sources */, - 7B262E8E0E82E609001CE27F /* evbuffer.c in Sources */, - 7B262F6B0E82F11C001CE27F /* evdns.c in Sources */, - 7B262E930E82E609001CE27F /* event.c in Sources */, - 7B262E950E82E609001CE27F /* event_tagging.c in Sources */, - 7B262E990E82E609001CE27F /* evrpc.c in Sources */, - 7B262E9C0E82E609001CE27F /* evutil.c in Sources */, - 7B262E9F0E82E609001CE27F /* http.c in Sources */, - 7B262F290E82EE28001CE27F /* kqueue.c in Sources */, - 7B262EA10E82E609001CE27F /* log.c in Sources */, - 7B262EA40E82E609001CE27F /* poll.c in Sources */, - 7B262EA50E82E609001CE27F /* select.c in Sources */, - 7B262EA60E82E609001CE27F /* signal.c in Sources */, - 7B262EA80E82E609001CE27F /* strlcpy.c in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXSourcesBuildPhase section */ - -/* Begin XCBuildConfiguration section */ - 7B262E430E82E538001CE27F /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 7B262E550E82E582001CE27F /* debug.xcconfig */; - buildSettings = { - XCODEPROJ_DEPTH = ../..; - }; - name = Debug; - }; - 7B262E440E82E538001CE27F /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 7B262E570E82E582001CE27F /* release.xcconfig */; - buildSettings = { - XCODEPROJ_DEPTH = ../..; - }; - name = Release; - }; - 7B262E860E82E5D7001CE27F /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 7B262E580E82E582001CE27F /* staticlib.xcconfig */; - buildSettings = { - EXECUTABLE_PREFIX = ""; - GCC_PREPROCESSOR_DEFINITIONS = ( - "$(GCC_PREPROCESSOR_DEFINITIONS)", - HAVE_CONFIG_H, - ); - HEADER_SEARCH_PATHS = ( - "$(HEADER_SEARCH_PATHS)", - "$(CONFIGURATION_TEMP_DIR)/generated", - "$(SRCROOT)", - "$(SRCROOT)/compat", - ); - PRODUCT_NAME = libevent; - }; - name = Debug; - }; - 7B262E870E82E5D7001CE27F /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 7B262E580E82E582001CE27F /* staticlib.xcconfig */; - buildSettings = { - EXECUTABLE_PREFIX = ""; - GCC_PREPROCESSOR_DEFINITIONS = ( - "$(GCC_PREPROCESSOR_DEFINITIONS)", - HAVE_CONFIG_H, - ); - HEADER_SEARCH_PATHS = ( - "$(HEADER_SEARCH_PATHS)", - "$(CONFIGURATION_TEMP_DIR)/generated", - "$(SRCROOT)", - "$(SRCROOT)/compat", - ); - PRODUCT_NAME = libevent; - }; - name = Release; - }; -/* End XCBuildConfiguration section */ - -/* Begin XCConfigurationList section */ - 7B262E450E82E538001CE27F /* Build configuration list for PBXProject "libevent" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 7B262E430E82E538001CE27F /* Debug */, - 7B262E440E82E538001CE27F /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 7B262E880E82E5D7001CE27F /* Build configuration list for PBXNativeTarget "libevent" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 7B262E860E82E5D7001CE27F /* Debug */, - 7B262E870E82E5D7001CE27F /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; -/* End XCConfigurationList section */ - }; - rootObject = 7B262E420E82E538001CE27F /* Project object */; -} diff --git a/third_party/libjpeg/libjpeg.xcodeproj/project.pbxproj b/third_party/libjpeg/libjpeg.xcodeproj/project.pbxproj deleted file mode 100644 index 869b1d9..0000000 --- a/third_party/libjpeg/libjpeg.xcodeproj/project.pbxproj +++ /dev/null @@ -1,373 +0,0 @@ -// !$*UTF8*$! -{ - archiveVersion = 1; - classes = { - }; - objectVersion = 45; - objects = { - -/* Begin PBXBuildFile section */ - 82B558A50D85A7A7003F43D5 /* jutils.c in Sources */ = {isa = PBXBuildFile; fileRef = 82B5586E0D85A7A7003F43D5 /* jutils.c */; }; - 82B558A60D85A7A7003F43D5 /* jquant2.c in Sources */ = {isa = PBXBuildFile; fileRef = 82B5586F0D85A7A7003F43D5 /* jquant2.c */; }; - 82B558A80D85A7A7003F43D5 /* jquant1.c in Sources */ = {isa = PBXBuildFile; fileRef = 82B558710D85A7A7003F43D5 /* jquant1.c */; }; - 82B558AC0D85A7A7003F43D5 /* jmemmgr.c in Sources */ = {isa = PBXBuildFile; fileRef = 82B558750D85A7A7003F43D5 /* jmemmgr.c */; }; - 82B558AD0D85A7A7003F43D5 /* jmemnobs.c in Sources */ = {isa = PBXBuildFile; fileRef = 82B558760D85A7A7003F43D5 /* jmemnobs.c */; }; - 82B558AF0D85A7A7003F43D5 /* jidctred.c in Sources */ = {isa = PBXBuildFile; fileRef = 82B558780D85A7A7003F43D5 /* jidctred.c */; }; - 82B558B00D85A7A7003F43D5 /* jidctint.c in Sources */ = {isa = PBXBuildFile; fileRef = 82B558790D85A7A7003F43D5 /* jidctint.c */; }; - 82B558B10D85A7A7003F43D5 /* jidctfst.c in Sources */ = {isa = PBXBuildFile; fileRef = 82B5587A0D85A7A7003F43D5 /* jidctfst.c */; }; - 82B558B20D85A7A7003F43D5 /* jidctflt.c in Sources */ = {isa = PBXBuildFile; fileRef = 82B5587B0D85A7A7003F43D5 /* jidctflt.c */; }; - 82B558B30D85A7A7003F43D5 /* jfdctfst.c in Sources */ = {isa = PBXBuildFile; fileRef = 82B5587C0D85A7A7003F43D5 /* jfdctfst.c */; }; - 82B558B40D85A7A7003F43D5 /* jfdctint.c in Sources */ = {isa = PBXBuildFile; fileRef = 82B5587D0D85A7A7003F43D5 /* jfdctint.c */; }; - 82B558B50D85A7A7003F43D5 /* jfdctflt.c in Sources */ = {isa = PBXBuildFile; fileRef = 82B5587E0D85A7A7003F43D5 /* jfdctflt.c */; }; - 82B558B60D85A7A7003F43D5 /* jerror.c in Sources */ = {isa = PBXBuildFile; fileRef = 82B5587F0D85A7A7003F43D5 /* jerror.c */; }; - 82B558B80D85A7A7003F43D5 /* jdpostct.c in Sources */ = {isa = PBXBuildFile; fileRef = 82B558810D85A7A7003F43D5 /* jdpostct.c */; }; - 82B558B90D85A7A7003F43D5 /* jdsample.c in Sources */ = {isa = PBXBuildFile; fileRef = 82B558820D85A7A7003F43D5 /* jdsample.c */; }; - 82B558BA0D85A7A7003F43D5 /* jdmerge.c in Sources */ = {isa = PBXBuildFile; fileRef = 82B558830D85A7A7003F43D5 /* jdmerge.c */; }; - 82B558BB0D85A7A7003F43D5 /* jdphuff.c in Sources */ = {isa = PBXBuildFile; fileRef = 82B558840D85A7A7003F43D5 /* jdphuff.c */; }; - 82B558BC0D85A7A7003F43D5 /* jdmarker.c in Sources */ = {isa = PBXBuildFile; fileRef = 82B558850D85A7A7003F43D5 /* jdmarker.c */; }; - 82B558BD0D85A7A7003F43D5 /* jdmaster.c in Sources */ = {isa = PBXBuildFile; fileRef = 82B558860D85A7A7003F43D5 /* jdmaster.c */; }; - 82B558BE0D85A7A7003F43D5 /* jdmainct.c in Sources */ = {isa = PBXBuildFile; fileRef = 82B558870D85A7A7003F43D5 /* jdmainct.c */; }; - 82B558C00D85A7A7003F43D5 /* jdinput.c in Sources */ = {isa = PBXBuildFile; fileRef = 82B558890D85A7A7003F43D5 /* jdinput.c */; }; - 82B558C10D85A7A7003F43D5 /* jddctmgr.c in Sources */ = {isa = PBXBuildFile; fileRef = 82B5588A0D85A7A7003F43D5 /* jddctmgr.c */; }; - 82B558C20D85A7A7003F43D5 /* jdhuff.c in Sources */ = {isa = PBXBuildFile; fileRef = 82B5588B0D85A7A7003F43D5 /* jdhuff.c */; }; - 82B558C30D85A7A7003F43D5 /* jdcolor.c in Sources */ = {isa = PBXBuildFile; fileRef = 82B5588C0D85A7A7003F43D5 /* jdcolor.c */; }; - 82B558C50D85A7A7003F43D5 /* jdcoefct.c in Sources */ = {isa = PBXBuildFile; fileRef = 82B5588E0D85A7A7003F43D5 /* jdcoefct.c */; }; - 82B558C60D85A7A7003F43D5 /* jdatadst.c in Sources */ = {isa = PBXBuildFile; fileRef = 82B5588F0D85A7A7003F43D5 /* jdatadst.c */; }; - 82B558C70D85A7A7003F43D5 /* jdatasrc.c in Sources */ = {isa = PBXBuildFile; fileRef = 82B558900D85A7A7003F43D5 /* jdatasrc.c */; }; - 82B558C80D85A7A7003F43D5 /* jdapimin.c in Sources */ = {isa = PBXBuildFile; fileRef = 82B558910D85A7A7003F43D5 /* jdapimin.c */; }; - 82B558C90D85A7A7003F43D5 /* jdapistd.c in Sources */ = {isa = PBXBuildFile; fileRef = 82B558920D85A7A7003F43D5 /* jdapistd.c */; }; - 82B558CA0D85A7A7003F43D5 /* jcprepct.c in Sources */ = {isa = PBXBuildFile; fileRef = 82B558930D85A7A7003F43D5 /* jcprepct.c */; }; - 82B558CB0D85A7A7003F43D5 /* jcsample.c in Sources */ = {isa = PBXBuildFile; fileRef = 82B558940D85A7A7003F43D5 /* jcsample.c */; }; - 82B558CC0D85A7A7003F43D5 /* jcparam.c in Sources */ = {isa = PBXBuildFile; fileRef = 82B558950D85A7A7003F43D5 /* jcparam.c */; }; - 82B558CD0D85A7A7003F43D5 /* jcphuff.c in Sources */ = {isa = PBXBuildFile; fileRef = 82B558960D85A7A7003F43D5 /* jcphuff.c */; }; - 82B558CE0D85A7A7003F43D5 /* jcomapi.c in Sources */ = {isa = PBXBuildFile; fileRef = 82B558970D85A7A7003F43D5 /* jcomapi.c */; }; - 82B558D00D85A7A7003F43D5 /* jcmarker.c in Sources */ = {isa = PBXBuildFile; fileRef = 82B558990D85A7A7003F43D5 /* jcmarker.c */; }; - 82B558D10D85A7A7003F43D5 /* jcmaster.c in Sources */ = {isa = PBXBuildFile; fileRef = 82B5589A0D85A7A7003F43D5 /* jcmaster.c */; }; - 82B558D20D85A7A7003F43D5 /* jcinit.c in Sources */ = {isa = PBXBuildFile; fileRef = 82B5589B0D85A7A7003F43D5 /* jcinit.c */; }; - 82B558D30D85A7A7003F43D5 /* jcmainct.c in Sources */ = {isa = PBXBuildFile; fileRef = 82B5589C0D85A7A7003F43D5 /* jcmainct.c */; }; - 82B558D50D85A7A7003F43D5 /* jcdctmgr.c in Sources */ = {isa = PBXBuildFile; fileRef = 82B5589E0D85A7A7003F43D5 /* jcdctmgr.c */; }; - 82B558D60D85A7A7003F43D5 /* jchuff.c in Sources */ = {isa = PBXBuildFile; fileRef = 82B5589F0D85A7A7003F43D5 /* jchuff.c */; }; - 82B558D70D85A7A7003F43D5 /* jccoefct.c in Sources */ = {isa = PBXBuildFile; fileRef = 82B558A00D85A7A7003F43D5 /* jccoefct.c */; }; - 82B558D80D85A7A7003F43D5 /* jccolor.c in Sources */ = {isa = PBXBuildFile; fileRef = 82B558A10D85A7A7003F43D5 /* jccolor.c */; }; - 82B558D90D85A7A7003F43D5 /* jcapimin.c in Sources */ = {isa = PBXBuildFile; fileRef = 82B558A20D85A7A7003F43D5 /* jcapimin.c */; }; - 82B558DA0D85A7A7003F43D5 /* jcapistd.c in Sources */ = {isa = PBXBuildFile; fileRef = 82B558A30D85A7A7003F43D5 /* jcapistd.c */; }; -/* End PBXBuildFile section */ - -/* Begin PBXFileReference section */ - 7B466A150E5E366100C91F63 /* common.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = common.xcconfig; sourceTree = "<group>"; }; - 7B466A160E5E366100C91F63 /* debug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = debug.xcconfig; sourceTree = "<group>"; }; - 7B466A170E5E366100C91F63 /* executable.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = executable.xcconfig; sourceTree = "<group>"; }; - 7B466A180E5E366100C91F63 /* release.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = release.xcconfig; sourceTree = "<group>"; }; - 7B466A190E5E366100C91F63 /* staticlib.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = staticlib.xcconfig; sourceTree = "<group>"; }; - 82B5586D0D85A7A7003F43D5 /* jversion.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = jversion.h; sourceTree = "<group>"; }; - 82B5586E0D85A7A7003F43D5 /* jutils.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = jutils.c; sourceTree = "<group>"; }; - 82B5586F0D85A7A7003F43D5 /* jquant2.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = jquant2.c; sourceTree = "<group>"; }; - 82B558700D85A7A7003F43D5 /* jpeglib.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = jpeglib.h; sourceTree = "<group>"; }; - 82B558710D85A7A7003F43D5 /* jquant1.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = jquant1.c; sourceTree = "<group>"; }; - 82B558720D85A7A7003F43D5 /* jpegint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = jpegint.h; sourceTree = "<group>"; }; - 82B558730D85A7A7003F43D5 /* jmemsys.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = jmemsys.h; sourceTree = "<group>"; }; - 82B558740D85A7A7003F43D5 /* jmorecfg.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = jmorecfg.h; sourceTree = "<group>"; }; - 82B558750D85A7A7003F43D5 /* jmemmgr.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = jmemmgr.c; sourceTree = "<group>"; }; - 82B558760D85A7A7003F43D5 /* jmemnobs.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = jmemnobs.c; sourceTree = "<group>"; }; - 82B558770D85A7A7003F43D5 /* jinclude.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = jinclude.h; sourceTree = "<group>"; }; - 82B558780D85A7A7003F43D5 /* jidctred.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = jidctred.c; sourceTree = "<group>"; }; - 82B558790D85A7A7003F43D5 /* jidctint.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = jidctint.c; sourceTree = "<group>"; }; - 82B5587A0D85A7A7003F43D5 /* jidctfst.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = jidctfst.c; sourceTree = "<group>"; }; - 82B5587B0D85A7A7003F43D5 /* jidctflt.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = jidctflt.c; sourceTree = "<group>"; }; - 82B5587C0D85A7A7003F43D5 /* jfdctfst.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = jfdctfst.c; sourceTree = "<group>"; }; - 82B5587D0D85A7A7003F43D5 /* jfdctint.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = jfdctint.c; sourceTree = "<group>"; }; - 82B5587E0D85A7A7003F43D5 /* jfdctflt.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = jfdctflt.c; sourceTree = "<group>"; }; - 82B5587F0D85A7A7003F43D5 /* jerror.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = jerror.c; sourceTree = "<group>"; }; - 82B558800D85A7A7003F43D5 /* jerror.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = jerror.h; sourceTree = "<group>"; }; - 82B558810D85A7A7003F43D5 /* jdpostct.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = jdpostct.c; sourceTree = "<group>"; }; - 82B558820D85A7A7003F43D5 /* jdsample.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = jdsample.c; sourceTree = "<group>"; }; - 82B558830D85A7A7003F43D5 /* jdmerge.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = jdmerge.c; sourceTree = "<group>"; }; - 82B558840D85A7A7003F43D5 /* jdphuff.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = jdphuff.c; sourceTree = "<group>"; }; - 82B558850D85A7A7003F43D5 /* jdmarker.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = jdmarker.c; sourceTree = "<group>"; }; - 82B558860D85A7A7003F43D5 /* jdmaster.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = jdmaster.c; sourceTree = "<group>"; }; - 82B558870D85A7A7003F43D5 /* jdmainct.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = jdmainct.c; sourceTree = "<group>"; }; - 82B558880D85A7A7003F43D5 /* jdhuff.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = jdhuff.h; sourceTree = "<group>"; }; - 82B558890D85A7A7003F43D5 /* jdinput.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = jdinput.c; sourceTree = "<group>"; }; - 82B5588A0D85A7A7003F43D5 /* jddctmgr.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = jddctmgr.c; sourceTree = "<group>"; }; - 82B5588B0D85A7A7003F43D5 /* jdhuff.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = jdhuff.c; sourceTree = "<group>"; }; - 82B5588C0D85A7A7003F43D5 /* jdcolor.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = jdcolor.c; sourceTree = "<group>"; }; - 82B5588D0D85A7A7003F43D5 /* jdct.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = jdct.h; sourceTree = "<group>"; }; - 82B5588E0D85A7A7003F43D5 /* jdcoefct.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = jdcoefct.c; sourceTree = "<group>"; }; - 82B5588F0D85A7A7003F43D5 /* jdatadst.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = jdatadst.c; sourceTree = "<group>"; }; - 82B558900D85A7A7003F43D5 /* jdatasrc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = jdatasrc.c; sourceTree = "<group>"; }; - 82B558910D85A7A7003F43D5 /* jdapimin.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = jdapimin.c; sourceTree = "<group>"; }; - 82B558920D85A7A7003F43D5 /* jdapistd.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = jdapistd.c; sourceTree = "<group>"; }; - 82B558930D85A7A7003F43D5 /* jcprepct.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = jcprepct.c; sourceTree = "<group>"; }; - 82B558940D85A7A7003F43D5 /* jcsample.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = jcsample.c; sourceTree = "<group>"; }; - 82B558950D85A7A7003F43D5 /* jcparam.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = jcparam.c; sourceTree = "<group>"; }; - 82B558960D85A7A7003F43D5 /* jcphuff.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = jcphuff.c; sourceTree = "<group>"; }; - 82B558970D85A7A7003F43D5 /* jcomapi.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = jcomapi.c; sourceTree = "<group>"; }; - 82B558980D85A7A7003F43D5 /* jconfig.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = jconfig.h; sourceTree = "<group>"; }; - 82B558990D85A7A7003F43D5 /* jcmarker.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = jcmarker.c; sourceTree = "<group>"; }; - 82B5589A0D85A7A7003F43D5 /* jcmaster.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = jcmaster.c; sourceTree = "<group>"; }; - 82B5589B0D85A7A7003F43D5 /* jcinit.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = jcinit.c; sourceTree = "<group>"; }; - 82B5589C0D85A7A7003F43D5 /* jcmainct.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = jcmainct.c; sourceTree = "<group>"; }; - 82B5589D0D85A7A7003F43D5 /* jchuff.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = jchuff.h; sourceTree = "<group>"; }; - 82B5589E0D85A7A7003F43D5 /* jcdctmgr.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = jcdctmgr.c; sourceTree = "<group>"; }; - 82B5589F0D85A7A7003F43D5 /* jchuff.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = jchuff.c; sourceTree = "<group>"; }; - 82B558A00D85A7A7003F43D5 /* jccoefct.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = jccoefct.c; sourceTree = "<group>"; }; - 82B558A10D85A7A7003F43D5 /* jccolor.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = jccolor.c; sourceTree = "<group>"; }; - 82B558A20D85A7A7003F43D5 /* jcapimin.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = jcapimin.c; sourceTree = "<group>"; }; - 82B558A30D85A7A7003F43D5 /* jcapistd.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = jcapistd.c; sourceTree = "<group>"; }; - D2AAC046055464E500DB518D /* libjpeg.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libjpeg.a; sourceTree = BUILT_PRODUCTS_DIR; }; -/* End PBXFileReference section */ - -/* Begin PBXFrameworksBuildPhase section */ - D289987405E68DCB004EDB86 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXFrameworksBuildPhase section */ - -/* Begin PBXGroup section */ - 08FB7794FE84155DC02AAC07 /* libjpeg */ = { - isa = PBXGroup; - children = ( - 7B466A140E5E364300C91F63 /* Configuration */, - 08FB7795FE84155DC02AAC07 /* Source */, - 1AB674ADFE9D54B511CA2CBB /* Products */, - ); - name = libjpeg; - sourceTree = "<group>"; - }; - 08FB7795FE84155DC02AAC07 /* Source */ = { - isa = PBXGroup; - children = ( - 82B558A20D85A7A7003F43D5 /* jcapimin.c */, - 82B558A30D85A7A7003F43D5 /* jcapistd.c */, - 82B558A00D85A7A7003F43D5 /* jccoefct.c */, - 82B558A10D85A7A7003F43D5 /* jccolor.c */, - 82B5589E0D85A7A7003F43D5 /* jcdctmgr.c */, - 82B5589F0D85A7A7003F43D5 /* jchuff.c */, - 82B5589D0D85A7A7003F43D5 /* jchuff.h */, - 82B5589B0D85A7A7003F43D5 /* jcinit.c */, - 82B5589C0D85A7A7003F43D5 /* jcmainct.c */, - 82B558990D85A7A7003F43D5 /* jcmarker.c */, - 82B5589A0D85A7A7003F43D5 /* jcmaster.c */, - 82B558970D85A7A7003F43D5 /* jcomapi.c */, - 82B558980D85A7A7003F43D5 /* jconfig.h */, - 82B558950D85A7A7003F43D5 /* jcparam.c */, - 82B558960D85A7A7003F43D5 /* jcphuff.c */, - 82B558930D85A7A7003F43D5 /* jcprepct.c */, - 82B558940D85A7A7003F43D5 /* jcsample.c */, - 82B558910D85A7A7003F43D5 /* jdapimin.c */, - 82B558920D85A7A7003F43D5 /* jdapistd.c */, - 82B5588F0D85A7A7003F43D5 /* jdatadst.c */, - 82B558900D85A7A7003F43D5 /* jdatasrc.c */, - 82B5588E0D85A7A7003F43D5 /* jdcoefct.c */, - 82B5588C0D85A7A7003F43D5 /* jdcolor.c */, - 82B5588D0D85A7A7003F43D5 /* jdct.h */, - 82B5588A0D85A7A7003F43D5 /* jddctmgr.c */, - 82B5588B0D85A7A7003F43D5 /* jdhuff.c */, - 82B558880D85A7A7003F43D5 /* jdhuff.h */, - 82B558890D85A7A7003F43D5 /* jdinput.c */, - 82B558870D85A7A7003F43D5 /* jdmainct.c */, - 82B558850D85A7A7003F43D5 /* jdmarker.c */, - 82B558860D85A7A7003F43D5 /* jdmaster.c */, - 82B558830D85A7A7003F43D5 /* jdmerge.c */, - 82B558840D85A7A7003F43D5 /* jdphuff.c */, - 82B558810D85A7A7003F43D5 /* jdpostct.c */, - 82B558820D85A7A7003F43D5 /* jdsample.c */, - 82B5587F0D85A7A7003F43D5 /* jerror.c */, - 82B558800D85A7A7003F43D5 /* jerror.h */, - 82B5587E0D85A7A7003F43D5 /* jfdctflt.c */, - 82B5587C0D85A7A7003F43D5 /* jfdctfst.c */, - 82B5587D0D85A7A7003F43D5 /* jfdctint.c */, - 82B5587B0D85A7A7003F43D5 /* jidctflt.c */, - 82B5587A0D85A7A7003F43D5 /* jidctfst.c */, - 82B558790D85A7A7003F43D5 /* jidctint.c */, - 82B558780D85A7A7003F43D5 /* jidctred.c */, - 82B558770D85A7A7003F43D5 /* jinclude.h */, - 82B558750D85A7A7003F43D5 /* jmemmgr.c */, - 82B558760D85A7A7003F43D5 /* jmemnobs.c */, - 82B558730D85A7A7003F43D5 /* jmemsys.h */, - 82B558740D85A7A7003F43D5 /* jmorecfg.h */, - 82B558720D85A7A7003F43D5 /* jpegint.h */, - 82B558700D85A7A7003F43D5 /* jpeglib.h */, - 82B558710D85A7A7003F43D5 /* jquant1.c */, - 82B5586F0D85A7A7003F43D5 /* jquant2.c */, - 82B5586E0D85A7A7003F43D5 /* jutils.c */, - 82B5586D0D85A7A7003F43D5 /* jversion.h */, - ); - name = Source; - sourceTree = "<group>"; - }; - 1AB674ADFE9D54B511CA2CBB /* Products */ = { - isa = PBXGroup; - children = ( - D2AAC046055464E500DB518D /* libjpeg.a */, - ); - name = Products; - sourceTree = "<group>"; - }; - 7B466A140E5E364300C91F63 /* Configuration */ = { - isa = PBXGroup; - children = ( - 7B466A150E5E366100C91F63 /* common.xcconfig */, - 7B466A160E5E366100C91F63 /* debug.xcconfig */, - 7B466A170E5E366100C91F63 /* executable.xcconfig */, - 7B466A180E5E366100C91F63 /* release.xcconfig */, - 7B466A190E5E366100C91F63 /* staticlib.xcconfig */, - ); - name = Configuration; - path = ../../build; - sourceTree = "<group>"; - }; -/* End PBXGroup section */ - -/* Begin PBXNativeTarget section */ - D2AAC045055464E500DB518D /* libjpeg */ = { - isa = PBXNativeTarget; - buildConfigurationList = 1DEB91EB08733DB70010E9CD /* Build configuration list for PBXNativeTarget "libjpeg" */; - buildPhases = ( - D2AAC044055464E500DB518D /* Sources */, - D289987405E68DCB004EDB86 /* Frameworks */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = libjpeg; - productName = libjpeg; - productReference = D2AAC046055464E500DB518D /* libjpeg.a */; - productType = "com.apple.product-type.library.static"; - }; -/* End PBXNativeTarget section */ - -/* Begin PBXProject section */ - 08FB7793FE84155DC02AAC07 /* Project object */ = { - isa = PBXProject; - buildConfigurationList = 1DEB91EF08733DB70010E9CD /* Build configuration list for PBXProject "libjpeg" */; - compatibilityVersion = "Xcode 3.1"; - hasScannedForEncodings = 1; - mainGroup = 08FB7794FE84155DC02AAC07 /* libjpeg */; - projectDirPath = ""; - projectRoot = ""; - targets = ( - D2AAC045055464E500DB518D /* libjpeg */, - ); - }; -/* End PBXProject section */ - -/* Begin PBXSourcesBuildPhase section */ - D2AAC044055464E500DB518D /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 82B558A50D85A7A7003F43D5 /* jutils.c in Sources */, - 82B558A60D85A7A7003F43D5 /* jquant2.c in Sources */, - 82B558A80D85A7A7003F43D5 /* jquant1.c in Sources */, - 82B558AC0D85A7A7003F43D5 /* jmemmgr.c in Sources */, - 82B558AD0D85A7A7003F43D5 /* jmemnobs.c in Sources */, - 82B558AF0D85A7A7003F43D5 /* jidctred.c in Sources */, - 82B558B00D85A7A7003F43D5 /* jidctint.c in Sources */, - 82B558B10D85A7A7003F43D5 /* jidctfst.c in Sources */, - 82B558B20D85A7A7003F43D5 /* jidctflt.c in Sources */, - 82B558B30D85A7A7003F43D5 /* jfdctfst.c in Sources */, - 82B558B40D85A7A7003F43D5 /* jfdctint.c in Sources */, - 82B558B50D85A7A7003F43D5 /* jfdctflt.c in Sources */, - 82B558B60D85A7A7003F43D5 /* jerror.c in Sources */, - 82B558B80D85A7A7003F43D5 /* jdpostct.c in Sources */, - 82B558B90D85A7A7003F43D5 /* jdsample.c in Sources */, - 82B558BA0D85A7A7003F43D5 /* jdmerge.c in Sources */, - 82B558BB0D85A7A7003F43D5 /* jdphuff.c in Sources */, - 82B558BC0D85A7A7003F43D5 /* jdmarker.c in Sources */, - 82B558BD0D85A7A7003F43D5 /* jdmaster.c in Sources */, - 82B558BE0D85A7A7003F43D5 /* jdmainct.c in Sources */, - 82B558C00D85A7A7003F43D5 /* jdinput.c in Sources */, - 82B558C10D85A7A7003F43D5 /* jddctmgr.c in Sources */, - 82B558C20D85A7A7003F43D5 /* jdhuff.c in Sources */, - 82B558C30D85A7A7003F43D5 /* jdcolor.c in Sources */, - 82B558C50D85A7A7003F43D5 /* jdcoefct.c in Sources */, - 82B558C60D85A7A7003F43D5 /* jdatadst.c in Sources */, - 82B558C70D85A7A7003F43D5 /* jdatasrc.c in Sources */, - 82B558C80D85A7A7003F43D5 /* jdapimin.c in Sources */, - 82B558C90D85A7A7003F43D5 /* jdapistd.c in Sources */, - 82B558CA0D85A7A7003F43D5 /* jcprepct.c in Sources */, - 82B558CB0D85A7A7003F43D5 /* jcsample.c in Sources */, - 82B558CC0D85A7A7003F43D5 /* jcparam.c in Sources */, - 82B558CD0D85A7A7003F43D5 /* jcphuff.c in Sources */, - 82B558CE0D85A7A7003F43D5 /* jcomapi.c in Sources */, - 82B558D00D85A7A7003F43D5 /* jcmarker.c in Sources */, - 82B558D10D85A7A7003F43D5 /* jcmaster.c in Sources */, - 82B558D20D85A7A7003F43D5 /* jcinit.c in Sources */, - 82B558D30D85A7A7003F43D5 /* jcmainct.c in Sources */, - 82B558D50D85A7A7003F43D5 /* jcdctmgr.c in Sources */, - 82B558D60D85A7A7003F43D5 /* jchuff.c in Sources */, - 82B558D70D85A7A7003F43D5 /* jccoefct.c in Sources */, - 82B558D80D85A7A7003F43D5 /* jccolor.c in Sources */, - 82B558D90D85A7A7003F43D5 /* jcapimin.c in Sources */, - 82B558DA0D85A7A7003F43D5 /* jcapistd.c in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXSourcesBuildPhase section */ - -/* Begin XCBuildConfiguration section */ - 1DEB91EC08733DB70010E9CD /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 7B466A190E5E366100C91F63 /* staticlib.xcconfig */; - buildSettings = { - GCC_TREAT_WARNINGS_AS_ERRORS = NO; - PRODUCT_NAME = jpeg; - }; - name = Debug; - }; - 1DEB91ED08733DB70010E9CD /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 7B466A190E5E366100C91F63 /* staticlib.xcconfig */; - buildSettings = { - GCC_TREAT_WARNINGS_AS_ERRORS = NO; - PRODUCT_NAME = jpeg; - }; - name = Release; - }; - 1DEB91F008733DB70010E9CD /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 7B466A160E5E366100C91F63 /* debug.xcconfig */; - buildSettings = { - XCODEPROJ_DEPTH = ../..; - }; - name = Debug; - }; - 1DEB91F108733DB70010E9CD /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 7B466A180E5E366100C91F63 /* release.xcconfig */; - buildSettings = { - XCODEPROJ_DEPTH = ../..; - }; - name = Release; - }; -/* End XCBuildConfiguration section */ - -/* Begin XCConfigurationList section */ - 1DEB91EB08733DB70010E9CD /* Build configuration list for PBXNativeTarget "libjpeg" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 1DEB91EC08733DB70010E9CD /* Debug */, - 1DEB91ED08733DB70010E9CD /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 1DEB91EF08733DB70010E9CD /* Build configuration list for PBXProject "libjpeg" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 1DEB91F008733DB70010E9CD /* Debug */, - 1DEB91F108733DB70010E9CD /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; -/* End XCConfigurationList section */ - }; - rootObject = 08FB7793FE84155DC02AAC07 /* Project object */; -} diff --git a/third_party/libpng/libpng.xcodeproj/project.pbxproj b/third_party/libpng/libpng.xcodeproj/project.pbxproj deleted file mode 100644 index d158b8f..0000000 --- a/third_party/libpng/libpng.xcodeproj/project.pbxproj +++ /dev/null @@ -1,249 +0,0 @@ -// !$*UTF8*$! -{ - archiveVersion = 1; - classes = { - }; - objectVersion = 45; - objects = { - -/* Begin PBXBuildFile section */ - 82B558250D85A6D3003F43D5 /* pngwutil.c in Sources */ = {isa = PBXBuildFile; fileRef = 82B558110D85A6D3003F43D5 /* pngwutil.c */; }; - 82B558260D85A6D3003F43D5 /* pngwtran.c in Sources */ = {isa = PBXBuildFile; fileRef = 82B558120D85A6D3003F43D5 /* pngwtran.c */; }; - 82B558270D85A6D3003F43D5 /* pngwrite.c in Sources */ = {isa = PBXBuildFile; fileRef = 82B558130D85A6D3003F43D5 /* pngwrite.c */; }; - 82B558280D85A6D3003F43D5 /* pngwio.c in Sources */ = {isa = PBXBuildFile; fileRef = 82B558140D85A6D3003F43D5 /* pngwio.c */; }; - 82B558290D85A6D3003F43D5 /* pngvcrd.c in Sources */ = {isa = PBXBuildFile; fileRef = 82B558150D85A6D3003F43D5 /* pngvcrd.c */; }; - 82B5582B0D85A6D3003F43D5 /* pngtrans.c in Sources */ = {isa = PBXBuildFile; fileRef = 82B558170D85A6D3003F43D5 /* pngtrans.c */; }; - 82B5582C0D85A6D3003F43D5 /* pngset.c in Sources */ = {isa = PBXBuildFile; fileRef = 82B558180D85A6D3003F43D5 /* pngset.c */; }; - 82B5582D0D85A6D3003F43D5 /* pngrutil.c in Sources */ = {isa = PBXBuildFile; fileRef = 82B558190D85A6D3003F43D5 /* pngrutil.c */; }; - 82B5582E0D85A6D3003F43D5 /* pngrtran.c in Sources */ = {isa = PBXBuildFile; fileRef = 82B5581A0D85A6D3003F43D5 /* pngrtran.c */; }; - 82B5582F0D85A6D3003F43D5 /* pngrio.c in Sources */ = {isa = PBXBuildFile; fileRef = 82B5581B0D85A6D3003F43D5 /* pngrio.c */; }; - 82B558300D85A6D3003F43D5 /* pngread.c in Sources */ = {isa = PBXBuildFile; fileRef = 82B5581C0D85A6D3003F43D5 /* pngread.c */; }; - 82B558310D85A6D3003F43D5 /* pngpread.c in Sources */ = {isa = PBXBuildFile; fileRef = 82B5581D0D85A6D3003F43D5 /* pngpread.c */; }; - 82B558320D85A6D3003F43D5 /* pngmem.c in Sources */ = {isa = PBXBuildFile; fileRef = 82B5581E0D85A6D3003F43D5 /* pngmem.c */; }; - 82B558330D85A6D3003F43D5 /* pngget.c in Sources */ = {isa = PBXBuildFile; fileRef = 82B5581F0D85A6D3003F43D5 /* pngget.c */; }; - 82B558340D85A6D3003F43D5 /* pnggccrd.c in Sources */ = {isa = PBXBuildFile; fileRef = 82B558200D85A6D3003F43D5 /* pnggccrd.c */; }; - 82B558350D85A6D3003F43D5 /* pngerror.c in Sources */ = {isa = PBXBuildFile; fileRef = 82B558210D85A6D3003F43D5 /* pngerror.c */; }; - 82B558380D85A6D3003F43D5 /* png.c in Sources */ = {isa = PBXBuildFile; fileRef = 82B558240D85A6D3003F43D5 /* png.c */; }; -/* End PBXBuildFile section */ - -/* Begin PBXFileReference section */ - 7B85060F0E5B461700730B43 /* common.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = common.xcconfig; sourceTree = "<group>"; }; - 7B8506100E5B461700730B43 /* debug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = debug.xcconfig; sourceTree = "<group>"; }; - 7B8506110E5B461700730B43 /* executable.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = executable.xcconfig; sourceTree = "<group>"; }; - 7B8506120E5B461700730B43 /* release.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = release.xcconfig; sourceTree = "<group>"; }; - 7B8506130E5B461700730B43 /* staticlib.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = staticlib.xcconfig; sourceTree = "<group>"; }; - 82B558110D85A6D3003F43D5 /* pngwutil.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pngwutil.c; sourceTree = "<group>"; }; - 82B558120D85A6D3003F43D5 /* pngwtran.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pngwtran.c; sourceTree = "<group>"; }; - 82B558130D85A6D3003F43D5 /* pngwrite.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pngwrite.c; sourceTree = "<group>"; }; - 82B558140D85A6D3003F43D5 /* pngwio.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pngwio.c; sourceTree = "<group>"; }; - 82B558150D85A6D3003F43D5 /* pngvcrd.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pngvcrd.c; sourceTree = "<group>"; }; - 82B558160D85A6D3003F43D5 /* pngusr.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pngusr.h; sourceTree = "<group>"; }; - 82B558170D85A6D3003F43D5 /* pngtrans.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pngtrans.c; sourceTree = "<group>"; }; - 82B558180D85A6D3003F43D5 /* pngset.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pngset.c; sourceTree = "<group>"; }; - 82B558190D85A6D3003F43D5 /* pngrutil.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pngrutil.c; sourceTree = "<group>"; }; - 82B5581A0D85A6D3003F43D5 /* pngrtran.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pngrtran.c; sourceTree = "<group>"; }; - 82B5581B0D85A6D3003F43D5 /* pngrio.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pngrio.c; sourceTree = "<group>"; }; - 82B5581C0D85A6D3003F43D5 /* pngread.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pngread.c; sourceTree = "<group>"; }; - 82B5581D0D85A6D3003F43D5 /* pngpread.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pngpread.c; sourceTree = "<group>"; }; - 82B5581E0D85A6D3003F43D5 /* pngmem.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pngmem.c; sourceTree = "<group>"; }; - 82B5581F0D85A6D3003F43D5 /* pngget.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pngget.c; sourceTree = "<group>"; }; - 82B558200D85A6D3003F43D5 /* pnggccrd.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pnggccrd.c; sourceTree = "<group>"; }; - 82B558210D85A6D3003F43D5 /* pngerror.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pngerror.c; sourceTree = "<group>"; }; - 82B558220D85A6D3003F43D5 /* pngconf.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pngconf.h; sourceTree = "<group>"; }; - 82B558230D85A6D3003F43D5 /* png.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = png.h; sourceTree = "<group>"; }; - 82B558240D85A6D3003F43D5 /* png.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = png.c; sourceTree = "<group>"; }; - D2AAC046055464E500DB518D /* libpng.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libpng.a; sourceTree = BUILT_PRODUCTS_DIR; }; -/* End PBXFileReference section */ - -/* Begin PBXFrameworksBuildPhase section */ - D289987405E68DCB004EDB86 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXFrameworksBuildPhase section */ - -/* Begin PBXGroup section */ - 08FB7794FE84155DC02AAC07 /* libpng */ = { - isa = PBXGroup; - children = ( - 7B85060E0E5B45FF00730B43 /* Configuration */, - 08FB7795FE84155DC02AAC07 /* Source */, - 1AB674ADFE9D54B511CA2CBB /* Products */, - ); - name = libpng; - sourceTree = "<group>"; - }; - 08FB7795FE84155DC02AAC07 /* Source */ = { - isa = PBXGroup; - children = ( - 82B558240D85A6D3003F43D5 /* png.c */, - 82B558230D85A6D3003F43D5 /* png.h */, - 82B558220D85A6D3003F43D5 /* pngconf.h */, - 82B558210D85A6D3003F43D5 /* pngerror.c */, - 82B558200D85A6D3003F43D5 /* pnggccrd.c */, - 82B5581F0D85A6D3003F43D5 /* pngget.c */, - 82B5581E0D85A6D3003F43D5 /* pngmem.c */, - 82B5581D0D85A6D3003F43D5 /* pngpread.c */, - 82B5581C0D85A6D3003F43D5 /* pngread.c */, - 82B5581B0D85A6D3003F43D5 /* pngrio.c */, - 82B5581A0D85A6D3003F43D5 /* pngrtran.c */, - 82B558190D85A6D3003F43D5 /* pngrutil.c */, - 82B558180D85A6D3003F43D5 /* pngset.c */, - 82B558170D85A6D3003F43D5 /* pngtrans.c */, - 82B558160D85A6D3003F43D5 /* pngusr.h */, - 82B558150D85A6D3003F43D5 /* pngvcrd.c */, - 82B558140D85A6D3003F43D5 /* pngwio.c */, - 82B558130D85A6D3003F43D5 /* pngwrite.c */, - 82B558120D85A6D3003F43D5 /* pngwtran.c */, - 82B558110D85A6D3003F43D5 /* pngwutil.c */, - ); - name = Source; - sourceTree = "<group>"; - }; - 1AB674ADFE9D54B511CA2CBB /* Products */ = { - isa = PBXGroup; - children = ( - D2AAC046055464E500DB518D /* libpng.a */, - ); - name = Products; - sourceTree = "<group>"; - }; - 7B85060E0E5B45FF00730B43 /* Configuration */ = { - isa = PBXGroup; - children = ( - 7B85060F0E5B461700730B43 /* common.xcconfig */, - 7B8506100E5B461700730B43 /* debug.xcconfig */, - 7B8506110E5B461700730B43 /* executable.xcconfig */, - 7B8506120E5B461700730B43 /* release.xcconfig */, - 7B8506130E5B461700730B43 /* staticlib.xcconfig */, - ); - name = Configuration; - path = ../../build; - sourceTree = "<group>"; - }; -/* End PBXGroup section */ - -/* Begin PBXNativeTarget section */ - D2AAC045055464E500DB518D /* libpng */ = { - isa = PBXNativeTarget; - buildConfigurationList = 1DEB91EB08733DB70010E9CD /* Build configuration list for PBXNativeTarget "libpng" */; - buildPhases = ( - D2AAC044055464E500DB518D /* Sources */, - D289987405E68DCB004EDB86 /* Frameworks */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = libpng; - productName = libpng; - productReference = D2AAC046055464E500DB518D /* libpng.a */; - productType = "com.apple.product-type.library.static"; - }; -/* End PBXNativeTarget section */ - -/* Begin PBXProject section */ - 08FB7793FE84155DC02AAC07 /* Project object */ = { - isa = PBXProject; - buildConfigurationList = 1DEB91EF08733DB70010E9CD /* Build configuration list for PBXProject "libpng" */; - compatibilityVersion = "Xcode 3.1"; - hasScannedForEncodings = 1; - mainGroup = 08FB7794FE84155DC02AAC07 /* libpng */; - projectDirPath = ""; - projectRoot = ""; - targets = ( - D2AAC045055464E500DB518D /* libpng */, - ); - }; -/* End PBXProject section */ - -/* Begin PBXSourcesBuildPhase section */ - D2AAC044055464E500DB518D /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 82B558250D85A6D3003F43D5 /* pngwutil.c in Sources */, - 82B558260D85A6D3003F43D5 /* pngwtran.c in Sources */, - 82B558270D85A6D3003F43D5 /* pngwrite.c in Sources */, - 82B558280D85A6D3003F43D5 /* pngwio.c in Sources */, - 82B558290D85A6D3003F43D5 /* pngvcrd.c in Sources */, - 82B5582B0D85A6D3003F43D5 /* pngtrans.c in Sources */, - 82B5582C0D85A6D3003F43D5 /* pngset.c in Sources */, - 82B5582D0D85A6D3003F43D5 /* pngrutil.c in Sources */, - 82B5582E0D85A6D3003F43D5 /* pngrtran.c in Sources */, - 82B5582F0D85A6D3003F43D5 /* pngrio.c in Sources */, - 82B558300D85A6D3003F43D5 /* pngread.c in Sources */, - 82B558310D85A6D3003F43D5 /* pngpread.c in Sources */, - 82B558320D85A6D3003F43D5 /* pngmem.c in Sources */, - 82B558330D85A6D3003F43D5 /* pngget.c in Sources */, - 82B558340D85A6D3003F43D5 /* pnggccrd.c in Sources */, - 82B558350D85A6D3003F43D5 /* pngerror.c in Sources */, - 82B558380D85A6D3003F43D5 /* png.c in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXSourcesBuildPhase section */ - -/* Begin XCBuildConfiguration section */ - 1DEB91EC08733DB70010E9CD /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 7B8506130E5B461700730B43 /* staticlib.xcconfig */; - buildSettings = { - HEADER_SEARCH_PATHS = ../zlib; - PRODUCT_NAME = png; - }; - name = Debug; - }; - 1DEB91ED08733DB70010E9CD /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 7B8506130E5B461700730B43 /* staticlib.xcconfig */; - buildSettings = { - HEADER_SEARCH_PATHS = ../zlib; - PRODUCT_NAME = png; - }; - name = Release; - }; - 1DEB91F008733DB70010E9CD /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 7B8506100E5B461700730B43 /* debug.xcconfig */; - buildSettings = { - XCODEPROJ_DEPTH = ../..; - }; - name = Debug; - }; - 1DEB91F108733DB70010E9CD /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 7B8506120E5B461700730B43 /* release.xcconfig */; - buildSettings = { - XCODEPROJ_DEPTH = ../..; - }; - name = Release; - }; -/* End XCBuildConfiguration section */ - -/* Begin XCConfigurationList section */ - 1DEB91EB08733DB70010E9CD /* Build configuration list for PBXNativeTarget "libpng" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 1DEB91EC08733DB70010E9CD /* Debug */, - 1DEB91ED08733DB70010E9CD /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 1DEB91EF08733DB70010E9CD /* Build configuration list for PBXProject "libpng" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 1DEB91F008733DB70010E9CD /* Debug */, - 1DEB91F108733DB70010E9CD /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; -/* End XCConfigurationList section */ - }; - rootObject = 08FB7793FE84155DC02AAC07 /* Project object */; -} diff --git a/third_party/libxml/libxml.xcodeproj/libxml_config_prebuild.sh b/third_party/libxml/libxml.xcodeproj/libxml_config_prebuild.sh deleted file mode 100755 index 1a5be4b..0000000 --- a/third_party/libxml/libxml.xcodeproj/libxml_config_prebuild.sh +++ /dev/null @@ -1,149 +0,0 @@ -#!/bin/sh - -# Copyright (c) 2008 The Chromium Authors. All rights reserved. -# Use of this source code is governed by a BSD-style license that can be -# found in the LICENSE file. - -set -ex - -GENERATED_DIR="${CONFIGURATION_TEMP_DIR}/generated" - -PACKAGE=libxml2 -VERSION_MAJOR=2 -VERSION_MINOR=6 -VERSION_MICRO=31 -VERSION_STRING="${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_MICRO}" -VERSION_NUMBER=$(printf "%d%02d%02d" \ - "${VERSION_MAJOR}" \ - "${VERSION_MINOR}" \ - "${VERSION_EXTRA}") - -# Generate xmlversion.h the same way that "sh configure" would -mkdir -p "${GENERATED_DIR}/include/libxml" -XMLVERSION_H="${GENERATED_DIR}/include/libxml/xmlversion.h" -sed -e s/@VERSION@/"${VERSION_STRING}"/g \ - -e s/@LIBXML_VERSION_NUMBER@/"${VERSION_NUMBER}"/g \ - -e s/@LIBXML_VERSION_EXTRA@//g \ - -e s/@WITH_TRIO@/0/g \ - -e s/@WITH_THREADS@/1/g \ - -e s/@WITH_TREE@/1/g \ - -e s/@WITH_OUTPUT@/1/g \ - -e s/@WITH_PUSH@/1/g \ - -e s/@WITH_READER@/1/g \ - -e s/@WITH_PATTERN@/1/g \ - -e s/@WITH_WRITER@/1/g \ - -e s/@WITH_SAX1@/1/g \ - -e s/@WITH_FTP@/1/g \ - -e s/@WITH_HTTP@/1/g \ - -e s/@WITH_VALID@/1/g \ - -e s/@WITH_HTML@/1/g \ - -e s/@WITH_LEGACY@/1/g \ - -e s/@WITH_C14N@/1/g \ - -e s/@WITH_CATALOG@/1/g \ - -e s/@WITH_DOCB@/1/g \ - -e s/@WITH_XPATH@/1/g \ - -e s/@WITH_XPTR@/1/g \ - -e s/@WITH_XINCLUDE@/1/g \ - -e s/@WITH_ICONV@/0/g \ - -e s/@WITH_ICU@/1/g \ - -e s/@WITH_ISO8859X@/1/g \ - -e s/@WITH_DEBUG@/1/g \ - -e s/@WITH_MEM_DEBUG@/0/g \ - -e s/@WITH_RUN_DEBUG@/0/g \ - -e s/@WITH_REGEXPS@/1/g \ - -e s/@WITH_SCHEMAS@/1/g \ - -e s/@WITH_SCHEMATRON@/1/g \ - -e s/@WITH_MODULES@/1/g \ - -e s/@MODULE_EXTENSION@/.so/g \ - -e s/@WITH_ZLIB@/1/g \ - < include/libxml/xmlversion.h.in \ - > "${XMLVERSION_H}.new" - -# Only use the new file if it's different from the existing file (if any), -# preserving the existing file's timestamp when there are no changes to -# minimize unnecessary build activity. -if ! diff -q "${XMLVERSION_H}.new" "${XMLVERSION_H}" >& /dev/null ; then - mv "${XMLVERSION_H}.new" "${XMLVERSION_H}" -else - rm "${XMLVERSION_H}.new" -fi - -CONFIG_H="${GENERATED_DIR}/config.h" -sed -e s/'^#undef PACKAGE$'/"#define PACKAGE \"${PACKAGE}\""/ \ - -e s/'^#undef VERSION$'/"#define VERSION \"${VERSION_STRING}\""/ \ - -e s/'^#undef SUPPORT_IPV6$'/"#define SUPPORT_IPV6"/ \ - -e s/'^#undef HAVE_ARPA_INET_H$'/"#define HAVE_ARPA_INET_H 1"/ \ - -e s/'^#undef HAVE_ARPA_NAMESER_H$'/"#define HAVE_ARPA_NAMESER_H 1"/ \ - -e s/'^#undef HAVE_CTYPE_H$'/"#define HAVE_CTYPE_H 1"/ \ - -e s/'^#undef HAVE_DIRENT_H$'/"#define HAVE_DIRENT_H 1"/ \ - -e s/'^#undef HAVE_DLFCN_H$'/"#define HAVE_DLFCN_H 1"/ \ - -e s/'^#undef HAVE_DLOPEN$'/"#define HAVE_DLOPEN "/ \ - -e s/'^#undef HAVE_ERRNO_H$'/"#define HAVE_ERRNO_H 1"/ \ - -e s/'^#undef HAVE_FCNTL_H$'/"#define HAVE_FCNTL_H 1"/ \ - -e s/'^#undef HAVE_FINITE$'/"#define HAVE_FINITE 1"/ \ - -e s/'^#undef HAVE_FLOAT_H$'/"#define HAVE_FLOAT_H 1"/ \ - -e s/'^#undef HAVE_FPRINTF$'/"#define HAVE_FPRINTF 1"/ \ - -e s/'^#undef HAVE_FTIME$'/"#define HAVE_FTIME 1"/ \ - -e s/'^#undef HAVE_GETADDRINFO$'/"#define HAVE_GETADDRINFO "/ \ - -e s/'^#undef HAVE_GETTIMEOFDAY$'/"#define HAVE_GETTIMEOFDAY 1"/ \ - -e s/'^#undef HAVE_INTTYPES_H$'/"#define HAVE_INTTYPES_H 1"/ \ - -e s/'^#undef HAVE_ISINF$'/"#define HAVE_ISINF "/ \ - -e s/'^#undef HAVE_ISNAN$'/"#define HAVE_ISNAN "/ \ - -e s/'^#undef HAVE_LIBPTHREAD$'/"#define HAVE_LIBPTHREAD "/ \ - -e s/'^#undef HAVE_LIBZ$'/"#define HAVE_LIBZ 1"/ \ - -e s/'^#undef HAVE_LIMITS_H$'/"#define HAVE_LIMITS_H 1"/ \ - -e s/'^#undef HAVE_LOCALTIME$'/"#define HAVE_LOCALTIME 1"/ \ - -e s/'^#undef HAVE_MATH_H$'/"#define HAVE_MATH_H 1"/ \ - -e s/'^#undef HAVE_MEMORY_H$'/"#define HAVE_MEMORY_H 1"/ \ - -e s/'^#undef HAVE_NETDB_H$'/"#define HAVE_NETDB_H 1"/ \ - -e s/'^#undef HAVE_NETINET_IN_H$'/"#define HAVE_NETINET_IN_H 1"/ \ - -e s/'^#undef HAVE_PRINTF$'/"#define HAVE_PRINTF 1"/ \ - -e s/'^#undef HAVE_PTHREAD_H$'/"#define HAVE_PTHREAD_H "/ \ - -e s/'^#undef HAVE_RESOLV_H$'/"#define HAVE_RESOLV_H 1"/ \ - -e s/'^#undef HAVE_SIGNAL$'/"#define HAVE_SIGNAL 1"/ \ - -e s/'^#undef HAVE_SIGNAL_H$'/"#define HAVE_SIGNAL_H 1"/ \ - -e s/'^#undef HAVE_SNPRINTF$'/"#define HAVE_SNPRINTF 1"/ \ - -e s/'^#undef HAVE_SPRINTF$'/"#define HAVE_SPRINTF 1"/ \ - -e s/'^#undef HAVE_SSCANF$'/"#define HAVE_SSCANF 1"/ \ - -e s/'^#undef HAVE_STAT$'/"#define HAVE_STAT 1"/ \ - -e s/'^#undef HAVE_STDARG_H$'/"#define HAVE_STDARG_H 1"/ \ - -e s/'^#undef HAVE_STDINT_H$'/"#define HAVE_STDINT_H 1"/ \ - -e s/'^#undef HAVE_STDLIB_H$'/"#define HAVE_STDLIB_H 1"/ \ - -e s/'^#undef HAVE_STRDUP$'/"#define HAVE_STRDUP 1"/ \ - -e s/'^#undef HAVE_STRERROR$'/"#define HAVE_STRERROR 1"/ \ - -e s/'^#undef HAVE_STRFTIME$'/"#define HAVE_STRFTIME 1"/ \ - -e s/'^#undef HAVE_STRINGS_H$'/"#define HAVE_STRINGS_H 1"/ \ - -e s/'^#undef HAVE_STRING_H$'/"#define HAVE_STRING_H 1"/ \ - -e s/'^#undef HAVE_SYS_MMAN_H$'/"#define HAVE_SYS_MMAN_H 1"/ \ - -e s/'^#undef HAVE_SYS_SELECT_H$'/"#define HAVE_SYS_SELECT_H 1"/ \ - -e s/'^#undef HAVE_SYS_SOCKET_H$'/"#define HAVE_SYS_SOCKET_H 1"/ \ - -e s/'^#undef HAVE_SYS_STAT_H$'/"#define HAVE_SYS_STAT_H 1"/ \ - -e s/'^#undef HAVE_SYS_TIMEB_H$'/"#define HAVE_SYS_TIMEB_H 1"/ \ - -e s/'^#undef HAVE_SYS_TIME_H$'/"#define HAVE_SYS_TIME_H 1"/ \ - -e s/'^#undef HAVE_SYS_TYPES_H$'/"#define HAVE_SYS_TYPES_H 1"/ \ - -e s/'^#undef HAVE_TIME_H$'/"#define HAVE_TIME_H 1"/ \ - -e s/'^#undef HAVE_UNISTD_H$'/"#define HAVE_UNISTD_H 1"/ \ - -e s/'^#undef HAVE_VA_COPY$'/"#define HAVE_VA_COPY 1"/ \ - -e s/'^#undef HAVE_VFPRINTF$'/"#define HAVE_VFPRINTF 1"/ \ - -e s/'^#undef HAVE_VSNPRINTF$'/"#define HAVE_VSNPRINTF 1"/ \ - -e s/'^#undef HAVE_VSPRINTF$'/"#define HAVE_VSPRINTF 1"/ \ - -e s/'^#undef HAVE_ZLIB_H$'/"#define HAVE_ZLIB_H 1"/ \ - -e s/'^#undef PACKAGE_BUGREPORT$'/"#define PACKAGE_BUGREPORT \"\""/ \ - -e s/'^#undef PACKAGE_NAME$'/"#define PACKAGE_NAME \"\""/ \ - -e s/'^#undef PACKAGE_STRING$'/"#define PACKAGE_STRING \"\""/ \ - -e s/'^#undef PACKAGE_TARNAME$'/"#define PACKAGE_TARNAME \"\""/ \ - -e s/'^#undef PACKAGE_VERSION$'/"#define PACKAGE_VERSION \"\""/ \ - -e s/'^#undef PROTOTYPES$'/"#define PROTOTYPES 1"/ \ - -e s/'^#undef STDC_HEADERS$'/"#define STDC_HEADERS 1"/ \ - -e s/'^#undef SUPPORT_IP6$'/"#define SUPPORT_IP6 "/ \ - -e s/'^#undef XML_SOCKLEN_T$'/"#define XML_SOCKLEN_T socklen_t"/ \ - -e s/'^#undef __PROTOTYPES$'/"#define __PROTOTYPES 1"/ \ - -e s@'^\(#undef .*\)$'@'/* \1 */'@ \ - < config.h.in \ - > "${CONFIG_H}.new" - -if ! diff -q "${CONFIG_H}.new" "${CONFIG_H}" >& /dev/null ; then - mv "${CONFIG_H}.new" "${CONFIG_H}" -else - rm "${CONFIG_H}.new" -fi diff --git a/third_party/libxml/libxml.xcodeproj/project.pbxproj b/third_party/libxml/libxml.xcodeproj/project.pbxproj deleted file mode 100644 index c191ee0..0000000 --- a/third_party/libxml/libxml.xcodeproj/project.pbxproj +++ /dev/null @@ -1,1077 +0,0 @@ -// !$*UTF8*$! -{ - archiveVersion = 1; - classes = { - }; - objectVersion = 45; - objects = { - -/* Begin PBXAggregateTarget section */ - 7B466AB40E5E3AA900C91F63 /* All */ = { - isa = PBXAggregateTarget; - buildConfigurationList = 7B466AC50E5E3B1500C91F63 /* Build configuration list for PBXAggregateTarget "All" */; - buildPhases = ( - ); - dependencies = ( - 7B466AB80E5E3AB400C91F63 /* PBXTargetDependency */, - 7B466ABA0E5E3AB400C91F63 /* PBXTargetDependency */, - 7B466ABC0E5E3AB400C91F63 /* PBXTargetDependency */, - ); - name = All; - productName = All; - }; - 7BE970530D872DC200F86D4B /* libxml_config */ = { - isa = PBXAggregateTarget; - buildConfigurationList = 7BE970570D872DC700F86D4B /* Build configuration list for PBXAggregateTarget "libxml_config" */; - buildPhases = ( - 7BE970520D872DC200F86D4B /* Pre-Build */, - ); - dependencies = ( - ); - name = libxml_config; - productName = libxml_config; - }; -/* End PBXAggregateTarget section */ - -/* Begin PBXBuildFile section */ - 7B12F48D0D8EE25A00CB6E8F /* c14n.c in Sources */ = {isa = PBXBuildFile; fileRef = 7B12F3620D8EE25900CB6E8F /* c14n.c */; }; - 7B12F48E0D8EE25A00CB6E8F /* catalog.c in Sources */ = {isa = PBXBuildFile; fileRef = 7B12F3630D8EE25900CB6E8F /* catalog.c */; }; - 7B12F48F0D8EE25A00CB6E8F /* chvalid.c in Sources */ = {isa = PBXBuildFile; fileRef = 7B12F36A0D8EE25900CB6E8F /* chvalid.c */; }; - 7B12F4910D8EE25A00CB6E8F /* debugXML.c in Sources */ = {isa = PBXBuildFile; fileRef = 7B12F3750D8EE25900CB6E8F /* debugXML.c */; }; - 7B12F4920D8EE25A00CB6E8F /* dict.c in Sources */ = {isa = PBXBuildFile; fileRef = 7B12F3770D8EE25900CB6E8F /* dict.c */; }; - 7B12F4930D8EE25A00CB6E8F /* DOCBparser.c in Sources */ = {isa = PBXBuildFile; fileRef = 7B12F3780D8EE25900CB6E8F /* DOCBparser.c */; }; - 7B12F4950D8EE25A00CB6E8F /* encoding.c in Sources */ = {isa = PBXBuildFile; fileRef = 7B12F37A0D8EE25900CB6E8F /* encoding.c */; }; - 7B12F4960D8EE25A00CB6E8F /* entities.c in Sources */ = {isa = PBXBuildFile; fileRef = 7B12F37B0D8EE25900CB6E8F /* entities.c */; }; - 7B12F4970D8EE25A00CB6E8F /* error.c in Sources */ = {isa = PBXBuildFile; fileRef = 7B12F37C0D8EE25900CB6E8F /* error.c */; }; - 7B12F4980D8EE25A00CB6E8F /* globals.c in Sources */ = {isa = PBXBuildFile; fileRef = 7B12F37F0D8EE25900CB6E8F /* globals.c */; }; - 7B12F4990D8EE25A00CB6E8F /* hash.c in Sources */ = {isa = PBXBuildFile; fileRef = 7B12F3810D8EE25900CB6E8F /* hash.c */; }; - 7B12F49A0D8EE25A00CB6E8F /* HTMLparser.c in Sources */ = {isa = PBXBuildFile; fileRef = 7B12F3820D8EE25900CB6E8F /* HTMLparser.c */; }; - 7B12F49B0D8EE25A00CB6E8F /* HTMLtree.c in Sources */ = {isa = PBXBuildFile; fileRef = 7B12F3830D8EE25900CB6E8F /* HTMLtree.c */; }; - 7B12F4CD0D8EE25A00CB6E8F /* legacy.c in Sources */ = {isa = PBXBuildFile; fileRef = 7B12F3BA0D8EE25900CB6E8F /* legacy.c */; }; - 7B12F4CF0D8EE25A00CB6E8F /* list.c in Sources */ = {isa = PBXBuildFile; fileRef = 7B12F3C10D8EE25900CB6E8F /* list.c */; }; - 7B12F4D00D8EE25A00CB6E8F /* nanoftp.c in Sources */ = {isa = PBXBuildFile; fileRef = 7B12F3C50D8EE25900CB6E8F /* nanoftp.c */; }; - 7B12F4D10D8EE25A00CB6E8F /* nanohttp.c in Sources */ = {isa = PBXBuildFile; fileRef = 7B12F3C60D8EE25900CB6E8F /* nanohttp.c */; }; - 7B12F4D20D8EE25A00CB6E8F /* parser.c in Sources */ = {isa = PBXBuildFile; fileRef = 7B12F3C80D8EE25900CB6E8F /* parser.c */; }; - 7B12F4D30D8EE25A00CB6E8F /* parserInternals.c in Sources */ = {isa = PBXBuildFile; fileRef = 7B12F3C90D8EE25900CB6E8F /* parserInternals.c */; }; - 7B12F4D40D8EE25A00CB6E8F /* pattern.c in Sources */ = {isa = PBXBuildFile; fileRef = 7B12F3CA0D8EE25900CB6E8F /* pattern.c */; }; - 7B12F4D50D8EE25A00CB6E8F /* relaxng.c in Sources */ = {isa = PBXBuildFile; fileRef = 7B12F3D00D8EE25900CB6E8F /* relaxng.c */; }; - 7B12F4D80D8EE25A00CB6E8F /* SAX.c in Sources */ = {isa = PBXBuildFile; fileRef = 7B12F3D30D8EE25900CB6E8F /* SAX.c */; }; - 7B12F4D90D8EE25A00CB6E8F /* SAX2.c in Sources */ = {isa = PBXBuildFile; fileRef = 7B12F3D40D8EE25900CB6E8F /* SAX2.c */; }; - 7B12F4DA0D8EE25A00CB6E8F /* schematron.c in Sources */ = {isa = PBXBuildFile; fileRef = 7B12F3D50D8EE25900CB6E8F /* schematron.c */; }; - 7B12F4EA0D8EE25A00CB6E8F /* threads.c in Sources */ = {isa = PBXBuildFile; fileRef = 7B12F3E50D8EE25900CB6E8F /* threads.c */; }; - 7B12F4EB0D8EE25A00CB6E8F /* tree.c in Sources */ = {isa = PBXBuildFile; fileRef = 7B12F3E80D8EE25900CB6E8F /* tree.c */; }; - 7B12F4F40D8EE25A00CB6E8F /* uri.c in Sources */ = {isa = PBXBuildFile; fileRef = 7B12F3F10D8EE25900CB6E8F /* uri.c */; }; - 7B12F4F50D8EE25A00CB6E8F /* valid.c in Sources */ = {isa = PBXBuildFile; fileRef = 7B12F3F20D8EE25900CB6E8F /* valid.c */; }; - 7B12F4F80D8EE25A00CB6E8F /* xinclude.c in Sources */ = {isa = PBXBuildFile; fileRef = 7B12F3FC0D8EE25900CB6E8F /* xinclude.c */; }; - 7B12F4F90D8EE25A00CB6E8F /* xlink.c in Sources */ = {isa = PBXBuildFile; fileRef = 7B12F3FD0D8EE25900CB6E8F /* xlink.c */; }; - 7B12F4FB0D8EE25A00CB6E8F /* xmlIO.c in Sources */ = {isa = PBXBuildFile; fileRef = 7B12F4020D8EE25900CB6E8F /* xmlIO.c */; }; - 7B12F4FD0D8EE25A00CB6E8F /* xmlmemory.c in Sources */ = {isa = PBXBuildFile; fileRef = 7B12F4040D8EE25900CB6E8F /* xmlmemory.c */; }; - 7B12F4FE0D8EE25A00CB6E8F /* xmlmodule.c in Sources */ = {isa = PBXBuildFile; fileRef = 7B12F4050D8EE25900CB6E8F /* xmlmodule.c */; }; - 7B12F4FF0D8EE25A00CB6E8F /* xmlreader.c in Sources */ = {isa = PBXBuildFile; fileRef = 7B12F4060D8EE25900CB6E8F /* xmlreader.c */; }; - 7B12F5000D8EE25A00CB6E8F /* xmlregexp.c in Sources */ = {isa = PBXBuildFile; fileRef = 7B12F4070D8EE25900CB6E8F /* xmlregexp.c */; }; - 7B12F5010D8EE25A00CB6E8F /* xmlsave.c in Sources */ = {isa = PBXBuildFile; fileRef = 7B12F4080D8EE25900CB6E8F /* xmlsave.c */; }; - 7B12F5020D8EE25A00CB6E8F /* xmlschemas.c in Sources */ = {isa = PBXBuildFile; fileRef = 7B12F4090D8EE25900CB6E8F /* xmlschemas.c */; }; - 7B12F5030D8EE25A00CB6E8F /* xmlschemastypes.c in Sources */ = {isa = PBXBuildFile; fileRef = 7B12F40A0D8EE25900CB6E8F /* xmlschemastypes.c */; }; - 7B12F5040D8EE25A00CB6E8F /* xmlstring.c in Sources */ = {isa = PBXBuildFile; fileRef = 7B12F40B0D8EE25900CB6E8F /* xmlstring.c */; }; - 7B12F5050D8EE25A00CB6E8F /* xmlunicode.c in Sources */ = {isa = PBXBuildFile; fileRef = 7B12F40C0D8EE25900CB6E8F /* xmlunicode.c */; }; - 7B12F5060D8EE25A00CB6E8F /* xmlwriter.c in Sources */ = {isa = PBXBuildFile; fileRef = 7B12F40D0D8EE25900CB6E8F /* xmlwriter.c */; }; - 7B12F5070D8EE25A00CB6E8F /* xpath.c in Sources */ = {isa = PBXBuildFile; fileRef = 7B12F40E0D8EE25900CB6E8F /* xpath.c */; }; - 7B12F5080D8EE25A00CB6E8F /* xpointer.c in Sources */ = {isa = PBXBuildFile; fileRef = 7B12F40F0D8EE25A00CB6E8F /* xpointer.c */; }; - 7B12F5550D8EE91800CB6E8F /* xmlcatalog.c in Sources */ = {isa = PBXBuildFile; fileRef = 7B12F5540D8EE91800CB6E8F /* xmlcatalog.c */; }; - 7B12F55A0D8EE93300CB6E8F /* libxml.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 7B12F2AC0D8EE24200CB6E8F /* libxml.a */; }; - 7B12F5990D8EEB4A00CB6E8F /* xmllint.c in Sources */ = {isa = PBXBuildFile; fileRef = 7B12F5980D8EEB4A00CB6E8F /* xmllint.c */; }; - 7B12F59F0D8EEB6900CB6E8F /* libxml.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 7B12F2AC0D8EE24200CB6E8F /* libxml.a */; }; - 7B466AD80E5E3BC200C91F63 /* libzlib.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 7B466A7E0E5E385900C91F63 /* libzlib.a */; }; - 7B466ADB0E5E3BD800C91F63 /* libicuuc.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 7B466A760E5E383D00C91F63 /* libicuuc.a */; }; - 7B466ADE0E5E3BE200C91F63 /* libicudata.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 7B466A6E0E5E383D00C91F63 /* libicudata.a */; }; - 7B466AE70E5E3C1000C91F63 /* libicudata.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 7B466A6E0E5E383D00C91F63 /* libicudata.a */; }; - 7B466AE80E5E3C1000C91F63 /* libicuuc.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 7B466A760E5E383D00C91F63 /* libicuuc.a */; }; - 7B466AE90E5E3C1000C91F63 /* libzlib.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 7B466A7E0E5E385900C91F63 /* libzlib.a */; }; -/* End PBXBuildFile section */ - -/* Begin PBXContainerItemProxy section */ - 7B12F2AF0D8EE24800CB6E8F /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 7BE970460D872C5400F86D4B /* Project object */; - proxyType = 1; - remoteGlobalIDString = 7BE970530D872DC200F86D4B; - remoteInfo = libxml_config; - }; - 7B12F5580D8EE92A00CB6E8F /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 7BE970460D872C5400F86D4B /* Project object */; - proxyType = 1; - remoteGlobalIDString = 7B12F2AB0D8EE24200CB6E8F; - remoteInfo = xml; - }; - 7B12F59D0D8EEB5E00CB6E8F /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 7BE970460D872C5400F86D4B /* Project object */; - proxyType = 1; - remoteGlobalIDString = 7B12F2AB0D8EE24200CB6E8F; - remoteInfo = xml; - }; - 7B466A6B0E5E383D00C91F63 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 7B12F5680D8EEA7E00CB6E8F /* icu.xcodeproj */; - proxyType = 2; - remoteGlobalIDString = 7BD540D60D6F7EFE003CD41E; - remoteInfo = genccode; - }; - 7B466A6D0E5E383D00C91F63 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 7B12F5680D8EEA7E00CB6E8F /* icu.xcodeproj */; - proxyType = 2; - remoteGlobalIDString = 82C262C40DCF9411005CFE91; - remoteInfo = icudata; - }; - 7B466A6F0E5E383D00C91F63 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 7B12F5680D8EEA7E00CB6E8F /* icu.xcodeproj */; - proxyType = 2; - remoteGlobalIDString = 7BD5408B0D6F743F003CD41E; - remoteInfo = icudata_stub; - }; - 7B466A710E5E383D00C91F63 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 7B12F5680D8EEA7E00CB6E8F /* icu.xcodeproj */; - proxyType = 2; - remoteGlobalIDString = 7BD53EA60D6F6FC7003CD41E; - remoteInfo = icui18n; - }; - 7B466A730E5E383D00C91F63 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 7B12F5680D8EEA7E00CB6E8F /* icu.xcodeproj */; - proxyType = 2; - remoteGlobalIDString = 7BD540260D6F727B003CD41E; - remoteInfo = icutu; - }; - 7B466A750E5E383D00C91F63 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 7B12F5680D8EEA7E00CB6E8F /* icu.xcodeproj */; - proxyType = 2; - remoteGlobalIDString = 7BD53AAB0D6F6671003CD41E; - remoteInfo = icuuc; - }; - 7B466A770E5E383D00C91F63 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 7B12F5680D8EEA7E00CB6E8F /* icu.xcodeproj */; - proxyType = 2; - remoteGlobalIDString = 7BD5410E0D6F8457003CD41E; - remoteInfo = icupkg; - }; - 7B466A7D0E5E385900C91F63 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 7B466A790E5E385900C91F63 /* zlib.xcodeproj */; - proxyType = 2; - remoteGlobalIDString = D2AAC046055464E500DB518D; - remoteInfo = zlib; - }; - 7B466AB70E5E3AB400C91F63 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 7BE970460D872C5400F86D4B /* Project object */; - proxyType = 1; - remoteGlobalIDString = 7B12F2AB0D8EE24200CB6E8F; - remoteInfo = xml; - }; - 7B466AB90E5E3AB400C91F63 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 7BE970460D872C5400F86D4B /* Project object */; - proxyType = 1; - remoteGlobalIDString = 7B12F54D0D8EE8E400CB6E8F; - remoteInfo = xmlcatalog; - }; - 7B466ABB0E5E3AB400C91F63 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 7BE970460D872C5400F86D4B /* Project object */; - proxyType = 1; - remoteGlobalIDString = 7B12F58E0D8EEB2F00CB6E8F; - remoteInfo = xmllint; - }; - 7B466AD60E5E3BB200C91F63 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 7B466A790E5E385900C91F63 /* zlib.xcodeproj */; - proxyType = 1; - remoteGlobalIDString = D2AAC045055464E500DB518D; - remoteInfo = zlib; - }; - 7B466ADF0E5E3BEA00C91F63 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 7B12F5680D8EEA7E00CB6E8F /* icu.xcodeproj */; - proxyType = 1; - remoteGlobalIDString = 82C262C30DCF9411005CFE91; - remoteInfo = icudata; - }; - 7B466AE10E5E3BEA00C91F63 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 7B12F5680D8EEA7E00CB6E8F /* icu.xcodeproj */; - proxyType = 1; - remoteGlobalIDString = 7BD53AAA0D6F6671003CD41E; - remoteInfo = icuuc; - }; - 7B466AEA0E5E3C1B00C91F63 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 7B12F5680D8EEA7E00CB6E8F /* icu.xcodeproj */; - proxyType = 1; - remoteGlobalIDString = 82C262C30DCF9411005CFE91; - remoteInfo = icudata; - }; - 7B466AEC0E5E3C1B00C91F63 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 7B12F5680D8EEA7E00CB6E8F /* icu.xcodeproj */; - proxyType = 1; - remoteGlobalIDString = 7BD53AAA0D6F6671003CD41E; - remoteInfo = icuuc; - }; - 7B466AEE0E5E3C1B00C91F63 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 7B466A790E5E385900C91F63 /* zlib.xcodeproj */; - proxyType = 1; - remoteGlobalIDString = D2AAC045055464E500DB518D; - remoteInfo = zlib; - }; -/* End PBXContainerItemProxy section */ - -/* Begin PBXFileReference section */ - 7B12F2AC0D8EE24200CB6E8F /* libxml.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libxml.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 7B12F2B30D8EE25900CB6E8F /* acconfig.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = acconfig.h; sourceTree = "<group>"; }; - 7B12F3620D8EE25900CB6E8F /* c14n.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = c14n.c; sourceTree = "<group>"; }; - 7B12F3630D8EE25900CB6E8F /* catalog.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = catalog.c; sourceTree = "<group>"; }; - 7B12F36A0D8EE25900CB6E8F /* chvalid.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = chvalid.c; sourceTree = "<group>"; }; - 7B12F36D0D8EE25900CB6E8F /* config.h.in */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = config.h.in; sourceTree = "<group>"; }; - 7B12F3750D8EE25900CB6E8F /* debugXML.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = debugXML.c; sourceTree = "<group>"; }; - 7B12F3770D8EE25900CB6E8F /* dict.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = dict.c; sourceTree = "<group>"; }; - 7B12F3780D8EE25900CB6E8F /* DOCBparser.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = DOCBparser.c; sourceTree = "<group>"; }; - 7B12F3790D8EE25900CB6E8F /* elfgcchack.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = elfgcchack.h; sourceTree = "<group>"; }; - 7B12F37A0D8EE25900CB6E8F /* encoding.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = encoding.c; sourceTree = "<group>"; }; - 7B12F37B0D8EE25900CB6E8F /* entities.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = entities.c; sourceTree = "<group>"; }; - 7B12F37C0D8EE25900CB6E8F /* error.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = error.c; sourceTree = "<group>"; }; - 7B12F37F0D8EE25900CB6E8F /* globals.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = globals.c; sourceTree = "<group>"; }; - 7B12F3810D8EE25900CB6E8F /* hash.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = hash.c; sourceTree = "<group>"; }; - 7B12F3820D8EE25900CB6E8F /* HTMLparser.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = HTMLparser.c; sourceTree = "<group>"; }; - 7B12F3830D8EE25900CB6E8F /* HTMLtree.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = HTMLtree.c; sourceTree = "<group>"; }; - 7B12F3860D8EE25900CB6E8F /* c14n.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = c14n.h; sourceTree = "<group>"; }; - 7B12F3870D8EE25900CB6E8F /* catalog.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = catalog.h; sourceTree = "<group>"; }; - 7B12F3880D8EE25900CB6E8F /* chvalid.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = chvalid.h; sourceTree = "<group>"; }; - 7B12F3890D8EE25900CB6E8F /* debugXML.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = debugXML.h; sourceTree = "<group>"; }; - 7B12F38A0D8EE25900CB6E8F /* dict.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = dict.h; sourceTree = "<group>"; }; - 7B12F38B0D8EE25900CB6E8F /* DOCBparser.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DOCBparser.h; sourceTree = "<group>"; }; - 7B12F38C0D8EE25900CB6E8F /* encoding.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = encoding.h; sourceTree = "<group>"; }; - 7B12F38D0D8EE25900CB6E8F /* entities.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = entities.h; sourceTree = "<group>"; }; - 7B12F38E0D8EE25900CB6E8F /* globals.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = globals.h; sourceTree = "<group>"; }; - 7B12F38F0D8EE25900CB6E8F /* hash.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = hash.h; sourceTree = "<group>"; }; - 7B12F3900D8EE25900CB6E8F /* HTMLparser.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HTMLparser.h; sourceTree = "<group>"; }; - 7B12F3910D8EE25900CB6E8F /* HTMLtree.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HTMLtree.h; sourceTree = "<group>"; }; - 7B12F3920D8EE25900CB6E8F /* list.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = list.h; sourceTree = "<group>"; }; - 7B12F3930D8EE25900CB6E8F /* nanoftp.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = nanoftp.h; sourceTree = "<group>"; }; - 7B12F3940D8EE25900CB6E8F /* nanohttp.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = nanohttp.h; sourceTree = "<group>"; }; - 7B12F3950D8EE25900CB6E8F /* parser.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = parser.h; sourceTree = "<group>"; }; - 7B12F3960D8EE25900CB6E8F /* parserInternals.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = parserInternals.h; sourceTree = "<group>"; }; - 7B12F3970D8EE25900CB6E8F /* pattern.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pattern.h; sourceTree = "<group>"; }; - 7B12F3980D8EE25900CB6E8F /* relaxng.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = relaxng.h; sourceTree = "<group>"; }; - 7B12F3990D8EE25900CB6E8F /* SAX.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SAX.h; sourceTree = "<group>"; }; - 7B12F39A0D8EE25900CB6E8F /* SAX2.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SAX2.h; sourceTree = "<group>"; }; - 7B12F39B0D8EE25900CB6E8F /* schemasInternals.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = schemasInternals.h; sourceTree = "<group>"; }; - 7B12F39C0D8EE25900CB6E8F /* schematron.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = schematron.h; sourceTree = "<group>"; }; - 7B12F39D0D8EE25900CB6E8F /* threads.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = threads.h; sourceTree = "<group>"; }; - 7B12F39E0D8EE25900CB6E8F /* tree.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tree.h; sourceTree = "<group>"; }; - 7B12F39F0D8EE25900CB6E8F /* uri.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = uri.h; sourceTree = "<group>"; }; - 7B12F3A00D8EE25900CB6E8F /* valid.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = valid.h; sourceTree = "<group>"; }; - 7B12F3A10D8EE25900CB6E8F /* xinclude.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = xinclude.h; sourceTree = "<group>"; }; - 7B12F3A20D8EE25900CB6E8F /* xlink.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = xlink.h; sourceTree = "<group>"; }; - 7B12F3A30D8EE25900CB6E8F /* xmlautomata.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = xmlautomata.h; sourceTree = "<group>"; }; - 7B12F3A40D8EE25900CB6E8F /* xmlerror.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = xmlerror.h; sourceTree = "<group>"; }; - 7B12F3A50D8EE25900CB6E8F /* xmlexports.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = xmlexports.h; sourceTree = "<group>"; }; - 7B12F3A60D8EE25900CB6E8F /* xmlIO.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = xmlIO.h; sourceTree = "<group>"; }; - 7B12F3A70D8EE25900CB6E8F /* xmlmemory.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = xmlmemory.h; sourceTree = "<group>"; }; - 7B12F3A80D8EE25900CB6E8F /* xmlmodule.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = xmlmodule.h; sourceTree = "<group>"; }; - 7B12F3A90D8EE25900CB6E8F /* xmlreader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = xmlreader.h; sourceTree = "<group>"; }; - 7B12F3AA0D8EE25900CB6E8F /* xmlregexp.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = xmlregexp.h; sourceTree = "<group>"; }; - 7B12F3AB0D8EE25900CB6E8F /* xmlsave.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = xmlsave.h; sourceTree = "<group>"; }; - 7B12F3AC0D8EE25900CB6E8F /* xmlschemas.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = xmlschemas.h; sourceTree = "<group>"; }; - 7B12F3AD0D8EE25900CB6E8F /* xmlschemastypes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = xmlschemastypes.h; sourceTree = "<group>"; }; - 7B12F3AE0D8EE25900CB6E8F /* xmlstring.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = xmlstring.h; sourceTree = "<group>"; }; - 7B12F3AF0D8EE25900CB6E8F /* xmlunicode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = xmlunicode.h; sourceTree = "<group>"; }; - 7B12F3B10D8EE25900CB6E8F /* xmlversion.h.in */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = xmlversion.h.in; sourceTree = "<group>"; }; - 7B12F3B20D8EE25900CB6E8F /* xmlwriter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = xmlwriter.h; sourceTree = "<group>"; }; - 7B12F3B30D8EE25900CB6E8F /* xpath.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = xpath.h; sourceTree = "<group>"; }; - 7B12F3B40D8EE25900CB6E8F /* xpathInternals.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = xpathInternals.h; sourceTree = "<group>"; }; - 7B12F3B50D8EE25900CB6E8F /* xpointer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = xpointer.h; sourceTree = "<group>"; }; - 7B12F3BA0D8EE25900CB6E8F /* legacy.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = legacy.c; sourceTree = "<group>"; }; - 7B12F3BD0D8EE25900CB6E8F /* libxml.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = libxml.h; sourceTree = "<group>"; }; - 7B12F3C10D8EE25900CB6E8F /* list.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = list.c; sourceTree = "<group>"; }; - 7B12F3C50D8EE25900CB6E8F /* nanoftp.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = nanoftp.c; sourceTree = "<group>"; }; - 7B12F3C60D8EE25900CB6E8F /* nanohttp.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = nanohttp.c; sourceTree = "<group>"; }; - 7B12F3C80D8EE25900CB6E8F /* parser.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = parser.c; sourceTree = "<group>"; }; - 7B12F3C90D8EE25900CB6E8F /* parserInternals.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = parserInternals.c; sourceTree = "<group>"; }; - 7B12F3CA0D8EE25900CB6E8F /* pattern.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pattern.c; sourceTree = "<group>"; }; - 7B12F3D00D8EE25900CB6E8F /* relaxng.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = relaxng.c; sourceTree = "<group>"; }; - 7B12F3D30D8EE25900CB6E8F /* SAX.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SAX.c; sourceTree = "<group>"; }; - 7B12F3D40D8EE25900CB6E8F /* SAX2.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = SAX2.c; sourceTree = "<group>"; }; - 7B12F3D50D8EE25900CB6E8F /* schematron.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = schematron.c; sourceTree = "<group>"; }; - 7B12F3E50D8EE25900CB6E8F /* threads.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = threads.c; sourceTree = "<group>"; }; - 7B12F3E80D8EE25900CB6E8F /* tree.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tree.c; sourceTree = "<group>"; }; - 7B12F3F10D8EE25900CB6E8F /* uri.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = uri.c; sourceTree = "<group>"; }; - 7B12F3F20D8EE25900CB6E8F /* valid.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = valid.c; sourceTree = "<group>"; }; - 7B12F3FC0D8EE25900CB6E8F /* xinclude.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = xinclude.c; sourceTree = "<group>"; }; - 7B12F3FD0D8EE25900CB6E8F /* xlink.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = xlink.c; sourceTree = "<group>"; }; - 7B12F4020D8EE25900CB6E8F /* xmlIO.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = xmlIO.c; sourceTree = "<group>"; }; - 7B12F4040D8EE25900CB6E8F /* xmlmemory.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = xmlmemory.c; sourceTree = "<group>"; }; - 7B12F4050D8EE25900CB6E8F /* xmlmodule.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = xmlmodule.c; sourceTree = "<group>"; }; - 7B12F4060D8EE25900CB6E8F /* xmlreader.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = xmlreader.c; sourceTree = "<group>"; }; - 7B12F4070D8EE25900CB6E8F /* xmlregexp.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = xmlregexp.c; sourceTree = "<group>"; }; - 7B12F4080D8EE25900CB6E8F /* xmlsave.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = xmlsave.c; sourceTree = "<group>"; }; - 7B12F4090D8EE25900CB6E8F /* xmlschemas.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = xmlschemas.c; sourceTree = "<group>"; }; - 7B12F40A0D8EE25900CB6E8F /* xmlschemastypes.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = xmlschemastypes.c; sourceTree = "<group>"; }; - 7B12F40B0D8EE25900CB6E8F /* xmlstring.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = xmlstring.c; sourceTree = "<group>"; }; - 7B12F40C0D8EE25900CB6E8F /* xmlunicode.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = xmlunicode.c; sourceTree = "<group>"; }; - 7B12F40D0D8EE25900CB6E8F /* xmlwriter.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = xmlwriter.c; sourceTree = "<group>"; }; - 7B12F40E0D8EE25900CB6E8F /* xpath.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = xpath.c; sourceTree = "<group>"; }; - 7B12F40F0D8EE25A00CB6E8F /* xpointer.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = xpointer.c; sourceTree = "<group>"; }; - 7B12F54E0D8EE8E400CB6E8F /* xmlcatalog */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = xmlcatalog; sourceTree = BUILT_PRODUCTS_DIR; }; - 7B12F5540D8EE91800CB6E8F /* xmlcatalog.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = xmlcatalog.c; sourceTree = "<group>"; }; - 7B12F5680D8EEA7E00CB6E8F /* icu.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = icu.xcodeproj; path = third_party/icu38/icu.xcodeproj; sourceTree = "<group>"; }; - 7B12F58F0D8EEB2F00CB6E8F /* xmllint */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = xmllint; sourceTree = BUILT_PRODUCTS_DIR; }; - 7B12F5980D8EEB4A00CB6E8F /* xmllint.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = xmllint.c; sourceTree = "<group>"; }; - 7B466A5C0E5E381700C91F63 /* common.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = common.xcconfig; sourceTree = "<group>"; }; - 7B466A5D0E5E381700C91F63 /* debug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = debug.xcconfig; sourceTree = "<group>"; }; - 7B466A5E0E5E381700C91F63 /* executable.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = executable.xcconfig; sourceTree = "<group>"; }; - 7B466A5F0E5E381700C91F63 /* release.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = release.xcconfig; sourceTree = "<group>"; }; - 7B466A600E5E381700C91F63 /* staticlib.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = staticlib.xcconfig; sourceTree = "<group>"; }; - 7B466A790E5E385900C91F63 /* zlib.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = zlib.xcodeproj; path = third_party/zlib/zlib.xcodeproj; sourceTree = "<group>"; }; -/* End PBXFileReference section */ - -/* Begin PBXFrameworksBuildPhase section */ - 7B12F2AA0D8EE24200CB6E8F /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 7B12F54C0D8EE8E400CB6E8F /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 7B466ADE0E5E3BE200C91F63 /* libicudata.a in Frameworks */, - 7B466ADB0E5E3BD800C91F63 /* libicuuc.a in Frameworks */, - 7B12F55A0D8EE93300CB6E8F /* libxml.a in Frameworks */, - 7B466AD80E5E3BC200C91F63 /* libzlib.a in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 7B12F58D0D8EEB2F00CB6E8F /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 7B466AE70E5E3C1000C91F63 /* libicudata.a in Frameworks */, - 7B466AE80E5E3C1000C91F63 /* libicuuc.a in Frameworks */, - 7B12F59F0D8EEB6900CB6E8F /* libxml.a in Frameworks */, - 7B466AE90E5E3C1000C91F63 /* libzlib.a in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXFrameworksBuildPhase section */ - -/* Begin PBXGroup section */ - 7B12F2B10D8EE25900CB6E8F /* Source */ = { - isa = PBXGroup; - children = ( - 7B12F3840D8EE25900CB6E8F /* include */, - 7B12F2B30D8EE25900CB6E8F /* acconfig.h */, - 7B12F3620D8EE25900CB6E8F /* c14n.c */, - 7B12F3630D8EE25900CB6E8F /* catalog.c */, - 7B12F36A0D8EE25900CB6E8F /* chvalid.c */, - 7B12F36D0D8EE25900CB6E8F /* config.h.in */, - 7B12F3750D8EE25900CB6E8F /* debugXML.c */, - 7B12F3770D8EE25900CB6E8F /* dict.c */, - 7B12F3780D8EE25900CB6E8F /* DOCBparser.c */, - 7B12F3790D8EE25900CB6E8F /* elfgcchack.h */, - 7B12F37A0D8EE25900CB6E8F /* encoding.c */, - 7B12F37B0D8EE25900CB6E8F /* entities.c */, - 7B12F37C0D8EE25900CB6E8F /* error.c */, - 7B12F37F0D8EE25900CB6E8F /* globals.c */, - 7B12F3810D8EE25900CB6E8F /* hash.c */, - 7B12F3820D8EE25900CB6E8F /* HTMLparser.c */, - 7B12F3830D8EE25900CB6E8F /* HTMLtree.c */, - 7B12F3BA0D8EE25900CB6E8F /* legacy.c */, - 7B12F3BD0D8EE25900CB6E8F /* libxml.h */, - 7B12F3C10D8EE25900CB6E8F /* list.c */, - 7B12F3C50D8EE25900CB6E8F /* nanoftp.c */, - 7B12F3C60D8EE25900CB6E8F /* nanohttp.c */, - 7B12F3C80D8EE25900CB6E8F /* parser.c */, - 7B12F3C90D8EE25900CB6E8F /* parserInternals.c */, - 7B12F3CA0D8EE25900CB6E8F /* pattern.c */, - 7B12F3D00D8EE25900CB6E8F /* relaxng.c */, - 7B12F3D30D8EE25900CB6E8F /* SAX.c */, - 7B12F3D40D8EE25900CB6E8F /* SAX2.c */, - 7B12F3D50D8EE25900CB6E8F /* schematron.c */, - 7B12F3E50D8EE25900CB6E8F /* threads.c */, - 7B12F3E80D8EE25900CB6E8F /* tree.c */, - 7B12F3F10D8EE25900CB6E8F /* uri.c */, - 7B12F3F20D8EE25900CB6E8F /* valid.c */, - 7B12F3FC0D8EE25900CB6E8F /* xinclude.c */, - 7B12F3FD0D8EE25900CB6E8F /* xlink.c */, - 7B12F5540D8EE91800CB6E8F /* xmlcatalog.c */, - 7B12F4020D8EE25900CB6E8F /* xmlIO.c */, - 7B12F5980D8EEB4A00CB6E8F /* xmllint.c */, - 7B12F4040D8EE25900CB6E8F /* xmlmemory.c */, - 7B12F4050D8EE25900CB6E8F /* xmlmodule.c */, - 7B12F4060D8EE25900CB6E8F /* xmlreader.c */, - 7B12F4070D8EE25900CB6E8F /* xmlregexp.c */, - 7B12F4080D8EE25900CB6E8F /* xmlsave.c */, - 7B12F4090D8EE25900CB6E8F /* xmlschemas.c */, - 7B12F40A0D8EE25900CB6E8F /* xmlschemastypes.c */, - 7B12F40B0D8EE25900CB6E8F /* xmlstring.c */, - 7B12F40C0D8EE25900CB6E8F /* xmlunicode.c */, - 7B12F40D0D8EE25900CB6E8F /* xmlwriter.c */, - 7B12F40E0D8EE25900CB6E8F /* xpath.c */, - 7B12F40F0D8EE25A00CB6E8F /* xpointer.c */, - ); - name = Source; - sourceTree = "<group>"; - }; - 7B12F3840D8EE25900CB6E8F /* include */ = { - isa = PBXGroup; - children = ( - 7B12F3850D8EE25900CB6E8F /* libxml */, - ); - path = include; - sourceTree = "<group>"; - }; - 7B12F3850D8EE25900CB6E8F /* libxml */ = { - isa = PBXGroup; - children = ( - 7B12F3860D8EE25900CB6E8F /* c14n.h */, - 7B12F3870D8EE25900CB6E8F /* catalog.h */, - 7B12F3880D8EE25900CB6E8F /* chvalid.h */, - 7B12F3890D8EE25900CB6E8F /* debugXML.h */, - 7B12F38A0D8EE25900CB6E8F /* dict.h */, - 7B12F38B0D8EE25900CB6E8F /* DOCBparser.h */, - 7B12F38C0D8EE25900CB6E8F /* encoding.h */, - 7B12F38D0D8EE25900CB6E8F /* entities.h */, - 7B12F38E0D8EE25900CB6E8F /* globals.h */, - 7B12F38F0D8EE25900CB6E8F /* hash.h */, - 7B12F3900D8EE25900CB6E8F /* HTMLparser.h */, - 7B12F3910D8EE25900CB6E8F /* HTMLtree.h */, - 7B12F3920D8EE25900CB6E8F /* list.h */, - 7B12F3930D8EE25900CB6E8F /* nanoftp.h */, - 7B12F3940D8EE25900CB6E8F /* nanohttp.h */, - 7B12F3950D8EE25900CB6E8F /* parser.h */, - 7B12F3960D8EE25900CB6E8F /* parserInternals.h */, - 7B12F3970D8EE25900CB6E8F /* pattern.h */, - 7B12F3980D8EE25900CB6E8F /* relaxng.h */, - 7B12F3990D8EE25900CB6E8F /* SAX.h */, - 7B12F39A0D8EE25900CB6E8F /* SAX2.h */, - 7B12F39B0D8EE25900CB6E8F /* schemasInternals.h */, - 7B12F39C0D8EE25900CB6E8F /* schematron.h */, - 7B12F39D0D8EE25900CB6E8F /* threads.h */, - 7B12F39E0D8EE25900CB6E8F /* tree.h */, - 7B12F39F0D8EE25900CB6E8F /* uri.h */, - 7B12F3A00D8EE25900CB6E8F /* valid.h */, - 7B12F3A10D8EE25900CB6E8F /* xinclude.h */, - 7B12F3A20D8EE25900CB6E8F /* xlink.h */, - 7B12F3A30D8EE25900CB6E8F /* xmlautomata.h */, - 7B12F3A40D8EE25900CB6E8F /* xmlerror.h */, - 7B12F3A50D8EE25900CB6E8F /* xmlexports.h */, - 7B12F3A60D8EE25900CB6E8F /* xmlIO.h */, - 7B12F3A70D8EE25900CB6E8F /* xmlmemory.h */, - 7B12F3A80D8EE25900CB6E8F /* xmlmodule.h */, - 7B12F3A90D8EE25900CB6E8F /* xmlreader.h */, - 7B12F3AA0D8EE25900CB6E8F /* xmlregexp.h */, - 7B12F3AB0D8EE25900CB6E8F /* xmlsave.h */, - 7B12F3AC0D8EE25900CB6E8F /* xmlschemas.h */, - 7B12F3AD0D8EE25900CB6E8F /* xmlschemastypes.h */, - 7B12F3AE0D8EE25900CB6E8F /* xmlstring.h */, - 7B12F3AF0D8EE25900CB6E8F /* xmlunicode.h */, - 7B12F3B10D8EE25900CB6E8F /* xmlversion.h.in */, - 7B12F3B20D8EE25900CB6E8F /* xmlwriter.h */, - 7B12F3B30D8EE25900CB6E8F /* xpath.h */, - 7B12F3B40D8EE25900CB6E8F /* xpathInternals.h */, - 7B12F3B50D8EE25900CB6E8F /* xpointer.h */, - ); - path = libxml; - sourceTree = "<group>"; - }; - 7B12F5620D8EE9DE00CB6E8F /* Projects */ = { - isa = PBXGroup; - children = ( - 7B12F5680D8EEA7E00CB6E8F /* icu.xcodeproj */, - 7B466A790E5E385900C91F63 /* zlib.xcodeproj */, - ); - name = Projects; - path = ../..; - sourceTree = "<group>"; - }; - 7B466A5B0E5E37FC00C91F63 /* Configuration */ = { - isa = PBXGroup; - children = ( - 7B466A5C0E5E381700C91F63 /* common.xcconfig */, - 7B466A5D0E5E381700C91F63 /* debug.xcconfig */, - 7B466A5E0E5E381700C91F63 /* executable.xcconfig */, - 7B466A5F0E5E381700C91F63 /* release.xcconfig */, - 7B466A600E5E381700C91F63 /* staticlib.xcconfig */, - ); - name = Configuration; - path = ../../build; - sourceTree = "<group>"; - }; - 7B466A610E5E383D00C91F63 /* Products */ = { - isa = PBXGroup; - children = ( - 7B466A6C0E5E383D00C91F63 /* genccode */, - 7B466A6E0E5E383D00C91F63 /* libicudata.a */, - 7B466A700E5E383D00C91F63 /* libicudata_stub.a */, - 7B466A720E5E383D00C91F63 /* libicui18n.a */, - 7B466A740E5E383D00C91F63 /* libicutu.a */, - 7B466A760E5E383D00C91F63 /* libicuuc.a */, - 7B466A780E5E383D00C91F63 /* icupkg */, - ); - name = Products; - sourceTree = "<group>"; - }; - 7B466A7A0E5E385900C91F63 /* Products */ = { - isa = PBXGroup; - children = ( - 7B466A7E0E5E385900C91F63 /* libzlib.a */, - ); - name = Products; - sourceTree = "<group>"; - }; - 7BE970440D872C5400F86D4B = { - isa = PBXGroup; - children = ( - 7B466A5B0E5E37FC00C91F63 /* Configuration */, - 7B12F2B10D8EE25900CB6E8F /* Source */, - 7B12F5620D8EE9DE00CB6E8F /* Projects */, - 7BE970620D87321900F86D4B /* Products */, - ); - sourceTree = "<group>"; - }; - 7BE970620D87321900F86D4B /* Products */ = { - isa = PBXGroup; - children = ( - 7B12F2AC0D8EE24200CB6E8F /* libxml.a */, - 7B12F54E0D8EE8E400CB6E8F /* xmlcatalog */, - 7B12F58F0D8EEB2F00CB6E8F /* xmllint */, - ); - name = Products; - sourceTree = "<group>"; - }; -/* End PBXGroup section */ - -/* Begin PBXNativeTarget section */ - 7B12F2AB0D8EE24200CB6E8F /* xml */ = { - isa = PBXNativeTarget; - buildConfigurationList = 7B12F5090D8EE25A00CB6E8F /* Build configuration list for PBXNativeTarget "xml" */; - buildPhases = ( - 7B12F2A90D8EE24200CB6E8F /* Sources */, - 7B12F2AA0D8EE24200CB6E8F /* Frameworks */, - ); - buildRules = ( - ); - dependencies = ( - 7B12F2B00D8EE24800CB6E8F /* PBXTargetDependency */, - ); - name = xml; - productName = xml; - productReference = 7B12F2AC0D8EE24200CB6E8F /* libxml.a */; - productType = "com.apple.product-type.library.static"; - }; - 7B12F54D0D8EE8E400CB6E8F /* xmlcatalog */ = { - isa = PBXNativeTarget; - buildConfigurationList = 7B12F5530D8EE8F500CB6E8F /* Build configuration list for PBXNativeTarget "xmlcatalog" */; - buildPhases = ( - 7B12F54B0D8EE8E400CB6E8F /* Sources */, - 7B12F54C0D8EE8E400CB6E8F /* Frameworks */, - 4D3D54570EC3A4AA00650CA0 /* Strip If Needed */, - ); - buildRules = ( - ); - dependencies = ( - 7B466AE20E5E3BEA00C91F63 /* PBXTargetDependency */, - 7B466AE00E5E3BEA00C91F63 /* PBXTargetDependency */, - 7B12F5590D8EE92A00CB6E8F /* PBXTargetDependency */, - 7B466AD70E5E3BB200C91F63 /* PBXTargetDependency */, - ); - name = xmlcatalog; - productName = xmlcatalog; - productReference = 7B12F54E0D8EE8E400CB6E8F /* xmlcatalog */; - productType = "com.apple.product-type.tool"; - }; - 7B12F58E0D8EEB2F00CB6E8F /* xmllint */ = { - isa = PBXNativeTarget; - buildConfigurationList = 7B12F5970D8EEB3E00CB6E8F /* Build configuration list for PBXNativeTarget "xmllint" */; - buildPhases = ( - 7B12F58C0D8EEB2F00CB6E8F /* Sources */, - 7B12F58D0D8EEB2F00CB6E8F /* Frameworks */, - 4D3D54590EC3A4B700650CA0 /* Strip If Needed */, - ); - buildRules = ( - ); - dependencies = ( - 7B466AEB0E5E3C1B00C91F63 /* PBXTargetDependency */, - 7B466AED0E5E3C1B00C91F63 /* PBXTargetDependency */, - 7B12F59E0D8EEB5E00CB6E8F /* PBXTargetDependency */, - 7B466AEF0E5E3C1B00C91F63 /* PBXTargetDependency */, - ); - name = xmllint; - productName = xmllint; - productReference = 7B12F58F0D8EEB2F00CB6E8F /* xmllint */; - productType = "com.apple.product-type.tool"; - }; -/* End PBXNativeTarget section */ - -/* Begin PBXProject section */ - 7BE970460D872C5400F86D4B /* Project object */ = { - isa = PBXProject; - buildConfigurationList = 7BE970490D872C5400F86D4B /* Build configuration list for PBXProject "libxml" */; - compatibilityVersion = "Xcode 3.1"; - hasScannedForEncodings = 0; - mainGroup = 7BE970440D872C5400F86D4B; - productRefGroup = 7BE970620D87321900F86D4B /* Products */; - projectDirPath = ""; - projectReferences = ( - { - ProductGroup = 7B466A610E5E383D00C91F63 /* Products */; - ProjectRef = 7B12F5680D8EEA7E00CB6E8F /* icu.xcodeproj */; - }, - { - ProductGroup = 7B466A7A0E5E385900C91F63 /* Products */; - ProjectRef = 7B466A790E5E385900C91F63 /* zlib.xcodeproj */; - }, - ); - projectRoot = ""; - targets = ( - 7B466AB40E5E3AA900C91F63 /* All */, - 7BE970530D872DC200F86D4B /* libxml_config */, - 7B12F2AB0D8EE24200CB6E8F /* xml */, - 7B12F54D0D8EE8E400CB6E8F /* xmlcatalog */, - 7B12F58E0D8EEB2F00CB6E8F /* xmllint */, - ); - }; -/* End PBXProject section */ - -/* Begin PBXReferenceProxy section */ - 7B466A6C0E5E383D00C91F63 /* genccode */ = { - isa = PBXReferenceProxy; - fileType = "compiled.mach-o.executable"; - path = genccode; - remoteRef = 7B466A6B0E5E383D00C91F63 /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; - 7B466A6E0E5E383D00C91F63 /* libicudata.a */ = { - isa = PBXReferenceProxy; - fileType = archive.ar; - path = libicudata.a; - remoteRef = 7B466A6D0E5E383D00C91F63 /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; - 7B466A700E5E383D00C91F63 /* libicudata_stub.a */ = { - isa = PBXReferenceProxy; - fileType = archive.ar; - path = libicudata_stub.a; - remoteRef = 7B466A6F0E5E383D00C91F63 /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; - 7B466A720E5E383D00C91F63 /* libicui18n.a */ = { - isa = PBXReferenceProxy; - fileType = archive.ar; - path = libicui18n.a; - remoteRef = 7B466A710E5E383D00C91F63 /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; - 7B466A740E5E383D00C91F63 /* libicutu.a */ = { - isa = PBXReferenceProxy; - fileType = archive.ar; - path = libicutu.a; - remoteRef = 7B466A730E5E383D00C91F63 /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; - 7B466A760E5E383D00C91F63 /* libicuuc.a */ = { - isa = PBXReferenceProxy; - fileType = archive.ar; - path = libicuuc.a; - remoteRef = 7B466A750E5E383D00C91F63 /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; - 7B466A780E5E383D00C91F63 /* icupkg */ = { - isa = PBXReferenceProxy; - fileType = "compiled.mach-o.executable"; - path = icupkg; - remoteRef = 7B466A770E5E383D00C91F63 /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; - 7B466A7E0E5E385900C91F63 /* libzlib.a */ = { - isa = PBXReferenceProxy; - fileType = archive.ar; - path = libzlib.a; - remoteRef = 7B466A7D0E5E385900C91F63 /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; -/* End PBXReferenceProxy section */ - -/* Begin PBXShellScriptBuildPhase section */ - 4D3D54570EC3A4AA00650CA0 /* Strip If Needed */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputPaths = ( - ); - name = "Strip If Needed"; - outputPaths = ( - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "exec \"${XCODEPROJ_DEPTH}/build/mac/strip_from_xcode\"\n"; - showEnvVarsInLog = 0; - }; - 4D3D54590EC3A4B700650CA0 /* Strip If Needed */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputPaths = ( - ); - name = "Strip If Needed"; - outputPaths = ( - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "exec \"${XCODEPROJ_DEPTH}/build/mac/strip_from_xcode\"\n"; - showEnvVarsInLog = 0; - }; - 7BE970520D872DC200F86D4B /* Pre-Build */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputPaths = ( - "$(SRCROOT)/config.h.in", - "$(SRCROOT)/include/libxml/xmlversion.h.in", - ); - name = "Pre-Build"; - outputPaths = ( - "$(CONFIGURATION_TEMP_DIR)/generated/config.h", - "$(CONFIGURATION_TEMP_DIR)/generated/include/libxml/xmlversion.h", - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "set -ex\nexec \"${PROJECT_FILE_PATH}/${PRODUCT_NAME}_prebuild.sh\" \"${@}\"\n"; - showEnvVarsInLog = 0; - }; -/* End PBXShellScriptBuildPhase section */ - -/* Begin PBXSourcesBuildPhase section */ - 7B12F2A90D8EE24200CB6E8F /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 7B12F48D0D8EE25A00CB6E8F /* c14n.c in Sources */, - 7B12F48E0D8EE25A00CB6E8F /* catalog.c in Sources */, - 7B12F48F0D8EE25A00CB6E8F /* chvalid.c in Sources */, - 7B12F4910D8EE25A00CB6E8F /* debugXML.c in Sources */, - 7B12F4920D8EE25A00CB6E8F /* dict.c in Sources */, - 7B12F4930D8EE25A00CB6E8F /* DOCBparser.c in Sources */, - 7B12F4950D8EE25A00CB6E8F /* encoding.c in Sources */, - 7B12F4960D8EE25A00CB6E8F /* entities.c in Sources */, - 7B12F4970D8EE25A00CB6E8F /* error.c in Sources */, - 7B12F4980D8EE25A00CB6E8F /* globals.c in Sources */, - 7B12F4990D8EE25A00CB6E8F /* hash.c in Sources */, - 7B12F49A0D8EE25A00CB6E8F /* HTMLparser.c in Sources */, - 7B12F49B0D8EE25A00CB6E8F /* HTMLtree.c in Sources */, - 7B12F4CD0D8EE25A00CB6E8F /* legacy.c in Sources */, - 7B12F4CF0D8EE25A00CB6E8F /* list.c in Sources */, - 7B12F4D00D8EE25A00CB6E8F /* nanoftp.c in Sources */, - 7B12F4D10D8EE25A00CB6E8F /* nanohttp.c in Sources */, - 7B12F4D20D8EE25A00CB6E8F /* parser.c in Sources */, - 7B12F4D30D8EE25A00CB6E8F /* parserInternals.c in Sources */, - 7B12F4D40D8EE25A00CB6E8F /* pattern.c in Sources */, - 7B12F4D50D8EE25A00CB6E8F /* relaxng.c in Sources */, - 7B12F4D80D8EE25A00CB6E8F /* SAX.c in Sources */, - 7B12F4D90D8EE25A00CB6E8F /* SAX2.c in Sources */, - 7B12F4DA0D8EE25A00CB6E8F /* schematron.c in Sources */, - 7B12F4EA0D8EE25A00CB6E8F /* threads.c in Sources */, - 7B12F4EB0D8EE25A00CB6E8F /* tree.c in Sources */, - 7B12F4F40D8EE25A00CB6E8F /* uri.c in Sources */, - 7B12F4F50D8EE25A00CB6E8F /* valid.c in Sources */, - 7B12F4F80D8EE25A00CB6E8F /* xinclude.c in Sources */, - 7B12F4F90D8EE25A00CB6E8F /* xlink.c in Sources */, - 7B12F4FB0D8EE25A00CB6E8F /* xmlIO.c in Sources */, - 7B12F4FD0D8EE25A00CB6E8F /* xmlmemory.c in Sources */, - 7B12F4FE0D8EE25A00CB6E8F /* xmlmodule.c in Sources */, - 7B12F4FF0D8EE25A00CB6E8F /* xmlreader.c in Sources */, - 7B12F5000D8EE25A00CB6E8F /* xmlregexp.c in Sources */, - 7B12F5010D8EE25A00CB6E8F /* xmlsave.c in Sources */, - 7B12F5020D8EE25A00CB6E8F /* xmlschemas.c in Sources */, - 7B12F5030D8EE25A00CB6E8F /* xmlschemastypes.c in Sources */, - 7B12F5040D8EE25A00CB6E8F /* xmlstring.c in Sources */, - 7B12F5050D8EE25A00CB6E8F /* xmlunicode.c in Sources */, - 7B12F5060D8EE25A00CB6E8F /* xmlwriter.c in Sources */, - 7B12F5070D8EE25A00CB6E8F /* xpath.c in Sources */, - 7B12F5080D8EE25A00CB6E8F /* xpointer.c in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 7B12F54B0D8EE8E400CB6E8F /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 7B12F5550D8EE91800CB6E8F /* xmlcatalog.c in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 7B12F58C0D8EEB2F00CB6E8F /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 7B12F5990D8EEB4A00CB6E8F /* xmllint.c in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXSourcesBuildPhase section */ - -/* Begin PBXTargetDependency section */ - 7B12F2B00D8EE24800CB6E8F /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = 7BE970530D872DC200F86D4B /* libxml_config */; - targetProxy = 7B12F2AF0D8EE24800CB6E8F /* PBXContainerItemProxy */; - }; - 7B12F5590D8EE92A00CB6E8F /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = 7B12F2AB0D8EE24200CB6E8F /* xml */; - targetProxy = 7B12F5580D8EE92A00CB6E8F /* PBXContainerItemProxy */; - }; - 7B12F59E0D8EEB5E00CB6E8F /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = 7B12F2AB0D8EE24200CB6E8F /* xml */; - targetProxy = 7B12F59D0D8EEB5E00CB6E8F /* PBXContainerItemProxy */; - }; - 7B466AB80E5E3AB400C91F63 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = 7B12F2AB0D8EE24200CB6E8F /* xml */; - targetProxy = 7B466AB70E5E3AB400C91F63 /* PBXContainerItemProxy */; - }; - 7B466ABA0E5E3AB400C91F63 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = 7B12F54D0D8EE8E400CB6E8F /* xmlcatalog */; - targetProxy = 7B466AB90E5E3AB400C91F63 /* PBXContainerItemProxy */; - }; - 7B466ABC0E5E3AB400C91F63 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = 7B12F58E0D8EEB2F00CB6E8F /* xmllint */; - targetProxy = 7B466ABB0E5E3AB400C91F63 /* PBXContainerItemProxy */; - }; - 7B466AD70E5E3BB200C91F63 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = zlib; - targetProxy = 7B466AD60E5E3BB200C91F63 /* PBXContainerItemProxy */; - }; - 7B466AE00E5E3BEA00C91F63 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = icudata; - targetProxy = 7B466ADF0E5E3BEA00C91F63 /* PBXContainerItemProxy */; - }; - 7B466AE20E5E3BEA00C91F63 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = icuuc; - targetProxy = 7B466AE10E5E3BEA00C91F63 /* PBXContainerItemProxy */; - }; - 7B466AEB0E5E3C1B00C91F63 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = icudata; - targetProxy = 7B466AEA0E5E3C1B00C91F63 /* PBXContainerItemProxy */; - }; - 7B466AED0E5E3C1B00C91F63 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = icuuc; - targetProxy = 7B466AEC0E5E3C1B00C91F63 /* PBXContainerItemProxy */; - }; - 7B466AEF0E5E3C1B00C91F63 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = zlib; - targetProxy = 7B466AEE0E5E3C1B00C91F63 /* PBXContainerItemProxy */; - }; -/* End PBXTargetDependency section */ - -/* Begin XCBuildConfiguration section */ - 7B12F2AD0D8EE24200CB6E8F /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 7B466A600E5E381700C91F63 /* staticlib.xcconfig */; - buildSettings = { - PRODUCT_NAME = xml; - }; - name = Debug; - }; - 7B12F2AE0D8EE24200CB6E8F /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 7B466A600E5E381700C91F63 /* staticlib.xcconfig */; - buildSettings = { - PRODUCT_NAME = xml; - }; - name = Release; - }; - 7B12F5500D8EE8E400CB6E8F /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 7B466A5E0E5E381700C91F63 /* executable.xcconfig */; - buildSettings = { - PRODUCT_NAME = xmlcatalog; - }; - name = Debug; - }; - 7B12F5510D8EE8E400CB6E8F /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 7B466A5E0E5E381700C91F63 /* executable.xcconfig */; - buildSettings = { - PRODUCT_NAME = xmlcatalog; - }; - name = Release; - }; - 7B12F5910D8EEB2F00CB6E8F /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 7B466A5E0E5E381700C91F63 /* executable.xcconfig */; - buildSettings = { - PRODUCT_NAME = xmllint; - }; - name = Debug; - }; - 7B12F5920D8EEB2F00CB6E8F /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 7B466A5E0E5E381700C91F63 /* executable.xcconfig */; - buildSettings = { - PRODUCT_NAME = xmllint; - }; - name = Release; - }; - 7B466AB50E5E3AA900C91F63 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - PRODUCT_NAME = All; - }; - name = Debug; - }; - 7B466AB60E5E3AA900C91F63 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - PRODUCT_NAME = All; - }; - name = Release; - }; - 7BE970470D872C5400F86D4B /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 7B466A5D0E5E381700C91F63 /* debug.xcconfig */; - buildSettings = { - GCC_PREFIX_HEADER = ../zlib/zconf.h; - GCC_PREPROCESSOR_DEFINITIONS = ( - "$(GCC_PREPROCESSOR_DEFINITIONS)", - HAVE_CONFIG_H, - _REENTRANT, - ); - GCC_TREAT_WARNINGS_AS_ERRORS = NO; - HEADER_SEARCH_PATHS = ( - "$(CONFIGURATION_TEMP_DIR)/generated", - "$(CONFIGURATION_TEMP_DIR)/generated/include", - include, - ../icu38/public/common, - ); - XCODEPROJ_DEPTH = ../..; - }; - name = Debug; - }; - 7BE970480D872C5400F86D4B /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 7B466A5F0E5E381700C91F63 /* release.xcconfig */; - buildSettings = { - GCC_PREFIX_HEADER = ../zlib/zconf.h; - GCC_PREPROCESSOR_DEFINITIONS = ( - "$(GCC_PREPROCESSOR_DEFINITIONS)", - HAVE_CONFIG_H, - _REENTRANT, - ); - GCC_TREAT_WARNINGS_AS_ERRORS = NO; - HEADER_SEARCH_PATHS = ( - "$(CONFIGURATION_TEMP_DIR)/generated", - "$(CONFIGURATION_TEMP_DIR)/generated/include", - include, - ../icu38/public/common, - ); - XCODEPROJ_DEPTH = ../..; - }; - name = Release; - }; - 7BE970540D872DC200F86D4B /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - PRODUCT_NAME = libxml_config; - }; - name = Debug; - }; - 7BE970550D872DC200F86D4B /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - PRODUCT_NAME = libxml_config; - }; - name = Release; - }; -/* End XCBuildConfiguration section */ - -/* Begin XCConfigurationList section */ - 7B12F5090D8EE25A00CB6E8F /* Build configuration list for PBXNativeTarget "xml" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 7B12F2AD0D8EE24200CB6E8F /* Debug */, - 7B12F2AE0D8EE24200CB6E8F /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 7B12F5530D8EE8F500CB6E8F /* Build configuration list for PBXNativeTarget "xmlcatalog" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 7B12F5500D8EE8E400CB6E8F /* Debug */, - 7B12F5510D8EE8E400CB6E8F /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 7B12F5970D8EEB3E00CB6E8F /* Build configuration list for PBXNativeTarget "xmllint" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 7B12F5910D8EEB2F00CB6E8F /* Debug */, - 7B12F5920D8EEB2F00CB6E8F /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 7B466AC50E5E3B1500C91F63 /* Build configuration list for PBXAggregateTarget "All" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 7B466AB50E5E3AA900C91F63 /* Debug */, - 7B466AB60E5E3AA900C91F63 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 7BE970490D872C5400F86D4B /* Build configuration list for PBXProject "libxml" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 7BE970470D872C5400F86D4B /* Debug */, - 7BE970480D872C5400F86D4B /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 7BE970570D872DC700F86D4B /* Build configuration list for PBXAggregateTarget "libxml_config" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 7BE970540D872DC200F86D4B /* Debug */, - 7BE970550D872DC200F86D4B /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; -/* End XCConfigurationList section */ - }; - rootObject = 7BE970460D872C5400F86D4B /* Project object */; -} diff --git a/third_party/libxslt/libxslt.xcodeproj/libxslt_config_prebuild.sh b/third_party/libxslt/libxslt.xcodeproj/libxslt_config_prebuild.sh deleted file mode 100755 index 0eef952..0000000 --- a/third_party/libxslt/libxslt.xcodeproj/libxslt_config_prebuild.sh +++ /dev/null @@ -1,73 +0,0 @@ -#!/bin/sh - -# Copyright (c) 2008 The Chromium Authors. All rights reserved. -# Use of this source code is governed by a BSD-style license that can be -# found in the LICENSE file. - -set -ex - -GENERATED_DIR="${CONFIGURATION_TEMP_DIR}/generated" - -PACKAGE=libxslt -VERSION_MAJOR=1 -VERSION_MINOR=1 -VERSION_MICRO=24 -VERSION_STRING="${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_MICRO}" - -# Generate config.h the same way that "sh configure" would -CONFIG_H="${GENERATED_DIR}/config.h" -sed -e s/'^#undef WITH_DEBUGGER$'/"#define WITH_DEBUGGER 1"/ \ - -e s/'^#undef HAVE_ASCTIME'/"#define HAVE_ASCTIME 1"/ \ - -e s/'^#undef HAVE_DLFCN_H$'/"#define HAVE_DLFCN_H 1"/ \ - -e s/'^#undef HAVE_FLOAT_H$'/"#define HAVE_FLOAT_H 1"/ \ - -e s/'^#undef HAVE_FPRINTF$'/"#define HAVE_FPRINTF 1"/ \ - -e s/'^#undef HAVE_FTIME$'/"#define HAVE_FTIME 1"/ \ - -e s/'^#undef HAVE_GETTIMEOFDAY$'/"#define HAVE_GETTIMEOFDAY 1"/ \ - -e s/'^#undef HAVE_GMTIME_R$'/"#define HAVE_GMTIME_R 1"/ \ - -e s/'^#undef HAVE_INTTYPES_H$'/"#define HAVE_INTTYPES_H 1"/ \ - -e s/'^#undef HAVE_LOCALTIME$'/"#define HAVE_LOCALTIME 1"/ \ - -e s/'^#undef HAVE_LOCALTIME_R$'/"#define HAVE_LOCALTIME_R 1"/ \ - -e s/'^#undef HAVE_MATH_H$'/"#define HAVE_MATH_H 1"/ \ - -e s/'^#undef HAVE_MEMORY_H$'/"#define HAVE_MEMORY_H 1"/ \ - -e s/'^#undef HAVE_MKTIME$'/"#define HAVE_MKTIME 1"/ \ - -e s/'^#undef HAVE_PRINTF$'/"#define HAVE_PRINTF 1"/ \ - -e s/'^#undef HAVE_SNPRINTF$'/"#define HAVE_SNPRINTF 1"/ \ - -e s/'^#undef HAVE_SPRINTF$'/"#define HAVE_SPRINTF 1"/ \ - -e s/'^#undef HAVE_SSCANF$'/"#define HAVE_SSCANF 1"/ \ - -e s/'^#undef HAVE_STAT$'/"#define HAVE_STAT 1"/ \ - -e s/'^#undef HAVE_STDARG_H$'/"#define HAVE_STDARG_H 1"/ \ - -e s/'^#undef HAVE_STDINT_H$'/"#define HAVE_STDINT_H 1"/ \ - -e s/'^#undef HAVE_STDLIB_H$'/"#define HAVE_STDLIB_H 1"/ \ - -e s/'^#undef HAVE_STRINGS_H$'/"#define HAVE_STRINGS_H 1"/ \ - -e s/'^#undef HAVE_STRING_H$'/"#define HAVE_STRING_H 1"/ \ - -e s/'^#undef HAVE_SYS_SELECT_H$'/"#define HAVE_SYS_SELECT_H 1"/ \ - -e s/'^#undef HAVE_SYS_STAT_H$'/"#define HAVE_SYS_STAT_H 1"/ \ - -e s/'^#undef HAVE_SYS_TIMEB_H$'/"#define HAVE_SYS_TIMEB_H 1"/ \ - -e s/'^#undef HAVE_SYS_TIME_H$'/"#define HAVE_SYS_TIME_H 1"/ \ - -e s/'^#undef HAVE_SYS_TYPES_H$'/"#define HAVE_SYS_TYPES_H 1"/ \ - -e s/'^#undef HAVE_TIME$'/"#define HAVE_TIME 1"/ \ - -e s/'^#undef HAVE_TIME_H$'/"#define HAVE_TIME_H 1"/ \ - -e s/'^#undef HAVE_UNISTD_H$'/"#define HAVE_UNISTD_H 1"/ \ - -e s/'^#undef HAVE_VFPRINTF$'/"#define HAVE_VFPRINTF 1"/ \ - -e s/'^#undef HAVE_VSNPRINTF$'/"#define HAVE_VSNPRINTF 1"/ \ - -e s/'^#undef HAVE_VSPRINTF$'/"#define HAVE_VSPRINTF 1"/ \ - -e s/'^#undef PACKAGE$'/"#define PACKAGE \"libxslt\""/ \ - -e s/'^#undef PACKAGE_BUGREPORT$'/"#define PACKAGE_BUGREPORT \"\""/ \ - -e s/'^#undef PACKAGE_NAME$'/"#define PACKAGE_NAME \"\""/ \ - -e s/'^#undef PACKAGE_STRING$'/"#define PACKAGE_STRING \"\""/ \ - -e s/'^#undef PACKAGE_TARNAME$'/"#define PACKAGE_TARNAME \"\""/ \ - -e s/'^#undef PACKAGE_VERSION$'/"#define PACKAGE_VERSION \"\""/ \ - -e s/'^#undef STDC_HEADERS$'/"#define STDC_HEADERS 1"/ \ - -e s/'^#undef VERSION$'/"#define VERSION \"${VERSION_STRING}\""/ \ - -e s@'^\(#undef .*\)$'@'/* \1 */'@ \ - < config.h.in \ - > "${CONFIG_H}.new" - -# Only use the new file if it's different from the existing file (if any), -# preserving the existing file's timestamp when there are no changes to -# minimize unnecessary build activity. -if ! diff -q "${CONFIG_H}.new" "${CONFIG_H}" >& /dev/null ; then - mv "${CONFIG_H}.new" "${CONFIG_H}" -else - rm "${CONFIG_H}.new" -fi diff --git a/third_party/libxslt/libxslt.xcodeproj/project.pbxproj b/third_party/libxslt/libxslt.xcodeproj/project.pbxproj deleted file mode 100644 index 8e28f6f..0000000 --- a/third_party/libxslt/libxslt.xcodeproj/project.pbxproj +++ /dev/null @@ -1,432 +0,0 @@ -// !$*UTF8*$! -{ - archiveVersion = 1; - classes = { - }; - objectVersion = 45; - objects = { - -/* Begin PBXAggregateTarget section */ - 4DB684F70EAFE34600AB2128 /* libxslt_config */ = { - isa = PBXAggregateTarget; - buildConfigurationList = 4DB685020EAFE39000AB2128 /* Build configuration list for PBXAggregateTarget "libxslt_config" */; - buildPhases = ( - 4DB684F60EAFE34600AB2128 /* Pre-Build */, - ); - dependencies = ( - ); - name = libxslt_config; - productName = libxslt_prebuild; - }; -/* End PBXAggregateTarget section */ - -/* Begin PBXBuildFile section */ - 4DB684960EAFDFAD00AB2128 /* attributes.c in Sources */ = {isa = PBXBuildFile; fileRef = 4DB684420EAFDF4B00AB2128 /* attributes.c */; }; - 4DB684980EAFDFAD00AB2128 /* attrvt.c in Sources */ = {isa = PBXBuildFile; fileRef = 4DB684440EAFDF4B00AB2128 /* attrvt.c */; }; - 4DB684990EAFDFAD00AB2128 /* documents.c in Sources */ = {isa = PBXBuildFile; fileRef = 4DB684450EAFDF4B00AB2128 /* documents.c */; }; - 4DB6849B0EAFDFAD00AB2128 /* extensions.c in Sources */ = {isa = PBXBuildFile; fileRef = 4DB684470EAFDF4B00AB2128 /* extensions.c */; }; - 4DB6849D0EAFDFAD00AB2128 /* extra.c in Sources */ = {isa = PBXBuildFile; fileRef = 4DB684490EAFDF4B00AB2128 /* extra.c */; }; - 4DB6849F0EAFDFAD00AB2128 /* functions.c in Sources */ = {isa = PBXBuildFile; fileRef = 4DB6844B0EAFDF4B00AB2128 /* functions.c */; }; - 4DB684A10EAFDFAD00AB2128 /* imports.c in Sources */ = {isa = PBXBuildFile; fileRef = 4DB6844D0EAFDF4B00AB2128 /* imports.c */; }; - 4DB684A30EAFDFAD00AB2128 /* keys.c in Sources */ = {isa = PBXBuildFile; fileRef = 4DB6844F0EAFDF4B00AB2128 /* keys.c */; }; - 4DB684A60EAFDFAD00AB2128 /* namespaces.c in Sources */ = {isa = PBXBuildFile; fileRef = 4DB684520EAFDF4B00AB2128 /* namespaces.c */; }; - 4DB684A80EAFDFAD00AB2128 /* numbers.c in Sources */ = {isa = PBXBuildFile; fileRef = 4DB684540EAFDF4B00AB2128 /* numbers.c */; }; - 4DB684AA0EAFDFAD00AB2128 /* pattern.c in Sources */ = {isa = PBXBuildFile; fileRef = 4DB684560EAFDF4B00AB2128 /* pattern.c */; }; - 4DB684AC0EAFDFAD00AB2128 /* preproc.c in Sources */ = {isa = PBXBuildFile; fileRef = 4DB684580EAFDF4B00AB2128 /* preproc.c */; }; - 4DB684AE0EAFDFAD00AB2128 /* security.c in Sources */ = {isa = PBXBuildFile; fileRef = 4DB6845A0EAFDF4B00AB2128 /* security.c */; }; - 4DB684B00EAFDFAD00AB2128 /* templates.c in Sources */ = {isa = PBXBuildFile; fileRef = 4DB6845C0EAFDF4B00AB2128 /* templates.c */; }; - 4DB684B20EAFDFAD00AB2128 /* transform.c in Sources */ = {isa = PBXBuildFile; fileRef = 4DB6845E0EAFDF4B00AB2128 /* transform.c */; }; - 4DB684B60EAFDFAD00AB2128 /* variables.c in Sources */ = {isa = PBXBuildFile; fileRef = 4DB684620EAFDF4B00AB2128 /* variables.c */; }; - 4DB684B80EAFDFAD00AB2128 /* xslt.c in Sources */ = {isa = PBXBuildFile; fileRef = 4DB684640EAFDF4B00AB2128 /* xslt.c */; }; - 4DB684BC0EAFDFAD00AB2128 /* xsltutils.c in Sources */ = {isa = PBXBuildFile; fileRef = 4DB684680EAFDF4B00AB2128 /* xsltutils.c */; }; -/* End PBXBuildFile section */ - -/* Begin PBXContainerItemProxy section */ - 4DB684FA0EAFE37400AB2128 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 4DB684280EAFDE9700AB2128 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 4DB684F70EAFE34600AB2128; - remoteInfo = libxslt_prebuild; - }; - 4DB685170EAFE40A00AB2128 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 4DB6850F0EAFE40A00AB2128 /* libxml.xcodeproj */; - proxyType = 2; - remoteGlobalIDString = 7B12F2AC0D8EE24200CB6E8F; - remoteInfo = xml; - }; - 4DB685190EAFE40A00AB2128 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 4DB6850F0EAFE40A00AB2128 /* libxml.xcodeproj */; - proxyType = 2; - remoteGlobalIDString = 7B12F54E0D8EE8E400CB6E8F; - remoteInfo = xmlcatalog; - }; - 4DB6851B0EAFE40A00AB2128 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 4DB6850F0EAFE40A00AB2128 /* libxml.xcodeproj */; - proxyType = 2; - remoteGlobalIDString = 7B12F58F0D8EEB2F00CB6E8F; - remoteInfo = xmllint; - }; - 4DB6851D0EAFE40F00AB2128 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 4DB6850F0EAFE40A00AB2128 /* libxml.xcodeproj */; - proxyType = 1; - remoteGlobalIDString = 7BE970530D872DC200F86D4B; - remoteInfo = libxml_config; - }; -/* End PBXContainerItemProxy section */ - -/* Begin PBXFileReference section */ - 4DB6843A0EAFDECE00AB2128 /* debug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = debug.xcconfig; sourceTree = "<group>"; }; - 4DB6843B0EAFDECE00AB2128 /* common.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = common.xcconfig; sourceTree = "<group>"; }; - 4DB6843C0EAFDECE00AB2128 /* staticlib.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = staticlib.xcconfig; sourceTree = "<group>"; }; - 4DB6843D0EAFDECE00AB2128 /* release.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = release.xcconfig; sourceTree = "<group>"; }; - 4DB6843E0EAFDECE00AB2128 /* executable.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = executable.xcconfig; sourceTree = "<group>"; }; - 4DB684420EAFDF4B00AB2128 /* attributes.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = attributes.c; sourceTree = "<group>"; }; - 4DB684440EAFDF4B00AB2128 /* attrvt.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = attrvt.c; sourceTree = "<group>"; }; - 4DB684450EAFDF4B00AB2128 /* documents.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = documents.c; sourceTree = "<group>"; }; - 4DB684470EAFDF4B00AB2128 /* extensions.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = extensions.c; sourceTree = "<group>"; }; - 4DB684490EAFDF4B00AB2128 /* extra.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = extra.c; sourceTree = "<group>"; }; - 4DB6844B0EAFDF4B00AB2128 /* functions.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = functions.c; sourceTree = "<group>"; }; - 4DB6844D0EAFDF4B00AB2128 /* imports.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = imports.c; sourceTree = "<group>"; }; - 4DB6844F0EAFDF4B00AB2128 /* keys.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = keys.c; sourceTree = "<group>"; }; - 4DB684520EAFDF4B00AB2128 /* namespaces.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = namespaces.c; sourceTree = "<group>"; }; - 4DB684540EAFDF4B00AB2128 /* numbers.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = numbers.c; sourceTree = "<group>"; }; - 4DB684560EAFDF4B00AB2128 /* pattern.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pattern.c; sourceTree = "<group>"; }; - 4DB684580EAFDF4B00AB2128 /* preproc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = preproc.c; sourceTree = "<group>"; }; - 4DB6845A0EAFDF4B00AB2128 /* security.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = security.c; sourceTree = "<group>"; }; - 4DB6845C0EAFDF4B00AB2128 /* templates.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = templates.c; sourceTree = "<group>"; }; - 4DB6845E0EAFDF4B00AB2128 /* transform.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = transform.c; sourceTree = "<group>"; }; - 4DB684620EAFDF4B00AB2128 /* variables.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = variables.c; sourceTree = "<group>"; }; - 4DB684640EAFDF4B00AB2128 /* xslt.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = xslt.c; sourceTree = "<group>"; }; - 4DB684680EAFDF4B00AB2128 /* xsltutils.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = xsltutils.c; sourceTree = "<group>"; }; - 4DB684930EAFDF7000AB2128 /* libxslt.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libxslt.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 4DB6850F0EAFE40A00AB2128 /* libxml.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = libxml.xcodeproj; path = third_party/libxml/libxml.xcodeproj; sourceTree = "<group>"; }; -/* End PBXFileReference section */ - -/* Begin PBXFrameworksBuildPhase section */ - 4DB684910EAFDF7000AB2128 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXFrameworksBuildPhase section */ - -/* Begin PBXGroup section */ - 4DB684260EAFDE9700AB2128 = { - isa = PBXGroup; - children = ( - 4DB684390EAFDEAF00AB2128 /* Configuration */, - 4DB6843F0EAFDEF400AB2128 /* Source */, - 4DB6850E0EAFE3EA00AB2128 /* Projects */, - 4DB6846F0EAFDF5400AB2128 /* Products */, - ); - sourceTree = "<group>"; - }; - 4DB684390EAFDEAF00AB2128 /* Configuration */ = { - isa = PBXGroup; - children = ( - 4DB6843A0EAFDECE00AB2128 /* debug.xcconfig */, - 4DB6843B0EAFDECE00AB2128 /* common.xcconfig */, - 4DB6843C0EAFDECE00AB2128 /* staticlib.xcconfig */, - 4DB6843D0EAFDECE00AB2128 /* release.xcconfig */, - 4DB6843E0EAFDECE00AB2128 /* executable.xcconfig */, - ); - name = Configuration; - path = ../../build; - sourceTree = "<group>"; - }; - 4DB6843F0EAFDEF400AB2128 /* Source */ = { - isa = PBXGroup; - children = ( - 4DB684420EAFDF4B00AB2128 /* attributes.c */, - 4DB684440EAFDF4B00AB2128 /* attrvt.c */, - 4DB684450EAFDF4B00AB2128 /* documents.c */, - 4DB684470EAFDF4B00AB2128 /* extensions.c */, - 4DB684490EAFDF4B00AB2128 /* extra.c */, - 4DB6844B0EAFDF4B00AB2128 /* functions.c */, - 4DB6844D0EAFDF4B00AB2128 /* imports.c */, - 4DB6844F0EAFDF4B00AB2128 /* keys.c */, - 4DB684520EAFDF4B00AB2128 /* namespaces.c */, - 4DB684540EAFDF4B00AB2128 /* numbers.c */, - 4DB684560EAFDF4B00AB2128 /* pattern.c */, - 4DB684580EAFDF4B00AB2128 /* preproc.c */, - 4DB6845A0EAFDF4B00AB2128 /* security.c */, - 4DB6845C0EAFDF4B00AB2128 /* templates.c */, - 4DB6845E0EAFDF4B00AB2128 /* transform.c */, - 4DB684620EAFDF4B00AB2128 /* variables.c */, - 4DB684640EAFDF4B00AB2128 /* xslt.c */, - 4DB684680EAFDF4B00AB2128 /* xsltutils.c */, - ); - name = Source; - path = libxslt; - sourceTree = "<group>"; - }; - 4DB6846F0EAFDF5400AB2128 /* Products */ = { - isa = PBXGroup; - children = ( - 4DB684930EAFDF7000AB2128 /* libxslt.a */, - ); - name = Products; - sourceTree = "<group>"; - }; - 4DB6850E0EAFE3EA00AB2128 /* Projects */ = { - isa = PBXGroup; - children = ( - 4DB6850F0EAFE40A00AB2128 /* libxml.xcodeproj */, - ); - name = Projects; - path = ../..; - sourceTree = "<group>"; - }; - 4DB685100EAFE40A00AB2128 /* Products */ = { - isa = PBXGroup; - children = ( - 4DB685180EAFE40A00AB2128 /* libxml.a */, - 4DB6851A0EAFE40A00AB2128 /* xmlcatalog */, - 4DB6851C0EAFE40A00AB2128 /* xmllint */, - ); - name = Products; - sourceTree = "<group>"; - }; -/* End PBXGroup section */ - -/* Begin PBXNativeTarget section */ - 4DB684920EAFDF7000AB2128 /* xslt */ = { - isa = PBXNativeTarget; - buildConfigurationList = 4DB684BE0EAFDFB500AB2128 /* Build configuration list for PBXNativeTarget "xslt" */; - buildPhases = ( - 4DB684900EAFDF7000AB2128 /* Sources */, - 4DB684910EAFDF7000AB2128 /* Frameworks */, - ); - buildRules = ( - ); - dependencies = ( - 4DB6851E0EAFE40F00AB2128 /* PBXTargetDependency */, - 4DB684FB0EAFE37400AB2128 /* PBXTargetDependency */, - ); - name = xslt; - productName = libxslt; - productReference = 4DB684930EAFDF7000AB2128 /* libxslt.a */; - productType = "com.apple.product-type.library.static"; - }; -/* End PBXNativeTarget section */ - -/* Begin PBXProject section */ - 4DB684280EAFDE9700AB2128 /* Project object */ = { - isa = PBXProject; - buildConfigurationList = 4DB6842B0EAFDE9700AB2128 /* Build configuration list for PBXProject "libxslt" */; - compatibilityVersion = "Xcode 3.1"; - hasScannedForEncodings = 0; - mainGroup = 4DB684260EAFDE9700AB2128; - productRefGroup = 4DB6846F0EAFDF5400AB2128 /* Products */; - projectDirPath = ""; - projectReferences = ( - { - ProductGroup = 4DB685100EAFE40A00AB2128 /* Products */; - ProjectRef = 4DB6850F0EAFE40A00AB2128 /* libxml.xcodeproj */; - }, - ); - projectRoot = ""; - targets = ( - 4DB684F70EAFE34600AB2128 /* libxslt_config */, - 4DB684920EAFDF7000AB2128 /* xslt */, - ); - }; -/* End PBXProject section */ - -/* Begin PBXReferenceProxy section */ - 4DB685180EAFE40A00AB2128 /* libxml.a */ = { - isa = PBXReferenceProxy; - fileType = archive.ar; - path = libxml.a; - remoteRef = 4DB685170EAFE40A00AB2128 /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; - 4DB6851A0EAFE40A00AB2128 /* xmlcatalog */ = { - isa = PBXReferenceProxy; - fileType = "compiled.mach-o.executable"; - path = xmlcatalog; - remoteRef = 4DB685190EAFE40A00AB2128 /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; - 4DB6851C0EAFE40A00AB2128 /* xmllint */ = { - isa = PBXReferenceProxy; - fileType = "compiled.mach-o.executable"; - path = xmllint; - remoteRef = 4DB6851B0EAFE40A00AB2128 /* PBXContainerItemProxy */; - sourceTree = BUILT_PRODUCTS_DIR; - }; -/* End PBXReferenceProxy section */ - -/* Begin PBXShellScriptBuildPhase section */ - 4DB684F60EAFE34600AB2128 /* Pre-Build */ = { - isa = PBXShellScriptBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - inputPaths = ( - "$(SRCROOT)/config.h.in", - ); - name = "Pre-Build"; - outputPaths = ( - "$(CONFIGURATION_TEMP_DIR)/generated/config.h", - ); - runOnlyForDeploymentPostprocessing = 0; - shellPath = /bin/sh; - shellScript = "set -ex\nexec \"${PROJECT_FILE_PATH}/${PRODUCT_NAME}_prebuild.sh\" \"${@}\"\n"; - showEnvVarsInLog = 0; - }; -/* End PBXShellScriptBuildPhase section */ - -/* Begin PBXSourcesBuildPhase section */ - 4DB684900EAFDF7000AB2128 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 4DB684960EAFDFAD00AB2128 /* attributes.c in Sources */, - 4DB684980EAFDFAD00AB2128 /* attrvt.c in Sources */, - 4DB684990EAFDFAD00AB2128 /* documents.c in Sources */, - 4DB6849B0EAFDFAD00AB2128 /* extensions.c in Sources */, - 4DB6849D0EAFDFAD00AB2128 /* extra.c in Sources */, - 4DB6849F0EAFDFAD00AB2128 /* functions.c in Sources */, - 4DB684A10EAFDFAD00AB2128 /* imports.c in Sources */, - 4DB684A30EAFDFAD00AB2128 /* keys.c in Sources */, - 4DB684A60EAFDFAD00AB2128 /* namespaces.c in Sources */, - 4DB684A80EAFDFAD00AB2128 /* numbers.c in Sources */, - 4DB684AA0EAFDFAD00AB2128 /* pattern.c in Sources */, - 4DB684AC0EAFDFAD00AB2128 /* preproc.c in Sources */, - 4DB684AE0EAFDFAD00AB2128 /* security.c in Sources */, - 4DB684B00EAFDFAD00AB2128 /* templates.c in Sources */, - 4DB684B20EAFDFAD00AB2128 /* transform.c in Sources */, - 4DB684B60EAFDFAD00AB2128 /* variables.c in Sources */, - 4DB684B80EAFDFAD00AB2128 /* xslt.c in Sources */, - 4DB684BC0EAFDFAD00AB2128 /* xsltutils.c in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXSourcesBuildPhase section */ - -/* Begin PBXTargetDependency section */ - 4DB684FB0EAFE37400AB2128 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = 4DB684F70EAFE34600AB2128 /* libxslt_config */; - targetProxy = 4DB684FA0EAFE37400AB2128 /* PBXContainerItemProxy */; - }; - 4DB6851E0EAFE40F00AB2128 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - name = libxml_config; - targetProxy = 4DB6851D0EAFE40F00AB2128 /* PBXContainerItemProxy */; - }; -/* End PBXTargetDependency section */ - -/* Begin XCBuildConfiguration section */ - 4DB684290EAFDE9700AB2128 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 4DB6843A0EAFDECE00AB2128 /* debug.xcconfig */; - buildSettings = { - GCC_PREPROCESSOR_DEFINITIONS = ( - "$(GCC_PREPROCESSOR_DEFINITIONS)", - HAVE_CONFIG_H, - ); - GCC_TREAT_WARNINGS_AS_ERRORS = NO; - HEADER_SEARCH_PATHS = ( - "$(HEADER_SEARCH_PATHS)", - "$(CONFIGURATION_TEMP_DIR)/generated", - ../icu38/public/common, - ../libxml/include, - "$(SYMROOT)/libxml.build/$(CONFIGURATION)/generated/include", - ); - XCODEPROJ_DEPTH = ../..; - }; - name = Debug; - }; - 4DB6842A0EAFDE9700AB2128 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 4DB6843D0EAFDECE00AB2128 /* release.xcconfig */; - buildSettings = { - GCC_PREPROCESSOR_DEFINITIONS = ( - "$(GCC_PREPROCESSOR_DEFINITIONS)", - HAVE_CONFIG_H, - ); - GCC_TREAT_WARNINGS_AS_ERRORS = NO; - HEADER_SEARCH_PATHS = ( - "$(HEADER_SEARCH_PATHS)", - "$(CONFIGURATION_TEMP_DIR)/generated", - ../icu38/public/common, - ../libxml/include, - "$(SYMROOT)/libxml.build/$(CONFIGURATION)/generated/include", - ); - XCODEPROJ_DEPTH = ../..; - }; - name = Release; - }; - 4DB684940EAFDF7100AB2128 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 4DB6843C0EAFDECE00AB2128 /* staticlib.xcconfig */; - buildSettings = { - PRODUCT_NAME = xslt; - }; - name = Debug; - }; - 4DB684950EAFDF7100AB2128 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 4DB6843C0EAFDECE00AB2128 /* staticlib.xcconfig */; - buildSettings = { - PRODUCT_NAME = xslt; - }; - name = Release; - }; - 4DB684F80EAFE34600AB2128 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - PRODUCT_NAME = libxslt_config; - }; - name = Debug; - }; - 4DB684F90EAFE34600AB2128 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - PRODUCT_NAME = libxslt_config; - }; - name = Release; - }; -/* End XCBuildConfiguration section */ - -/* Begin XCConfigurationList section */ - 4DB6842B0EAFDE9700AB2128 /* Build configuration list for PBXProject "libxslt" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 4DB684290EAFDE9700AB2128 /* Debug */, - 4DB6842A0EAFDE9700AB2128 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 4DB684BE0EAFDFB500AB2128 /* Build configuration list for PBXNativeTarget "xslt" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 4DB684940EAFDF7100AB2128 /* Debug */, - 4DB684950EAFDF7100AB2128 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 4DB685020EAFE39000AB2128 /* Build configuration list for PBXAggregateTarget "libxslt_config" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 4DB684F80EAFE34600AB2128 /* Debug */, - 4DB684F90EAFE34600AB2128 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; -/* End XCConfigurationList section */ - }; - rootObject = 4DB684280EAFDE9700AB2128 /* Project object */; -} diff --git a/third_party/lzma_sdk/lzma_sdk.xcodeproj/project.pbxproj b/third_party/lzma_sdk/lzma_sdk.xcodeproj/project.pbxproj deleted file mode 100644 index f57395f..0000000 --- a/third_party/lzma_sdk/lzma_sdk.xcodeproj/project.pbxproj +++ /dev/null @@ -1,286 +0,0 @@ -// !$*UTF8*$! -{ - archiveVersion = 1; - classes = { - }; - objectVersion = 45; - objects = { - -/* Begin PBXBuildFile section */ - 82F0BAB40D80B7470051C8A3 /* LzmaDecode.c in Sources */ = {isa = PBXBuildFile; fileRef = 82F0BAB10D80B7470051C8A3 /* LzmaDecode.c */; }; - 82F0BAB90D80B75B0051C8A3 /* 7zCrc.c in Sources */ = {isa = PBXBuildFile; fileRef = 82F0BAB60D80B75B0051C8A3 /* 7zCrc.c */; }; - 82F0BAC30D80B7760051C8A3 /* BranchX86.c in Sources */ = {isa = PBXBuildFile; fileRef = 82F0BABE0D80B7760051C8A3 /* BranchX86.c */; }; - 82F0BAC50D80B7760051C8A3 /* BranchX86_2.c in Sources */ = {isa = PBXBuildFile; fileRef = 82F0BAC00D80B7760051C8A3 /* BranchX86_2.c */; }; - 82F0BAD80D80B7980051C8A3 /* 7zAlloc.c in Sources */ = {isa = PBXBuildFile; fileRef = 82F0BAC80D80B7980051C8A3 /* 7zAlloc.c */; }; - 82F0BADA0D80B7980051C8A3 /* 7zBuffer.c in Sources */ = {isa = PBXBuildFile; fileRef = 82F0BACA0D80B7980051C8A3 /* 7zBuffer.c */; }; - 82F0BADC0D80B7980051C8A3 /* 7zDecode.c in Sources */ = {isa = PBXBuildFile; fileRef = 82F0BACC0D80B7980051C8A3 /* 7zDecode.c */; }; - 82F0BADE0D80B7980051C8A3 /* 7zExtract.c in Sources */ = {isa = PBXBuildFile; fileRef = 82F0BACE0D80B7980051C8A3 /* 7zExtract.c */; }; - 82F0BAE00D80B7980051C8A3 /* 7zHeader.c in Sources */ = {isa = PBXBuildFile; fileRef = 82F0BAD00D80B7980051C8A3 /* 7zHeader.c */; }; - 82F0BAE20D80B7980051C8A3 /* 7zIn.c in Sources */ = {isa = PBXBuildFile; fileRef = 82F0BAD20D80B7980051C8A3 /* 7zIn.c */; }; - 82F0BAE40D80B7980051C8A3 /* 7zItem.c in Sources */ = {isa = PBXBuildFile; fileRef = 82F0BAD40D80B7980051C8A3 /* 7zItem.c */; }; - 82F0BAE60D80B7980051C8A3 /* 7zMethodID.c in Sources */ = {isa = PBXBuildFile; fileRef = 82F0BAD60D80B7980051C8A3 /* 7zMethodID.c */; }; -/* End PBXBuildFile section */ - -/* Begin PBXFileReference section */ - 7B6606330E75D9DD00CE099E /* common.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = common.xcconfig; sourceTree = "<group>"; }; - 7B6606340E75D9DD00CE099E /* debug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = debug.xcconfig; sourceTree = "<group>"; }; - 7B6606350E75D9DD00CE099E /* executable.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = executable.xcconfig; sourceTree = "<group>"; }; - 7B6606360E75D9DD00CE099E /* release.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = release.xcconfig; sourceTree = "<group>"; }; - 7B6606370E75D9DD00CE099E /* staticlib.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = staticlib.xcconfig; sourceTree = "<group>"; }; - 82F0BAAF0D80B7470051C8A3 /* LzmaTypes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LzmaTypes.h; sourceTree = "<group>"; }; - 82F0BAB00D80B7470051C8A3 /* LzmaDecode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LzmaDecode.h; sourceTree = "<group>"; }; - 82F0BAB10D80B7470051C8A3 /* LzmaDecode.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = LzmaDecode.c; sourceTree = "<group>"; }; - 82F0BAB60D80B75B0051C8A3 /* 7zCrc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = 7zCrc.c; sourceTree = "<group>"; }; - 82F0BAB70D80B75B0051C8A3 /* 7zCrc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = 7zCrc.h; sourceTree = "<group>"; }; - 82F0BAB80D80B75B0051C8A3 /* Types.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Types.h; sourceTree = "<group>"; }; - 82F0BABD0D80B7760051C8A3 /* BranchX86.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BranchX86.h; sourceTree = "<group>"; }; - 82F0BABE0D80B7760051C8A3 /* BranchX86.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = BranchX86.c; sourceTree = "<group>"; }; - 82F0BABF0D80B7760051C8A3 /* BranchX86_2.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BranchX86_2.h; sourceTree = "<group>"; }; - 82F0BAC00D80B7760051C8A3 /* BranchX86_2.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = BranchX86_2.c; sourceTree = "<group>"; }; - 82F0BAC10D80B7760051C8A3 /* BranchTypes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BranchTypes.h; sourceTree = "<group>"; }; - 82F0BAC80D80B7980051C8A3 /* 7zAlloc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = 7zAlloc.c; sourceTree = "<group>"; }; - 82F0BAC90D80B7980051C8A3 /* 7zAlloc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = 7zAlloc.h; sourceTree = "<group>"; }; - 82F0BACA0D80B7980051C8A3 /* 7zBuffer.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = 7zBuffer.c; sourceTree = "<group>"; }; - 82F0BACB0D80B7980051C8A3 /* 7zBuffer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = 7zBuffer.h; sourceTree = "<group>"; }; - 82F0BACC0D80B7980051C8A3 /* 7zDecode.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = 7zDecode.c; sourceTree = "<group>"; }; - 82F0BACD0D80B7980051C8A3 /* 7zDecode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = 7zDecode.h; sourceTree = "<group>"; }; - 82F0BACE0D80B7980051C8A3 /* 7zExtract.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = 7zExtract.c; sourceTree = "<group>"; }; - 82F0BACF0D80B7980051C8A3 /* 7zExtract.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = 7zExtract.h; sourceTree = "<group>"; }; - 82F0BAD00D80B7980051C8A3 /* 7zHeader.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = 7zHeader.c; sourceTree = "<group>"; }; - 82F0BAD10D80B7980051C8A3 /* 7zHeader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = 7zHeader.h; sourceTree = "<group>"; }; - 82F0BAD20D80B7980051C8A3 /* 7zIn.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = 7zIn.c; sourceTree = "<group>"; }; - 82F0BAD30D80B7980051C8A3 /* 7zIn.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = 7zIn.h; sourceTree = "<group>"; }; - 82F0BAD40D80B7980051C8A3 /* 7zItem.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = 7zItem.c; sourceTree = "<group>"; }; - 82F0BAD50D80B7980051C8A3 /* 7zItem.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = 7zItem.h; sourceTree = "<group>"; }; - 82F0BAD60D80B7980051C8A3 /* 7zMethodID.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = 7zMethodID.c; sourceTree = "<group>"; }; - 82F0BAD70D80B7980051C8A3 /* 7zMethodID.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = 7zMethodID.h; sourceTree = "<group>"; }; - D2AAC046055464E500DB518D /* liblzma_sdk.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = liblzma_sdk.a; sourceTree = BUILT_PRODUCTS_DIR; }; -/* End PBXFileReference section */ - -/* Begin PBXFrameworksBuildPhase section */ - D289987405E68DCB004EDB86 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXFrameworksBuildPhase section */ - -/* Begin PBXGroup section */ - 08FB7794FE84155DC02AAC07 /* lzma_sdk */ = { - isa = PBXGroup; - children = ( - 7B6606300E75D9BF00CE099E /* Configuration */, - 08FB7795FE84155DC02AAC07 /* Source */, - 1AB674ADFE9D54B511CA2CBB /* Products */, - ); - name = lzma_sdk; - sourceTree = "<group>"; - }; - 08FB7795FE84155DC02AAC07 /* Source */ = { - isa = PBXGroup; - children = ( - 82F0BAB50D80B74F0051C8A3 /* Common */, - 82F0BAAE0D80B7270051C8A3 /* Lzma */, - 82F0BABC0D80B7660051C8A3 /* Branch */, - 82F0BAC70D80B77E0051C8A3 /* 7z */, - ); - name = Source; - sourceTree = "<group>"; - }; - 1AB674ADFE9D54B511CA2CBB /* Products */ = { - isa = PBXGroup; - children = ( - D2AAC046055464E500DB518D /* liblzma_sdk.a */, - ); - name = Products; - sourceTree = "<group>"; - }; - 7B6606300E75D9BF00CE099E /* Configuration */ = { - isa = PBXGroup; - children = ( - 7B6606330E75D9DD00CE099E /* common.xcconfig */, - 7B6606340E75D9DD00CE099E /* debug.xcconfig */, - 7B6606350E75D9DD00CE099E /* executable.xcconfig */, - 7B6606360E75D9DD00CE099E /* release.xcconfig */, - 7B6606370E75D9DD00CE099E /* staticlib.xcconfig */, - ); - name = Configuration; - path = ../../build; - sourceTree = "<group>"; - }; - 82F0BAAE0D80B7270051C8A3 /* Lzma */ = { - isa = PBXGroup; - children = ( - 82F0BAAF0D80B7470051C8A3 /* LzmaTypes.h */, - 82F0BAB00D80B7470051C8A3 /* LzmaDecode.h */, - 82F0BAB10D80B7470051C8A3 /* LzmaDecode.c */, - ); - name = Lzma; - path = Compress/Lzma; - sourceTree = "<group>"; - }; - 82F0BAB50D80B74F0051C8A3 /* Common */ = { - isa = PBXGroup; - children = ( - 82F0BAB60D80B75B0051C8A3 /* 7zCrc.c */, - 82F0BAB70D80B75B0051C8A3 /* 7zCrc.h */, - 82F0BAB80D80B75B0051C8A3 /* Types.h */, - ); - name = Common; - sourceTree = "<group>"; - }; - 82F0BABC0D80B7660051C8A3 /* Branch */ = { - isa = PBXGroup; - children = ( - 82F0BAC10D80B7760051C8A3 /* BranchTypes.h */, - 82F0BABE0D80B7760051C8A3 /* BranchX86.c */, - 82F0BABD0D80B7760051C8A3 /* BranchX86.h */, - 82F0BAC00D80B7760051C8A3 /* BranchX86_2.c */, - 82F0BABF0D80B7760051C8A3 /* BranchX86_2.h */, - ); - name = Branch; - path = Compress/Branch; - sourceTree = "<group>"; - }; - 82F0BAC70D80B77E0051C8A3 /* 7z */ = { - isa = PBXGroup; - children = ( - 82F0BAC80D80B7980051C8A3 /* 7zAlloc.c */, - 82F0BAC90D80B7980051C8A3 /* 7zAlloc.h */, - 82F0BACA0D80B7980051C8A3 /* 7zBuffer.c */, - 82F0BACB0D80B7980051C8A3 /* 7zBuffer.h */, - 82F0BACC0D80B7980051C8A3 /* 7zDecode.c */, - 82F0BACD0D80B7980051C8A3 /* 7zDecode.h */, - 82F0BACE0D80B7980051C8A3 /* 7zExtract.c */, - 82F0BACF0D80B7980051C8A3 /* 7zExtract.h */, - 82F0BAD00D80B7980051C8A3 /* 7zHeader.c */, - 82F0BAD10D80B7980051C8A3 /* 7zHeader.h */, - 82F0BAD20D80B7980051C8A3 /* 7zIn.c */, - 82F0BAD30D80B7980051C8A3 /* 7zIn.h */, - 82F0BAD40D80B7980051C8A3 /* 7zItem.c */, - 82F0BAD50D80B7980051C8A3 /* 7zItem.h */, - 82F0BAD60D80B7980051C8A3 /* 7zMethodID.c */, - 82F0BAD70D80B7980051C8A3 /* 7zMethodID.h */, - ); - name = 7z; - path = Archive/7z; - sourceTree = "<group>"; - }; -/* End PBXGroup section */ - -/* Begin PBXNativeTarget section */ - D2AAC045055464E500DB518D /* lzma_sdk */ = { - isa = PBXNativeTarget; - buildConfigurationList = 1DEB91EB08733DB70010E9CD /* Build configuration list for PBXNativeTarget "lzma_sdk" */; - buildPhases = ( - D2AAC044055464E500DB518D /* Sources */, - D289987405E68DCB004EDB86 /* Frameworks */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = lzma_sdk; - productName = lzma_sdk; - productReference = D2AAC046055464E500DB518D /* liblzma_sdk.a */; - productType = "com.apple.product-type.library.static"; - }; -/* End PBXNativeTarget section */ - -/* Begin PBXProject section */ - 08FB7793FE84155DC02AAC07 /* Project object */ = { - isa = PBXProject; - buildConfigurationList = 1DEB91EF08733DB70010E9CD /* Build configuration list for PBXProject "lzma_sdk" */; - compatibilityVersion = "Xcode 3.1"; - hasScannedForEncodings = 1; - mainGroup = 08FB7794FE84155DC02AAC07 /* lzma_sdk */; - projectDirPath = ""; - projectRoot = ""; - targets = ( - D2AAC045055464E500DB518D /* lzma_sdk */, - ); - }; -/* End PBXProject section */ - -/* Begin PBXSourcesBuildPhase section */ - D2AAC044055464E500DB518D /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 82F0BAD80D80B7980051C8A3 /* 7zAlloc.c in Sources */, - 82F0BADA0D80B7980051C8A3 /* 7zBuffer.c in Sources */, - 82F0BAB90D80B75B0051C8A3 /* 7zCrc.c in Sources */, - 82F0BADC0D80B7980051C8A3 /* 7zDecode.c in Sources */, - 82F0BADE0D80B7980051C8A3 /* 7zExtract.c in Sources */, - 82F0BAE00D80B7980051C8A3 /* 7zHeader.c in Sources */, - 82F0BAE20D80B7980051C8A3 /* 7zIn.c in Sources */, - 82F0BAE40D80B7980051C8A3 /* 7zItem.c in Sources */, - 82F0BAE60D80B7980051C8A3 /* 7zMethodID.c in Sources */, - 82F0BAC30D80B7760051C8A3 /* BranchX86.c in Sources */, - 82F0BAC50D80B7760051C8A3 /* BranchX86_2.c in Sources */, - 82F0BAB40D80B7470051C8A3 /* LzmaDecode.c in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXSourcesBuildPhase section */ - -/* Begin XCBuildConfiguration section */ - 1DEB91EC08733DB70010E9CD /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 7B6606370E75D9DD00CE099E /* staticlib.xcconfig */; - buildSettings = { - PRODUCT_NAME = lzma_sdk; - }; - name = Debug; - }; - 1DEB91ED08733DB70010E9CD /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 7B6606370E75D9DD00CE099E /* staticlib.xcconfig */; - buildSettings = { - PRODUCT_NAME = lzma_sdk; - }; - name = Release; - }; - 1DEB91F008733DB70010E9CD /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 7B6606340E75D9DD00CE099E /* debug.xcconfig */; - buildSettings = { - XCODEPROJ_DEPTH = ../..; - }; - name = Debug; - }; - 1DEB91F108733DB70010E9CD /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 7B6606360E75D9DD00CE099E /* release.xcconfig */; - buildSettings = { - XCODEPROJ_DEPTH = ../..; - }; - name = Release; - }; -/* End XCBuildConfiguration section */ - -/* Begin XCConfigurationList section */ - 1DEB91EB08733DB70010E9CD /* Build configuration list for PBXNativeTarget "lzma_sdk" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 1DEB91EC08733DB70010E9CD /* Debug */, - 1DEB91ED08733DB70010E9CD /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 1DEB91EF08733DB70010E9CD /* Build configuration list for PBXProject "lzma_sdk" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 1DEB91F008733DB70010E9CD /* Debug */, - 1DEB91F108733DB70010E9CD /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; -/* End XCConfigurationList section */ - }; - rootObject = 08FB7793FE84155DC02AAC07 /* Project object */; -} diff --git a/third_party/modp_b64/modp_b64.xcodeproj/project.pbxproj b/third_party/modp_b64/modp_b64.xcodeproj/project.pbxproj deleted file mode 100644 index 7ebe3a2..0000000 --- a/third_party/modp_b64/modp_b64.xcodeproj/project.pbxproj +++ /dev/null @@ -1,183 +0,0 @@ -// !$*UTF8*$! -{ - archiveVersion = 1; - classes = { - }; - objectVersion = 45; - objects = { - -/* Begin PBXBuildFile section */ - 7B8502420E5A386D00730B43 /* modp_b64.cc in Sources */ = {isa = PBXBuildFile; fileRef = 7B85023F0E5A386D00730B43 /* modp_b64.cc */; }; -/* End PBXBuildFile section */ - -/* Begin PBXFileReference section */ - 7B8502300E5A382000730B43 /* common.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = common.xcconfig; sourceTree = "<group>"; }; - 7B8502310E5A382000730B43 /* debug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = debug.xcconfig; sourceTree = "<group>"; }; - 7B8502320E5A382000730B43 /* executable.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = executable.xcconfig; sourceTree = "<group>"; }; - 7B8502330E5A382000730B43 /* release.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = release.xcconfig; sourceTree = "<group>"; }; - 7B8502340E5A382000730B43 /* staticlib.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = staticlib.xcconfig; sourceTree = "<group>"; }; - 7B8502390E5A384100730B43 /* libmodp_b64.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libmodp_b64.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 7B85023F0E5A386D00730B43 /* modp_b64.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = modp_b64.cc; sourceTree = "<group>"; }; - 7B8502400E5A386D00730B43 /* modp_b64.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = modp_b64.h; sourceTree = "<group>"; }; - 7B8502410E5A386D00730B43 /* modp_b64_data.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = modp_b64_data.h; sourceTree = "<group>"; }; -/* End PBXFileReference section */ - -/* Begin PBXFrameworksBuildPhase section */ - 7B8502370E5A384100730B43 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXFrameworksBuildPhase section */ - -/* Begin PBXGroup section */ - 7B85021A0E5A37D900730B43 = { - isa = PBXGroup; - children = ( - 7B85022F0E5A37FB00730B43 /* Configuration */, - 7B85023E0E5A385500730B43 /* Source */, - 7B85023A0E5A384100730B43 /* Products */, - ); - sourceTree = "<group>"; - }; - 7B85022F0E5A37FB00730B43 /* Configuration */ = { - isa = PBXGroup; - children = ( - 7B8502300E5A382000730B43 /* common.xcconfig */, - 7B8502310E5A382000730B43 /* debug.xcconfig */, - 7B8502320E5A382000730B43 /* executable.xcconfig */, - 7B8502330E5A382000730B43 /* release.xcconfig */, - 7B8502340E5A382000730B43 /* staticlib.xcconfig */, - ); - name = Configuration; - path = ../../build; - sourceTree = "<group>"; - }; - 7B85023A0E5A384100730B43 /* Products */ = { - isa = PBXGroup; - children = ( - 7B8502390E5A384100730B43 /* libmodp_b64.a */, - ); - name = Products; - sourceTree = "<group>"; - }; - 7B85023E0E5A385500730B43 /* Source */ = { - isa = PBXGroup; - children = ( - 7B85023F0E5A386D00730B43 /* modp_b64.cc */, - 7B8502400E5A386D00730B43 /* modp_b64.h */, - 7B8502410E5A386D00730B43 /* modp_b64_data.h */, - ); - name = Source; - sourceTree = "<group>"; - }; -/* End PBXGroup section */ - -/* Begin PBXNativeTarget section */ - 7B8502380E5A384100730B43 /* modp_b64 */ = { - isa = PBXNativeTarget; - buildConfigurationList = 7B85023D0E5A384100730B43 /* Build configuration list for PBXNativeTarget "modp_b64" */; - buildPhases = ( - 7B8502360E5A384100730B43 /* Sources */, - 7B8502370E5A384100730B43 /* Frameworks */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = modp_b64; - productName = modp_b64; - productReference = 7B8502390E5A384100730B43 /* libmodp_b64.a */; - productType = "com.apple.product-type.library.static"; - }; -/* End PBXNativeTarget section */ - -/* Begin PBXProject section */ - 7B85021C0E5A37D900730B43 /* Project object */ = { - isa = PBXProject; - buildConfigurationList = 7B85021F0E5A37D900730B43 /* Build configuration list for PBXProject "modp_b64" */; - compatibilityVersion = "Xcode 3.1"; - hasScannedForEncodings = 0; - mainGroup = 7B85021A0E5A37D900730B43; - productRefGroup = 7B85023A0E5A384100730B43 /* Products */; - projectDirPath = ""; - projectRoot = ""; - targets = ( - 7B8502380E5A384100730B43 /* modp_b64 */, - ); - }; -/* End PBXProject section */ - -/* Begin PBXSourcesBuildPhase section */ - 7B8502360E5A384100730B43 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 7B8502420E5A386D00730B43 /* modp_b64.cc in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXSourcesBuildPhase section */ - -/* Begin XCBuildConfiguration section */ - 7B85021D0E5A37D900730B43 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 7B8502310E5A382000730B43 /* debug.xcconfig */; - buildSettings = { - XCODEPROJ_DEPTH = ../..; - }; - name = Debug; - }; - 7B85021E0E5A37D900730B43 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 7B8502330E5A382000730B43 /* release.xcconfig */; - buildSettings = { - XCODEPROJ_DEPTH = ../..; - }; - name = Release; - }; - 7B85023B0E5A384100730B43 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 7B8502340E5A382000730B43 /* staticlib.xcconfig */; - buildSettings = { - HEADER_SEARCH_PATHS = ../..; - PRODUCT_NAME = modp_b64; - }; - name = Debug; - }; - 7B85023C0E5A384100730B43 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 7B8502340E5A382000730B43 /* staticlib.xcconfig */; - buildSettings = { - HEADER_SEARCH_PATHS = ../..; - PRODUCT_NAME = modp_b64; - }; - name = Release; - }; -/* End XCBuildConfiguration section */ - -/* Begin XCConfigurationList section */ - 7B85021F0E5A37D900730B43 /* Build configuration list for PBXProject "modp_b64" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 7B85021D0E5A37D900730B43 /* Debug */, - 7B85021E0E5A37D900730B43 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 7B85023D0E5A384100730B43 /* Build configuration list for PBXNativeTarget "modp_b64" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 7B85023B0E5A384100730B43 /* Debug */, - 7B85023C0E5A384100730B43 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; -/* End XCConfigurationList section */ - }; - rootObject = 7B85021C0E5A37D900730B43 /* Project object */; -} diff --git a/third_party/sqlite/sqlite.xcodeproj/project.pbxproj b/third_party/sqlite/sqlite.xcodeproj/project.pbxproj deleted file mode 100644 index 5449685..0000000 --- a/third_party/sqlite/sqlite.xcodeproj/project.pbxproj +++ /dev/null @@ -1,547 +0,0 @@ -// !$*UTF8*$! -{ - archiveVersion = 1; - classes = { - }; - objectVersion = 45; - objects = { - -/* Begin PBXBuildFile section */ - 4D7B00DC0E9D55AF009A6919 /* alter.c in Sources */ = {isa = PBXBuildFile; fileRef = 4D7B00910E9D55AF009A6919 /* alter.c */; }; - 4D7B00DD0E9D55AF009A6919 /* analyze.c in Sources */ = {isa = PBXBuildFile; fileRef = 4D7B00920E9D55AF009A6919 /* analyze.c */; }; - 4D7B00DE0E9D55AF009A6919 /* attach.c in Sources */ = {isa = PBXBuildFile; fileRef = 4D7B00930E9D55AF009A6919 /* attach.c */; }; - 4D7B00DF0E9D55AF009A6919 /* auth.c in Sources */ = {isa = PBXBuildFile; fileRef = 4D7B00940E9D55AF009A6919 /* auth.c */; }; - 4D7B00E00E9D55AF009A6919 /* btree.c in Sources */ = {isa = PBXBuildFile; fileRef = 4D7B00950E9D55AF009A6919 /* btree.c */; }; - 4D7B00E30E9D55AF009A6919 /* build.c in Sources */ = {isa = PBXBuildFile; fileRef = 4D7B00980E9D55AF009A6919 /* build.c */; }; - 4D7B00E40E9D55AF009A6919 /* callback.c in Sources */ = {isa = PBXBuildFile; fileRef = 4D7B00990E9D55AF009A6919 /* callback.c */; }; - 4D7B00E50E9D55AF009A6919 /* complete.c in Sources */ = {isa = PBXBuildFile; fileRef = 4D7B009A0E9D55AF009A6919 /* complete.c */; }; - 4D7B00E60E9D55AF009A6919 /* date.c in Sources */ = {isa = PBXBuildFile; fileRef = 4D7B009B0E9D55AF009A6919 /* date.c */; }; - 4D7B00E70E9D55AF009A6919 /* delete.c in Sources */ = {isa = PBXBuildFile; fileRef = 4D7B009C0E9D55AF009A6919 /* delete.c */; }; - 4D7B00E80E9D55AF009A6919 /* expr.c in Sources */ = {isa = PBXBuildFile; fileRef = 4D7B009D0E9D55AF009A6919 /* expr.c */; }; - 4D7B00E90E9D55AF009A6919 /* fts2.c in Sources */ = {isa = PBXBuildFile; fileRef = 4D7B009E0E9D55AF009A6919 /* fts2.c */; }; - 4D7B00EB0E9D55AF009A6919 /* fts2_hash.c in Sources */ = {isa = PBXBuildFile; fileRef = 4D7B00A00E9D55AF009A6919 /* fts2_hash.c */; }; - 4D7B00ED0E9D55AF009A6919 /* fts2_icu.c in Sources */ = {isa = PBXBuildFile; fileRef = 4D7B00A20E9D55AF009A6919 /* fts2_icu.c */; }; - 4D7B00EE0E9D55AF009A6919 /* fts2_porter.c in Sources */ = {isa = PBXBuildFile; fileRef = 4D7B00A30E9D55AF009A6919 /* fts2_porter.c */; }; - 4D7B00EF0E9D55AF009A6919 /* fts2_tokenizer.c in Sources */ = {isa = PBXBuildFile; fileRef = 4D7B00A40E9D55AF009A6919 /* fts2_tokenizer.c */; }; - 4D7B00F10E9D55AF009A6919 /* fts2_tokenizer1.c in Sources */ = {isa = PBXBuildFile; fileRef = 4D7B00A60E9D55AF009A6919 /* fts2_tokenizer1.c */; }; - 4D7B00F20E9D55AF009A6919 /* func.c in Sources */ = {isa = PBXBuildFile; fileRef = 4D7B00A70E9D55AF009A6919 /* func.c */; }; - 4D7B00F30E9D55AF009A6919 /* hash.c in Sources */ = {isa = PBXBuildFile; fileRef = 4D7B00A80E9D55AF009A6919 /* hash.c */; }; - 4D7B00F50E9D55AF009A6919 /* icu.c in Sources */ = {isa = PBXBuildFile; fileRef = 4D7B00AA0E9D55AF009A6919 /* icu.c */; }; - 4D7B00F60E9D55AF009A6919 /* insert.c in Sources */ = {isa = PBXBuildFile; fileRef = 4D7B00AB0E9D55AF009A6919 /* insert.c */; }; - 4D7B00F80E9D55AF009A6919 /* legacy.c in Sources */ = {isa = PBXBuildFile; fileRef = 4D7B00AD0E9D55AF009A6919 /* legacy.c */; }; - 4D7B00F90E9D55AF009A6919 /* loadext.c in Sources */ = {isa = PBXBuildFile; fileRef = 4D7B00AE0E9D55AF009A6919 /* loadext.c */; }; - 4D7B00FA0E9D55AF009A6919 /* main.c in Sources */ = {isa = PBXBuildFile; fileRef = 4D7B00AF0E9D55AF009A6919 /* main.c */; }; - 4D7B00FB0E9D55AF009A6919 /* malloc.c in Sources */ = {isa = PBXBuildFile; fileRef = 4D7B00B00E9D55AF009A6919 /* malloc.c */; }; - 4D7B00FC0E9D55AF009A6919 /* opcodes.c in Sources */ = {isa = PBXBuildFile; fileRef = 4D7B00B10E9D55AF009A6919 /* opcodes.c */; }; - 4D7B00FE0E9D55AF009A6919 /* os.c in Sources */ = {isa = PBXBuildFile; fileRef = 4D7B00B30E9D55AF009A6919 /* os.c */; }; - 4D7B01010E9D55AF009A6919 /* os_unix.c in Sources */ = {isa = PBXBuildFile; fileRef = 4D7B00B60E9D55AF009A6919 /* os_unix.c */; }; - 4D7B01020E9D55AF009A6919 /* os_win.c in Sources */ = {isa = PBXBuildFile; fileRef = 4D7B00B70E9D55AF009A6919 /* os_win.c */; }; - 4D7B01030E9D55AF009A6919 /* pager.c in Sources */ = {isa = PBXBuildFile; fileRef = 4D7B00B80E9D55AF009A6919 /* pager.c */; }; - 4D7B01050E9D55AF009A6919 /* parse.c in Sources */ = {isa = PBXBuildFile; fileRef = 4D7B00BA0E9D55AF009A6919 /* parse.c */; }; - 4D7B01070E9D55AF009A6919 /* pragma.c in Sources */ = {isa = PBXBuildFile; fileRef = 4D7B00BC0E9D55AF009A6919 /* pragma.c */; }; - 4D7B01080E9D55AF009A6919 /* prepare.c in Sources */ = {isa = PBXBuildFile; fileRef = 4D7B00BE0E9D55AF009A6919 /* prepare.c */; }; - 4D7B01090E9D55AF009A6919 /* printf.c in Sources */ = {isa = PBXBuildFile; fileRef = 4D7B00BF0E9D55AF009A6919 /* printf.c */; }; - 4D7B010A0E9D55AF009A6919 /* random.c in Sources */ = {isa = PBXBuildFile; fileRef = 4D7B00C00E9D55AF009A6919 /* random.c */; }; - 4D7B010B0E9D55AF009A6919 /* select.c in Sources */ = {isa = PBXBuildFile; fileRef = 4D7B00C30E9D55AF009A6919 /* select.c */; }; - 4D7B01120E9D55AF009A6919 /* table.c in Sources */ = {isa = PBXBuildFile; fileRef = 4D7B00CC0E9D55AF009A6919 /* table.c */; }; - 4D7B01130E9D55AF009A6919 /* tokenize.c in Sources */ = {isa = PBXBuildFile; fileRef = 4D7B00CD0E9D55AF009A6919 /* tokenize.c */; }; - 4D7B01140E9D55AF009A6919 /* trigger.c in Sources */ = {isa = PBXBuildFile; fileRef = 4D7B00CE0E9D55AF009A6919 /* trigger.c */; }; - 4D7B01150E9D55AF009A6919 /* update.c in Sources */ = {isa = PBXBuildFile; fileRef = 4D7B00CF0E9D55AF009A6919 /* update.c */; }; - 4D7B01160E9D55AF009A6919 /* utf.c in Sources */ = {isa = PBXBuildFile; fileRef = 4D7B00D00E9D55AF009A6919 /* utf.c */; }; - 4D7B01170E9D55AF009A6919 /* util.c in Sources */ = {isa = PBXBuildFile; fileRef = 4D7B00D10E9D55AF009A6919 /* util.c */; }; - 4D7B01180E9D55AF009A6919 /* vacuum.c in Sources */ = {isa = PBXBuildFile; fileRef = 4D7B00D20E9D55AF009A6919 /* vacuum.c */; }; - 4D7B01190E9D55AF009A6919 /* vdbe.c in Sources */ = {isa = PBXBuildFile; fileRef = 4D7B00D30E9D55AF009A6919 /* vdbe.c */; }; - 4D7B011B0E9D55AF009A6919 /* vdbeapi.c in Sources */ = {isa = PBXBuildFile; fileRef = 4D7B00D50E9D55AF009A6919 /* vdbeapi.c */; }; - 4D7B011C0E9D55AF009A6919 /* vdbeaux.c in Sources */ = {isa = PBXBuildFile; fileRef = 4D7B00D60E9D55AF009A6919 /* vdbeaux.c */; }; - 4D7B011D0E9D55AF009A6919 /* vdbefifo.c in Sources */ = {isa = PBXBuildFile; fileRef = 4D7B00D70E9D55AF009A6919 /* vdbefifo.c */; }; - 4D7B011F0E9D55AF009A6919 /* vdbemem.c in Sources */ = {isa = PBXBuildFile; fileRef = 4D7B00D90E9D55AF009A6919 /* vdbemem.c */; }; - 4D7B01200E9D55AF009A6919 /* vtab.c in Sources */ = {isa = PBXBuildFile; fileRef = 4D7B00DA0E9D55AF009A6919 /* vtab.c */; }; - 4D7B01210E9D55AF009A6919 /* where.c in Sources */ = {isa = PBXBuildFile; fileRef = 4D7B00DB0E9D55AF009A6919 /* where.c */; }; - 4D7FA8280F141996004F1B19 /* bitvec.c in Sources */ = {isa = PBXBuildFile; fileRef = 4D7FA8270F141996004F1B19 /* bitvec.c */; }; - 4D7FA8380F1419E0004F1B19 /* btmutex.c in Sources */ = {isa = PBXBuildFile; fileRef = 4D7FA8290F1419E0004F1B19 /* btmutex.c */; }; - 4D7FA8390F1419E0004F1B19 /* fault.c in Sources */ = {isa = PBXBuildFile; fileRef = 4D7FA82A0F1419E0004F1B19 /* fault.c */; }; - 4D7FA83A0F1419E0004F1B19 /* global.c in Sources */ = {isa = PBXBuildFile; fileRef = 4D7FA82B0F1419E0004F1B19 /* global.c */; }; - 4D7FA83B0F1419E0004F1B19 /* mem1.c in Sources */ = {isa = PBXBuildFile; fileRef = 4D7FA82D0F1419E0004F1B19 /* mem1.c */; }; - 4D7FA83C0F1419E0004F1B19 /* mem2.c in Sources */ = {isa = PBXBuildFile; fileRef = 4D7FA82E0F1419E0004F1B19 /* mem2.c */; }; - 4D7FA83D0F1419E0004F1B19 /* mem3.c in Sources */ = {isa = PBXBuildFile; fileRef = 4D7FA82F0F1419E0004F1B19 /* mem3.c */; }; - 4D7FA83E0F1419E0004F1B19 /* mem4.c in Sources */ = {isa = PBXBuildFile; fileRef = 4D7FA8300F1419E0004F1B19 /* mem4.c */; }; - 4D7FA83F0F1419E0004F1B19 /* mem5.c in Sources */ = {isa = PBXBuildFile; fileRef = 4D7FA8310F1419E0004F1B19 /* mem5.c */; }; - 4D7FA8400F1419E0004F1B19 /* mem6.c in Sources */ = {isa = PBXBuildFile; fileRef = 4D7FA8320F1419E0004F1B19 /* mem6.c */; }; - 4D7FA8410F1419E0004F1B19 /* mutex.c in Sources */ = {isa = PBXBuildFile; fileRef = 4D7FA8330F1419E0004F1B19 /* mutex.c */; }; - 4D7FA8420F1419E0004F1B19 /* mutex_unix.c in Sources */ = {isa = PBXBuildFile; fileRef = 4D7FA8350F1419E0004F1B19 /* mutex_unix.c */; }; - 4D7FA8430F1419E0004F1B19 /* status.c in Sources */ = {isa = PBXBuildFile; fileRef = 4D7FA8360F1419E0004F1B19 /* status.c */; }; - 4D7FA8440F1419E0004F1B19 /* vdbeblob.c in Sources */ = {isa = PBXBuildFile; fileRef = 4D7FA8370F1419E0004F1B19 /* vdbeblob.c */; }; -/* End PBXBuildFile section */ - -/* Begin PBXFileReference section */ - 4D7B00760E9D5520009A6919 /* common.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = common.xcconfig; sourceTree = "<group>"; }; - 4D7B00770E9D5520009A6919 /* debug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = debug.xcconfig; sourceTree = "<group>"; }; - 4D7B00780E9D5520009A6919 /* executable.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = executable.xcconfig; sourceTree = "<group>"; }; - 4D7B00790E9D5520009A6919 /* release.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = release.xcconfig; sourceTree = "<group>"; }; - 4D7B007A0E9D5520009A6919 /* staticlib.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = staticlib.xcconfig; sourceTree = "<group>"; }; - 4D7B007F0E9D5538009A6919 /* libsqlite.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libsqlite.a; sourceTree = BUILT_PRODUCTS_DIR; }; - 4D7B00910E9D55AF009A6919 /* alter.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = alter.c; sourceTree = "<group>"; }; - 4D7B00920E9D55AF009A6919 /* analyze.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = analyze.c; sourceTree = "<group>"; }; - 4D7B00930E9D55AF009A6919 /* attach.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = attach.c; sourceTree = "<group>"; }; - 4D7B00940E9D55AF009A6919 /* auth.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = auth.c; sourceTree = "<group>"; }; - 4D7B00950E9D55AF009A6919 /* btree.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = btree.c; sourceTree = "<group>"; }; - 4D7B00960E9D55AF009A6919 /* btree.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btree.h; sourceTree = "<group>"; }; - 4D7B00970E9D55AF009A6919 /* btreeInt.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = btreeInt.h; sourceTree = "<group>"; }; - 4D7B00980E9D55AF009A6919 /* build.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = build.c; sourceTree = "<group>"; }; - 4D7B00990E9D55AF009A6919 /* callback.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = callback.c; sourceTree = "<group>"; }; - 4D7B009A0E9D55AF009A6919 /* complete.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = complete.c; sourceTree = "<group>"; }; - 4D7B009B0E9D55AF009A6919 /* date.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = date.c; sourceTree = "<group>"; }; - 4D7B009C0E9D55AF009A6919 /* delete.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = delete.c; sourceTree = "<group>"; }; - 4D7B009D0E9D55AF009A6919 /* expr.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = expr.c; sourceTree = "<group>"; }; - 4D7B009E0E9D55AF009A6919 /* fts2.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = fts2.c; sourceTree = "<group>"; }; - 4D7B009F0E9D55AF009A6919 /* fts2.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = fts2.h; sourceTree = "<group>"; }; - 4D7B00A00E9D55AF009A6919 /* fts2_hash.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = fts2_hash.c; sourceTree = "<group>"; }; - 4D7B00A10E9D55AF009A6919 /* fts2_hash.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = fts2_hash.h; sourceTree = "<group>"; }; - 4D7B00A20E9D55AF009A6919 /* fts2_icu.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = fts2_icu.c; sourceTree = "<group>"; }; - 4D7B00A30E9D55AF009A6919 /* fts2_porter.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = fts2_porter.c; sourceTree = "<group>"; }; - 4D7B00A40E9D55AF009A6919 /* fts2_tokenizer.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = fts2_tokenizer.c; sourceTree = "<group>"; }; - 4D7B00A50E9D55AF009A6919 /* fts2_tokenizer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = fts2_tokenizer.h; sourceTree = "<group>"; }; - 4D7B00A60E9D55AF009A6919 /* fts2_tokenizer1.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = fts2_tokenizer1.c; sourceTree = "<group>"; }; - 4D7B00A70E9D55AF009A6919 /* func.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = func.c; sourceTree = "<group>"; }; - 4D7B00A80E9D55AF009A6919 /* hash.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = hash.c; sourceTree = "<group>"; }; - 4D7B00A90E9D55AF009A6919 /* hash.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = hash.h; sourceTree = "<group>"; }; - 4D7B00AA0E9D55AF009A6919 /* icu.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = icu.c; sourceTree = "<group>"; }; - 4D7B00AB0E9D55AF009A6919 /* insert.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = insert.c; sourceTree = "<group>"; }; - 4D7B00AC0E9D55AF009A6919 /* keywordhash.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = keywordhash.h; sourceTree = "<group>"; }; - 4D7B00AD0E9D55AF009A6919 /* legacy.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = legacy.c; sourceTree = "<group>"; }; - 4D7B00AE0E9D55AF009A6919 /* loadext.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = loadext.c; sourceTree = "<group>"; }; - 4D7B00AF0E9D55AF009A6919 /* main.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = main.c; sourceTree = "<group>"; }; - 4D7B00B00E9D55AF009A6919 /* malloc.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = malloc.c; sourceTree = "<group>"; }; - 4D7B00B10E9D55AF009A6919 /* opcodes.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = opcodes.c; sourceTree = "<group>"; }; - 4D7B00B20E9D55AF009A6919 /* opcodes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = opcodes.h; sourceTree = "<group>"; }; - 4D7B00B30E9D55AF009A6919 /* os.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = os.c; sourceTree = "<group>"; }; - 4D7B00B40E9D55AF009A6919 /* os.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = os.h; sourceTree = "<group>"; }; - 4D7B00B50E9D55AF009A6919 /* os_common.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = os_common.h; sourceTree = "<group>"; }; - 4D7B00B60E9D55AF009A6919 /* os_unix.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = os_unix.c; sourceTree = "<group>"; }; - 4D7B00B70E9D55AF009A6919 /* os_win.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = os_win.c; sourceTree = "<group>"; }; - 4D7B00B80E9D55AF009A6919 /* pager.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pager.c; sourceTree = "<group>"; }; - 4D7B00B90E9D55AF009A6919 /* pager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pager.h; sourceTree = "<group>"; }; - 4D7B00BA0E9D55AF009A6919 /* parse.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = parse.c; sourceTree = "<group>"; }; - 4D7B00BB0E9D55AF009A6919 /* parse.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = parse.h; sourceTree = "<group>"; }; - 4D7B00BC0E9D55AF009A6919 /* pragma.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pragma.c; sourceTree = "<group>"; }; - 4D7B00BE0E9D55AF009A6919 /* prepare.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = prepare.c; sourceTree = "<group>"; }; - 4D7B00BF0E9D55AF009A6919 /* printf.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = printf.c; sourceTree = "<group>"; }; - 4D7B00C00E9D55AF009A6919 /* random.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = random.c; sourceTree = "<group>"; }; - 4D7B00C30E9D55AF009A6919 /* select.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = select.c; sourceTree = "<group>"; }; - 4D7B00C40E9D55AF009A6919 /* shell.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = shell.c; sourceTree = "<group>"; }; - 4D7B00C50E9D55AF009A6919 /* shell_icu.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = shell_icu.c; sourceTree = "<group>"; }; - 4D7B00C80E9D55AF009A6919 /* sqlite3.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = sqlite3.h; sourceTree = "<group>"; }; - 4D7B00C90E9D55AF009A6919 /* sqlite3ext.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = sqlite3ext.h; sourceTree = "<group>"; }; - 4D7B00CA0E9D55AF009A6919 /* sqliteInt.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = sqliteInt.h; sourceTree = "<group>"; }; - 4D7B00CB0E9D55AF009A6919 /* sqliteLimit.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = sqliteLimit.h; sourceTree = "<group>"; }; - 4D7B00CC0E9D55AF009A6919 /* table.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = table.c; sourceTree = "<group>"; }; - 4D7B00CD0E9D55AF009A6919 /* tokenize.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tokenize.c; sourceTree = "<group>"; }; - 4D7B00CE0E9D55AF009A6919 /* trigger.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = trigger.c; sourceTree = "<group>"; }; - 4D7B00CF0E9D55AF009A6919 /* update.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = update.c; sourceTree = "<group>"; }; - 4D7B00D00E9D55AF009A6919 /* utf.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = utf.c; sourceTree = "<group>"; }; - 4D7B00D10E9D55AF009A6919 /* util.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = util.c; sourceTree = "<group>"; }; - 4D7B00D20E9D55AF009A6919 /* vacuum.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = vacuum.c; sourceTree = "<group>"; }; - 4D7B00D30E9D55AF009A6919 /* vdbe.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = vdbe.c; sourceTree = "<group>"; }; - 4D7B00D40E9D55AF009A6919 /* vdbe.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vdbe.h; sourceTree = "<group>"; }; - 4D7B00D50E9D55AF009A6919 /* vdbeapi.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = vdbeapi.c; sourceTree = "<group>"; }; - 4D7B00D60E9D55AF009A6919 /* vdbeaux.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = vdbeaux.c; sourceTree = "<group>"; }; - 4D7B00D70E9D55AF009A6919 /* vdbefifo.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = vdbefifo.c; sourceTree = "<group>"; }; - 4D7B00D80E9D55AF009A6919 /* vdbeInt.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = vdbeInt.h; sourceTree = "<group>"; }; - 4D7B00D90E9D55AF009A6919 /* vdbemem.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = vdbemem.c; sourceTree = "<group>"; }; - 4D7B00DA0E9D55AF009A6919 /* vtab.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = vtab.c; sourceTree = "<group>"; }; - 4D7B00DB0E9D55AF009A6919 /* where.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = where.c; sourceTree = "<group>"; }; - 4D7FA8270F141996004F1B19 /* bitvec.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = bitvec.c; sourceTree = "<group>"; }; - 4D7FA8290F1419E0004F1B19 /* btmutex.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = btmutex.c; sourceTree = "<group>"; }; - 4D7FA82A0F1419E0004F1B19 /* fault.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = fault.c; sourceTree = "<group>"; }; - 4D7FA82B0F1419E0004F1B19 /* global.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = global.c; sourceTree = "<group>"; }; - 4D7FA82C0F1419E0004F1B19 /* hwtime.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = hwtime.h; sourceTree = "<group>"; }; - 4D7FA82D0F1419E0004F1B19 /* mem1.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = mem1.c; sourceTree = "<group>"; }; - 4D7FA82E0F1419E0004F1B19 /* mem2.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = mem2.c; sourceTree = "<group>"; }; - 4D7FA82F0F1419E0004F1B19 /* mem3.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = mem3.c; sourceTree = "<group>"; }; - 4D7FA8300F1419E0004F1B19 /* mem4.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = mem4.c; sourceTree = "<group>"; }; - 4D7FA8310F1419E0004F1B19 /* mem5.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = mem5.c; sourceTree = "<group>"; }; - 4D7FA8320F1419E0004F1B19 /* mem6.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = mem6.c; sourceTree = "<group>"; }; - 4D7FA8330F1419E0004F1B19 /* mutex.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = mutex.c; sourceTree = "<group>"; }; - 4D7FA8340F1419E0004F1B19 /* mutex.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = mutex.h; sourceTree = "<group>"; }; - 4D7FA8350F1419E0004F1B19 /* mutex_unix.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = mutex_unix.c; sourceTree = "<group>"; }; - 4D7FA8360F1419E0004F1B19 /* status.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = status.c; sourceTree = "<group>"; }; - 4D7FA8370F1419E0004F1B19 /* vdbeblob.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = vdbeblob.c; sourceTree = "<group>"; }; -/* End PBXFileReference section */ - -/* Begin PBXFrameworksBuildPhase section */ - 4D7B007D0E9D5538009A6919 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXFrameworksBuildPhase section */ - -/* Begin PBXGroup section */ - 4D7B00620E9D54EA009A6919 = { - isa = PBXGroup; - children = ( - 4D7B00750E9D550A009A6919 /* Configuration */, - 4D7B00900E9D559F009A6919 /* Source */, - 4D7B00800E9D5538009A6919 /* Products */, - ); - sourceTree = "<group>"; - }; - 4D7B00750E9D550A009A6919 /* Configuration */ = { - isa = PBXGroup; - children = ( - 4D7B00760E9D5520009A6919 /* common.xcconfig */, - 4D7B00770E9D5520009A6919 /* debug.xcconfig */, - 4D7B00780E9D5520009A6919 /* executable.xcconfig */, - 4D7B00790E9D5520009A6919 /* release.xcconfig */, - 4D7B007A0E9D5520009A6919 /* staticlib.xcconfig */, - ); - name = Configuration; - path = ../../build; - sourceTree = "<group>"; - }; - 4D7B00800E9D5538009A6919 /* Products */ = { - isa = PBXGroup; - children = ( - 4D7B007F0E9D5538009A6919 /* libsqlite.a */, - ); - name = Products; - sourceTree = "<group>"; - }; - 4D7B00900E9D559F009A6919 /* Source */ = { - isa = PBXGroup; - children = ( - 4D7FA8130F14186A004F1B19 /* ext */, - 4D7FA8180F1418CA004F1B19 /* preprocessed */, - 4D7FA8120F14184E004F1B19 /* src */, - ); - name = Source; - sourceTree = "<group>"; - }; - 4D7FA8120F14184E004F1B19 /* src */ = { - isa = PBXGroup; - children = ( - 4D7B00910E9D55AF009A6919 /* alter.c */, - 4D7B00920E9D55AF009A6919 /* analyze.c */, - 4D7B00930E9D55AF009A6919 /* attach.c */, - 4D7B00940E9D55AF009A6919 /* auth.c */, - 4D7FA8270F141996004F1B19 /* bitvec.c */, - 4D7FA8290F1419E0004F1B19 /* btmutex.c */, - 4D7B00950E9D55AF009A6919 /* btree.c */, - 4D7B00960E9D55AF009A6919 /* btree.h */, - 4D7B00970E9D55AF009A6919 /* btreeInt.h */, - 4D7B00980E9D55AF009A6919 /* build.c */, - 4D7B00990E9D55AF009A6919 /* callback.c */, - 4D7B009A0E9D55AF009A6919 /* complete.c */, - 4D7B009B0E9D55AF009A6919 /* date.c */, - 4D7B009C0E9D55AF009A6919 /* delete.c */, - 4D7B009D0E9D55AF009A6919 /* expr.c */, - 4D7FA82A0F1419E0004F1B19 /* fault.c */, - 4D7B00A70E9D55AF009A6919 /* func.c */, - 4D7FA82B0F1419E0004F1B19 /* global.c */, - 4D7B00A80E9D55AF009A6919 /* hash.c */, - 4D7B00A90E9D55AF009A6919 /* hash.h */, - 4D7FA82C0F1419E0004F1B19 /* hwtime.h */, - 4D7B00AB0E9D55AF009A6919 /* insert.c */, - 4D7B00AD0E9D55AF009A6919 /* legacy.c */, - 4D7B00AE0E9D55AF009A6919 /* loadext.c */, - 4D7B00AF0E9D55AF009A6919 /* main.c */, - 4D7B00B00E9D55AF009A6919 /* malloc.c */, - 4D7FA82D0F1419E0004F1B19 /* mem1.c */, - 4D7FA82E0F1419E0004F1B19 /* mem2.c */, - 4D7FA82F0F1419E0004F1B19 /* mem3.c */, - 4D7FA8300F1419E0004F1B19 /* mem4.c */, - 4D7FA8310F1419E0004F1B19 /* mem5.c */, - 4D7FA8320F1419E0004F1B19 /* mem6.c */, - 4D7FA8330F1419E0004F1B19 /* mutex.c */, - 4D7FA8340F1419E0004F1B19 /* mutex.h */, - 4D7FA8350F1419E0004F1B19 /* mutex_unix.c */, - 4D7B00B30E9D55AF009A6919 /* os.c */, - 4D7B00B40E9D55AF009A6919 /* os.h */, - 4D7B00B50E9D55AF009A6919 /* os_common.h */, - 4D7B00B60E9D55AF009A6919 /* os_unix.c */, - 4D7B00B70E9D55AF009A6919 /* os_win.c */, - 4D7B00B80E9D55AF009A6919 /* pager.c */, - 4D7B00B90E9D55AF009A6919 /* pager.h */, - 4D7B00BC0E9D55AF009A6919 /* pragma.c */, - 4D7B00BE0E9D55AF009A6919 /* prepare.c */, - 4D7B00BF0E9D55AF009A6919 /* printf.c */, - 4D7B00C00E9D55AF009A6919 /* random.c */, - 4D7B00C30E9D55AF009A6919 /* select.c */, - 4D7B00C40E9D55AF009A6919 /* shell.c */, - 4D7B00C50E9D55AF009A6919 /* shell_icu.c */, - 4D7B00C90E9D55AF009A6919 /* sqlite3ext.h */, - 4D7B00CA0E9D55AF009A6919 /* sqliteInt.h */, - 4D7B00CB0E9D55AF009A6919 /* sqliteLimit.h */, - 4D7FA8360F1419E0004F1B19 /* status.c */, - 4D7B00CC0E9D55AF009A6919 /* table.c */, - 4D7B00CD0E9D55AF009A6919 /* tokenize.c */, - 4D7B00CE0E9D55AF009A6919 /* trigger.c */, - 4D7B00CF0E9D55AF009A6919 /* update.c */, - 4D7B00D00E9D55AF009A6919 /* utf.c */, - 4D7B00D10E9D55AF009A6919 /* util.c */, - 4D7B00D20E9D55AF009A6919 /* vacuum.c */, - 4D7B00D30E9D55AF009A6919 /* vdbe.c */, - 4D7B00D40E9D55AF009A6919 /* vdbe.h */, - 4D7B00D50E9D55AF009A6919 /* vdbeapi.c */, - 4D7B00D60E9D55AF009A6919 /* vdbeaux.c */, - 4D7FA8370F1419E0004F1B19 /* vdbeblob.c */, - 4D7B00D70E9D55AF009A6919 /* vdbefifo.c */, - 4D7B00D80E9D55AF009A6919 /* vdbeInt.h */, - 4D7B00D90E9D55AF009A6919 /* vdbemem.c */, - 4D7B00DA0E9D55AF009A6919 /* vtab.c */, - 4D7B00DB0E9D55AF009A6919 /* where.c */, - ); - path = src; - sourceTree = "<group>"; - }; - 4D7FA8130F14186A004F1B19 /* ext */ = { - isa = PBXGroup; - children = ( - 4D7FA8140F141874004F1B19 /* fts2 */, - 4D7FA8170F141897004F1B19 /* icu */, - ); - path = ext; - sourceTree = "<group>"; - }; - 4D7FA8140F141874004F1B19 /* fts2 */ = { - isa = PBXGroup; - children = ( - 4D7B009E0E9D55AF009A6919 /* fts2.c */, - 4D7B009F0E9D55AF009A6919 /* fts2.h */, - 4D7B00A00E9D55AF009A6919 /* fts2_hash.c */, - 4D7B00A10E9D55AF009A6919 /* fts2_hash.h */, - 4D7B00A20E9D55AF009A6919 /* fts2_icu.c */, - 4D7B00A30E9D55AF009A6919 /* fts2_porter.c */, - 4D7B00A40E9D55AF009A6919 /* fts2_tokenizer.c */, - 4D7B00A50E9D55AF009A6919 /* fts2_tokenizer.h */, - 4D7B00A60E9D55AF009A6919 /* fts2_tokenizer1.c */, - ); - path = fts2; - sourceTree = "<group>"; - }; - 4D7FA8170F141897004F1B19 /* icu */ = { - isa = PBXGroup; - children = ( - 4D7B00AA0E9D55AF009A6919 /* icu.c */, - ); - path = icu; - sourceTree = "<group>"; - }; - 4D7FA8180F1418CA004F1B19 /* preprocessed */ = { - isa = PBXGroup; - children = ( - 4D7B00AC0E9D55AF009A6919 /* keywordhash.h */, - 4D7B00B10E9D55AF009A6919 /* opcodes.c */, - 4D7B00B20E9D55AF009A6919 /* opcodes.h */, - 4D7B00BA0E9D55AF009A6919 /* parse.c */, - 4D7B00BB0E9D55AF009A6919 /* parse.h */, - 4D7B00C80E9D55AF009A6919 /* sqlite3.h */, - ); - path = preprocessed; - sourceTree = "<group>"; - }; -/* End PBXGroup section */ - -/* Begin PBXNativeTarget section */ - 4D7B007E0E9D5538009A6919 /* sqlite */ = { - isa = PBXNativeTarget; - buildConfigurationList = 4D7B00830E9D5539009A6919 /* Build configuration list for PBXNativeTarget "sqlite" */; - buildPhases = ( - 4D7B007C0E9D5538009A6919 /* Sources */, - 4D7B007D0E9D5538009A6919 /* Frameworks */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = sqlite; - productName = sqlite; - productReference = 4D7B007F0E9D5538009A6919 /* libsqlite.a */; - productType = "com.apple.product-type.library.static"; - }; -/* End PBXNativeTarget section */ - -/* Begin PBXProject section */ - 4D7B00640E9D54EA009A6919 /* Project object */ = { - isa = PBXProject; - buildConfigurationList = 4D7B00670E9D54EA009A6919 /* Build configuration list for PBXProject "sqlite" */; - compatibilityVersion = "Xcode 3.1"; - hasScannedForEncodings = 0; - mainGroup = 4D7B00620E9D54EA009A6919; - productRefGroup = 4D7B00800E9D5538009A6919 /* Products */; - projectDirPath = ""; - projectRoot = ""; - targets = ( - 4D7B007E0E9D5538009A6919 /* sqlite */, - ); - }; -/* End PBXProject section */ - -/* Begin PBXSourcesBuildPhase section */ - 4D7B007C0E9D5538009A6919 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 4D7B00DC0E9D55AF009A6919 /* alter.c in Sources */, - 4D7B00DD0E9D55AF009A6919 /* analyze.c in Sources */, - 4D7B00DE0E9D55AF009A6919 /* attach.c in Sources */, - 4D7B00DF0E9D55AF009A6919 /* auth.c in Sources */, - 4D7FA8280F141996004F1B19 /* bitvec.c in Sources */, - 4D7FA8380F1419E0004F1B19 /* btmutex.c in Sources */, - 4D7B00E00E9D55AF009A6919 /* btree.c in Sources */, - 4D7B00E30E9D55AF009A6919 /* build.c in Sources */, - 4D7B00E40E9D55AF009A6919 /* callback.c in Sources */, - 4D7B00E50E9D55AF009A6919 /* complete.c in Sources */, - 4D7B00E60E9D55AF009A6919 /* date.c in Sources */, - 4D7B00E70E9D55AF009A6919 /* delete.c in Sources */, - 4D7B00E80E9D55AF009A6919 /* expr.c in Sources */, - 4D7FA8390F1419E0004F1B19 /* fault.c in Sources */, - 4D7B00E90E9D55AF009A6919 /* fts2.c in Sources */, - 4D7B00EB0E9D55AF009A6919 /* fts2_hash.c in Sources */, - 4D7B00ED0E9D55AF009A6919 /* fts2_icu.c in Sources */, - 4D7B00EE0E9D55AF009A6919 /* fts2_porter.c in Sources */, - 4D7B00EF0E9D55AF009A6919 /* fts2_tokenizer.c in Sources */, - 4D7B00F10E9D55AF009A6919 /* fts2_tokenizer1.c in Sources */, - 4D7B00F20E9D55AF009A6919 /* func.c in Sources */, - 4D7FA83A0F1419E0004F1B19 /* global.c in Sources */, - 4D7B00F30E9D55AF009A6919 /* hash.c in Sources */, - 4D7B00F50E9D55AF009A6919 /* icu.c in Sources */, - 4D7B00F60E9D55AF009A6919 /* insert.c in Sources */, - 4D7B00F80E9D55AF009A6919 /* legacy.c in Sources */, - 4D7B00F90E9D55AF009A6919 /* loadext.c in Sources */, - 4D7B00FA0E9D55AF009A6919 /* main.c in Sources */, - 4D7B00FB0E9D55AF009A6919 /* malloc.c in Sources */, - 4D7FA83B0F1419E0004F1B19 /* mem1.c in Sources */, - 4D7FA83C0F1419E0004F1B19 /* mem2.c in Sources */, - 4D7FA83D0F1419E0004F1B19 /* mem3.c in Sources */, - 4D7FA83E0F1419E0004F1B19 /* mem4.c in Sources */, - 4D7FA83F0F1419E0004F1B19 /* mem5.c in Sources */, - 4D7FA8400F1419E0004F1B19 /* mem6.c in Sources */, - 4D7FA8410F1419E0004F1B19 /* mutex.c in Sources */, - 4D7FA8420F1419E0004F1B19 /* mutex_unix.c in Sources */, - 4D7B00FC0E9D55AF009A6919 /* opcodes.c in Sources */, - 4D7B00FE0E9D55AF009A6919 /* os.c in Sources */, - 4D7B01010E9D55AF009A6919 /* os_unix.c in Sources */, - 4D7B01020E9D55AF009A6919 /* os_win.c in Sources */, - 4D7B01030E9D55AF009A6919 /* pager.c in Sources */, - 4D7B01050E9D55AF009A6919 /* parse.c in Sources */, - 4D7B01070E9D55AF009A6919 /* pragma.c in Sources */, - 4D7B01080E9D55AF009A6919 /* prepare.c in Sources */, - 4D7B01090E9D55AF009A6919 /* printf.c in Sources */, - 4D7B010A0E9D55AF009A6919 /* random.c in Sources */, - 4D7B010B0E9D55AF009A6919 /* select.c in Sources */, - 4D7FA8430F1419E0004F1B19 /* status.c in Sources */, - 4D7B01120E9D55AF009A6919 /* table.c in Sources */, - 4D7B01130E9D55AF009A6919 /* tokenize.c in Sources */, - 4D7B01140E9D55AF009A6919 /* trigger.c in Sources */, - 4D7B01150E9D55AF009A6919 /* update.c in Sources */, - 4D7B01160E9D55AF009A6919 /* utf.c in Sources */, - 4D7B01170E9D55AF009A6919 /* util.c in Sources */, - 4D7B01180E9D55AF009A6919 /* vacuum.c in Sources */, - 4D7B01190E9D55AF009A6919 /* vdbe.c in Sources */, - 4D7B011B0E9D55AF009A6919 /* vdbeapi.c in Sources */, - 4D7B011C0E9D55AF009A6919 /* vdbeaux.c in Sources */, - 4D7FA8440F1419E0004F1B19 /* vdbeblob.c in Sources */, - 4D7B011D0E9D55AF009A6919 /* vdbefifo.c in Sources */, - 4D7B011F0E9D55AF009A6919 /* vdbemem.c in Sources */, - 4D7B01200E9D55AF009A6919 /* vtab.c in Sources */, - 4D7B01210E9D55AF009A6919 /* where.c in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXSourcesBuildPhase section */ - -/* Begin XCBuildConfiguration section */ - 4D7B00650E9D54EA009A6919 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 4D7B00770E9D5520009A6919 /* debug.xcconfig */; - buildSettings = { - XCODEPROJ_DEPTH = ../..; - }; - name = Debug; - }; - 4D7B00660E9D54EA009A6919 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 4D7B00790E9D5520009A6919 /* release.xcconfig */; - buildSettings = { - XCODEPROJ_DEPTH = ../..; - }; - name = Release; - }; - 4D7B00810E9D5539009A6919 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 4D7B007A0E9D5520009A6919 /* staticlib.xcconfig */; - buildSettings = { - GCC_PREPROCESSOR_DEFINITIONS = ( - "$(GCC_PREPROCESSOR_DEFINITIONS)", - SQLITE_ENABLE_FTS2, - SQLITE_ENABLE_BROKEN_FTS2, - SQLITE_ENABLE_ICU, - SQLITE_ENABLE_SECURE_DELETE, - THREADSAFE, - "_HAS_EXCEPTIONS=0", - ); - GCC_TREAT_WARNINGS_AS_ERRORS = NO; - HEADER_SEARCH_PATHS = ( - "$(HEADER_SEARCH_PATHS)", - preprocessed, - src, - ../icu38/public/common, - ../icu38/public/i18n, - ); - PRODUCT_NAME = sqlite; - }; - name = Debug; - }; - 4D7B00820E9D5539009A6919 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 4D7B007A0E9D5520009A6919 /* staticlib.xcconfig */; - buildSettings = { - GCC_PREPROCESSOR_DEFINITIONS = ( - "$(GCC_PREPROCESSOR_DEFINITIONS)", - SQLITE_ENABLE_FTS2, - SQLITE_ENABLE_BROKEN_FTS2, - SQLITE_ENABLE_ICU, - SQLITE_ENABLE_SECURE_DELETE, - THREADSAFE, - "_HAS_EXCEPTIONS=0", - ); - GCC_TREAT_WARNINGS_AS_ERRORS = NO; - HEADER_SEARCH_PATHS = ( - "$(HEADER_SEARCH_PATHS)", - preprocessed, - src, - ../icu38/public/common, - ../icu38/public/i18n, - ); - PRODUCT_NAME = sqlite; - }; - name = Release; - }; -/* End XCBuildConfiguration section */ - -/* Begin XCConfigurationList section */ - 4D7B00670E9D54EA009A6919 /* Build configuration list for PBXProject "sqlite" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 4D7B00650E9D54EA009A6919 /* Debug */, - 4D7B00660E9D54EA009A6919 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 4D7B00830E9D5539009A6919 /* Build configuration list for PBXNativeTarget "sqlite" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 4D7B00810E9D5539009A6919 /* Debug */, - 4D7B00820E9D5539009A6919 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; -/* End XCConfigurationList section */ - }; - rootObject = 4D7B00640E9D54EA009A6919 /* Project object */; -} diff --git a/third_party/zlib/zlib.xcodeproj/project.pbxproj b/third_party/zlib/zlib.xcodeproj/project.pbxproj deleted file mode 100644 index 2394fd0..0000000 --- a/third_party/zlib/zlib.xcodeproj/project.pbxproj +++ /dev/null @@ -1,265 +0,0 @@ -// !$*UTF8*$! -{ - archiveVersion = 1; - classes = { - }; - objectVersion = 45; - objects = { - -/* Begin PBXBuildFile section */ - 82AB5D830D8044BE005B920B /* adler32.c in Sources */ = {isa = PBXBuildFile; fileRef = 82AB5D6C0D8044BE005B920B /* adler32.c */; }; - 82AB5D840D8044BE005B920B /* compress.c in Sources */ = {isa = PBXBuildFile; fileRef = 82AB5D6D0D8044BE005B920B /* compress.c */; }; - 82AB5D850D8044BE005B920B /* crc32.c in Sources */ = {isa = PBXBuildFile; fileRef = 82AB5D6E0D8044BE005B920B /* crc32.c */; }; - 82AB5D870D8044BE005B920B /* deflate.c in Sources */ = {isa = PBXBuildFile; fileRef = 82AB5D700D8044BE005B920B /* deflate.c */; }; - 82AB5D890D8044BE005B920B /* gzio.c in Sources */ = {isa = PBXBuildFile; fileRef = 82AB5D720D8044BE005B920B /* gzio.c */; }; - 82AB5D8A0D8044BE005B920B /* infback.c in Sources */ = {isa = PBXBuildFile; fileRef = 82AB5D730D8044BE005B920B /* infback.c */; }; - 82AB5D8B0D8044BE005B920B /* inffast.c in Sources */ = {isa = PBXBuildFile; fileRef = 82AB5D740D8044BE005B920B /* inffast.c */; }; - 82AB5D8E0D8044BE005B920B /* inflate.c in Sources */ = {isa = PBXBuildFile; fileRef = 82AB5D770D8044BE005B920B /* inflate.c */; }; - 82AB5D900D8044BE005B920B /* inftrees.c in Sources */ = {isa = PBXBuildFile; fileRef = 82AB5D790D8044BE005B920B /* inftrees.c */; }; - 82AB5D930D8044BE005B920B /* trees.c in Sources */ = {isa = PBXBuildFile; fileRef = 82AB5D7C0D8044BE005B920B /* trees.c */; }; - 82AB5D950D8044BE005B920B /* uncompr.c in Sources */ = {isa = PBXBuildFile; fileRef = 82AB5D7E0D8044BE005B920B /* uncompr.c */; }; - 82AB5D980D8044BE005B920B /* zutil.c in Sources */ = {isa = PBXBuildFile; fileRef = 82AB5D810D8044BE005B920B /* zutil.c */; }; - A57282C70F31209800384E1B /* ioapi.c in Sources */ = {isa = PBXBuildFile; fileRef = A57282C50F31209800384E1B /* ioapi.c */; }; - A57282CA0F3120AE00384E1B /* unzip.c in Sources */ = {isa = PBXBuildFile; fileRef = A57282C80F3120AE00384E1B /* unzip.c */; }; -/* End PBXBuildFile section */ - -/* Begin PBXFileReference section */ - 7BA0163D0E5A1E0700044150 /* common.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = common.xcconfig; sourceTree = "<group>"; }; - 7BA0163E0E5A1E0700044150 /* debug.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = debug.xcconfig; sourceTree = "<group>"; }; - 7BA0163F0E5A1E0700044150 /* executable.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = executable.xcconfig; sourceTree = "<group>"; }; - 7BA016400E5A1E0700044150 /* release.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = release.xcconfig; sourceTree = "<group>"; }; - 7BA016410E5A1E0700044150 /* staticlib.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = staticlib.xcconfig; sourceTree = "<group>"; }; - 82AB5D6C0D8044BE005B920B /* adler32.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = adler32.c; sourceTree = "<group>"; }; - 82AB5D6D0D8044BE005B920B /* compress.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = compress.c; sourceTree = "<group>"; }; - 82AB5D6E0D8044BE005B920B /* crc32.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = crc32.c; sourceTree = "<group>"; }; - 82AB5D6F0D8044BE005B920B /* crc32.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = crc32.h; sourceTree = "<group>"; }; - 82AB5D700D8044BE005B920B /* deflate.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = deflate.c; sourceTree = "<group>"; }; - 82AB5D710D8044BE005B920B /* deflate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = deflate.h; sourceTree = "<group>"; }; - 82AB5D720D8044BE005B920B /* gzio.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = gzio.c; sourceTree = "<group>"; }; - 82AB5D730D8044BE005B920B /* infback.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = infback.c; sourceTree = "<group>"; }; - 82AB5D740D8044BE005B920B /* inffast.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = inffast.c; sourceTree = "<group>"; }; - 82AB5D750D8044BE005B920B /* inffast.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = inffast.h; sourceTree = "<group>"; }; - 82AB5D760D8044BE005B920B /* inffixed.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = inffixed.h; sourceTree = "<group>"; }; - 82AB5D770D8044BE005B920B /* inflate.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = inflate.c; sourceTree = "<group>"; }; - 82AB5D780D8044BE005B920B /* inflate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = inflate.h; sourceTree = "<group>"; }; - 82AB5D790D8044BE005B920B /* inftrees.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = inftrees.c; sourceTree = "<group>"; }; - 82AB5D7A0D8044BE005B920B /* inftrees.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = inftrees.h; sourceTree = "<group>"; }; - 82AB5D7B0D8044BE005B920B /* mozzconf.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = mozzconf.h; sourceTree = "<group>"; }; - 82AB5D7C0D8044BE005B920B /* trees.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = trees.c; sourceTree = "<group>"; }; - 82AB5D7D0D8044BE005B920B /* trees.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = trees.h; sourceTree = "<group>"; }; - 82AB5D7E0D8044BE005B920B /* uncompr.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = uncompr.c; sourceTree = "<group>"; }; - 82AB5D7F0D8044BE005B920B /* zconf.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = zconf.h; sourceTree = "<group>"; }; - 82AB5D800D8044BE005B920B /* zlib.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = zlib.h; sourceTree = "<group>"; }; - 82AB5D810D8044BE005B920B /* zutil.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = zutil.c; sourceTree = "<group>"; }; - 82AB5D820D8044BE005B920B /* zutil.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = zutil.h; sourceTree = "<group>"; }; - A57282C50F31209800384E1B /* ioapi.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = ioapi.c; path = contrib/minizip/ioapi.c; sourceTree = "<group>"; }; - A57282C60F31209800384E1B /* ioapi.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ioapi.h; path = contrib/minizip/ioapi.h; sourceTree = "<group>"; }; - A57282C80F3120AE00384E1B /* unzip.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = unzip.c; path = contrib/minizip/unzip.c; sourceTree = "<group>"; }; - A57282C90F3120AE00384E1B /* unzip.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = unzip.h; path = contrib/minizip/unzip.h; sourceTree = "<group>"; }; - D2AAC046055464E500DB518D /* libzlib.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libzlib.a; sourceTree = BUILT_PRODUCTS_DIR; }; -/* End PBXFileReference section */ - -/* Begin PBXFrameworksBuildPhase section */ - D289987405E68DCB004EDB86 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXFrameworksBuildPhase section */ - -/* Begin PBXGroup section */ - 08FB7794FE84155DC02AAC07 /* zlib */ = { - isa = PBXGroup; - children = ( - 7BA0163A0E5A1DE300044150 /* Configuration */, - 08FB7795FE84155DC02AAC07 /* Source */, - 1AB674ADFE9D54B511CA2CBB /* Products */, - ); - name = zlib; - sourceTree = "<group>"; - }; - 08FB7795FE84155DC02AAC07 /* Source */ = { - isa = PBXGroup; - children = ( - A57282C40F31208700384E1B /* minizip */, - 82AB5D6C0D8044BE005B920B /* adler32.c */, - 82AB5D6D0D8044BE005B920B /* compress.c */, - 82AB5D6E0D8044BE005B920B /* crc32.c */, - 82AB5D6F0D8044BE005B920B /* crc32.h */, - 82AB5D700D8044BE005B920B /* deflate.c */, - 82AB5D710D8044BE005B920B /* deflate.h */, - 82AB5D720D8044BE005B920B /* gzio.c */, - 82AB5D730D8044BE005B920B /* infback.c */, - 82AB5D740D8044BE005B920B /* inffast.c */, - 82AB5D750D8044BE005B920B /* inffast.h */, - 82AB5D760D8044BE005B920B /* inffixed.h */, - 82AB5D770D8044BE005B920B /* inflate.c */, - 82AB5D780D8044BE005B920B /* inflate.h */, - 82AB5D790D8044BE005B920B /* inftrees.c */, - 82AB5D7A0D8044BE005B920B /* inftrees.h */, - 82AB5D7B0D8044BE005B920B /* mozzconf.h */, - 82AB5D7C0D8044BE005B920B /* trees.c */, - 82AB5D7D0D8044BE005B920B /* trees.h */, - 82AB5D7E0D8044BE005B920B /* uncompr.c */, - 82AB5D7F0D8044BE005B920B /* zconf.h */, - 82AB5D800D8044BE005B920B /* zlib.h */, - 82AB5D810D8044BE005B920B /* zutil.c */, - 82AB5D820D8044BE005B920B /* zutil.h */, - ); - name = Source; - sourceTree = "<group>"; - }; - 1AB674ADFE9D54B511CA2CBB /* Products */ = { - isa = PBXGroup; - children = ( - D2AAC046055464E500DB518D /* libzlib.a */, - ); - name = Products; - sourceTree = "<group>"; - }; - 7BA0163A0E5A1DE300044150 /* Configuration */ = { - isa = PBXGroup; - children = ( - 7BA0163D0E5A1E0700044150 /* common.xcconfig */, - 7BA0163E0E5A1E0700044150 /* debug.xcconfig */, - 7BA0163F0E5A1E0700044150 /* executable.xcconfig */, - 7BA016400E5A1E0700044150 /* release.xcconfig */, - 7BA016410E5A1E0700044150 /* staticlib.xcconfig */, - ); - name = Configuration; - path = ../../build; - sourceTree = "<group>"; - }; - A57282C40F31208700384E1B /* minizip */ = { - isa = PBXGroup; - children = ( - A57282C80F3120AE00384E1B /* unzip.c */, - A57282C90F3120AE00384E1B /* unzip.h */, - A57282C50F31209800384E1B /* ioapi.c */, - A57282C60F31209800384E1B /* ioapi.h */, - ); - name = minizip; - sourceTree = "<group>"; - }; -/* End PBXGroup section */ - -/* Begin PBXNativeTarget section */ - D2AAC045055464E500DB518D /* zlib */ = { - isa = PBXNativeTarget; - buildConfigurationList = 1DEB91EB08733DB70010E9CD /* Build configuration list for PBXNativeTarget "zlib" */; - buildPhases = ( - D2AAC044055464E500DB518D /* Sources */, - D289987405E68DCB004EDB86 /* Frameworks */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = zlib; - productName = zlib; - productReference = D2AAC046055464E500DB518D /* libzlib.a */; - productType = "com.apple.product-type.library.static"; - }; -/* End PBXNativeTarget section */ - -/* Begin PBXProject section */ - 08FB7793FE84155DC02AAC07 /* Project object */ = { - isa = PBXProject; - buildConfigurationList = 1DEB91EF08733DB70010E9CD /* Build configuration list for PBXProject "zlib" */; - compatibilityVersion = "Xcode 3.1"; - hasScannedForEncodings = 1; - mainGroup = 08FB7794FE84155DC02AAC07 /* zlib */; - projectDirPath = ""; - projectRoot = ""; - targets = ( - D2AAC045055464E500DB518D /* zlib */, - ); - }; -/* End PBXProject section */ - -/* Begin PBXSourcesBuildPhase section */ - D2AAC044055464E500DB518D /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 82AB5D830D8044BE005B920B /* adler32.c in Sources */, - 82AB5D840D8044BE005B920B /* compress.c in Sources */, - 82AB5D850D8044BE005B920B /* crc32.c in Sources */, - 82AB5D870D8044BE005B920B /* deflate.c in Sources */, - 82AB5D890D8044BE005B920B /* gzio.c in Sources */, - 82AB5D8A0D8044BE005B920B /* infback.c in Sources */, - 82AB5D8B0D8044BE005B920B /* inffast.c in Sources */, - 82AB5D8E0D8044BE005B920B /* inflate.c in Sources */, - 82AB5D900D8044BE005B920B /* inftrees.c in Sources */, - 82AB5D930D8044BE005B920B /* trees.c in Sources */, - 82AB5D950D8044BE005B920B /* uncompr.c in Sources */, - 82AB5D980D8044BE005B920B /* zutil.c in Sources */, - A57282C70F31209800384E1B /* ioapi.c in Sources */, - A57282CA0F3120AE00384E1B /* unzip.c in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXSourcesBuildPhase section */ - -/* Begin XCBuildConfiguration section */ - 1DEB91EC08733DB70010E9CD /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 7BA016410E5A1E0700044150 /* staticlib.xcconfig */; - buildSettings = { - HEADER_SEARCH_PATHS = "\"${PROJECT_DIR}/../..\""; - PRODUCT_NAME = zlib; - }; - name = Debug; - }; - 1DEB91ED08733DB70010E9CD /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 7BA016410E5A1E0700044150 /* staticlib.xcconfig */; - buildSettings = { - HEADER_SEARCH_PATHS = "\"${PROJECT_DIR}/../..\""; - PRODUCT_NAME = zlib; - }; - name = Release; - }; - 1DEB91F008733DB70010E9CD /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 7BA0163E0E5A1E0700044150 /* debug.xcconfig */; - buildSettings = { - XCODEPROJ_DEPTH = ../..; - }; - name = Debug; - }; - 1DEB91F108733DB70010E9CD /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 7BA016400E5A1E0700044150 /* release.xcconfig */; - buildSettings = { - XCODEPROJ_DEPTH = ../..; - }; - name = Release; - }; -/* End XCBuildConfiguration section */ - -/* Begin XCConfigurationList section */ - 1DEB91EB08733DB70010E9CD /* Build configuration list for PBXNativeTarget "zlib" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 1DEB91EC08733DB70010E9CD /* Debug */, - 1DEB91ED08733DB70010E9CD /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 1DEB91EF08733DB70010E9CD /* Build configuration list for PBXProject "zlib" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 1DEB91F008733DB70010E9CD /* Debug */, - 1DEB91F108733DB70010E9CD /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; -/* End XCConfigurationList section */ - }; - rootObject = 08FB7793FE84155DC02AAC07 /* Project object */; -} |