project.pbxproj 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 81326DE0099C16B6003C4788 /* getdate.c in Sources */ = {isa = PBXBuildFile; fileRef = 81326DDF099C16B5003C4788 /* getdate.c */; };
  10. 81990C280981932900A439CA /* base64.c in Sources */ = {isa = PBXBuildFile; fileRef = 81990B920981932900A439CA /* base64.c */; };
  11. 81990C310981932900A439CA /* connect.c in Sources */ = {isa = PBXBuildFile; fileRef = 81990B9E0981932900A439CA /* connect.c */; };
  12. 81990C350981932900A439CA /* cookie.c in Sources */ = {isa = PBXBuildFile; fileRef = 81990BA20981932900A439CA /* cookie.c */; };
  13. 81990C380981932900A439CA /* dict.c in Sources */ = {isa = PBXBuildFile; fileRef = 81990BA80981932900A439CA /* dict.c */; };
  14. 81990C3A0981932900A439CA /* easy.c in Sources */ = {isa = PBXBuildFile; fileRef = 81990BAA0981932900A439CA /* easy.c */; };
  15. 81990C3C0981932900A439CA /* escape.c in Sources */ = {isa = PBXBuildFile; fileRef = 81990BAC0981932900A439CA /* escape.c */; };
  16. 81990C3E0981932900A439CA /* file.c in Sources */ = {isa = PBXBuildFile; fileRef = 81990BAE0981932900A439CA /* file.c */; };
  17. 81990C400981932900A439CA /* formdata.c in Sources */ = {isa = PBXBuildFile; fileRef = 81990BB00981932900A439CA /* formdata.c */; };
  18. 81990C420981932900A439CA /* ftp.c in Sources */ = {isa = PBXBuildFile; fileRef = 81990BB20981932900A439CA /* ftp.c */; };
  19. 81990C440981932900A439CA /* getenv.c in Sources */ = {isa = PBXBuildFile; fileRef = 81990BB40981932900A439CA /* getenv.c */; };
  20. 81990C450981932900A439CA /* getinfo.c in Sources */ = {isa = PBXBuildFile; fileRef = 81990BB50981932900A439CA /* getinfo.c */; };
  21. 81990C490981932900A439CA /* hash.c in Sources */ = {isa = PBXBuildFile; fileRef = 81990BB90981932900A439CA /* hash.c */; };
  22. 81990C4D0981932900A439CA /* hostip.c in Sources */ = {isa = PBXBuildFile; fileRef = 81990BBD0981932900A439CA /* hostip.c */; };
  23. 81990C530981932900A439CA /* http_chunks.c in Sources */ = {isa = PBXBuildFile; fileRef = 81990BC30981932900A439CA /* http_chunks.c */; };
  24. 81990C550981932900A439CA /* http_digest.c in Sources */ = {isa = PBXBuildFile; fileRef = 81990BC50981932900A439CA /* http_digest.c */; };
  25. 81990C570981932900A439CA /* http_negotiate.c in Sources */ = {isa = PBXBuildFile; fileRef = 81990BC70981932900A439CA /* http_negotiate.c */; };
  26. 81990C590981932900A439CA /* http_ntlm.c in Sources */ = {isa = PBXBuildFile; fileRef = 81990BC90981932900A439CA /* http_ntlm.c */; };
  27. 81990C5B0981932900A439CA /* http.c in Sources */ = {isa = PBXBuildFile; fileRef = 81990BCB0981932900A439CA /* http.c */; };
  28. 81990C5D0981932900A439CA /* if2ip.c in Sources */ = {isa = PBXBuildFile; fileRef = 81990BCD0981932900A439CA /* if2ip.c */; };
  29. 81990C620981932900A439CA /* inet_pton.c in Sources */ = {isa = PBXBuildFile; fileRef = 81990BD20981932900A439CA /* inet_pton.c */; };
  30. 81990C640981932900A439CA /* krb4.c in Sources */ = {isa = PBXBuildFile; fileRef = 81990BD40981932900A439CA /* krb4.c */; };
  31. 81990C660981932900A439CA /* ldap.c in Sources */ = {isa = PBXBuildFile; fileRef = 81990BD60981932900A439CA /* ldap.c */; };
  32. 81990C690981932900A439CA /* llist.c in Sources */ = {isa = PBXBuildFile; fileRef = 81990BDD0981932900A439CA /* llist.c */; };
  33. 81990C6D0981932900A439CA /* md5.c in Sources */ = {isa = PBXBuildFile; fileRef = 81990BEB0981932900A439CA /* md5.c */; };
  34. 81990C6F0981932900A439CA /* memdebug.c in Sources */ = {isa = PBXBuildFile; fileRef = 81990BED0981932900A439CA /* memdebug.c */; };
  35. 81990C720981932900A439CA /* mprintf.c in Sources */ = {isa = PBXBuildFile; fileRef = 81990BF00981932900A439CA /* mprintf.c */; };
  36. 81990C730981932900A439CA /* multi.c in Sources */ = {isa = PBXBuildFile; fileRef = 81990BF30981932900A439CA /* multi.c */; };
  37. 81990C750981932900A439CA /* netrc.c in Sources */ = {isa = PBXBuildFile; fileRef = 81990BF50981932900A439CA /* netrc.c */; };
  38. 81990C7A0981932900A439CA /* progress.c in Sources */ = {isa = PBXBuildFile; fileRef = 81990BFA0981932900A439CA /* progress.c */; };
  39. 81990C7C0981932900A439CA /* security.c in Sources */ = {isa = PBXBuildFile; fileRef = 81990C020981932900A439CA /* security.c */; };
  40. 81990C7F0981932900A439CA /* sendf.c in Sources */ = {isa = PBXBuildFile; fileRef = 81990C050981932900A439CA /* sendf.c */; };
  41. 81990C820981932900A439CA /* share.c in Sources */ = {isa = PBXBuildFile; fileRef = 81990C080981932900A439CA /* share.c */; };
  42. 81990C840981932900A439CA /* speedcheck.c in Sources */ = {isa = PBXBuildFile; fileRef = 81990C0A0981932900A439CA /* speedcheck.c */; };
  43. 81990C880981932900A439CA /* ssluse.c in Sources */ = {isa = PBXBuildFile; fileRef = 81990C0E0981932900A439CA /* ssluse.c */; };
  44. 81990C8A0981932900A439CA /* strequal.c in Sources */ = {isa = PBXBuildFile; fileRef = 81990C110981932900A439CA /* strequal.c */; };
  45. 81990C8E0981932900A439CA /* strtok.c in Sources */ = {isa = PBXBuildFile; fileRef = 81990C150981932900A439CA /* strtok.c */; };
  46. 81990C900981932900A439CA /* strtoofft.c in Sources */ = {isa = PBXBuildFile; fileRef = 81990C170981932900A439CA /* strtoofft.c */; };
  47. 81990C920981932900A439CA /* telnet.c in Sources */ = {isa = PBXBuildFile; fileRef = 81990C190981932900A439CA /* telnet.c */; };
  48. 81990C960981932900A439CA /* timeval.c in Sources */ = {isa = PBXBuildFile; fileRef = 81990C1D0981932900A439CA /* timeval.c */; };
  49. 81990C980981932900A439CA /* transfer.c in Sources */ = {isa = PBXBuildFile; fileRef = 81990C1F0981932900A439CA /* transfer.c */; };
  50. 81990C9A0981932900A439CA /* url.c in Sources */ = {isa = PBXBuildFile; fileRef = 81990C210981932900A439CA /* url.c */; };
  51. 81990C9D0981932900A439CA /* version.c in Sources */ = {isa = PBXBuildFile; fileRef = 81990C240981932900A439CA /* version.c */; };
  52. 81990D430981A46E00A439CA /* content_encoding.c in Sources */ = {isa = PBXBuildFile; fileRef = 81990BA00981932900A439CA /* content_encoding.c */; };
  53. /* End PBXBuildFile section */
  54. /* Begin PBXFileReference section */
  55. 81326DDF099C16B5003C4788 /* getdate.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = getdate.c; path = ../../../curl/lib/getdate.c; sourceTree = SOURCE_ROOT; };
  56. 81990B920981932900A439CA /* base64.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = base64.c; path = ../../../curl/lib/base64.c; sourceTree = SOURCE_ROOT; };
  57. 81990B9E0981932900A439CA /* connect.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = connect.c; path = ../../../curl/lib/connect.c; sourceTree = SOURCE_ROOT; };
  58. 81990BA00981932900A439CA /* content_encoding.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = content_encoding.c; path = ../../../curl/lib/content_encoding.c; sourceTree = SOURCE_ROOT; };
  59. 81990BA20981932900A439CA /* cookie.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = cookie.c; path = ../../../curl/lib/cookie.c; sourceTree = SOURCE_ROOT; };
  60. 81990BA80981932900A439CA /* dict.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = dict.c; path = ../../../curl/lib/dict.c; sourceTree = SOURCE_ROOT; };
  61. 81990BAA0981932900A439CA /* easy.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = easy.c; path = ../../../curl/lib/easy.c; sourceTree = SOURCE_ROOT; };
  62. 81990BAC0981932900A439CA /* escape.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = escape.c; path = ../../../curl/lib/escape.c; sourceTree = SOURCE_ROOT; };
  63. 81990BAE0981932900A439CA /* file.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = file.c; path = ../../../curl/lib/file.c; sourceTree = SOURCE_ROOT; };
  64. 81990BB00981932900A439CA /* formdata.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = formdata.c; path = ../../../curl/lib/formdata.c; sourceTree = SOURCE_ROOT; };
  65. 81990BB20981932900A439CA /* ftp.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = ftp.c; path = ../../../curl/lib/ftp.c; sourceTree = SOURCE_ROOT; };
  66. 81990BB40981932900A439CA /* getenv.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = getenv.c; path = ../../../curl/lib/getenv.c; sourceTree = SOURCE_ROOT; };
  67. 81990BB50981932900A439CA /* getinfo.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = getinfo.c; path = ../../../curl/lib/getinfo.c; sourceTree = SOURCE_ROOT; };
  68. 81990BB90981932900A439CA /* hash.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = hash.c; path = ../../../curl/lib/hash.c; sourceTree = SOURCE_ROOT; };
  69. 81990BBD0981932900A439CA /* hostip.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = hostip.c; path = ../../../curl/lib/hostip.c; sourceTree = SOURCE_ROOT; };
  70. 81990BC30981932900A439CA /* http_chunks.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = http_chunks.c; path = ../../../curl/lib/http_chunks.c; sourceTree = SOURCE_ROOT; };
  71. 81990BC50981932900A439CA /* http_digest.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = http_digest.c; path = ../../../curl/lib/http_digest.c; sourceTree = SOURCE_ROOT; };
  72. 81990BC70981932900A439CA /* http_negotiate.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = http_negotiate.c; path = ../../../curl/lib/http_negotiate.c; sourceTree = SOURCE_ROOT; };
  73. 81990BC90981932900A439CA /* http_ntlm.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = http_ntlm.c; path = ../../../curl/lib/http_ntlm.c; sourceTree = SOURCE_ROOT; };
  74. 81990BCB0981932900A439CA /* http.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = http.c; path = ../../../curl/lib/http.c; sourceTree = SOURCE_ROOT; };
  75. 81990BCD0981932900A439CA /* if2ip.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = if2ip.c; path = ../../../curl/lib/if2ip.c; sourceTree = SOURCE_ROOT; };
  76. 81990BD20981932900A439CA /* inet_pton.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = inet_pton.c; path = ../../../curl/lib/inet_pton.c; sourceTree = SOURCE_ROOT; };
  77. 81990BD40981932900A439CA /* krb4.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = krb4.c; path = ../../../curl/lib/krb4.c; sourceTree = SOURCE_ROOT; };
  78. 81990BD60981932900A439CA /* ldap.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = ldap.c; path = ../../../curl/lib/ldap.c; sourceTree = SOURCE_ROOT; };
  79. 81990BDD0981932900A439CA /* llist.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = llist.c; path = ../../../curl/lib/llist.c; sourceTree = SOURCE_ROOT; };
  80. 81990BEB0981932900A439CA /* md5.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = md5.c; path = ../../../curl/lib/md5.c; sourceTree = SOURCE_ROOT; };
  81. 81990BED0981932900A439CA /* memdebug.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = memdebug.c; path = ../../../curl/lib/memdebug.c; sourceTree = SOURCE_ROOT; };
  82. 81990BF00981932900A439CA /* mprintf.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = mprintf.c; path = ../../../curl/lib/mprintf.c; sourceTree = SOURCE_ROOT; };
  83. 81990BF30981932900A439CA /* multi.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = multi.c; path = ../../../curl/lib/multi.c; sourceTree = SOURCE_ROOT; };
  84. 81990BF50981932900A439CA /* netrc.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = netrc.c; path = ../../../curl/lib/netrc.c; sourceTree = SOURCE_ROOT; };
  85. 81990BFA0981932900A439CA /* progress.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = progress.c; path = ../../../curl/lib/progress.c; sourceTree = SOURCE_ROOT; };
  86. 81990C020981932900A439CA /* security.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = security.c; path = ../../../curl/lib/security.c; sourceTree = SOURCE_ROOT; };
  87. 81990C050981932900A439CA /* sendf.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = sendf.c; path = ../../../curl/lib/sendf.c; sourceTree = SOURCE_ROOT; };
  88. 81990C080981932900A439CA /* share.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = share.c; path = ../../../curl/lib/share.c; sourceTree = SOURCE_ROOT; };
  89. 81990C0A0981932900A439CA /* speedcheck.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = speedcheck.c; path = ../../../curl/lib/speedcheck.c; sourceTree = SOURCE_ROOT; };
  90. 81990C0E0981932900A439CA /* ssluse.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = ssluse.c; path = ../../../curl/lib/ssluse.c; sourceTree = SOURCE_ROOT; };
  91. 81990C110981932900A439CA /* strequal.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = strequal.c; path = ../../../curl/lib/strequal.c; sourceTree = SOURCE_ROOT; };
  92. 81990C150981932900A439CA /* strtok.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = strtok.c; path = ../../../curl/lib/strtok.c; sourceTree = SOURCE_ROOT; };
  93. 81990C170981932900A439CA /* strtoofft.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = strtoofft.c; path = ../../../curl/lib/strtoofft.c; sourceTree = SOURCE_ROOT; };
  94. 81990C190981932900A439CA /* telnet.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = telnet.c; path = ../../../curl/lib/telnet.c; sourceTree = SOURCE_ROOT; };
  95. 81990C1D0981932900A439CA /* timeval.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = timeval.c; path = ../../../curl/lib/timeval.c; sourceTree = SOURCE_ROOT; };
  96. 81990C1F0981932900A439CA /* transfer.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = transfer.c; path = ../../../curl/lib/transfer.c; sourceTree = SOURCE_ROOT; };
  97. 81990C210981932900A439CA /* url.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = url.c; path = ../../../curl/lib/url.c; sourceTree = SOURCE_ROOT; };
  98. 81990C240981932900A439CA /* version.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; name = version.c; path = ../../../curl/lib/version.c; sourceTree = SOURCE_ROOT; };
  99. D2AAC046055464E500DB518D /* libcurl_static.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libcurl_static.a; sourceTree = BUILT_PRODUCTS_DIR; };
  100. /* End PBXFileReference section */
  101. /* Begin PBXFrameworksBuildPhase section */
  102. D289987405E68DCB004EDB86 /* Frameworks */ = {
  103. isa = PBXFrameworksBuildPhase;
  104. buildActionMask = 2147483647;
  105. files = (
  106. );
  107. runOnlyForDeploymentPostprocessing = 0;
  108. };
  109. /* End PBXFrameworksBuildPhase section */
  110. /* Begin PBXGroup section */
  111. 08FB7794FE84155DC02AAC07 /* curl */ = {
  112. isa = PBXGroup;
  113. children = (
  114. 08FB7795FE84155DC02AAC07 /* Source */,
  115. C6A0FF2B0290797F04C91782 /* Documentation */,
  116. 1AB674ADFE9D54B511CA2CBB /* Products */,
  117. );
  118. name = curl;
  119. sourceTree = "<group>";
  120. };
  121. 08FB7795FE84155DC02AAC07 /* Source */ = {
  122. isa = PBXGroup;
  123. children = (
  124. 81326DDF099C16B5003C4788 /* getdate.c */,
  125. 81990B920981932900A439CA /* base64.c */,
  126. 81990B9E0981932900A439CA /* connect.c */,
  127. 81990BA00981932900A439CA /* content_encoding.c */,
  128. 81990BA20981932900A439CA /* cookie.c */,
  129. 81990BA80981932900A439CA /* dict.c */,
  130. 81990BAA0981932900A439CA /* easy.c */,
  131. 81990BAC0981932900A439CA /* escape.c */,
  132. 81990BAE0981932900A439CA /* file.c */,
  133. 81990BB00981932900A439CA /* formdata.c */,
  134. 81990BB20981932900A439CA /* ftp.c */,
  135. 81990BB40981932900A439CA /* getenv.c */,
  136. 81990BB50981932900A439CA /* getinfo.c */,
  137. 81990BB90981932900A439CA /* hash.c */,
  138. 81990BBD0981932900A439CA /* hostip.c */,
  139. 81990BC30981932900A439CA /* http_chunks.c */,
  140. 81990BC50981932900A439CA /* http_digest.c */,
  141. 81990BC70981932900A439CA /* http_negotiate.c */,
  142. 81990BC90981932900A439CA /* http_ntlm.c */,
  143. 81990BCB0981932900A439CA /* http.c */,
  144. 81990BCD0981932900A439CA /* if2ip.c */,
  145. 81990BD20981932900A439CA /* inet_pton.c */,
  146. 81990BD40981932900A439CA /* krb4.c */,
  147. 81990BD60981932900A439CA /* ldap.c */,
  148. 81990BDD0981932900A439CA /* llist.c */,
  149. 81990BEB0981932900A439CA /* md5.c */,
  150. 81990BED0981932900A439CA /* memdebug.c */,
  151. 81990BF00981932900A439CA /* mprintf.c */,
  152. 81990BF30981932900A439CA /* multi.c */,
  153. 81990BF50981932900A439CA /* netrc.c */,
  154. 81990BFA0981932900A439CA /* progress.c */,
  155. 81990C020981932900A439CA /* security.c */,
  156. 81990C050981932900A439CA /* sendf.c */,
  157. 81990C080981932900A439CA /* share.c */,
  158. 81990C0A0981932900A439CA /* speedcheck.c */,
  159. 81990C0E0981932900A439CA /* ssluse.c */,
  160. 81990C110981932900A439CA /* strequal.c */,
  161. 81990C150981932900A439CA /* strtok.c */,
  162. 81990C170981932900A439CA /* strtoofft.c */,
  163. 81990C190981932900A439CA /* telnet.c */,
  164. 81990C1D0981932900A439CA /* timeval.c */,
  165. 81990C1F0981932900A439CA /* transfer.c */,
  166. 81990C210981932900A439CA /* url.c */,
  167. 81990C240981932900A439CA /* version.c */,
  168. );
  169. name = Source;
  170. sourceTree = "<group>";
  171. };
  172. 1AB674ADFE9D54B511CA2CBB /* Products */ = {
  173. isa = PBXGroup;
  174. children = (
  175. D2AAC046055464E500DB518D /* libcurl_static.a */,
  176. );
  177. name = Products;
  178. sourceTree = "<group>";
  179. };
  180. C6A0FF2B0290797F04C91782 /* Documentation */ = {
  181. isa = PBXGroup;
  182. children = (
  183. );
  184. name = Documentation;
  185. sourceTree = "<group>";
  186. };
  187. /* End PBXGroup section */
  188. /* Begin PBXHeadersBuildPhase section */
  189. D2AAC043055464E500DB518D /* Headers */ = {
  190. isa = PBXHeadersBuildPhase;
  191. buildActionMask = 2147483647;
  192. files = (
  193. );
  194. runOnlyForDeploymentPostprocessing = 0;
  195. };
  196. /* End PBXHeadersBuildPhase section */
  197. /* Begin PBXNativeTarget section */
  198. D2AAC045055464E500DB518D /* curl */ = {
  199. isa = PBXNativeTarget;
  200. buildConfigurationList = 1DEB91EB08733DB70010E9CD /* Build configuration list for PBXNativeTarget "curl" */;
  201. buildPhases = (
  202. 81990CCC09819CB700A439CA /* ShellScript */,
  203. D2AAC043055464E500DB518D /* Headers */,
  204. D2AAC044055464E500DB518D /* Sources */,
  205. D289987405E68DCB004EDB86 /* Frameworks */,
  206. );
  207. buildRules = (
  208. );
  209. dependencies = (
  210. );
  211. name = curl;
  212. productName = curl;
  213. productReference = D2AAC046055464E500DB518D /* libcurl_static.a */;
  214. productType = "com.apple.product-type.library.static";
  215. };
  216. /* End PBXNativeTarget section */
  217. /* Begin PBXProject section */
  218. 08FB7793FE84155DC02AAC07 /* Project object */ = {
  219. isa = PBXProject;
  220. attributes = {
  221. BuildIndependentTargetsInParallel = YES;
  222. ORGANIZATIONNAME = "id Software LLC";
  223. };
  224. buildConfigurationList = 1DEB91EF08733DB70010E9CD /* Build configuration list for PBXProject "curl" */;
  225. compatibilityVersion = "Xcode 3.2";
  226. developmentRegion = English;
  227. hasScannedForEncodings = 1;
  228. knownRegions = (
  229. English,
  230. Japanese,
  231. French,
  232. German,
  233. );
  234. mainGroup = 08FB7794FE84155DC02AAC07 /* curl */;
  235. projectDirPath = "";
  236. projectRoot = "";
  237. targets = (
  238. D2AAC045055464E500DB518D /* curl */,
  239. );
  240. };
  241. /* End PBXProject section */
  242. /* Begin PBXShellScriptBuildPhase section */
  243. 81990CCC09819CB700A439CA /* ShellScript */ = {
  244. isa = PBXShellScriptBuildPhase;
  245. buildActionMask = 2147483647;
  246. files = (
  247. );
  248. inputPaths = (
  249. );
  250. outputPaths = (
  251. );
  252. runOnlyForDeploymentPostprocessing = 0;
  253. shellPath = /bin/sh;
  254. shellScript = "cd ../../../curl\n\n./configure --enable-shared=no --enable-static=yes --enable-http --without-zlib --enable-ftp --disable-gopher --enable-file --disable-ldap --disable-dict --disable-telnet --disable-manual --enable-libgcc --disable-ipv6 --without-ssl\n";
  255. };
  256. /* End PBXShellScriptBuildPhase section */
  257. /* Begin PBXSourcesBuildPhase section */
  258. D2AAC044055464E500DB518D /* Sources */ = {
  259. isa = PBXSourcesBuildPhase;
  260. buildActionMask = 2147483647;
  261. files = (
  262. 81990C280981932900A439CA /* base64.c in Sources */,
  263. 81990C310981932900A439CA /* connect.c in Sources */,
  264. 81990C350981932900A439CA /* cookie.c in Sources */,
  265. 81990C380981932900A439CA /* dict.c in Sources */,
  266. 81990C3A0981932900A439CA /* easy.c in Sources */,
  267. 81990C3C0981932900A439CA /* escape.c in Sources */,
  268. 81990C3E0981932900A439CA /* file.c in Sources */,
  269. 81990C400981932900A439CA /* formdata.c in Sources */,
  270. 81990C420981932900A439CA /* ftp.c in Sources */,
  271. 81990C440981932900A439CA /* getenv.c in Sources */,
  272. 81990C450981932900A439CA /* getinfo.c in Sources */,
  273. 81990C490981932900A439CA /* hash.c in Sources */,
  274. 81990C4D0981932900A439CA /* hostip.c in Sources */,
  275. 81990C530981932900A439CA /* http_chunks.c in Sources */,
  276. 81990C550981932900A439CA /* http_digest.c in Sources */,
  277. 81990C570981932900A439CA /* http_negotiate.c in Sources */,
  278. 81990C590981932900A439CA /* http_ntlm.c in Sources */,
  279. 81990C5B0981932900A439CA /* http.c in Sources */,
  280. 81990C5D0981932900A439CA /* if2ip.c in Sources */,
  281. 81990C620981932900A439CA /* inet_pton.c in Sources */,
  282. 81990C640981932900A439CA /* krb4.c in Sources */,
  283. 81990C660981932900A439CA /* ldap.c in Sources */,
  284. 81990C690981932900A439CA /* llist.c in Sources */,
  285. 81990C6D0981932900A439CA /* md5.c in Sources */,
  286. 81990C6F0981932900A439CA /* memdebug.c in Sources */,
  287. 81990C720981932900A439CA /* mprintf.c in Sources */,
  288. 81990C730981932900A439CA /* multi.c in Sources */,
  289. 81990C750981932900A439CA /* netrc.c in Sources */,
  290. 81990C7A0981932900A439CA /* progress.c in Sources */,
  291. 81990C7C0981932900A439CA /* security.c in Sources */,
  292. 81990C7F0981932900A439CA /* sendf.c in Sources */,
  293. 81990C820981932900A439CA /* share.c in Sources */,
  294. 81990C840981932900A439CA /* speedcheck.c in Sources */,
  295. 81990C880981932900A439CA /* ssluse.c in Sources */,
  296. 81990C8A0981932900A439CA /* strequal.c in Sources */,
  297. 81990C8E0981932900A439CA /* strtok.c in Sources */,
  298. 81990C900981932900A439CA /* strtoofft.c in Sources */,
  299. 81990C920981932900A439CA /* telnet.c in Sources */,
  300. 81990C960981932900A439CA /* timeval.c in Sources */,
  301. 81990C980981932900A439CA /* transfer.c in Sources */,
  302. 81990C9A0981932900A439CA /* url.c in Sources */,
  303. 81990C9D0981932900A439CA /* version.c in Sources */,
  304. 81990D430981A46E00A439CA /* content_encoding.c in Sources */,
  305. 81326DE0099C16B6003C4788 /* getdate.c in Sources */,
  306. );
  307. runOnlyForDeploymentPostprocessing = 0;
  308. };
  309. /* End PBXSourcesBuildPhase section */
  310. /* Begin XCBuildConfiguration section */
  311. 1DEB91EC08733DB70010E9CD /* Debug */ = {
  312. isa = XCBuildConfiguration;
  313. buildSettings = {
  314. ARCHS = "$(ARCHS_STANDARD_32_BIT)";
  315. COPY_PHASE_STRIP = NO;
  316. GCC_DYNAMIC_NO_PIC = NO;
  317. GCC_ENABLE_FIX_AND_CONTINUE = YES;
  318. GCC_MODEL_TUNING = G5;
  319. GCC_OPTIMIZATION_LEVEL = 0;
  320. GCC_VERSION = com.apple.compilers.llvmgcc42;
  321. HEADER_SEARCH_PATHS = "$(SRCROOT)/../../../curl/include";
  322. INSTALL_PATH = /usr/local/lib;
  323. LIBRARY_SEARCH_PATHS = (
  324. "$(LIBRARY_SEARCH_PATHS)",
  325. "$(SRCROOT)/../../../curl/lib",
  326. );
  327. OTHER_CFLAGS = "-DHAVE_CONFIG_H";
  328. PRODUCT_NAME = curl_static;
  329. SDKROOT = macosx;
  330. SYMROOT = ../Build;
  331. ZERO_LINK = YES;
  332. };
  333. name = Debug;
  334. };
  335. 1DEB91ED08733DB70010E9CD /* Release */ = {
  336. isa = XCBuildConfiguration;
  337. buildSettings = {
  338. ARCHS = "$(ARCHS_STANDARD_32_BIT)";
  339. GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
  340. GCC_MODEL_TUNING = G5;
  341. GCC_VERSION = com.apple.compilers.llvmgcc42;
  342. HEADER_SEARCH_PATHS = "$(SRCROOT)/../../../curl/include";
  343. INSTALL_PATH = /usr/local/lib;
  344. LIBRARY_SEARCH_PATHS = (
  345. "$(LIBRARY_SEARCH_PATHS)",
  346. "$(SRCROOT)/../../../curl/lib",
  347. );
  348. OTHER_CFLAGS = "-DHAVE_CONFIG_H";
  349. PRODUCT_NAME = curl_static;
  350. SDKROOT = macosx;
  351. SYMROOT = ../Build;
  352. };
  353. name = Release;
  354. };
  355. 1DEB91F008733DB70010E9CD /* Debug */ = {
  356. isa = XCBuildConfiguration;
  357. buildSettings = {
  358. ARCHS = "$(ARCHS_STANDARD_32_BIT)";
  359. GCC_MODEL_TUNING = "";
  360. GCC_OPTIMIZATION_LEVEL = 1;
  361. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  362. GCC_WARN_UNUSED_VARIABLE = YES;
  363. PREBINDING = NO;
  364. SDKROOT = macosx10.5;
  365. VALID_ARCHS = i386;
  366. };
  367. name = Debug;
  368. };
  369. 1DEB91F108733DB70010E9CD /* Release */ = {
  370. isa = XCBuildConfiguration;
  371. buildSettings = {
  372. ARCHS = "$(ARCHS_STANDARD_32_BIT)";
  373. GCC_MODEL_TUNING = "";
  374. GCC_OPTIMIZATION_LEVEL = 3;
  375. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  376. GCC_WARN_UNUSED_VARIABLE = YES;
  377. PREBINDING = NO;
  378. SDKROOT = macosx10.5;
  379. VALID_ARCHS = i386;
  380. };
  381. name = Release;
  382. };
  383. /* End XCBuildConfiguration section */
  384. /* Begin XCConfigurationList section */
  385. 1DEB91EB08733DB70010E9CD /* Build configuration list for PBXNativeTarget "curl" */ = {
  386. isa = XCConfigurationList;
  387. buildConfigurations = (
  388. 1DEB91EC08733DB70010E9CD /* Debug */,
  389. 1DEB91ED08733DB70010E9CD /* Release */,
  390. );
  391. defaultConfigurationIsVisible = 0;
  392. defaultConfigurationName = Release;
  393. };
  394. 1DEB91EF08733DB70010E9CD /* Build configuration list for PBXProject "curl" */ = {
  395. isa = XCConfigurationList;
  396. buildConfigurations = (
  397. 1DEB91F008733DB70010E9CD /* Debug */,
  398. 1DEB91F108733DB70010E9CD /* Release */,
  399. );
  400. defaultConfigurationIsVisible = 0;
  401. defaultConfigurationName = Release;
  402. };
  403. /* End XCConfigurationList section */
  404. };
  405. rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
  406. }