summaryrefslogtreecommitdiffstats
path: root/third_party/libxml
diff options
context:
space:
mode:
authormmentovai@google.com <mmentovai@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-08-22 04:03:51 +0000
committermmentovai@google.com <mmentovai@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-08-22 04:03:51 +0000
commit964f3eb4832e826919c37ce93a45af64f1bc0c42 (patch)
tree6370475f016e6eee97c6ea5b9ba4df097c1a5ff3 /third_party/libxml
parent39ce5c010efa8c10cb1bbb33ad5c82e6b24f093c (diff)
downloadchromium_src-964f3eb4832e826919c37ce93a45af64f1bc0c42.zip
chromium_src-964f3eb4832e826919c37ce93a45af64f1bc0c42.tar.gz
chromium_src-964f3eb4832e826919c37ce93a45af64f1bc0c42.tar.bz2
Move libjpeg and libxml Xcode projects over to our new happy family
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@1206 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/libxml')
-rw-r--r--third_party/libxml/libxml.xcodeproj/project.pbxproj (renamed from third_party/libxml/build/libxml.xcodeproj/project.pbxproj)550
1 files changed, 266 insertions, 284 deletions
diff --git a/third_party/libxml/build/libxml.xcodeproj/project.pbxproj b/third_party/libxml/libxml.xcodeproj/project.pbxproj
index d14c19c..b33084a 100644
--- a/third_party/libxml/build/libxml.xcodeproj/project.pbxproj
+++ b/third_party/libxml/libxml.xcodeproj/project.pbxproj
@@ -3,10 +3,23 @@
archiveVersion = 1;
classes = {
};
- objectVersion = 42;
+ 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" */;
@@ -21,15 +34,12 @@
/* End PBXAggregateTarget section */
/* Begin PBXBuildFile section */
- 7B12F4100D8EE25A00CB6E8F /* acconfig.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B12F2B30D8EE25900CB6E8F /* acconfig.h */; };
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 */; };
- 7B12F4900D8EE25A00CB6E8F /* config.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B12F36C0D8EE25900CB6E8F /* config.h */; };
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 */; };
- 7B12F4940D8EE25A00CB6E8F /* elfgcchack.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B12F3790D8EE25900CB6E8F /* elfgcchack.h */; };
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 */; };
@@ -37,55 +47,7 @@
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 */; };
- 7B12F49C0D8EE25A00CB6E8F /* c14n.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B12F3860D8EE25900CB6E8F /* c14n.h */; };
- 7B12F49D0D8EE25A00CB6E8F /* catalog.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B12F3870D8EE25900CB6E8F /* catalog.h */; };
- 7B12F49E0D8EE25A00CB6E8F /* chvalid.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B12F3880D8EE25900CB6E8F /* chvalid.h */; };
- 7B12F49F0D8EE25A00CB6E8F /* debugXML.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B12F3890D8EE25900CB6E8F /* debugXML.h */; };
- 7B12F4A00D8EE25A00CB6E8F /* dict.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B12F38A0D8EE25900CB6E8F /* dict.h */; };
- 7B12F4A10D8EE25A00CB6E8F /* DOCBparser.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B12F38B0D8EE25900CB6E8F /* DOCBparser.h */; };
- 7B12F4A20D8EE25A00CB6E8F /* encoding.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B12F38C0D8EE25900CB6E8F /* encoding.h */; };
- 7B12F4A30D8EE25A00CB6E8F /* entities.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B12F38D0D8EE25900CB6E8F /* entities.h */; };
- 7B12F4A40D8EE25A00CB6E8F /* globals.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B12F38E0D8EE25900CB6E8F /* globals.h */; };
- 7B12F4A50D8EE25A00CB6E8F /* hash.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B12F38F0D8EE25900CB6E8F /* hash.h */; };
- 7B12F4A60D8EE25A00CB6E8F /* HTMLparser.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B12F3900D8EE25900CB6E8F /* HTMLparser.h */; };
- 7B12F4A70D8EE25A00CB6E8F /* HTMLtree.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B12F3910D8EE25900CB6E8F /* HTMLtree.h */; };
- 7B12F4A80D8EE25A00CB6E8F /* list.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B12F3920D8EE25900CB6E8F /* list.h */; };
- 7B12F4A90D8EE25A00CB6E8F /* nanoftp.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B12F3930D8EE25900CB6E8F /* nanoftp.h */; };
- 7B12F4AA0D8EE25A00CB6E8F /* nanohttp.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B12F3940D8EE25900CB6E8F /* nanohttp.h */; };
- 7B12F4AB0D8EE25A00CB6E8F /* parser.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B12F3950D8EE25900CB6E8F /* parser.h */; };
- 7B12F4AC0D8EE25A00CB6E8F /* parserInternals.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B12F3960D8EE25900CB6E8F /* parserInternals.h */; };
- 7B12F4AD0D8EE25A00CB6E8F /* pattern.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B12F3970D8EE25900CB6E8F /* pattern.h */; };
- 7B12F4AE0D8EE25A00CB6E8F /* relaxng.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B12F3980D8EE25900CB6E8F /* relaxng.h */; };
- 7B12F4AF0D8EE25A00CB6E8F /* SAX.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B12F3990D8EE25900CB6E8F /* SAX.h */; };
- 7B12F4B00D8EE25A00CB6E8F /* SAX2.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B12F39A0D8EE25900CB6E8F /* SAX2.h */; };
- 7B12F4B10D8EE25A00CB6E8F /* schemasInternals.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B12F39B0D8EE25900CB6E8F /* schemasInternals.h */; };
- 7B12F4B20D8EE25A00CB6E8F /* schematron.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B12F39C0D8EE25900CB6E8F /* schematron.h */; };
- 7B12F4B30D8EE25A00CB6E8F /* threads.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B12F39D0D8EE25900CB6E8F /* threads.h */; };
- 7B12F4B40D8EE25A00CB6E8F /* tree.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B12F39E0D8EE25900CB6E8F /* tree.h */; };
- 7B12F4B50D8EE25A00CB6E8F /* uri.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B12F39F0D8EE25900CB6E8F /* uri.h */; };
- 7B12F4B60D8EE25A00CB6E8F /* valid.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B12F3A00D8EE25900CB6E8F /* valid.h */; };
- 7B12F4B70D8EE25A00CB6E8F /* xinclude.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B12F3A10D8EE25900CB6E8F /* xinclude.h */; };
- 7B12F4B80D8EE25A00CB6E8F /* xlink.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B12F3A20D8EE25900CB6E8F /* xlink.h */; };
- 7B12F4B90D8EE25A00CB6E8F /* xmlautomata.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B12F3A30D8EE25900CB6E8F /* xmlautomata.h */; };
- 7B12F4BA0D8EE25A00CB6E8F /* xmlerror.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B12F3A40D8EE25900CB6E8F /* xmlerror.h */; };
- 7B12F4BB0D8EE25A00CB6E8F /* xmlexports.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B12F3A50D8EE25900CB6E8F /* xmlexports.h */; };
- 7B12F4BC0D8EE25A00CB6E8F /* xmlIO.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B12F3A60D8EE25900CB6E8F /* xmlIO.h */; };
- 7B12F4BD0D8EE25A00CB6E8F /* xmlmemory.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B12F3A70D8EE25900CB6E8F /* xmlmemory.h */; };
- 7B12F4BE0D8EE25A00CB6E8F /* xmlmodule.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B12F3A80D8EE25900CB6E8F /* xmlmodule.h */; };
- 7B12F4BF0D8EE25A00CB6E8F /* xmlreader.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B12F3A90D8EE25900CB6E8F /* xmlreader.h */; };
- 7B12F4C00D8EE25A00CB6E8F /* xmlregexp.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B12F3AA0D8EE25900CB6E8F /* xmlregexp.h */; };
- 7B12F4C10D8EE25A00CB6E8F /* xmlsave.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B12F3AB0D8EE25900CB6E8F /* xmlsave.h */; };
- 7B12F4C20D8EE25A00CB6E8F /* xmlschemas.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B12F3AC0D8EE25900CB6E8F /* xmlschemas.h */; };
- 7B12F4C30D8EE25A00CB6E8F /* xmlschemastypes.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B12F3AD0D8EE25900CB6E8F /* xmlschemastypes.h */; };
- 7B12F4C40D8EE25A00CB6E8F /* xmlstring.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B12F3AE0D8EE25900CB6E8F /* xmlstring.h */; };
- 7B12F4C50D8EE25A00CB6E8F /* xmlunicode.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B12F3AF0D8EE25900CB6E8F /* xmlunicode.h */; };
- 7B12F4C60D8EE25A00CB6E8F /* xmlversion.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B12F3B00D8EE25900CB6E8F /* xmlversion.h */; };
- 7B12F4C70D8EE25A00CB6E8F /* xmlwriter.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B12F3B20D8EE25900CB6E8F /* xmlwriter.h */; };
- 7B12F4C80D8EE25A00CB6E8F /* xpath.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B12F3B30D8EE25900CB6E8F /* xpath.h */; };
- 7B12F4C90D8EE25A00CB6E8F /* xpathInternals.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B12F3B40D8EE25900CB6E8F /* xpathInternals.h */; };
- 7B12F4CA0D8EE25A00CB6E8F /* xpointer.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B12F3B50D8EE25900CB6E8F /* xpointer.h */; };
7B12F4CD0D8EE25A00CB6E8F /* legacy.c in Sources */ = {isa = PBXBuildFile; fileRef = 7B12F3BA0D8EE25900CB6E8F /* legacy.c */; };
- 7B12F4CE0D8EE25A00CB6E8F /* libxml.h in Headers */ = {isa = PBXBuildFile; fileRef = 7B12F3BD0D8EE25900CB6E8F /* libxml.h */; };
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 */; };
@@ -117,14 +79,14 @@
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 */; };
- 7B12F5640D8EEA0800CB6E8F /* libz.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 7B12F5630D8EEA0800CB6E8F /* libz.dylib */; };
- 7B12F5830D8EEAB300CB6E8F /* libicuuc.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 7B12F5780D8EEA7E00CB6E8F /* libicuuc.a */; };
- 7B12F5850D8EEAC100CB6E8F /* libicudata.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 7B12F5820D8EEA7E00CB6E8F /* libicudata.dylib */; };
7B12F5990D8EEB4A00CB6E8F /* xmllint.c in Sources */ = {isa = PBXBuildFile; fileRef = 7B12F5980D8EEB4A00CB6E8F /* xmllint.c */; };
7B12F59F0D8EEB6900CB6E8F /* libxml.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 7B12F2AC0D8EE24200CB6E8F /* libxml.a */; };
- 7B12F5A10D8EEB7600CB6E8F /* libz.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 7B12F5630D8EEA0800CB6E8F /* libz.dylib */; };
- 7B12F5A30D8EEB7D00CB6E8F /* libicuuc.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 7B12F5780D8EEA7E00CB6E8F /* libicuuc.a */; };
- 7B12F5A50D8EEB8100CB6E8F /* libicudata.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = 7B12F5820D8EEA7E00CB6E8F /* libicudata.dylib */; };
+ 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 */
@@ -142,96 +104,131 @@
remoteGlobalIDString = 7B12F2AB0D8EE24200CB6E8F;
remoteInfo = xml;
};
- 7B12F5750D8EEA7E00CB6E8F /* PBXContainerItemProxy */ = {
+ 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 = 7BD5408B0D6F743F003CD41E;
- remoteInfo = icudata_stub;
+ remoteGlobalIDString = 7BD540D60D6F7EFE003CD41E;
+ remoteInfo = genccode;
};
- 7B12F5770D8EEA7E00CB6E8F /* PBXContainerItemProxy */ = {
+ 7B466A6D0E5E383D00C91F63 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 7B12F5680D8EEA7E00CB6E8F /* icu.xcodeproj */;
proxyType = 2;
- remoteGlobalIDString = 7BD53AAB0D6F6671003CD41E;
- remoteInfo = icuuc;
+ remoteGlobalIDString = 82C262C40DCF9411005CFE91;
+ remoteInfo = icudata;
+ };
+ 7B466A6F0E5E383D00C91F63 /* PBXContainerItemProxy */ = {
+ isa = PBXContainerItemProxy;
+ containerPortal = 7B12F5680D8EEA7E00CB6E8F /* icu.xcodeproj */;
+ proxyType = 2;
+ remoteGlobalIDString = 7BD5408B0D6F743F003CD41E;
+ remoteInfo = icudata_stub;
};
- 7B12F5790D8EEA7E00CB6E8F /* PBXContainerItemProxy */ = {
+ 7B466A710E5E383D00C91F63 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 7B12F5680D8EEA7E00CB6E8F /* icu.xcodeproj */;
proxyType = 2;
remoteGlobalIDString = 7BD53EA60D6F6FC7003CD41E;
remoteInfo = icui18n;
};
- 7B12F57B0D8EEA7E00CB6E8F /* PBXContainerItemProxy */ = {
+ 7B466A730E5E383D00C91F63 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 7B12F5680D8EEA7E00CB6E8F /* icu.xcodeproj */;
proxyType = 2;
remoteGlobalIDString = 7BD540260D6F727B003CD41E;
remoteInfo = icutu;
};
- 7B12F57D0D8EEA7E00CB6E8F /* PBXContainerItemProxy */ = {
+ 7B466A750E5E383D00C91F63 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 7B12F5680D8EEA7E00CB6E8F /* icu.xcodeproj */;
proxyType = 2;
- remoteGlobalIDString = 7BD540D60D6F7EFE003CD41E;
- remoteInfo = genccode;
+ remoteGlobalIDString = 7BD53AAB0D6F6671003CD41E;
+ remoteInfo = icuuc;
};
- 7B12F57F0D8EEA7E00CB6E8F /* PBXContainerItemProxy */ = {
+ 7B466A770E5E383D00C91F63 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 7B12F5680D8EEA7E00CB6E8F /* icu.xcodeproj */;
proxyType = 2;
remoteGlobalIDString = 7BD5410E0D6F8457003CD41E;
remoteInfo = icupkg;
};
- 7B12F5810D8EEA7E00CB6E8F /* PBXContainerItemProxy */ = {
+ 7B466A7D0E5E385900C91F63 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = 7B12F5680D8EEA7E00CB6E8F /* icu.xcodeproj */;
+ containerPortal = 7B466A790E5E385900C91F63 /* zlib.xcodeproj */;
proxyType = 2;
- remoteGlobalIDString = 7BD540FB0D6F8397003CD41E;
- remoteInfo = icudata;
+ remoteGlobalIDString = D2AAC046055464E500DB518D;
+ remoteInfo = zlib;
};
- 7B12F5870D8EEACE00CB6E8F /* PBXContainerItemProxy */ = {
+ 7B466AB70E5E3AB400C91F63 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = 7B12F5680D8EEA7E00CB6E8F /* icu.xcodeproj */;
+ containerPortal = 7BE970460D872C5400F86D4B /* Project object */;
proxyType = 1;
- remoteGlobalIDString = 7BD53AAA0D6F6671003CD41E;
- remoteInfo = icuuc;
+ remoteGlobalIDString = 7B12F2AB0D8EE24200CB6E8F /* xml */;
+ remoteInfo = xml;
};
- 7B12F5890D8EEACE00CB6E8F /* PBXContainerItemProxy */ = {
+ 7B466AB90E5E3AB400C91F63 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
- containerPortal = 7B12F5680D8EEA7E00CB6E8F /* icu.xcodeproj */;
+ containerPortal = 7BE970460D872C5400F86D4B /* Project object */;
proxyType = 1;
- remoteGlobalIDString = 7BD540FA0D6F8397003CD41E;
- remoteInfo = icudata;
+ remoteGlobalIDString = 7B12F54D0D8EE8E400CB6E8F /* xmlcatalog */;
+ remoteInfo = xmlcatalog;
};
- 7B12F59D0D8EEB5E00CB6E8F /* PBXContainerItemProxy */ = {
+ 7B466ABB0E5E3AB400C91F63 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 7BE970460D872C5400F86D4B /* Project object */;
proxyType = 1;
- remoteGlobalIDString = 7B12F2AB0D8EE24200CB6E8F;
- remoteInfo = xml;
+ remoteGlobalIDString = 7B12F58E0D8EEB2F00CB6E8F /* xmllint */;
+ remoteInfo = xmllint;
+ };
+ 7B466AD60E5E3BB200C91F63 /* PBXContainerItemProxy */ = {
+ isa = PBXContainerItemProxy;
+ containerPortal = 7B466A790E5E385900C91F63 /* zlib.xcodeproj */;
+ proxyType = 1;
+ remoteGlobalIDString = D2AAC045055464E500DB518D /* zlib */;
+ remoteInfo = zlib;
+ };
+ 7B466ADF0E5E3BEA00C91F63 /* PBXContainerItemProxy */ = {
+ isa = PBXContainerItemProxy;
+ containerPortal = 7B12F5680D8EEA7E00CB6E8F /* icu.xcodeproj */;
+ proxyType = 1;
+ remoteGlobalIDString = 82C262C30DCF9411005CFE91 /* icudata */;
+ remoteInfo = icudata;
};
- 7B12F5A60D8EEB8800CB6E8F /* PBXContainerItemProxy */ = {
+ 7B466AE10E5E3BEA00C91F63 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 7B12F5680D8EEA7E00CB6E8F /* icu.xcodeproj */;
proxyType = 1;
- remoteGlobalIDString = 7BD53AAA0D6F6671003CD41E;
+ remoteGlobalIDString = 7BD53AAA0D6F6671003CD41E /* icuuc */;
remoteInfo = icuuc;
};
- 7B12F5A80D8EEB8800CB6E8F /* PBXContainerItemProxy */ = {
+ 7B466AEA0E5E3C1B00C91F63 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 7B12F5680D8EEA7E00CB6E8F /* icu.xcodeproj */;
proxyType = 1;
- remoteGlobalIDString = 7BD540FA0D6F8397003CD41E;
+ remoteGlobalIDString = 82C262C30DCF9411005CFE91 /* icudata */;
remoteInfo = icudata;
};
- 7B42A8750DE2292000659DE0 /* PBXContainerItemProxy */ = {
+ 7B466AEC0E5E3C1B00C91F63 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 7B12F5680D8EEA7E00CB6E8F /* icu.xcodeproj */;
- proxyType = 2;
- remoteGlobalIDString = 82C262C40DCF9411005CFE91 /* libicudatastatic.a */;
- remoteInfo = icudatastatic;
+ proxyType = 1;
+ remoteGlobalIDString = 7BD53AAA0D6F6671003CD41E /* icuuc */;
+ remoteInfo = icuuc;
+ };
+ 7B466AEE0E5E3C1B00C91F63 /* PBXContainerItemProxy */ = {
+ isa = PBXContainerItemProxy;
+ containerPortal = 7B466A790E5E385900C91F63 /* zlib.xcodeproj */;
+ proxyType = 1;
+ remoteGlobalIDString = D2AAC045055464E500DB518D /* zlib */;
+ remoteInfo = zlib;
};
/* End PBXContainerItemProxy section */
@@ -241,7 +238,6 @@
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>"; };
- 7B12F36C0D8EE25900CB6E8F /* config.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = config.h; 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>"; };
@@ -296,7 +292,6 @@
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>"; };
- 7B12F3B00D8EE25900CB6E8F /* xmlversion.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = xmlversion.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>"; };
@@ -335,10 +330,15 @@
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>"; };
- 7B12F5630D8EEA0800CB6E8F /* libz.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libz.dylib; path = /usr/lib/libz.dylib; sourceTree = "<absolute>"; };
- 7B12F5680D8EEA7E00CB6E8F /* icu.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = icu.xcodeproj; path = ../../icu38/build/icu.xcodeproj; sourceTree = SOURCE_ROOT; };
+ 7B12F5680D8EEA7E00CB6E8F /* icu.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = icu.xcodeproj; path = third_party/icu38/build/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 */
@@ -353,10 +353,10 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
+ 7B466ADE0E5E3BE200C91F63 /* libicudata.a in Frameworks */,
+ 7B466ADB0E5E3BD800C91F63 /* libicuuc.a in Frameworks */,
7B12F55A0D8EE93300CB6E8F /* libxml.a in Frameworks */,
- 7B12F5830D8EEAB300CB6E8F /* libicuuc.a in Frameworks */,
- 7B12F5850D8EEAC100CB6E8F /* libicudata.dylib in Frameworks */,
- 7B12F5640D8EEA0800CB6E8F /* libz.dylib in Frameworks */,
+ 7B466AD80E5E3BC200C91F63 /* libzlib.a in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
@@ -364,10 +364,10 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
+ 7B466AE70E5E3C1000C91F63 /* libicudata.a in Frameworks */,
+ 7B466AE80E5E3C1000C91F63 /* libicuuc.a in Frameworks */,
7B12F59F0D8EEB6900CB6E8F /* libxml.a in Frameworks */,
- 7B12F5A10D8EEB7600CB6E8F /* libz.dylib in Frameworks */,
- 7B12F5A30D8EEB7D00CB6E8F /* libicuuc.a in Frameworks */,
- 7B12F5A50D8EEB8100CB6E8F /* libicudata.dylib in Frameworks */,
+ 7B466AE90E5E3C1000C91F63 /* libzlib.a in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
@@ -382,7 +382,6 @@
7B12F3620D8EE25900CB6E8F /* c14n.c */,
7B12F3630D8EE25900CB6E8F /* catalog.c */,
7B12F36A0D8EE25900CB6E8F /* chvalid.c */,
- 7B12F36C0D8EE25900CB6E8F /* config.h */,
7B12F36D0D8EE25900CB6E8F /* config.h.in */,
7B12F3750D8EE25900CB6E8F /* debugXML.c */,
7B12F3770D8EE25900CB6E8F /* dict.c */,
@@ -430,8 +429,7 @@
7B12F40F0D8EE25A00CB6E8F /* xpointer.c */,
);
name = Source;
- path = ..;
- sourceTree = SOURCE_ROOT;
+ sourceTree = "<group>";
};
7B12F3840D8EE25900CB6E8F /* include */ = {
isa = PBXGroup;
@@ -486,7 +484,6 @@
7B12F3AD0D8EE25900CB6E8F /* xmlschemastypes.h */,
7B12F3AE0D8EE25900CB6E8F /* xmlstring.h */,
7B12F3AF0D8EE25900CB6E8F /* xmlunicode.h */,
- 7B12F3B00D8EE25900CB6E8F /* xmlversion.h */,
7B12F3B10D8EE25900CB6E8F /* xmlversion.h.in */,
7B12F3B20D8EE25900CB6E8F /* xmlwriter.h */,
7B12F3B30D8EE25900CB6E8F /* xpath.h */,
@@ -496,26 +493,47 @@
path = libxml;
sourceTree = "<group>";
};
- 7B12F5620D8EE9DE00CB6E8F /* Libraries */ = {
+ 7B12F5620D8EE9DE00CB6E8F /* Projects */ = {
isa = PBXGroup;
children = (
7B12F5680D8EEA7E00CB6E8F /* icu.xcodeproj */,
- 7B12F5630D8EEA0800CB6E8F /* libz.dylib */,
+ 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 = Libraries;
+ name = Products;
sourceTree = "<group>";
};
- 7B12F5690D8EEA7E00CB6E8F /* Products */ = {
+ 7B466A7A0E5E385900C91F63 /* Products */ = {
isa = PBXGroup;
children = (
- 7B12F5760D8EEA7E00CB6E8F /* libicudata_stub.a */,
- 7B12F5780D8EEA7E00CB6E8F /* libicuuc.a */,
- 7B12F57A0D8EEA7E00CB6E8F /* libicui18n.a */,
- 7B12F57C0D8EEA7E00CB6E8F /* libicutu.a */,
- 7B12F57E0D8EEA7E00CB6E8F /* genccode */,
- 7B12F5800D8EEA7E00CB6E8F /* icupkg */,
- 7B12F5820D8EEA7E00CB6E8F /* libicudata.dylib */,
- 7B42A8760DE2292000659DE0 /* libicudatastatic.a */,
+ 7B466A7E0E5E385900C91F63 /* libzlib.a */,
);
name = Products;
sourceTree = "<group>";
@@ -523,8 +541,9 @@
7BE970440D872C5400F86D4B = {
isa = PBXGroup;
children = (
+ 7B466A5B0E5E37FC00C91F63 /* Configuration */,
7B12F2B10D8EE25900CB6E8F /* Source */,
- 7B12F5620D8EE9DE00CB6E8F /* Libraries */,
+ 7B12F5620D8EE9DE00CB6E8F /* Projects */,
7BE970620D87321900F86D4B /* Products */,
);
sourceTree = "<group>";
@@ -541,73 +560,11 @@
};
/* End PBXGroup section */
-/* Begin PBXHeadersBuildPhase section */
- 7B12F2A80D8EE24200CB6E8F /* Headers */ = {
- isa = PBXHeadersBuildPhase;
- buildActionMask = 2147483647;
- files = (
- 7B12F4100D8EE25A00CB6E8F /* acconfig.h in Headers */,
- 7B12F4900D8EE25A00CB6E8F /* config.h in Headers */,
- 7B12F4940D8EE25A00CB6E8F /* elfgcchack.h in Headers */,
- 7B12F49C0D8EE25A00CB6E8F /* c14n.h in Headers */,
- 7B12F49D0D8EE25A00CB6E8F /* catalog.h in Headers */,
- 7B12F49E0D8EE25A00CB6E8F /* chvalid.h in Headers */,
- 7B12F49F0D8EE25A00CB6E8F /* debugXML.h in Headers */,
- 7B12F4A00D8EE25A00CB6E8F /* dict.h in Headers */,
- 7B12F4A10D8EE25A00CB6E8F /* DOCBparser.h in Headers */,
- 7B12F4A20D8EE25A00CB6E8F /* encoding.h in Headers */,
- 7B12F4A30D8EE25A00CB6E8F /* entities.h in Headers */,
- 7B12F4A40D8EE25A00CB6E8F /* globals.h in Headers */,
- 7B12F4A50D8EE25A00CB6E8F /* hash.h in Headers */,
- 7B12F4A60D8EE25A00CB6E8F /* HTMLparser.h in Headers */,
- 7B12F4A70D8EE25A00CB6E8F /* HTMLtree.h in Headers */,
- 7B12F4A80D8EE25A00CB6E8F /* list.h in Headers */,
- 7B12F4A90D8EE25A00CB6E8F /* nanoftp.h in Headers */,
- 7B12F4AA0D8EE25A00CB6E8F /* nanohttp.h in Headers */,
- 7B12F4AB0D8EE25A00CB6E8F /* parser.h in Headers */,
- 7B12F4AC0D8EE25A00CB6E8F /* parserInternals.h in Headers */,
- 7B12F4AD0D8EE25A00CB6E8F /* pattern.h in Headers */,
- 7B12F4AE0D8EE25A00CB6E8F /* relaxng.h in Headers */,
- 7B12F4AF0D8EE25A00CB6E8F /* SAX.h in Headers */,
- 7B12F4B00D8EE25A00CB6E8F /* SAX2.h in Headers */,
- 7B12F4B10D8EE25A00CB6E8F /* schemasInternals.h in Headers */,
- 7B12F4B20D8EE25A00CB6E8F /* schematron.h in Headers */,
- 7B12F4B30D8EE25A00CB6E8F /* threads.h in Headers */,
- 7B12F4B40D8EE25A00CB6E8F /* tree.h in Headers */,
- 7B12F4B50D8EE25A00CB6E8F /* uri.h in Headers */,
- 7B12F4B60D8EE25A00CB6E8F /* valid.h in Headers */,
- 7B12F4B70D8EE25A00CB6E8F /* xinclude.h in Headers */,
- 7B12F4B80D8EE25A00CB6E8F /* xlink.h in Headers */,
- 7B12F4B90D8EE25A00CB6E8F /* xmlautomata.h in Headers */,
- 7B12F4BA0D8EE25A00CB6E8F /* xmlerror.h in Headers */,
- 7B12F4BB0D8EE25A00CB6E8F /* xmlexports.h in Headers */,
- 7B12F4BC0D8EE25A00CB6E8F /* xmlIO.h in Headers */,
- 7B12F4BD0D8EE25A00CB6E8F /* xmlmemory.h in Headers */,
- 7B12F4BE0D8EE25A00CB6E8F /* xmlmodule.h in Headers */,
- 7B12F4BF0D8EE25A00CB6E8F /* xmlreader.h in Headers */,
- 7B12F4C00D8EE25A00CB6E8F /* xmlregexp.h in Headers */,
- 7B12F4C10D8EE25A00CB6E8F /* xmlsave.h in Headers */,
- 7B12F4C20D8EE25A00CB6E8F /* xmlschemas.h in Headers */,
- 7B12F4C30D8EE25A00CB6E8F /* xmlschemastypes.h in Headers */,
- 7B12F4C40D8EE25A00CB6E8F /* xmlstring.h in Headers */,
- 7B12F4C50D8EE25A00CB6E8F /* xmlunicode.h in Headers */,
- 7B12F4C60D8EE25A00CB6E8F /* xmlversion.h in Headers */,
- 7B12F4C70D8EE25A00CB6E8F /* xmlwriter.h in Headers */,
- 7B12F4C80D8EE25A00CB6E8F /* xpath.h in Headers */,
- 7B12F4C90D8EE25A00CB6E8F /* xpathInternals.h in Headers */,
- 7B12F4CA0D8EE25A00CB6E8F /* xpointer.h in Headers */,
- 7B12F4CE0D8EE25A00CB6E8F /* libxml.h in Headers */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
-/* End PBXHeadersBuildPhase section */
-
/* Begin PBXNativeTarget section */
7B12F2AB0D8EE24200CB6E8F /* xml */ = {
isa = PBXNativeTarget;
buildConfigurationList = 7B12F5090D8EE25A00CB6E8F /* Build configuration list for PBXNativeTarget "xml" */;
buildPhases = (
- 7B12F2A80D8EE24200CB6E8F /* Headers */,
7B12F2A90D8EE24200CB6E8F /* Sources */,
7B12F2AA0D8EE24200CB6E8F /* Frameworks */,
);
@@ -631,9 +588,10 @@
buildRules = (
);
dependencies = (
+ 7B466AE20E5E3BEA00C91F63 /* PBXTargetDependency */,
+ 7B466AE00E5E3BEA00C91F63 /* PBXTargetDependency */,
7B12F5590D8EE92A00CB6E8F /* PBXTargetDependency */,
- 7B12F5880D8EEACE00CB6E8F /* PBXTargetDependency */,
- 7B12F58A0D8EEACE00CB6E8F /* PBXTargetDependency */,
+ 7B466AD70E5E3BB200C91F63 /* PBXTargetDependency */,
);
name = xmlcatalog;
productName = xmlcatalog;
@@ -650,9 +608,10 @@
buildRules = (
);
dependencies = (
+ 7B466AEB0E5E3C1B00C91F63 /* PBXTargetDependency */,
+ 7B466AED0E5E3C1B00C91F63 /* PBXTargetDependency */,
7B12F59E0D8EEB5E00CB6E8F /* PBXTargetDependency */,
- 7B12F5A70D8EEB8800CB6E8F /* PBXTargetDependency */,
- 7B12F5A90D8EEB8800CB6E8F /* PBXTargetDependency */,
+ 7B466AEF0E5E3C1B00C91F63 /* PBXTargetDependency */,
);
name = xmllint;
productName = xmllint;
@@ -665,19 +624,24 @@
7BE970460D872C5400F86D4B /* Project object */ = {
isa = PBXProject;
buildConfigurationList = 7BE970490D872C5400F86D4B /* Build configuration list for PBXProject "libxml" */;
- compatibilityVersion = "Xcode 2.4";
+ compatibilityVersion = "Xcode 3.1";
hasScannedForEncodings = 0;
mainGroup = 7BE970440D872C5400F86D4B;
productRefGroup = 7BE970620D87321900F86D4B /* Products */;
projectDirPath = "";
projectReferences = (
{
- ProductGroup = 7B12F5690D8EEA7E00CB6E8F /* Products */;
+ 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 */,
@@ -687,60 +651,60 @@
/* End PBXProject section */
/* Begin PBXReferenceProxy section */
- 7B12F5760D8EEA7E00CB6E8F /* libicudata_stub.a */ = {
+ 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_stub.a;
- remoteRef = 7B12F5750D8EEA7E00CB6E8F /* PBXContainerItemProxy */;
+ path = libicudata.a;
+ remoteRef = 7B466A6D0E5E383D00C91F63 /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
- 7B12F5780D8EEA7E00CB6E8F /* libicuuc.a */ = {
+ 7B466A700E5E383D00C91F63 /* libicudata_stub.a */ = {
isa = PBXReferenceProxy;
fileType = archive.ar;
- path = libicuuc.a;
- remoteRef = 7B12F5770D8EEA7E00CB6E8F /* PBXContainerItemProxy */;
+ path = libicudata_stub.a;
+ remoteRef = 7B466A6F0E5E383D00C91F63 /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
- 7B12F57A0D8EEA7E00CB6E8F /* libicui18n.a */ = {
+ 7B466A720E5E383D00C91F63 /* libicui18n.a */ = {
isa = PBXReferenceProxy;
fileType = archive.ar;
path = libicui18n.a;
- remoteRef = 7B12F5790D8EEA7E00CB6E8F /* PBXContainerItemProxy */;
+ remoteRef = 7B466A710E5E383D00C91F63 /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
- 7B12F57C0D8EEA7E00CB6E8F /* libicutu.a */ = {
+ 7B466A740E5E383D00C91F63 /* libicutu.a */ = {
isa = PBXReferenceProxy;
fileType = archive.ar;
path = libicutu.a;
- remoteRef = 7B12F57B0D8EEA7E00CB6E8F /* PBXContainerItemProxy */;
+ remoteRef = 7B466A730E5E383D00C91F63 /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
- 7B12F57E0D8EEA7E00CB6E8F /* genccode */ = {
+ 7B466A760E5E383D00C91F63 /* libicuuc.a */ = {
isa = PBXReferenceProxy;
- fileType = "compiled.mach-o.executable";
- path = genccode;
- remoteRef = 7B12F57D0D8EEA7E00CB6E8F /* PBXContainerItemProxy */;
+ fileType = archive.ar;
+ path = libicuuc.a;
+ remoteRef = 7B466A750E5E383D00C91F63 /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
- 7B12F5800D8EEA7E00CB6E8F /* icupkg */ = {
+ 7B466A780E5E383D00C91F63 /* icupkg */ = {
isa = PBXReferenceProxy;
fileType = "compiled.mach-o.executable";
path = icupkg;
- remoteRef = 7B12F57F0D8EEA7E00CB6E8F /* PBXContainerItemProxy */;
+ remoteRef = 7B466A770E5E383D00C91F63 /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
- 7B12F5820D8EEA7E00CB6E8F /* libicudata.dylib */ = {
- isa = PBXReferenceProxy;
- fileType = "compiled.mach-o.dylib";
- path = libicudata.dylib;
- remoteRef = 7B12F5810D8EEA7E00CB6E8F /* PBXContainerItemProxy */;
- sourceTree = BUILT_PRODUCTS_DIR;
- };
- 7B42A8760DE2292000659DE0 /* libicudatastatic.a */ = {
+ 7B466A7E0E5E385900C91F63 /* libzlib.a */ = {
isa = PBXReferenceProxy;
fileType = archive.ar;
- path = libicudatastatic.a;
- remoteRef = 7B42A8750DE2292000659DE0 /* PBXContainerItemProxy */;
+ path = libzlib.a;
+ remoteRef = 7B466A7D0E5E385900C91F63 /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
/* End PBXReferenceProxy section */
@@ -752,14 +716,16 @@
files = (
);
inputPaths = (
+ "$(SRCROOT)/config.h.in",
+ "$(SRCROOT)/include/libxml/xmlversion.h.in",
);
outputPaths = (
- "$(SRCROOT)/../include/libxml/xmlversion.h",
- "$(SRCROOT)/../config.h",
+ "$(CONFIGURATION_TEMP_DIR)/generated/config.h",
+ "$(CONFIGURATION_TEMP_DIR)/generated/libxml/xmlversion.h",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
- shellScript = "set -ex\n\nPACKAGE=libxml2\nVERSION_MAJOR=2\nVERSION_MINOR=6\nVERSION_MICRO=31\nVERSION_STRING=\"${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_MICRO}\"\nVERSION_NUMBER=$(printf \"%d%02d%02d\" \"${VERSION_MAJOR}\" \"${VERSION_MINOR}\" \"${VERSION_EXTRA}\")\n\n# Generate xmlversion.h the same way that \"sh configure\" would\nsed -e s/@VERSION@/\"${VERSION_STRING}\"/g \\\n -e s/@LIBXML_VERSION_NUMBER@/\"${VERSION_NUMBER}\"/g \\\n -e s/@LIBXML_VERSION_EXTRA@//g \\\n -e s/@WITH_TRIO@/0/g \\\n -e s/@WITH_THREADS@/1/g \\\n -e s/@WITH_TREE@/1/g \\\n -e s/@WITH_OUTPUT@/1/g \\\n -e s/@WITH_PUSH@/1/g \\\n -e s/@WITH_READER@/1/g \\\n -e s/@WITH_PATTERN@/1/g \\\n -e s/@WITH_WRITER@/1/g \\\n -e s/@WITH_SAX1@/1/g \\\n -e s/@WITH_FTP@/1/g \\\n -e s/@WITH_HTTP@/1/g \\\n -e s/@WITH_VALID@/1/g \\\n -e s/@WITH_HTML@/1/g \\\n -e s/@WITH_LEGACY@/1/g \\\n -e s/@WITH_C14N@/1/g \\\n -e s/@WITH_CATALOG@/1/g \\\n -e s/@WITH_DOCB@/1/g \\\n -e s/@WITH_XPATH@/1/g \\\n -e s/@WITH_XPTR@/1/g \\\n -e s/@WITH_XINCLUDE@/1/g \\\n -e s/@WITH_ICONV@/0/g \\\n -e s/@WITH_ICU@/1/g \\\n -e s/@WITH_ISO8859X@/1/g \\\n -e s/@WITH_DEBUG@/1/g \\\n -e s/@WITH_MEM_DEBUG@/0/g \\\n -e s/@WITH_RUN_DEBUG@/0/g \\\n -e s/@WITH_REGEXPS@/1/g \\\n -e s/@WITH_SCHEMAS@/1/g \\\n -e s/@WITH_SCHEMATRON@/1/g \\\n -e s/@WITH_MODULES@/1/g \\\n -e s/@MODULE_EXTENSION@/.so/g \\\n -e s/@WITH_ZLIB@/1/g \\\n < ../include/libxml/xmlversion.h.in \\\n > ../include/libxml/xmlversion.h.new\n\n# Only use the new file if it's different from the existing file (if any),\n# preserving the existing file's timestamp when there are no changes to\n# minimize unnecessary build activity.\nif ! diff -q ../include/libxml/xmlversion.h.new ../include/libxml/xmlversion.h >& /dev/null ; then\n mv ../include/libxml/xmlversion.h.new ../include/libxml/xmlversion.h\nelse\n rm ../include/libxml/xmlversion.h.new\nfi\n\nsed -e s/'^#undef PACKAGE$'/\"#define PACKAGE \\\"${PACKAGE}\\\"\"/ \\\n -e s/'^#undef VERSION$'/\"#define VERSION \\\"${VERSION_STRING}\\\"\"/ \\\n -e s/'^#undef SUPPORT_IPV6$'/\"#define SUPPORT_IPV6\"/ \\\n -e s/'^#undef HAVE_ARPA_INET_H$'/\"#define HAVE_ARPA_INET_H 1\"/ \\\n -e s/'^#undef HAVE_ARPA_NAMESER_H$'/\"#define HAVE_ARPA_NAMESER_H 1\"/ \\\n -e s/'^#undef HAVE_CTYPE_H$'/\"#define HAVE_CTYPE_H 1\"/ \\\n -e s/'^#undef HAVE_DIRENT_H$'/\"#define HAVE_DIRENT_H 1\"/ \\\n -e s/'^#undef HAVE_DLFCN_H$'/\"#define HAVE_DLFCN_H 1\"/ \\\n -e s/'^#undef HAVE_DLOPEN$'/\"#define HAVE_DLOPEN \"/ \\\n -e s/'^#undef HAVE_ERRNO_H$'/\"#define HAVE_ERRNO_H 1\"/ \\\n -e s/'^#undef HAVE_FCNTL_H$'/\"#define HAVE_FCNTL_H 1\"/ \\\n -e s/'^#undef HAVE_FINITE$'/\"#define HAVE_FINITE 1\"/ \\\n -e s/'^#undef HAVE_FLOAT_H$'/\"#define HAVE_FLOAT_H 1\"/ \\\n -e s/'^#undef HAVE_FPRINTF$'/\"#define HAVE_FPRINTF 1\"/ \\\n -e s/'^#undef HAVE_FTIME$'/\"#define HAVE_FTIME 1\"/ \\\n -e s/'^#undef HAVE_GETADDRINFO$'/\"#define HAVE_GETADDRINFO \"/ \\\n -e s/'^#undef HAVE_GETTIMEOFDAY$'/\"#define HAVE_GETTIMEOFDAY 1\"/ \\\n -e s/'^#undef HAVE_INTTYPES_H$'/\"#define HAVE_INTTYPES_H 1\"/ \\\n -e s/'^#undef HAVE_ISINF$'/\"#define HAVE_ISINF \"/ \\\n -e s/'^#undef HAVE_ISNAN$'/\"#define HAVE_ISNAN \"/ \\\n -e s/'^#undef HAVE_LIBPTHREAD$'/\"#define HAVE_LIBPTHREAD \"/ \\\n -e s/'^#undef HAVE_LIBZ$'/\"#define HAVE_LIBZ 1\"/ \\\n -e s/'^#undef HAVE_LIMITS_H$'/\"#define HAVE_LIMITS_H 1\"/ \\\n -e s/'^#undef HAVE_LOCALTIME$'/\"#define HAVE_LOCALTIME 1\"/ \\\n -e s/'^#undef HAVE_MATH_H$'/\"#define HAVE_MATH_H 1\"/ \\\n -e s/'^#undef HAVE_MEMORY_H$'/\"#define HAVE_MEMORY_H 1\"/ \\\n -e s/'^#undef HAVE_NETDB_H$'/\"#define HAVE_NETDB_H 1\"/ \\\n -e s/'^#undef HAVE_NETINET_IN_H$'/\"#define HAVE_NETINET_IN_H 1\"/ \\\n -e s/'^#undef HAVE_PRINTF$'/\"#define HAVE_PRINTF 1\"/ \\\n -e s/'^#undef HAVE_PTHREAD_H$'/\"#define HAVE_PTHREAD_H \"/ \\\n -e s/'^#undef HAVE_RESOLV_H$'/\"#define HAVE_RESOLV_H 1\"/ \\\n -e s/'^#undef HAVE_SIGNAL$'/\"#define HAVE_SIGNAL 1\"/ \\\n -e s/'^#undef HAVE_SIGNAL_H$'/\"#define HAVE_SIGNAL_H 1\"/ \\\n -e s/'^#undef HAVE_SNPRINTF$'/\"#define HAVE_SNPRINTF 1\"/ \\\n -e s/'^#undef HAVE_SPRINTF$'/\"#define HAVE_SPRINTF 1\"/ \\\n -e s/'^#undef HAVE_SSCANF$'/\"#define HAVE_SSCANF 1\"/ \\\n -e s/'^#undef HAVE_STAT$'/\"#define HAVE_STAT 1\"/ \\\n -e s/'^#undef HAVE_STDARG_H$'/\"#define HAVE_STDARG_H 1\"/ \\\n -e s/'^#undef HAVE_STDINT_H$'/\"#define HAVE_STDINT_H 1\"/ \\\n -e s/'^#undef HAVE_STDLIB_H$'/\"#define HAVE_STDLIB_H 1\"/ \\\n -e s/'^#undef HAVE_STRDUP$'/\"#define HAVE_STRDUP 1\"/ \\\n -e s/'^#undef HAVE_STRERROR$'/\"#define HAVE_STRERROR 1\"/ \\\n -e s/'^#undef HAVE_STRFTIME$'/\"#define HAVE_STRFTIME 1\"/ \\\n -e s/'^#undef HAVE_STRINGS_H$'/\"#define HAVE_STRINGS_H 1\"/ \\\n -e s/'^#undef HAVE_STRING_H$'/\"#define HAVE_STRING_H 1\"/ \\\n -e s/'^#undef HAVE_SYS_MMAN_H$'/\"#define HAVE_SYS_MMAN_H 1\"/ \\\n -e s/'^#undef HAVE_SYS_SELECT_H$'/\"#define HAVE_SYS_SELECT_H 1\"/ \\\n -e s/'^#undef HAVE_SYS_SOCKET_H$'/\"#define HAVE_SYS_SOCKET_H 1\"/ \\\n -e s/'^#undef HAVE_SYS_STAT_H$'/\"#define HAVE_SYS_STAT_H 1\"/ \\\n -e s/'^#undef HAVE_SYS_TIMEB_H$'/\"#define HAVE_SYS_TIMEB_H 1\"/ \\\n -e s/'^#undef HAVE_SYS_TIME_H$'/\"#define HAVE_SYS_TIME_H 1\"/ \\\n -e s/'^#undef HAVE_SYS_TYPES_H$'/\"#define HAVE_SYS_TYPES_H 1\"/ \\\n -e s/'^#undef HAVE_TIME_H$'/\"#define HAVE_TIME_H 1\"/ \\\n -e s/'^#undef HAVE_UNISTD_H$'/\"#define HAVE_UNISTD_H 1\"/ \\\n -e s/'^#undef HAVE_VA_COPY$'/\"#define HAVE_VA_COPY 1\"/ \\\n -e s/'^#undef HAVE_VFPRINTF$'/\"#define HAVE_VFPRINTF 1\"/ \\\n -e s/'^#undef HAVE_VSNPRINTF$'/\"#define HAVE_VSNPRINTF 1\"/ \\\n -e s/'^#undef HAVE_VSPRINTF$'/\"#define HAVE_VSPRINTF 1\"/ \\\n -e s/'^#undef HAVE_ZLIB_H$'/\"#define HAVE_ZLIB_H 1\"/ \\\n -e s/'^#undef PACKAGE_BUGREPORT$'/\"#define PACKAGE_BUGREPORT \\\"\\\"\"/ \\\n -e s/'^#undef PACKAGE_NAME$'/\"#define PACKAGE_NAME \\\"\\\"\"/ \\\n -e s/'^#undef PACKAGE_STRING$'/\"#define PACKAGE_STRING \\\"\\\"\"/ \\\n -e s/'^#undef PACKAGE_TARNAME$'/\"#define PACKAGE_TARNAME \\\"\\\"\"/ \\\n -e s/'^#undef PACKAGE_VERSION$'/\"#define PACKAGE_VERSION \\\"\\\"\"/ \\\n -e s/'^#undef PROTOTYPES$'/\"#define PROTOTYPES 1\"/ \\\n -e s/'^#undef STDC_HEADERS$'/\"#define STDC_HEADERS 1\"/ \\\n -e s/'^#undef SUPPORT_IP6$'/\"#define SUPPORT_IP6 \"/ \\\n -e s/'^#undef XML_SOCKLEN_T$'/\"#define XML_SOCKLEN_T socklen_t\"/ \\\n -e s/'^#undef __PROTOTYPES$'/\"#define __PROTOTYPES 1\"/ \\\n -e s@'^\\(#undef .*\\)$'@'/* \\1 */'@ \\\n < ../config.h.in \\\n > ../config.h.new\n\nif ! diff -q ../config.h.new ../config.h >& /dev/null ; then\n mv ../config.h.new ../config.h\nelse\n rm ../config.h.new\nfi\n";
+ shellScript = "set -ex\n\nGENERATED_DIR=\"${CONFIGURATION_TEMP_DIR}/generated\"\n\nPACKAGE=libxml2\nVERSION_MAJOR=2\nVERSION_MINOR=6\nVERSION_MICRO=31\nVERSION_STRING=\"${VERSION_MAJOR}.${VERSION_MINOR}.${VERSION_MICRO}\"\nVERSION_NUMBER=$(printf \"%d%02d%02d\" \"${VERSION_MAJOR}\" \"${VERSION_MINOR}\" \"${VERSION_EXTRA}\")\n\n# Generate xmlversion.h the same way that \"sh configure\" would\nmkdir -p \"${GENERATED_DIR}/libxml\"\nXMLVERSION_H=\"${GENERATED_DIR}/libxml/xmlversion.h\"\nsed -e s/@VERSION@/\"${VERSION_STRING}\"/g \\\n -e s/@LIBXML_VERSION_NUMBER@/\"${VERSION_NUMBER}\"/g \\\n -e s/@LIBXML_VERSION_EXTRA@//g \\\n -e s/@WITH_TRIO@/0/g \\\n -e s/@WITH_THREADS@/1/g \\\n -e s/@WITH_TREE@/1/g \\\n -e s/@WITH_OUTPUT@/1/g \\\n -e s/@WITH_PUSH@/1/g \\\n -e s/@WITH_READER@/1/g \\\n -e s/@WITH_PATTERN@/1/g \\\n -e s/@WITH_WRITER@/1/g \\\n -e s/@WITH_SAX1@/1/g \\\n -e s/@WITH_FTP@/1/g \\\n -e s/@WITH_HTTP@/1/g \\\n -e s/@WITH_VALID@/1/g \\\n -e s/@WITH_HTML@/1/g \\\n -e s/@WITH_LEGACY@/1/g \\\n -e s/@WITH_C14N@/1/g \\\n -e s/@WITH_CATALOG@/1/g \\\n -e s/@WITH_DOCB@/1/g \\\n -e s/@WITH_XPATH@/1/g \\\n -e s/@WITH_XPTR@/1/g \\\n -e s/@WITH_XINCLUDE@/1/g \\\n -e s/@WITH_ICONV@/0/g \\\n -e s/@WITH_ICU@/1/g \\\n -e s/@WITH_ISO8859X@/1/g \\\n -e s/@WITH_DEBUG@/1/g \\\n -e s/@WITH_MEM_DEBUG@/0/g \\\n -e s/@WITH_RUN_DEBUG@/0/g \\\n -e s/@WITH_REGEXPS@/1/g \\\n -e s/@WITH_SCHEMAS@/1/g \\\n -e s/@WITH_SCHEMATRON@/1/g \\\n -e s/@WITH_MODULES@/1/g \\\n -e s/@MODULE_EXTENSION@/.so/g \\\n -e s/@WITH_ZLIB@/1/g \\\n < include/libxml/xmlversion.h.in \\\n > \"${XMLVERSION_H}.new\"\n\n# Only use the new file if it's different from the existing file (if any),\n# preserving the existing file's timestamp when there are no changes to\n# minimize unnecessary build activity.\nif ! diff -q \"${XMLVERSION_H}.new\" \"${XMLVERSION_H}\" >& /dev/null ; then\n mv \"${XMLVERSION_H}.new\" \"${XMLVERSION_H}\"\nelse\n rm \"${XMLVERSION_H}.new\"\nfi\n\nCONFIG_H=\"${GENERATED_DIR}/config.h\"\nsed -e s/'^#undef PACKAGE$'/\"#define PACKAGE \\\"${PACKAGE}\\\"\"/ \\\n -e s/'^#undef VERSION$'/\"#define VERSION \\\"${VERSION_STRING}\\\"\"/ \\\n -e s/'^#undef SUPPORT_IPV6$'/\"#define SUPPORT_IPV6\"/ \\\n -e s/'^#undef HAVE_ARPA_INET_H$'/\"#define HAVE_ARPA_INET_H 1\"/ \\\n -e s/'^#undef HAVE_ARPA_NAMESER_H$'/\"#define HAVE_ARPA_NAMESER_H 1\"/ \\\n -e s/'^#undef HAVE_CTYPE_H$'/\"#define HAVE_CTYPE_H 1\"/ \\\n -e s/'^#undef HAVE_DIRENT_H$'/\"#define HAVE_DIRENT_H 1\"/ \\\n -e s/'^#undef HAVE_DLFCN_H$'/\"#define HAVE_DLFCN_H 1\"/ \\\n -e s/'^#undef HAVE_DLOPEN$'/\"#define HAVE_DLOPEN \"/ \\\n -e s/'^#undef HAVE_ERRNO_H$'/\"#define HAVE_ERRNO_H 1\"/ \\\n -e s/'^#undef HAVE_FCNTL_H$'/\"#define HAVE_FCNTL_H 1\"/ \\\n -e s/'^#undef HAVE_FINITE$'/\"#define HAVE_FINITE 1\"/ \\\n -e s/'^#undef HAVE_FLOAT_H$'/\"#define HAVE_FLOAT_H 1\"/ \\\n -e s/'^#undef HAVE_FPRINTF$'/\"#define HAVE_FPRINTF 1\"/ \\\n -e s/'^#undef HAVE_FTIME$'/\"#define HAVE_FTIME 1\"/ \\\n -e s/'^#undef HAVE_GETADDRINFO$'/\"#define HAVE_GETADDRINFO \"/ \\\n -e s/'^#undef HAVE_GETTIMEOFDAY$'/\"#define HAVE_GETTIMEOFDAY 1\"/ \\\n -e s/'^#undef HAVE_INTTYPES_H$'/\"#define HAVE_INTTYPES_H 1\"/ \\\n -e s/'^#undef HAVE_ISINF$'/\"#define HAVE_ISINF \"/ \\\n -e s/'^#undef HAVE_ISNAN$'/\"#define HAVE_ISNAN \"/ \\\n -e s/'^#undef HAVE_LIBPTHREAD$'/\"#define HAVE_LIBPTHREAD \"/ \\\n -e s/'^#undef HAVE_LIBZ$'/\"#define HAVE_LIBZ 1\"/ \\\n -e s/'^#undef HAVE_LIMITS_H$'/\"#define HAVE_LIMITS_H 1\"/ \\\n -e s/'^#undef HAVE_LOCALTIME$'/\"#define HAVE_LOCALTIME 1\"/ \\\n -e s/'^#undef HAVE_MATH_H$'/\"#define HAVE_MATH_H 1\"/ \\\n -e s/'^#undef HAVE_MEMORY_H$'/\"#define HAVE_MEMORY_H 1\"/ \\\n -e s/'^#undef HAVE_NETDB_H$'/\"#define HAVE_NETDB_H 1\"/ \\\n -e s/'^#undef HAVE_NETINET_IN_H$'/\"#define HAVE_NETINET_IN_H 1\"/ \\\n -e s/'^#undef HAVE_PRINTF$'/\"#define HAVE_PRINTF 1\"/ \\\n -e s/'^#undef HAVE_PTHREAD_H$'/\"#define HAVE_PTHREAD_H \"/ \\\n -e s/'^#undef HAVE_RESOLV_H$'/\"#define HAVE_RESOLV_H 1\"/ \\\n -e s/'^#undef HAVE_SIGNAL$'/\"#define HAVE_SIGNAL 1\"/ \\\n -e s/'^#undef HAVE_SIGNAL_H$'/\"#define HAVE_SIGNAL_H 1\"/ \\\n -e s/'^#undef HAVE_SNPRINTF$'/\"#define HAVE_SNPRINTF 1\"/ \\\n -e s/'^#undef HAVE_SPRINTF$'/\"#define HAVE_SPRINTF 1\"/ \\\n -e s/'^#undef HAVE_SSCANF$'/\"#define HAVE_SSCANF 1\"/ \\\n -e s/'^#undef HAVE_STAT$'/\"#define HAVE_STAT 1\"/ \\\n -e s/'^#undef HAVE_STDARG_H$'/\"#define HAVE_STDARG_H 1\"/ \\\n -e s/'^#undef HAVE_STDINT_H$'/\"#define HAVE_STDINT_H 1\"/ \\\n -e s/'^#undef HAVE_STDLIB_H$'/\"#define HAVE_STDLIB_H 1\"/ \\\n -e s/'^#undef HAVE_STRDUP$'/\"#define HAVE_STRDUP 1\"/ \\\n -e s/'^#undef HAVE_STRERROR$'/\"#define HAVE_STRERROR 1\"/ \\\n -e s/'^#undef HAVE_STRFTIME$'/\"#define HAVE_STRFTIME 1\"/ \\\n -e s/'^#undef HAVE_STRINGS_H$'/\"#define HAVE_STRINGS_H 1\"/ \\\n -e s/'^#undef HAVE_STRING_H$'/\"#define HAVE_STRING_H 1\"/ \\\n -e s/'^#undef HAVE_SYS_MMAN_H$'/\"#define HAVE_SYS_MMAN_H 1\"/ \\\n -e s/'^#undef HAVE_SYS_SELECT_H$'/\"#define HAVE_SYS_SELECT_H 1\"/ \\\n -e s/'^#undef HAVE_SYS_SOCKET_H$'/\"#define HAVE_SYS_SOCKET_H 1\"/ \\\n -e s/'^#undef HAVE_SYS_STAT_H$'/\"#define HAVE_SYS_STAT_H 1\"/ \\\n -e s/'^#undef HAVE_SYS_TIMEB_H$'/\"#define HAVE_SYS_TIMEB_H 1\"/ \\\n -e s/'^#undef HAVE_SYS_TIME_H$'/\"#define HAVE_SYS_TIME_H 1\"/ \\\n -e s/'^#undef HAVE_SYS_TYPES_H$'/\"#define HAVE_SYS_TYPES_H 1\"/ \\\n -e s/'^#undef HAVE_TIME_H$'/\"#define HAVE_TIME_H 1\"/ \\\n -e s/'^#undef HAVE_UNISTD_H$'/\"#define HAVE_UNISTD_H 1\"/ \\\n -e s/'^#undef HAVE_VA_COPY$'/\"#define HAVE_VA_COPY 1\"/ \\\n -e s/'^#undef HAVE_VFPRINTF$'/\"#define HAVE_VFPRINTF 1\"/ \\\n -e s/'^#undef HAVE_VSNPRINTF$'/\"#define HAVE_VSNPRINTF 1\"/ \\\n -e s/'^#undef HAVE_VSPRINTF$'/\"#define HAVE_VSPRINTF 1\"/ \\\n -e s/'^#undef HAVE_ZLIB_H$'/\"#define HAVE_ZLIB_H 1\"/ \\\n -e s/'^#undef PACKAGE_BUGREPORT$'/\"#define PACKAGE_BUGREPORT \\\"\\\"\"/ \\\n -e s/'^#undef PACKAGE_NAME$'/\"#define PACKAGE_NAME \\\"\\\"\"/ \\\n -e s/'^#undef PACKAGE_STRING$'/\"#define PACKAGE_STRING \\\"\\\"\"/ \\\n -e s/'^#undef PACKAGE_TARNAME$'/\"#define PACKAGE_TARNAME \\\"\\\"\"/ \\\n -e s/'^#undef PACKAGE_VERSION$'/\"#define PACKAGE_VERSION \\\"\\\"\"/ \\\n -e s/'^#undef PROTOTYPES$'/\"#define PROTOTYPES 1\"/ \\\n -e s/'^#undef STDC_HEADERS$'/\"#define STDC_HEADERS 1\"/ \\\n -e s/'^#undef SUPPORT_IP6$'/\"#define SUPPORT_IP6 \"/ \\\n -e s/'^#undef XML_SOCKLEN_T$'/\"#define XML_SOCKLEN_T socklen_t\"/ \\\n -e s/'^#undef __PROTOTYPES$'/\"#define __PROTOTYPES 1\"/ \\\n -e s@'^\\(#undef .*\\)$'@'/* \\1 */'@ \\\n < config.h.in \\\n > \"${CONFIG_H}.new\"\n\nif ! diff -q \"${CONFIG_H}.new\" \"${CONFIG_H}\" >& /dev/null ; then\n mv \"${CONFIG_H}.new\" \"${CONFIG_H}\"\nelse\n rm \"${CONFIG_H}.new\"\nfi\n";
};
/* End PBXShellScriptBuildPhase section */
@@ -843,153 +809,164 @@
target = 7B12F2AB0D8EE24200CB6E8F /* xml */;
targetProxy = 7B12F5580D8EE92A00CB6E8F /* PBXContainerItemProxy */;
};
- 7B12F5880D8EEACE00CB6E8F /* PBXTargetDependency */ = {
+ 7B12F59E0D8EEB5E00CB6E8F /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = icuuc;
- targetProxy = 7B12F5870D8EEACE00CB6E8F /* PBXContainerItemProxy */;
+ target = 7B12F2AB0D8EE24200CB6E8F /* xml */;
+ targetProxy = 7B12F59D0D8EEB5E00CB6E8F /* PBXContainerItemProxy */;
};
- 7B12F58A0D8EEACE00CB6E8F /* PBXTargetDependency */ = {
+ 7B466AB80E5E3AB400C91F63 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- name = icudata;
- targetProxy = 7B12F5890D8EEACE00CB6E8F /* PBXContainerItemProxy */;
+ target = 7B12F2AB0D8EE24200CB6E8F /* xml */;
+ targetProxy = 7B466AB70E5E3AB400C91F63 /* PBXContainerItemProxy */;
};
- 7B12F59E0D8EEB5E00CB6E8F /* PBXTargetDependency */ = {
+ 7B466ABA0E5E3AB400C91F63 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
- target = 7B12F2AB0D8EE24200CB6E8F /* xml */;
- targetProxy = 7B12F59D0D8EEB5E00CB6E8F /* PBXContainerItemProxy */;
+ 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 */;
};
- 7B12F5A70D8EEB8800CB6E8F /* PBXTargetDependency */ = {
+ 7B466AE00E5E3BEA00C91F63 /* PBXTargetDependency */ = {
+ isa = PBXTargetDependency;
+ name = icudata;
+ targetProxy = 7B466ADF0E5E3BEA00C91F63 /* PBXContainerItemProxy */;
+ };
+ 7B466AE20E5E3BEA00C91F63 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
name = icuuc;
- targetProxy = 7B12F5A60D8EEB8800CB6E8F /* PBXContainerItemProxy */;
+ targetProxy = 7B466AE10E5E3BEA00C91F63 /* PBXContainerItemProxy */;
};
- 7B12F5A90D8EEB8800CB6E8F /* PBXTargetDependency */ = {
+ 7B466AEB0E5E3C1B00C91F63 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
name = icudata;
- targetProxy = 7B12F5A80D8EEB8800CB6E8F /* PBXContainerItemProxy */;
+ 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 = {
- COPY_PHASE_STRIP = NO;
- GCC_DYNAMIC_NO_PIC = NO;
- GCC_MODEL_TUNING = G5;
- GCC_OPTIMIZATION_LEVEL = 0;
- INSTALL_PATH = /usr/local/lib;
- PREBINDING = NO;
PRODUCT_NAME = xml;
};
name = Debug;
};
7B12F2AE0D8EE24200CB6E8F /* Release */ = {
isa = XCBuildConfiguration;
+ baseConfigurationReference = 7B466A600E5E381700C91F63 /* staticlib.xcconfig */;
buildSettings = {
- COPY_PHASE_STRIP = YES;
- DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
- GCC_MODEL_TUNING = G5;
- INSTALL_PATH = /usr/local/lib;
- PREBINDING = NO;
PRODUCT_NAME = xml;
};
name = Release;
};
7B12F5500D8EE8E400CB6E8F /* Debug */ = {
isa = XCBuildConfiguration;
+ baseConfigurationReference = 7B466A5E0E5E381700C91F63 /* executable.xcconfig */;
buildSettings = {
- COPY_PHASE_STRIP = NO;
- GCC_DYNAMIC_NO_PIC = NO;
- GCC_MODEL_TUNING = G5;
- GCC_OPTIMIZATION_LEVEL = 0;
- INSTALL_PATH = /usr/local/bin;
- PREBINDING = NO;
PRODUCT_NAME = xmlcatalog;
};
name = Debug;
};
7B12F5510D8EE8E400CB6E8F /* Release */ = {
isa = XCBuildConfiguration;
+ baseConfigurationReference = 7B466A5E0E5E381700C91F63 /* executable.xcconfig */;
buildSettings = {
- COPY_PHASE_STRIP = YES;
- DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
- GCC_MODEL_TUNING = G5;
- INSTALL_PATH = /usr/local/bin;
- PREBINDING = NO;
PRODUCT_NAME = xmlcatalog;
};
name = Release;
};
7B12F5910D8EEB2F00CB6E8F /* Debug */ = {
isa = XCBuildConfiguration;
+ baseConfigurationReference = 7B466A5E0E5E381700C91F63 /* executable.xcconfig */;
buildSettings = {
- COPY_PHASE_STRIP = NO;
- GCC_DYNAMIC_NO_PIC = NO;
- GCC_MODEL_TUNING = G5;
- GCC_OPTIMIZATION_LEVEL = 0;
- INSTALL_PATH = /usr/local/bin;
- PREBINDING = NO;
PRODUCT_NAME = xmllint;
};
name = Debug;
};
7B12F5920D8EEB2F00CB6E8F /* Release */ = {
isa = XCBuildConfiguration;
+ baseConfigurationReference = 7B466A5E0E5E381700C91F63 /* executable.xcconfig */;
buildSettings = {
- COPY_PHASE_STRIP = YES;
- DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
- GCC_MODEL_TUNING = G5;
- INSTALL_PATH = /usr/local/bin;
- PREBINDING = NO;
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 = {
- COPY_PHASE_STRIP = NO;
- GCC_INLINES_ARE_PRIVATE_EXTERN = YES;
+ GCC_PREFIX_HEADER = ../zlib/zconf.h;
GCC_PREPROCESSOR_DEFINITIONS = (
- DEBUG,
+ "$(GCC_PREPROCESSOR_DEFINITIONS)",
HAVE_CONFIG_H,
_REENTRANT,
);
- GCC_SYMBOLS_PRIVATE_EXTERN = YES;
+ GCC_TREAT_WARNINGS_AS_ERRORS = NO;
HEADER_SEARCH_PATHS = (
- ..,
- ../include,
- ../../icu38/public/common,
+ "$(CONFIGURATION_TEMP_DIR)/generated",
+ include,
+ ../icu38/public/common,
);
+ XCODEPROJ_DEPTH = ../..;
};
name = Debug;
};
7BE970480D872C5400F86D4B /* Release */ = {
isa = XCBuildConfiguration;
+ baseConfigurationReference = 7B466A5F0E5E381700C91F63 /* release.xcconfig */;
buildSettings = {
- COPY_PHASE_STRIP = YES;
- GCC_INLINES_ARE_PRIVATE_EXTERN = YES;
+ GCC_PREFIX_HEADER = ../zlib/zconf.h;
GCC_PREPROCESSOR_DEFINITIONS = (
- NDEBUG,
+ "$(GCC_PREPROCESSOR_DEFINITIONS)",
HAVE_CONFIG_H,
_REENTRANT,
);
- GCC_SYMBOLS_PRIVATE_EXTERN = YES;
+ GCC_TREAT_WARNINGS_AS_ERRORS = NO;
HEADER_SEARCH_PATHS = (
- ..,
- ../include,
- ../../icu38/public/common,
+ "$(CONFIGURATION_TEMP_DIR)/generated",
+ include,
+ ../icu38/public/common,
);
+ XCODEPROJ_DEPTH = ../..;
};
name = Release;
};
7BE970540D872DC200F86D4B /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
- COPY_PHASE_STRIP = NO;
- GCC_DYNAMIC_NO_PIC = NO;
- GCC_OPTIMIZATION_LEVEL = 0;
PRODUCT_NAME = libxml_config;
};
name = Debug;
@@ -997,11 +974,7 @@
7BE970550D872DC200F86D4B /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
- COPY_PHASE_STRIP = YES;
- DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
- GCC_ENABLE_FIX_AND_CONTINUE = NO;
PRODUCT_NAME = libxml_config;
- ZERO_LINK = NO;
};
name = Release;
};
@@ -1035,6 +1008,15 @@
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 = (