project.pbxproj 31 KB

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