project.pbxproj 32 KB

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