project.pbxproj 27 KB

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