project.pbxproj 31 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 4CDE2C371AF8932A00BABAE5 /* Manager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4CDE2C361AF8932A00BABAE5 /* Manager.swift */; };
  10. 4CDE2C381AF8932A00BABAE5 /* Manager.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4CDE2C361AF8932A00BABAE5 /* Manager.swift */; };
  11. 4CDE2C3A1AF899EC00BABAE5 /* Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4CDE2C391AF899EC00BABAE5 /* Request.swift */; };
  12. 4CDE2C3B1AF899EC00BABAE5 /* Request.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4CDE2C391AF899EC00BABAE5 /* Request.swift */; };
  13. 4CDE2C3D1AF89D4900BABAE5 /* Download.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4CDE2C3C1AF89D4900BABAE5 /* Download.swift */; };
  14. 4CDE2C3E1AF89D4900BABAE5 /* Download.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4CDE2C3C1AF89D4900BABAE5 /* Download.swift */; };
  15. 4CE2724F1AF88FB500F1D59A /* ParameterEncoding.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4CE2724E1AF88FB500F1D59A /* ParameterEncoding.swift */; };
  16. 4CE272501AF88FB500F1D59A /* ParameterEncoding.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4CE2724E1AF88FB500F1D59A /* ParameterEncoding.swift */; };
  17. 4DD67C241A5C58FB00ED2280 /* Alamofire.h in Headers */ = {isa = PBXBuildFile; fileRef = F8111E3819A95C8B0040E7D1 /* Alamofire.h */; settings = {ATTRIBUTES = (Public, ); }; };
  18. 4DD67C251A5C590000ED2280 /* Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = F897FF4019AA800700AB5182 /* Alamofire.swift */; };
  19. F8111E3919A95C8B0040E7D1 /* Alamofire.h in Headers */ = {isa = PBXBuildFile; fileRef = F8111E3819A95C8B0040E7D1 /* Alamofire.h */; settings = {ATTRIBUTES = (Public, ); }; };
  20. F8111E6019A9674D0040E7D1 /* DownloadTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = F8111E5B19A9674D0040E7D1 /* DownloadTests.swift */; };
  21. F8111E6119A9674D0040E7D1 /* ParameterEncodingTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = F8111E5C19A9674D0040E7D1 /* ParameterEncodingTests.swift */; };
  22. F8111E6419A9674D0040E7D1 /* UploadTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = F8111E5F19A9674D0040E7D1 /* UploadTests.swift */; };
  23. F829C6B81A7A94F100A2CD59 /* Alamofire.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4DD67C0B1A5C55C900ED2280 /* Alamofire.framework */; };
  24. F829C6BE1A7A950600A2CD59 /* ParameterEncodingTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = F8111E5C19A9674D0040E7D1 /* ParameterEncodingTests.swift */; };
  25. F829C6BF1A7A950600A2CD59 /* RequestTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = F8111E5D19A9674D0040E7D1 /* RequestTests.swift */; };
  26. F829C6C01A7A950600A2CD59 /* ManagerTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = F8D1C6F419D52968002E74FE /* ManagerTests.swift */; };
  27. F829C6C11A7A950600A2CD59 /* ResponseTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = F8111E5E19A9674D0040E7D1 /* ResponseTests.swift */; };
  28. F829C6C21A7A950600A2CD59 /* UploadTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = F8111E5F19A9674D0040E7D1 /* UploadTests.swift */; };
  29. F829C6C31A7A950600A2CD59 /* DownloadTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = F8111E5B19A9674D0040E7D1 /* DownloadTests.swift */; };
  30. F829C6C41A7A950600A2CD59 /* AuthenticationTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = F8E6024419CB46A800A3E7F1 /* AuthenticationTests.swift */; };
  31. F829C6C51A7A950600A2CD59 /* ValidationTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = F8AE910119D28DCC0078C7B2 /* ValidationTests.swift */; };
  32. F86AEFE71AE6A312007D9C76 /* TLSEvaluationTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = F86AEFE51AE6A282007D9C76 /* TLSEvaluationTests.swift */; };
  33. F86AEFE81AE6A315007D9C76 /* TLSEvaluationTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = F86AEFE51AE6A282007D9C76 /* TLSEvaluationTests.swift */; };
  34. F8858DDD19A96B4300F55F93 /* RequestTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = F8111E5D19A9674D0040E7D1 /* RequestTests.swift */; };
  35. F8858DDE19A96B4400F55F93 /* ResponseTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = F8111E5E19A9674D0040E7D1 /* ResponseTests.swift */; };
  36. F897FF4119AA800700AB5182 /* Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = F897FF4019AA800700AB5182 /* Alamofire.swift */; };
  37. F8AE910219D28DCC0078C7B2 /* ValidationTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = F8AE910119D28DCC0078C7B2 /* ValidationTests.swift */; };
  38. F8D1C6F519D52968002E74FE /* ManagerTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = F8D1C6F419D52968002E74FE /* ManagerTests.swift */; };
  39. F8E6024519CB46A800A3E7F1 /* AuthenticationTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = F8E6024419CB46A800A3E7F1 /* AuthenticationTests.swift */; };
  40. /* End PBXBuildFile section */
  41. /* Begin PBXContainerItemProxy section */
  42. F8111E6519A967880040E7D1 /* PBXContainerItemProxy */ = {
  43. isa = PBXContainerItemProxy;
  44. containerPortal = F8111E2A19A95C8B0040E7D1 /* Project object */;
  45. proxyType = 1;
  46. remoteGlobalIDString = F8111E3219A95C8B0040E7D1;
  47. remoteInfo = Alamofire;
  48. };
  49. F829C6B91A7A94F100A2CD59 /* PBXContainerItemProxy */ = {
  50. isa = PBXContainerItemProxy;
  51. containerPortal = F8111E2A19A95C8B0040E7D1 /* Project object */;
  52. proxyType = 1;
  53. remoteGlobalIDString = 4DD67C0A1A5C55C900ED2280;
  54. remoteInfo = "Alamofire OSX";
  55. };
  56. /* End PBXContainerItemProxy section */
  57. /* Begin PBXFileReference section */
  58. 4CDE2C361AF8932A00BABAE5 /* Manager.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Manager.swift; sourceTree = "<group>"; };
  59. 4CDE2C391AF899EC00BABAE5 /* Request.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Request.swift; sourceTree = "<group>"; };
  60. 4CDE2C3C1AF89D4900BABAE5 /* Download.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Download.swift; sourceTree = "<group>"; };
  61. 4CE2724E1AF88FB500F1D59A /* ParameterEncoding.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ParameterEncoding.swift; sourceTree = "<group>"; };
  62. 4DD67C0B1A5C55C900ED2280 /* Alamofire.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Alamofire.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  63. F8111E3319A95C8B0040E7D1 /* Alamofire.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Alamofire.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  64. F8111E3719A95C8B0040E7D1 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  65. F8111E3819A95C8B0040E7D1 /* Alamofire.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Alamofire.h; sourceTree = "<group>"; };
  66. F8111E3E19A95C8B0040E7D1 /* Alamofire iOS Tests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "Alamofire iOS Tests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
  67. F8111E4119A95C8B0040E7D1 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  68. F8111E5B19A9674D0040E7D1 /* DownloadTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = DownloadTests.swift; sourceTree = "<group>"; };
  69. F8111E5C19A9674D0040E7D1 /* ParameterEncodingTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ParameterEncodingTests.swift; sourceTree = "<group>"; };
  70. F8111E5D19A9674D0040E7D1 /* RequestTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RequestTests.swift; sourceTree = "<group>"; };
  71. F8111E5E19A9674D0040E7D1 /* ResponseTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ResponseTests.swift; sourceTree = "<group>"; };
  72. F8111E5F19A9674D0040E7D1 /* UploadTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = UploadTests.swift; sourceTree = "<group>"; };
  73. F829C6B21A7A94F100A2CD59 /* Alamofire OSX Tests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "Alamofire OSX Tests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
  74. F86AEFE51AE6A282007D9C76 /* TLSEvaluationTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = TLSEvaluationTests.swift; sourceTree = "<group>"; };
  75. F897FF4019AA800700AB5182 /* Alamofire.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Alamofire.swift; sourceTree = "<group>"; };
  76. F8AE910119D28DCC0078C7B2 /* ValidationTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ValidationTests.swift; sourceTree = "<group>"; };
  77. F8D1C6F419D52968002E74FE /* ManagerTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ManagerTests.swift; sourceTree = "<group>"; };
  78. F8E6024419CB46A800A3E7F1 /* AuthenticationTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AuthenticationTests.swift; sourceTree = "<group>"; };
  79. /* End PBXFileReference section */
  80. /* Begin PBXFrameworksBuildPhase section */
  81. 4DD67C071A5C55C900ED2280 /* Frameworks */ = {
  82. isa = PBXFrameworksBuildPhase;
  83. buildActionMask = 2147483647;
  84. files = (
  85. );
  86. runOnlyForDeploymentPostprocessing = 0;
  87. };
  88. F8111E2F19A95C8B0040E7D1 /* Frameworks */ = {
  89. isa = PBXFrameworksBuildPhase;
  90. buildActionMask = 2147483647;
  91. files = (
  92. );
  93. runOnlyForDeploymentPostprocessing = 0;
  94. };
  95. F8111E3B19A95C8B0040E7D1 /* Frameworks */ = {
  96. isa = PBXFrameworksBuildPhase;
  97. buildActionMask = 2147483647;
  98. files = (
  99. );
  100. runOnlyForDeploymentPostprocessing = 0;
  101. };
  102. F829C6AF1A7A94F100A2CD59 /* Frameworks */ = {
  103. isa = PBXFrameworksBuildPhase;
  104. buildActionMask = 2147483647;
  105. files = (
  106. F829C6B81A7A94F100A2CD59 /* Alamofire.framework in Frameworks */,
  107. );
  108. runOnlyForDeploymentPostprocessing = 0;
  109. };
  110. /* End PBXFrameworksBuildPhase section */
  111. /* Begin PBXGroup section */
  112. F8111E2919A95C8B0040E7D1 = {
  113. isa = PBXGroup;
  114. children = (
  115. F8111E3519A95C8B0040E7D1 /* Source */,
  116. F8111E3F19A95C8B0040E7D1 /* Tests */,
  117. F8111E3419A95C8B0040E7D1 /* Products */,
  118. );
  119. sourceTree = "<group>";
  120. };
  121. F8111E3419A95C8B0040E7D1 /* Products */ = {
  122. isa = PBXGroup;
  123. children = (
  124. F8111E3319A95C8B0040E7D1 /* Alamofire.framework */,
  125. F8111E3E19A95C8B0040E7D1 /* Alamofire iOS Tests.xctest */,
  126. 4DD67C0B1A5C55C900ED2280 /* Alamofire.framework */,
  127. F829C6B21A7A94F100A2CD59 /* Alamofire OSX Tests.xctest */,
  128. );
  129. name = Products;
  130. sourceTree = "<group>";
  131. };
  132. F8111E3519A95C8B0040E7D1 /* Source */ = {
  133. isa = PBXGroup;
  134. children = (
  135. F897FF4019AA800700AB5182 /* Alamofire.swift */,
  136. 4CDE2C3C1AF89D4900BABAE5 /* Download.swift */,
  137. 4CDE2C361AF8932A00BABAE5 /* Manager.swift */,
  138. 4CE2724E1AF88FB500F1D59A /* ParameterEncoding.swift */,
  139. 4CDE2C391AF899EC00BABAE5 /* Request.swift */,
  140. F8111E3619A95C8B0040E7D1 /* Supporting Files */,
  141. );
  142. path = Source;
  143. sourceTree = "<group>";
  144. };
  145. F8111E3619A95C8B0040E7D1 /* Supporting Files */ = {
  146. isa = PBXGroup;
  147. children = (
  148. F8111E3819A95C8B0040E7D1 /* Alamofire.h */,
  149. F8111E3719A95C8B0040E7D1 /* Info.plist */,
  150. );
  151. name = "Supporting Files";
  152. sourceTree = "<group>";
  153. };
  154. F8111E3F19A95C8B0040E7D1 /* Tests */ = {
  155. isa = PBXGroup;
  156. children = (
  157. F8111E5C19A9674D0040E7D1 /* ParameterEncodingTests.swift */,
  158. F8111E5D19A9674D0040E7D1 /* RequestTests.swift */,
  159. F8D1C6F419D52968002E74FE /* ManagerTests.swift */,
  160. F8111E5E19A9674D0040E7D1 /* ResponseTests.swift */,
  161. F8111E5F19A9674D0040E7D1 /* UploadTests.swift */,
  162. F8111E5B19A9674D0040E7D1 /* DownloadTests.swift */,
  163. F8E6024419CB46A800A3E7F1 /* AuthenticationTests.swift */,
  164. F8AE910119D28DCC0078C7B2 /* ValidationTests.swift */,
  165. F86AEFE51AE6A282007D9C76 /* TLSEvaluationTests.swift */,
  166. F8111E4019A95C8B0040E7D1 /* Supporting Files */,
  167. );
  168. path = Tests;
  169. sourceTree = "<group>";
  170. };
  171. F8111E4019A95C8B0040E7D1 /* Supporting Files */ = {
  172. isa = PBXGroup;
  173. children = (
  174. F8111E4119A95C8B0040E7D1 /* Info.plist */,
  175. );
  176. name = "Supporting Files";
  177. sourceTree = "<group>";
  178. };
  179. /* End PBXGroup section */
  180. /* Begin PBXHeadersBuildPhase section */
  181. 4DD67C081A5C55C900ED2280 /* Headers */ = {
  182. isa = PBXHeadersBuildPhase;
  183. buildActionMask = 2147483647;
  184. files = (
  185. 4DD67C241A5C58FB00ED2280 /* Alamofire.h in Headers */,
  186. );
  187. runOnlyForDeploymentPostprocessing = 0;
  188. };
  189. F8111E3019A95C8B0040E7D1 /* Headers */ = {
  190. isa = PBXHeadersBuildPhase;
  191. buildActionMask = 2147483647;
  192. files = (
  193. F8111E3919A95C8B0040E7D1 /* Alamofire.h in Headers */,
  194. );
  195. runOnlyForDeploymentPostprocessing = 0;
  196. };
  197. /* End PBXHeadersBuildPhase section */
  198. /* Begin PBXNativeTarget section */
  199. 4DD67C0A1A5C55C900ED2280 /* Alamofire OSX */ = {
  200. isa = PBXNativeTarget;
  201. buildConfigurationList = 4DD67C1E1A5C55C900ED2280 /* Build configuration list for PBXNativeTarget "Alamofire OSX" */;
  202. buildPhases = (
  203. 4DD67C061A5C55C900ED2280 /* Sources */,
  204. 4DD67C071A5C55C900ED2280 /* Frameworks */,
  205. 4DD67C081A5C55C900ED2280 /* Headers */,
  206. 4DD67C091A5C55C900ED2280 /* Resources */,
  207. );
  208. buildRules = (
  209. );
  210. dependencies = (
  211. );
  212. name = "Alamofire OSX";
  213. productName = AlamofireOSX;
  214. productReference = 4DD67C0B1A5C55C900ED2280 /* Alamofire.framework */;
  215. productType = "com.apple.product-type.framework";
  216. };
  217. F8111E3219A95C8B0040E7D1 /* Alamofire iOS */ = {
  218. isa = PBXNativeTarget;
  219. buildConfigurationList = F8111E4619A95C8B0040E7D1 /* Build configuration list for PBXNativeTarget "Alamofire iOS" */;
  220. buildPhases = (
  221. F8111E2E19A95C8B0040E7D1 /* Sources */,
  222. F8111E2F19A95C8B0040E7D1 /* Frameworks */,
  223. F8111E3019A95C8B0040E7D1 /* Headers */,
  224. F8111E3119A95C8B0040E7D1 /* Resources */,
  225. );
  226. buildRules = (
  227. );
  228. dependencies = (
  229. );
  230. name = "Alamofire iOS";
  231. productName = Alamofire;
  232. productReference = F8111E3319A95C8B0040E7D1 /* Alamofire.framework */;
  233. productType = "com.apple.product-type.framework";
  234. };
  235. F8111E3D19A95C8B0040E7D1 /* Alamofire iOS Tests */ = {
  236. isa = PBXNativeTarget;
  237. buildConfigurationList = F8111E4919A95C8B0040E7D1 /* Build configuration list for PBXNativeTarget "Alamofire iOS Tests" */;
  238. buildPhases = (
  239. F8111E3A19A95C8B0040E7D1 /* Sources */,
  240. F8111E3B19A95C8B0040E7D1 /* Frameworks */,
  241. F8111E3C19A95C8B0040E7D1 /* Resources */,
  242. );
  243. buildRules = (
  244. );
  245. dependencies = (
  246. F8111E6619A967880040E7D1 /* PBXTargetDependency */,
  247. );
  248. name = "Alamofire iOS Tests";
  249. productName = AlamofireTests;
  250. productReference = F8111E3E19A95C8B0040E7D1 /* Alamofire iOS Tests.xctest */;
  251. productType = "com.apple.product-type.bundle.unit-test";
  252. };
  253. F829C6B11A7A94F100A2CD59 /* Alamofire OSX Tests */ = {
  254. isa = PBXNativeTarget;
  255. buildConfigurationList = F829C6BB1A7A94F100A2CD59 /* Build configuration list for PBXNativeTarget "Alamofire OSX Tests" */;
  256. buildPhases = (
  257. F829C6AE1A7A94F100A2CD59 /* Sources */,
  258. F829C6AF1A7A94F100A2CD59 /* Frameworks */,
  259. F829C6B01A7A94F100A2CD59 /* Resources */,
  260. );
  261. buildRules = (
  262. );
  263. dependencies = (
  264. F829C6BA1A7A94F100A2CD59 /* PBXTargetDependency */,
  265. );
  266. name = "Alamofire OSX Tests";
  267. productName = "Alamofire OSX Tests";
  268. productReference = F829C6B21A7A94F100A2CD59 /* Alamofire OSX Tests.xctest */;
  269. productType = "com.apple.product-type.bundle.unit-test";
  270. };
  271. /* End PBXNativeTarget section */
  272. /* Begin PBXProject section */
  273. F8111E2A19A95C8B0040E7D1 /* Project object */ = {
  274. isa = PBXProject;
  275. attributes = {
  276. LastUpgradeCheck = 0600;
  277. ORGANIZATIONNAME = Alamofire;
  278. TargetAttributes = {
  279. 4DD67C0A1A5C55C900ED2280 = {
  280. CreatedOnToolsVersion = 6.1.1;
  281. };
  282. F8111E3219A95C8B0040E7D1 = {
  283. CreatedOnToolsVersion = 6.0;
  284. };
  285. F8111E3D19A95C8B0040E7D1 = {
  286. CreatedOnToolsVersion = 6.0;
  287. };
  288. F829C6B11A7A94F100A2CD59 = {
  289. CreatedOnToolsVersion = 6.1.1;
  290. };
  291. };
  292. };
  293. buildConfigurationList = F8111E2D19A95C8B0040E7D1 /* Build configuration list for PBXProject "Alamofire" */;
  294. compatibilityVersion = "Xcode 3.2";
  295. developmentRegion = English;
  296. hasScannedForEncodings = 0;
  297. knownRegions = (
  298. en,
  299. );
  300. mainGroup = F8111E2919A95C8B0040E7D1;
  301. productRefGroup = F8111E3419A95C8B0040E7D1 /* Products */;
  302. projectDirPath = "";
  303. projectRoot = "";
  304. targets = (
  305. F8111E3219A95C8B0040E7D1 /* Alamofire iOS */,
  306. 4DD67C0A1A5C55C900ED2280 /* Alamofire OSX */,
  307. F8111E3D19A95C8B0040E7D1 /* Alamofire iOS Tests */,
  308. F829C6B11A7A94F100A2CD59 /* Alamofire OSX Tests */,
  309. );
  310. };
  311. /* End PBXProject section */
  312. /* Begin PBXResourcesBuildPhase section */
  313. 4DD67C091A5C55C900ED2280 /* Resources */ = {
  314. isa = PBXResourcesBuildPhase;
  315. buildActionMask = 2147483647;
  316. files = (
  317. );
  318. runOnlyForDeploymentPostprocessing = 0;
  319. };
  320. F8111E3119A95C8B0040E7D1 /* Resources */ = {
  321. isa = PBXResourcesBuildPhase;
  322. buildActionMask = 2147483647;
  323. files = (
  324. );
  325. runOnlyForDeploymentPostprocessing = 0;
  326. };
  327. F8111E3C19A95C8B0040E7D1 /* Resources */ = {
  328. isa = PBXResourcesBuildPhase;
  329. buildActionMask = 2147483647;
  330. files = (
  331. );
  332. runOnlyForDeploymentPostprocessing = 0;
  333. };
  334. F829C6B01A7A94F100A2CD59 /* Resources */ = {
  335. isa = PBXResourcesBuildPhase;
  336. buildActionMask = 2147483647;
  337. files = (
  338. );
  339. runOnlyForDeploymentPostprocessing = 0;
  340. };
  341. /* End PBXResourcesBuildPhase section */
  342. /* Begin PBXSourcesBuildPhase section */
  343. 4DD67C061A5C55C900ED2280 /* Sources */ = {
  344. isa = PBXSourcesBuildPhase;
  345. buildActionMask = 2147483647;
  346. files = (
  347. 4CE272501AF88FB500F1D59A /* ParameterEncoding.swift in Sources */,
  348. 4CDE2C3B1AF899EC00BABAE5 /* Request.swift in Sources */,
  349. 4CDE2C381AF8932A00BABAE5 /* Manager.swift in Sources */,
  350. 4DD67C251A5C590000ED2280 /* Alamofire.swift in Sources */,
  351. 4CDE2C3E1AF89D4900BABAE5 /* Download.swift in Sources */,
  352. );
  353. runOnlyForDeploymentPostprocessing = 0;
  354. };
  355. F8111E2E19A95C8B0040E7D1 /* Sources */ = {
  356. isa = PBXSourcesBuildPhase;
  357. buildActionMask = 2147483647;
  358. files = (
  359. 4CE2724F1AF88FB500F1D59A /* ParameterEncoding.swift in Sources */,
  360. 4CDE2C3A1AF899EC00BABAE5 /* Request.swift in Sources */,
  361. 4CDE2C371AF8932A00BABAE5 /* Manager.swift in Sources */,
  362. F897FF4119AA800700AB5182 /* Alamofire.swift in Sources */,
  363. 4CDE2C3D1AF89D4900BABAE5 /* Download.swift in Sources */,
  364. );
  365. runOnlyForDeploymentPostprocessing = 0;
  366. };
  367. F8111E3A19A95C8B0040E7D1 /* Sources */ = {
  368. isa = PBXSourcesBuildPhase;
  369. buildActionMask = 2147483647;
  370. files = (
  371. F86AEFE71AE6A312007D9C76 /* TLSEvaluationTests.swift in Sources */,
  372. F8858DDD19A96B4300F55F93 /* RequestTests.swift in Sources */,
  373. F8E6024519CB46A800A3E7F1 /* AuthenticationTests.swift in Sources */,
  374. F8858DDE19A96B4400F55F93 /* ResponseTests.swift in Sources */,
  375. F8D1C6F519D52968002E74FE /* ManagerTests.swift in Sources */,
  376. F8AE910219D28DCC0078C7B2 /* ValidationTests.swift in Sources */,
  377. F8111E6119A9674D0040E7D1 /* ParameterEncodingTests.swift in Sources */,
  378. F8111E6419A9674D0040E7D1 /* UploadTests.swift in Sources */,
  379. F8111E6019A9674D0040E7D1 /* DownloadTests.swift in Sources */,
  380. );
  381. runOnlyForDeploymentPostprocessing = 0;
  382. };
  383. F829C6AE1A7A94F100A2CD59 /* Sources */ = {
  384. isa = PBXSourcesBuildPhase;
  385. buildActionMask = 2147483647;
  386. files = (
  387. F829C6BE1A7A950600A2CD59 /* ParameterEncodingTests.swift in Sources */,
  388. F829C6BF1A7A950600A2CD59 /* RequestTests.swift in Sources */,
  389. F829C6C01A7A950600A2CD59 /* ManagerTests.swift in Sources */,
  390. F829C6C11A7A950600A2CD59 /* ResponseTests.swift in Sources */,
  391. F829C6C21A7A950600A2CD59 /* UploadTests.swift in Sources */,
  392. F829C6C31A7A950600A2CD59 /* DownloadTests.swift in Sources */,
  393. F829C6C41A7A950600A2CD59 /* AuthenticationTests.swift in Sources */,
  394. F829C6C51A7A950600A2CD59 /* ValidationTests.swift in Sources */,
  395. F86AEFE81AE6A315007D9C76 /* TLSEvaluationTests.swift in Sources */,
  396. );
  397. runOnlyForDeploymentPostprocessing = 0;
  398. };
  399. /* End PBXSourcesBuildPhase section */
  400. /* Begin PBXTargetDependency section */
  401. F8111E6619A967880040E7D1 /* PBXTargetDependency */ = {
  402. isa = PBXTargetDependency;
  403. target = F8111E3219A95C8B0040E7D1 /* Alamofire iOS */;
  404. targetProxy = F8111E6519A967880040E7D1 /* PBXContainerItemProxy */;
  405. };
  406. F829C6BA1A7A94F100A2CD59 /* PBXTargetDependency */ = {
  407. isa = PBXTargetDependency;
  408. target = 4DD67C0A1A5C55C900ED2280 /* Alamofire OSX */;
  409. targetProxy = F829C6B91A7A94F100A2CD59 /* PBXContainerItemProxy */;
  410. };
  411. /* End PBXTargetDependency section */
  412. /* Begin XCBuildConfiguration section */
  413. 4DD67C1F1A5C55C900ED2280 /* Debug */ = {
  414. isa = XCBuildConfiguration;
  415. buildSettings = {
  416. APPLICATION_EXTENSION_API_ONLY = YES;
  417. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
  418. COMBINE_HIDPI_IMAGES = YES;
  419. DEFINES_MODULE = YES;
  420. DYLIB_COMPATIBILITY_VERSION = 1;
  421. DYLIB_CURRENT_VERSION = 1;
  422. DYLIB_INSTALL_NAME_BASE = "@rpath";
  423. FRAMEWORK_VERSION = A;
  424. GCC_PREPROCESSOR_DEFINITIONS = (
  425. "DEBUG=1",
  426. "$(inherited)",
  427. );
  428. INFOPLIST_FILE = "$(SRCROOT)/Source/Info.plist";
  429. INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  430. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  431. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
  432. MACOSX_DEPLOYMENT_TARGET = 10.9;
  433. PRODUCT_NAME = Alamofire;
  434. SDKROOT = macosx;
  435. SKIP_INSTALL = YES;
  436. };
  437. name = Debug;
  438. };
  439. 4DD67C201A5C55C900ED2280 /* Release */ = {
  440. isa = XCBuildConfiguration;
  441. buildSettings = {
  442. APPLICATION_EXTENSION_API_ONLY = YES;
  443. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
  444. COMBINE_HIDPI_IMAGES = YES;
  445. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  446. DEFINES_MODULE = YES;
  447. DYLIB_COMPATIBILITY_VERSION = 1;
  448. DYLIB_CURRENT_VERSION = 1;
  449. DYLIB_INSTALL_NAME_BASE = "@rpath";
  450. FRAMEWORK_VERSION = A;
  451. INFOPLIST_FILE = "$(SRCROOT)/Source/Info.plist";
  452. INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  453. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  454. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
  455. MACOSX_DEPLOYMENT_TARGET = 10.9;
  456. PRODUCT_NAME = Alamofire;
  457. SDKROOT = macosx;
  458. SKIP_INSTALL = YES;
  459. };
  460. name = Release;
  461. };
  462. F8111E4419A95C8B0040E7D1 /* Debug */ = {
  463. isa = XCBuildConfiguration;
  464. buildSettings = {
  465. ALWAYS_SEARCH_USER_PATHS = NO;
  466. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  467. CLANG_CXX_LIBRARY = "libc++";
  468. CLANG_ENABLE_MODULES = YES;
  469. CLANG_ENABLE_OBJC_ARC = YES;
  470. CLANG_WARN_BOOL_CONVERSION = YES;
  471. CLANG_WARN_CONSTANT_CONVERSION = YES;
  472. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  473. CLANG_WARN_EMPTY_BODY = YES;
  474. CLANG_WARN_ENUM_CONVERSION = YES;
  475. CLANG_WARN_INT_CONVERSION = YES;
  476. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  477. CLANG_WARN_UNREACHABLE_CODE = YES;
  478. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  479. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  480. COPY_PHASE_STRIP = NO;
  481. CURRENT_PROJECT_VERSION = 1;
  482. ENABLE_STRICT_OBJC_MSGSEND = YES;
  483. GCC_C_LANGUAGE_STANDARD = gnu99;
  484. GCC_DYNAMIC_NO_PIC = NO;
  485. GCC_OPTIMIZATION_LEVEL = 0;
  486. GCC_PREPROCESSOR_DEFINITIONS = (
  487. "DEBUG=1",
  488. "$(inherited)",
  489. );
  490. GCC_SYMBOLS_PRIVATE_EXTERN = NO;
  491. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  492. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  493. GCC_WARN_UNDECLARED_SELECTOR = YES;
  494. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  495. GCC_WARN_UNUSED_FUNCTION = YES;
  496. GCC_WARN_UNUSED_VARIABLE = YES;
  497. IPHONEOS_DEPLOYMENT_TARGET = 7.0;
  498. MACOSX_DEPLOYMENT_TARGET = 10.9;
  499. MTL_ENABLE_DEBUG_INFO = YES;
  500. ONLY_ACTIVE_ARCH = YES;
  501. SDKROOT = iphoneos;
  502. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  503. TARGETED_DEVICE_FAMILY = "1,2";
  504. VERSIONING_SYSTEM = "apple-generic";
  505. VERSION_INFO_PREFIX = "";
  506. };
  507. name = Debug;
  508. };
  509. F8111E4519A95C8B0040E7D1 /* Release */ = {
  510. isa = XCBuildConfiguration;
  511. buildSettings = {
  512. ALWAYS_SEARCH_USER_PATHS = NO;
  513. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  514. CLANG_CXX_LIBRARY = "libc++";
  515. CLANG_ENABLE_MODULES = YES;
  516. CLANG_ENABLE_OBJC_ARC = YES;
  517. CLANG_WARN_BOOL_CONVERSION = YES;
  518. CLANG_WARN_CONSTANT_CONVERSION = YES;
  519. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  520. CLANG_WARN_EMPTY_BODY = YES;
  521. CLANG_WARN_ENUM_CONVERSION = YES;
  522. CLANG_WARN_INT_CONVERSION = YES;
  523. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  524. CLANG_WARN_UNREACHABLE_CODE = YES;
  525. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  526. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  527. COPY_PHASE_STRIP = YES;
  528. CURRENT_PROJECT_VERSION = 1;
  529. ENABLE_NS_ASSERTIONS = NO;
  530. ENABLE_STRICT_OBJC_MSGSEND = YES;
  531. GCC_C_LANGUAGE_STANDARD = gnu99;
  532. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  533. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  534. GCC_WARN_UNDECLARED_SELECTOR = YES;
  535. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  536. GCC_WARN_UNUSED_FUNCTION = YES;
  537. GCC_WARN_UNUSED_VARIABLE = YES;
  538. IPHONEOS_DEPLOYMENT_TARGET = 7.0;
  539. MACOSX_DEPLOYMENT_TARGET = 10.9;
  540. MTL_ENABLE_DEBUG_INFO = NO;
  541. SDKROOT = iphoneos;
  542. TARGETED_DEVICE_FAMILY = "1,2";
  543. VALIDATE_PRODUCT = YES;
  544. VERSIONING_SYSTEM = "apple-generic";
  545. VERSION_INFO_PREFIX = "";
  546. };
  547. name = Release;
  548. };
  549. F8111E4719A95C8B0040E7D1 /* Debug */ = {
  550. isa = XCBuildConfiguration;
  551. buildSettings = {
  552. APPLICATION_EXTENSION_API_ONLY = YES;
  553. CLANG_ENABLE_MODULES = YES;
  554. CODE_SIGN_IDENTITY = "iPhone Developer";
  555. DEFINES_MODULE = YES;
  556. DYLIB_COMPATIBILITY_VERSION = 1;
  557. DYLIB_CURRENT_VERSION = 1;
  558. DYLIB_INSTALL_NAME_BASE = "@rpath";
  559. INFOPLIST_FILE = "$(SRCROOT)/Source/Info.plist";
  560. INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  561. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  562. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  563. PRODUCT_NAME = Alamofire;
  564. SKIP_INSTALL = YES;
  565. SUPPORTED_PLATFORMS = "iphonesimulator iphoneos";
  566. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  567. };
  568. name = Debug;
  569. };
  570. F8111E4819A95C8B0040E7D1 /* Release */ = {
  571. isa = XCBuildConfiguration;
  572. buildSettings = {
  573. APPLICATION_EXTENSION_API_ONLY = YES;
  574. CLANG_ENABLE_MODULES = YES;
  575. CODE_SIGN_IDENTITY = "iPhone Developer";
  576. DEFINES_MODULE = YES;
  577. DYLIB_COMPATIBILITY_VERSION = 1;
  578. DYLIB_CURRENT_VERSION = 1;
  579. DYLIB_INSTALL_NAME_BASE = "@rpath";
  580. INFOPLIST_FILE = "$(SRCROOT)/Source/Info.plist";
  581. INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  582. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  583. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  584. PRODUCT_NAME = Alamofire;
  585. SKIP_INSTALL = YES;
  586. SUPPORTED_PLATFORMS = "iphonesimulator iphoneos";
  587. };
  588. name = Release;
  589. };
  590. F8111E4A19A95C8B0040E7D1 /* Debug */ = {
  591. isa = XCBuildConfiguration;
  592. buildSettings = {
  593. CODE_SIGN_IDENTITY = "iPhone Developer";
  594. FRAMEWORK_SEARCH_PATHS = (
  595. "$(SDKROOT)/Developer/Library/Frameworks",
  596. "$(inherited)",
  597. );
  598. GCC_PREPROCESSOR_DEFINITIONS = (
  599. "DEBUG=1",
  600. "$(inherited)",
  601. );
  602. INFOPLIST_FILE = Tests/Info.plist;
  603. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  604. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  605. PRODUCT_NAME = "$(TARGET_NAME)";
  606. };
  607. name = Debug;
  608. };
  609. F8111E4B19A95C8B0040E7D1 /* Release */ = {
  610. isa = XCBuildConfiguration;
  611. buildSettings = {
  612. CODE_SIGN_IDENTITY = "iPhone Developer";
  613. FRAMEWORK_SEARCH_PATHS = (
  614. "$(SDKROOT)/Developer/Library/Frameworks",
  615. "$(inherited)",
  616. );
  617. INFOPLIST_FILE = Tests/Info.plist;
  618. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  619. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  620. PRODUCT_NAME = "$(TARGET_NAME)";
  621. };
  622. name = Release;
  623. };
  624. F829C6BC1A7A94F100A2CD59 /* Debug */ = {
  625. isa = XCBuildConfiguration;
  626. buildSettings = {
  627. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
  628. COMBINE_HIDPI_IMAGES = YES;
  629. FRAMEWORK_SEARCH_PATHS = (
  630. "$(DEVELOPER_FRAMEWORKS_DIR)",
  631. "$(inherited)",
  632. );
  633. GCC_PREPROCESSOR_DEFINITIONS = (
  634. "DEBUG=1",
  635. "$(inherited)",
  636. );
  637. INFOPLIST_FILE = Tests/Info.plist;
  638. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  639. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
  640. MACOSX_DEPLOYMENT_TARGET = 10.9;
  641. PRODUCT_NAME = "$(TARGET_NAME)";
  642. SDKROOT = macosx;
  643. };
  644. name = Debug;
  645. };
  646. F829C6BD1A7A94F100A2CD59 /* Release */ = {
  647. isa = XCBuildConfiguration;
  648. buildSettings = {
  649. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
  650. COMBINE_HIDPI_IMAGES = YES;
  651. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  652. FRAMEWORK_SEARCH_PATHS = (
  653. "$(DEVELOPER_FRAMEWORKS_DIR)",
  654. "$(inherited)",
  655. );
  656. INFOPLIST_FILE = Tests/Info.plist;
  657. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  658. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
  659. MACOSX_DEPLOYMENT_TARGET = 10.9;
  660. PRODUCT_NAME = "$(TARGET_NAME)";
  661. SDKROOT = macosx;
  662. };
  663. name = Release;
  664. };
  665. /* End XCBuildConfiguration section */
  666. /* Begin XCConfigurationList section */
  667. 4DD67C1E1A5C55C900ED2280 /* Build configuration list for PBXNativeTarget "Alamofire OSX" */ = {
  668. isa = XCConfigurationList;
  669. buildConfigurations = (
  670. 4DD67C1F1A5C55C900ED2280 /* Debug */,
  671. 4DD67C201A5C55C900ED2280 /* Release */,
  672. );
  673. defaultConfigurationIsVisible = 0;
  674. defaultConfigurationName = Release;
  675. };
  676. F8111E2D19A95C8B0040E7D1 /* Build configuration list for PBXProject "Alamofire" */ = {
  677. isa = XCConfigurationList;
  678. buildConfigurations = (
  679. F8111E4419A95C8B0040E7D1 /* Debug */,
  680. F8111E4519A95C8B0040E7D1 /* Release */,
  681. );
  682. defaultConfigurationIsVisible = 0;
  683. defaultConfigurationName = Release;
  684. };
  685. F8111E4619A95C8B0040E7D1 /* Build configuration list for PBXNativeTarget "Alamofire iOS" */ = {
  686. isa = XCConfigurationList;
  687. buildConfigurations = (
  688. F8111E4719A95C8B0040E7D1 /* Debug */,
  689. F8111E4819A95C8B0040E7D1 /* Release */,
  690. );
  691. defaultConfigurationIsVisible = 0;
  692. defaultConfigurationName = Release;
  693. };
  694. F8111E4919A95C8B0040E7D1 /* Build configuration list for PBXNativeTarget "Alamofire iOS Tests" */ = {
  695. isa = XCConfigurationList;
  696. buildConfigurations = (
  697. F8111E4A19A95C8B0040E7D1 /* Debug */,
  698. F8111E4B19A95C8B0040E7D1 /* Release */,
  699. );
  700. defaultConfigurationIsVisible = 0;
  701. defaultConfigurationName = Release;
  702. };
  703. F829C6BB1A7A94F100A2CD59 /* Build configuration list for PBXNativeTarget "Alamofire OSX Tests" */ = {
  704. isa = XCConfigurationList;
  705. buildConfigurations = (
  706. F829C6BC1A7A94F100A2CD59 /* Debug */,
  707. F829C6BD1A7A94F100A2CD59 /* Release */,
  708. );
  709. defaultConfigurationIsVisible = 0;
  710. defaultConfigurationName = Release;
  711. };
  712. /* End XCConfigurationList section */
  713. };
  714. rootObject = F8111E2A19A95C8B0040E7D1 /* Project object */;
  715. }