project.pbxproj 33 KB

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