project.pbxproj 28 KB

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