project.pbxproj 33 KB

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