project.pbxproj 28 KB

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