project.pbxproj 30 KB

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