project.pbxproj 30 KB

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