project.pbxproj 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694
  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. APPLICATION_EXTENSION_API_ONLY = YES;
  387. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
  388. COMBINE_HIDPI_IMAGES = YES;
  389. DEFINES_MODULE = YES;
  390. DYLIB_COMPATIBILITY_VERSION = 1;
  391. DYLIB_CURRENT_VERSION = 1;
  392. DYLIB_INSTALL_NAME_BASE = "@rpath";
  393. FRAMEWORK_VERSION = A;
  394. GCC_PREPROCESSOR_DEFINITIONS = (
  395. "DEBUG=1",
  396. "$(inherited)",
  397. );
  398. INFOPLIST_FILE = "$(SRCROOT)/Source/Info.plist";
  399. INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  400. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
  401. MACOSX_DEPLOYMENT_TARGET = 10.10;
  402. PRODUCT_NAME = Alamofire;
  403. SDKROOT = macosx;
  404. SKIP_INSTALL = YES;
  405. };
  406. name = Debug;
  407. };
  408. 4DD67C201A5C55C900ED2280 /* Release */ = {
  409. isa = XCBuildConfiguration;
  410. buildSettings = {
  411. APPLICATION_EXTENSION_API_ONLY = YES;
  412. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
  413. COMBINE_HIDPI_IMAGES = YES;
  414. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  415. DEFINES_MODULE = YES;
  416. DYLIB_COMPATIBILITY_VERSION = 1;
  417. DYLIB_CURRENT_VERSION = 1;
  418. DYLIB_INSTALL_NAME_BASE = "@rpath";
  419. FRAMEWORK_VERSION = A;
  420. INFOPLIST_FILE = "$(SRCROOT)/Source/Info.plist";
  421. INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  422. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
  423. MACOSX_DEPLOYMENT_TARGET = 10.10;
  424. PRODUCT_NAME = Alamofire;
  425. SDKROOT = macosx;
  426. SKIP_INSTALL = YES;
  427. };
  428. name = Release;
  429. };
  430. F8111E4419A95C8B0040E7D1 /* Debug */ = {
  431. isa = XCBuildConfiguration;
  432. buildSettings = {
  433. ALWAYS_SEARCH_USER_PATHS = NO;
  434. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  435. CLANG_CXX_LIBRARY = "libc++";
  436. CLANG_ENABLE_MODULES = YES;
  437. CLANG_ENABLE_OBJC_ARC = YES;
  438. CLANG_WARN_BOOL_CONVERSION = YES;
  439. CLANG_WARN_CONSTANT_CONVERSION = YES;
  440. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  441. CLANG_WARN_EMPTY_BODY = YES;
  442. CLANG_WARN_ENUM_CONVERSION = YES;
  443. CLANG_WARN_INT_CONVERSION = YES;
  444. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  445. CLANG_WARN_UNREACHABLE_CODE = YES;
  446. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  447. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  448. COPY_PHASE_STRIP = NO;
  449. CURRENT_PROJECT_VERSION = 1;
  450. ENABLE_STRICT_OBJC_MSGSEND = YES;
  451. GCC_C_LANGUAGE_STANDARD = gnu99;
  452. GCC_DYNAMIC_NO_PIC = NO;
  453. GCC_OPTIMIZATION_LEVEL = 0;
  454. GCC_PREPROCESSOR_DEFINITIONS = (
  455. "DEBUG=1",
  456. "$(inherited)",
  457. );
  458. GCC_SYMBOLS_PRIVATE_EXTERN = NO;
  459. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  460. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  461. GCC_WARN_UNDECLARED_SELECTOR = YES;
  462. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  463. GCC_WARN_UNUSED_FUNCTION = YES;
  464. GCC_WARN_UNUSED_VARIABLE = YES;
  465. IPHONEOS_DEPLOYMENT_TARGET = 7.0;
  466. MACOSX_DEPLOYMENT_TARGET = 10.9;
  467. MTL_ENABLE_DEBUG_INFO = YES;
  468. ONLY_ACTIVE_ARCH = YES;
  469. SDKROOT = iphoneos;
  470. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  471. TARGETED_DEVICE_FAMILY = "1,2";
  472. VERSIONING_SYSTEM = "apple-generic";
  473. VERSION_INFO_PREFIX = "";
  474. };
  475. name = Debug;
  476. };
  477. F8111E4519A95C8B0040E7D1 /* Release */ = {
  478. isa = XCBuildConfiguration;
  479. buildSettings = {
  480. ALWAYS_SEARCH_USER_PATHS = NO;
  481. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  482. CLANG_CXX_LIBRARY = "libc++";
  483. CLANG_ENABLE_MODULES = YES;
  484. CLANG_ENABLE_OBJC_ARC = YES;
  485. CLANG_WARN_BOOL_CONVERSION = YES;
  486. CLANG_WARN_CONSTANT_CONVERSION = YES;
  487. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  488. CLANG_WARN_EMPTY_BODY = YES;
  489. CLANG_WARN_ENUM_CONVERSION = YES;
  490. CLANG_WARN_INT_CONVERSION = YES;
  491. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  492. CLANG_WARN_UNREACHABLE_CODE = YES;
  493. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  494. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  495. COPY_PHASE_STRIP = YES;
  496. CURRENT_PROJECT_VERSION = 1;
  497. ENABLE_NS_ASSERTIONS = NO;
  498. ENABLE_STRICT_OBJC_MSGSEND = YES;
  499. GCC_C_LANGUAGE_STANDARD = gnu99;
  500. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  501. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  502. GCC_WARN_UNDECLARED_SELECTOR = YES;
  503. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  504. GCC_WARN_UNUSED_FUNCTION = YES;
  505. GCC_WARN_UNUSED_VARIABLE = YES;
  506. IPHONEOS_DEPLOYMENT_TARGET = 7.0;
  507. MACOSX_DEPLOYMENT_TARGET = 10.9;
  508. MTL_ENABLE_DEBUG_INFO = NO;
  509. SDKROOT = iphoneos;
  510. TARGETED_DEVICE_FAMILY = "1,2";
  511. VALIDATE_PRODUCT = YES;
  512. VERSIONING_SYSTEM = "apple-generic";
  513. VERSION_INFO_PREFIX = "";
  514. };
  515. name = Release;
  516. };
  517. F8111E4719A95C8B0040E7D1 /* Debug */ = {
  518. isa = XCBuildConfiguration;
  519. buildSettings = {
  520. APPLICATION_EXTENSION_API_ONLY = YES;
  521. CLANG_ENABLE_MODULES = YES;
  522. CODE_SIGN_IDENTITY = "iPhone Developer";
  523. DEFINES_MODULE = YES;
  524. DYLIB_COMPATIBILITY_VERSION = 1;
  525. DYLIB_CURRENT_VERSION = 1;
  526. DYLIB_INSTALL_NAME_BASE = "@rpath";
  527. INFOPLIST_FILE = "$(SRCROOT)/Source/Info.plist";
  528. INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  529. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  530. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  531. PRODUCT_NAME = Alamofire;
  532. SKIP_INSTALL = YES;
  533. SUPPORTED_PLATFORMS = "iphonesimulator iphoneos";
  534. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  535. };
  536. name = Debug;
  537. };
  538. F8111E4819A95C8B0040E7D1 /* Release */ = {
  539. isa = XCBuildConfiguration;
  540. buildSettings = {
  541. APPLICATION_EXTENSION_API_ONLY = YES;
  542. CLANG_ENABLE_MODULES = YES;
  543. CODE_SIGN_IDENTITY = "iPhone Developer";
  544. DEFINES_MODULE = YES;
  545. DYLIB_COMPATIBILITY_VERSION = 1;
  546. DYLIB_CURRENT_VERSION = 1;
  547. DYLIB_INSTALL_NAME_BASE = "@rpath";
  548. INFOPLIST_FILE = "$(SRCROOT)/Source/Info.plist";
  549. INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  550. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  551. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  552. PRODUCT_NAME = Alamofire;
  553. SKIP_INSTALL = YES;
  554. SUPPORTED_PLATFORMS = "iphonesimulator iphoneos";
  555. };
  556. name = Release;
  557. };
  558. F8111E4A19A95C8B0040E7D1 /* Debug */ = {
  559. isa = XCBuildConfiguration;
  560. buildSettings = {
  561. CODE_SIGN_IDENTITY = "iPhone Developer";
  562. FRAMEWORK_SEARCH_PATHS = (
  563. "$(SDKROOT)/Developer/Library/Frameworks",
  564. "$(inherited)",
  565. );
  566. GCC_PREPROCESSOR_DEFINITIONS = (
  567. "DEBUG=1",
  568. "$(inherited)",
  569. );
  570. INFOPLIST_FILE = Tests/Info.plist;
  571. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  572. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  573. PRODUCT_NAME = "$(TARGET_NAME)";
  574. };
  575. name = Debug;
  576. };
  577. F8111E4B19A95C8B0040E7D1 /* Release */ = {
  578. isa = XCBuildConfiguration;
  579. buildSettings = {
  580. CODE_SIGN_IDENTITY = "iPhone Developer";
  581. FRAMEWORK_SEARCH_PATHS = (
  582. "$(SDKROOT)/Developer/Library/Frameworks",
  583. "$(inherited)",
  584. );
  585. INFOPLIST_FILE = Tests/Info.plist;
  586. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  587. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  588. PRODUCT_NAME = "$(TARGET_NAME)";
  589. };
  590. name = Release;
  591. };
  592. F829C6BC1A7A94F100A2CD59 /* Debug */ = {
  593. isa = XCBuildConfiguration;
  594. buildSettings = {
  595. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
  596. COMBINE_HIDPI_IMAGES = YES;
  597. FRAMEWORK_SEARCH_PATHS = (
  598. "$(DEVELOPER_FRAMEWORKS_DIR)",
  599. "$(inherited)",
  600. );
  601. GCC_PREPROCESSOR_DEFINITIONS = (
  602. "DEBUG=1",
  603. "$(inherited)",
  604. );
  605. INFOPLIST_FILE = Tests/Info.plist;
  606. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
  607. MACOSX_DEPLOYMENT_TARGET = 10.10;
  608. PRODUCT_NAME = "$(TARGET_NAME)";
  609. SDKROOT = macosx;
  610. };
  611. name = Debug;
  612. };
  613. F829C6BD1A7A94F100A2CD59 /* Release */ = {
  614. isa = XCBuildConfiguration;
  615. buildSettings = {
  616. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
  617. COMBINE_HIDPI_IMAGES = YES;
  618. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  619. FRAMEWORK_SEARCH_PATHS = (
  620. "$(DEVELOPER_FRAMEWORKS_DIR)",
  621. "$(inherited)",
  622. );
  623. INFOPLIST_FILE = Tests/Info.plist;
  624. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
  625. MACOSX_DEPLOYMENT_TARGET = 10.10;
  626. PRODUCT_NAME = "$(TARGET_NAME)";
  627. SDKROOT = macosx;
  628. };
  629. name = Release;
  630. };
  631. /* End XCBuildConfiguration section */
  632. /* Begin XCConfigurationList section */
  633. 4DD67C1E1A5C55C900ED2280 /* Build configuration list for PBXNativeTarget "Alamofire OSX" */ = {
  634. isa = XCConfigurationList;
  635. buildConfigurations = (
  636. 4DD67C1F1A5C55C900ED2280 /* Debug */,
  637. 4DD67C201A5C55C900ED2280 /* Release */,
  638. );
  639. defaultConfigurationIsVisible = 0;
  640. defaultConfigurationName = Release;
  641. };
  642. F8111E2D19A95C8B0040E7D1 /* Build configuration list for PBXProject "Alamofire" */ = {
  643. isa = XCConfigurationList;
  644. buildConfigurations = (
  645. F8111E4419A95C8B0040E7D1 /* Debug */,
  646. F8111E4519A95C8B0040E7D1 /* Release */,
  647. );
  648. defaultConfigurationIsVisible = 0;
  649. defaultConfigurationName = Release;
  650. };
  651. F8111E4619A95C8B0040E7D1 /* Build configuration list for PBXNativeTarget "Alamofire iOS" */ = {
  652. isa = XCConfigurationList;
  653. buildConfigurations = (
  654. F8111E4719A95C8B0040E7D1 /* Debug */,
  655. F8111E4819A95C8B0040E7D1 /* Release */,
  656. );
  657. defaultConfigurationIsVisible = 0;
  658. defaultConfigurationName = Release;
  659. };
  660. F8111E4919A95C8B0040E7D1 /* Build configuration list for PBXNativeTarget "Alamofire iOS Tests" */ = {
  661. isa = XCConfigurationList;
  662. buildConfigurations = (
  663. F8111E4A19A95C8B0040E7D1 /* Debug */,
  664. F8111E4B19A95C8B0040E7D1 /* Release */,
  665. );
  666. defaultConfigurationIsVisible = 0;
  667. defaultConfigurationName = Release;
  668. };
  669. F829C6BB1A7A94F100A2CD59 /* Build configuration list for PBXNativeTarget "Alamofire OSX Tests" */ = {
  670. isa = XCConfigurationList;
  671. buildConfigurations = (
  672. F829C6BC1A7A94F100A2CD59 /* Debug */,
  673. F829C6BD1A7A94F100A2CD59 /* Release */,
  674. );
  675. defaultConfigurationIsVisible = 0;
  676. defaultConfigurationName = Release;
  677. };
  678. /* End XCConfigurationList section */
  679. };
  680. rootObject = F8111E2A19A95C8B0040E7D1 /* Project object */;
  681. }