project.pbxproj 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. F8111E3919A95C8B0040E7D1 /* Alamofire.h in Headers */ = {isa = PBXBuildFile; fileRef = F8111E3819A95C8B0040E7D1 /* Alamofire.h */; settings = {ATTRIBUTES = (Public, ); }; };
  10. F8111E6019A9674D0040E7D1 /* DownloadTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = F8111E5B19A9674D0040E7D1 /* DownloadTests.swift */; };
  11. F8111E6119A9674D0040E7D1 /* ParameterEncodingTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = F8111E5C19A9674D0040E7D1 /* ParameterEncodingTests.swift */; };
  12. F8111E6419A9674D0040E7D1 /* UploadTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = F8111E5F19A9674D0040E7D1 /* UploadTests.swift */; };
  13. F8858DDD19A96B4300F55F93 /* RequestTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = F8111E5D19A9674D0040E7D1 /* RequestTests.swift */; };
  14. F8858DDE19A96B4400F55F93 /* ResponseTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = F8111E5E19A9674D0040E7D1 /* ResponseTests.swift */; };
  15. F897FF4119AA800700AB5182 /* Alamofire.swift in Sources */ = {isa = PBXBuildFile; fileRef = F897FF4019AA800700AB5182 /* Alamofire.swift */; };
  16. F8E6024519CB46A800A3E7F1 /* AuthenticationTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = F8E6024419CB46A800A3E7F1 /* AuthenticationTests.swift */; };
  17. /* End PBXBuildFile section */
  18. /* Begin PBXContainerItemProxy section */
  19. F8111E6519A967880040E7D1 /* PBXContainerItemProxy */ = {
  20. isa = PBXContainerItemProxy;
  21. containerPortal = F8111E2A19A95C8B0040E7D1 /* Project object */;
  22. proxyType = 1;
  23. remoteGlobalIDString = F8111E3219A95C8B0040E7D1;
  24. remoteInfo = Alamofire;
  25. };
  26. /* End PBXContainerItemProxy section */
  27. /* Begin PBXFileReference section */
  28. F8111E3319A95C8B0040E7D1 /* Alamofire.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Alamofire.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  29. F8111E3719A95C8B0040E7D1 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  30. F8111E3819A95C8B0040E7D1 /* Alamofire.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Alamofire.h; sourceTree = "<group>"; };
  31. F8111E3E19A95C8B0040E7D1 /* AlamofireTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = AlamofireTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
  32. F8111E4119A95C8B0040E7D1 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  33. F8111E5B19A9674D0040E7D1 /* DownloadTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = DownloadTests.swift; sourceTree = "<group>"; };
  34. F8111E5C19A9674D0040E7D1 /* ParameterEncodingTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ParameterEncodingTests.swift; sourceTree = "<group>"; };
  35. F8111E5D19A9674D0040E7D1 /* RequestTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = RequestTests.swift; sourceTree = "<group>"; };
  36. F8111E5E19A9674D0040E7D1 /* ResponseTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ResponseTests.swift; sourceTree = "<group>"; };
  37. F8111E5F19A9674D0040E7D1 /* UploadTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = UploadTests.swift; sourceTree = "<group>"; };
  38. F897FF4019AA800700AB5182 /* Alamofire.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = Alamofire.swift; sourceTree = "<group>"; };
  39. F8E6024419CB46A800A3E7F1 /* AuthenticationTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = AuthenticationTests.swift; sourceTree = "<group>"; };
  40. /* End PBXFileReference section */
  41. /* Begin PBXFrameworksBuildPhase section */
  42. F8111E2F19A95C8B0040E7D1 /* Frameworks */ = {
  43. isa = PBXFrameworksBuildPhase;
  44. buildActionMask = 2147483647;
  45. files = (
  46. );
  47. runOnlyForDeploymentPostprocessing = 0;
  48. };
  49. F8111E3B19A95C8B0040E7D1 /* Frameworks */ = {
  50. isa = PBXFrameworksBuildPhase;
  51. buildActionMask = 2147483647;
  52. files = (
  53. );
  54. runOnlyForDeploymentPostprocessing = 0;
  55. };
  56. /* End PBXFrameworksBuildPhase section */
  57. /* Begin PBXGroup section */
  58. F8111E2919A95C8B0040E7D1 = {
  59. isa = PBXGroup;
  60. children = (
  61. F8111E3519A95C8B0040E7D1 /* Source */,
  62. F8111E3F19A95C8B0040E7D1 /* Tests */,
  63. F8111E3419A95C8B0040E7D1 /* Products */,
  64. );
  65. sourceTree = "<group>";
  66. };
  67. F8111E3419A95C8B0040E7D1 /* Products */ = {
  68. isa = PBXGroup;
  69. children = (
  70. F8111E3319A95C8B0040E7D1 /* Alamofire.framework */,
  71. F8111E3E19A95C8B0040E7D1 /* AlamofireTests.xctest */,
  72. );
  73. name = Products;
  74. sourceTree = "<group>";
  75. };
  76. F8111E3519A95C8B0040E7D1 /* Source */ = {
  77. isa = PBXGroup;
  78. children = (
  79. F8111E3819A95C8B0040E7D1 /* Alamofire.h */,
  80. F897FF4019AA800700AB5182 /* Alamofire.swift */,
  81. F8111E3619A95C8B0040E7D1 /* Supporting Files */,
  82. );
  83. path = Source;
  84. sourceTree = "<group>";
  85. };
  86. F8111E3619A95C8B0040E7D1 /* Supporting Files */ = {
  87. isa = PBXGroup;
  88. children = (
  89. F8111E3719A95C8B0040E7D1 /* Info.plist */,
  90. );
  91. name = "Supporting Files";
  92. sourceTree = "<group>";
  93. };
  94. F8111E3F19A95C8B0040E7D1 /* Tests */ = {
  95. isa = PBXGroup;
  96. children = (
  97. F8111E5C19A9674D0040E7D1 /* ParameterEncodingTests.swift */,
  98. F8111E5D19A9674D0040E7D1 /* RequestTests.swift */,
  99. F8111E5E19A9674D0040E7D1 /* ResponseTests.swift */,
  100. F8111E5F19A9674D0040E7D1 /* UploadTests.swift */,
  101. F8111E5B19A9674D0040E7D1 /* DownloadTests.swift */,
  102. F8E6024419CB46A800A3E7F1 /* AuthenticationTests.swift */,
  103. F8111E4019A95C8B0040E7D1 /* Supporting Files */,
  104. );
  105. path = Tests;
  106. sourceTree = "<group>";
  107. };
  108. F8111E4019A95C8B0040E7D1 /* Supporting Files */ = {
  109. isa = PBXGroup;
  110. children = (
  111. F8111E4119A95C8B0040E7D1 /* Info.plist */,
  112. );
  113. name = "Supporting Files";
  114. sourceTree = "<group>";
  115. };
  116. /* End PBXGroup section */
  117. /* Begin PBXHeadersBuildPhase section */
  118. F8111E3019A95C8B0040E7D1 /* Headers */ = {
  119. isa = PBXHeadersBuildPhase;
  120. buildActionMask = 2147483647;
  121. files = (
  122. F8111E3919A95C8B0040E7D1 /* Alamofire.h in Headers */,
  123. );
  124. runOnlyForDeploymentPostprocessing = 0;
  125. };
  126. /* End PBXHeadersBuildPhase section */
  127. /* Begin PBXNativeTarget section */
  128. F8111E3219A95C8B0040E7D1 /* Alamofire */ = {
  129. isa = PBXNativeTarget;
  130. buildConfigurationList = F8111E4619A95C8B0040E7D1 /* Build configuration list for PBXNativeTarget "Alamofire" */;
  131. buildPhases = (
  132. F8111E2E19A95C8B0040E7D1 /* Sources */,
  133. F8111E2F19A95C8B0040E7D1 /* Frameworks */,
  134. F8111E3019A95C8B0040E7D1 /* Headers */,
  135. F8111E3119A95C8B0040E7D1 /* Resources */,
  136. );
  137. buildRules = (
  138. );
  139. dependencies = (
  140. );
  141. name = Alamofire;
  142. productName = Alamofire;
  143. productReference = F8111E3319A95C8B0040E7D1 /* Alamofire.framework */;
  144. productType = "com.apple.product-type.framework";
  145. };
  146. F8111E3D19A95C8B0040E7D1 /* AlamofireTests */ = {
  147. isa = PBXNativeTarget;
  148. buildConfigurationList = F8111E4919A95C8B0040E7D1 /* Build configuration list for PBXNativeTarget "AlamofireTests" */;
  149. buildPhases = (
  150. F8111E3A19A95C8B0040E7D1 /* Sources */,
  151. F8111E3B19A95C8B0040E7D1 /* Frameworks */,
  152. F8111E3C19A95C8B0040E7D1 /* Resources */,
  153. );
  154. buildRules = (
  155. );
  156. dependencies = (
  157. F8111E6619A967880040E7D1 /* PBXTargetDependency */,
  158. );
  159. name = AlamofireTests;
  160. productName = AlamofireTests;
  161. productReference = F8111E3E19A95C8B0040E7D1 /* AlamofireTests.xctest */;
  162. productType = "com.apple.product-type.bundle.unit-test";
  163. };
  164. /* End PBXNativeTarget section */
  165. /* Begin PBXProject section */
  166. F8111E2A19A95C8B0040E7D1 /* Project object */ = {
  167. isa = PBXProject;
  168. attributes = {
  169. LastUpgradeCheck = 0600;
  170. ORGANIZATIONNAME = Alamofire;
  171. TargetAttributes = {
  172. F8111E3219A95C8B0040E7D1 = {
  173. CreatedOnToolsVersion = 6.0;
  174. };
  175. F8111E3D19A95C8B0040E7D1 = {
  176. CreatedOnToolsVersion = 6.0;
  177. };
  178. };
  179. };
  180. buildConfigurationList = F8111E2D19A95C8B0040E7D1 /* Build configuration list for PBXProject "Alamofire" */;
  181. compatibilityVersion = "Xcode 3.2";
  182. developmentRegion = English;
  183. hasScannedForEncodings = 0;
  184. knownRegions = (
  185. en,
  186. );
  187. mainGroup = F8111E2919A95C8B0040E7D1;
  188. productRefGroup = F8111E3419A95C8B0040E7D1 /* Products */;
  189. projectDirPath = "";
  190. projectRoot = "";
  191. targets = (
  192. F8111E3219A95C8B0040E7D1 /* Alamofire */,
  193. F8111E3D19A95C8B0040E7D1 /* AlamofireTests */,
  194. );
  195. };
  196. /* End PBXProject section */
  197. /* Begin PBXResourcesBuildPhase section */
  198. F8111E3119A95C8B0040E7D1 /* Resources */ = {
  199. isa = PBXResourcesBuildPhase;
  200. buildActionMask = 2147483647;
  201. files = (
  202. );
  203. runOnlyForDeploymentPostprocessing = 0;
  204. };
  205. F8111E3C19A95C8B0040E7D1 /* Resources */ = {
  206. isa = PBXResourcesBuildPhase;
  207. buildActionMask = 2147483647;
  208. files = (
  209. );
  210. runOnlyForDeploymentPostprocessing = 0;
  211. };
  212. /* End PBXResourcesBuildPhase section */
  213. /* Begin PBXSourcesBuildPhase section */
  214. F8111E2E19A95C8B0040E7D1 /* Sources */ = {
  215. isa = PBXSourcesBuildPhase;
  216. buildActionMask = 2147483647;
  217. files = (
  218. F897FF4119AA800700AB5182 /* Alamofire.swift in Sources */,
  219. );
  220. runOnlyForDeploymentPostprocessing = 0;
  221. };
  222. F8111E3A19A95C8B0040E7D1 /* Sources */ = {
  223. isa = PBXSourcesBuildPhase;
  224. buildActionMask = 2147483647;
  225. files = (
  226. F8858DDD19A96B4300F55F93 /* RequestTests.swift in Sources */,
  227. F8E6024519CB46A800A3E7F1 /* AuthenticationTests.swift in Sources */,
  228. F8858DDE19A96B4400F55F93 /* ResponseTests.swift in Sources */,
  229. F8111E6119A9674D0040E7D1 /* ParameterEncodingTests.swift in Sources */,
  230. F8111E6419A9674D0040E7D1 /* UploadTests.swift in Sources */,
  231. F8111E6019A9674D0040E7D1 /* DownloadTests.swift in Sources */,
  232. );
  233. runOnlyForDeploymentPostprocessing = 0;
  234. };
  235. /* End PBXSourcesBuildPhase section */
  236. /* Begin PBXTargetDependency section */
  237. F8111E6619A967880040E7D1 /* PBXTargetDependency */ = {
  238. isa = PBXTargetDependency;
  239. target = F8111E3219A95C8B0040E7D1 /* Alamofire */;
  240. targetProxy = F8111E6519A967880040E7D1 /* PBXContainerItemProxy */;
  241. };
  242. /* End PBXTargetDependency section */
  243. /* Begin XCBuildConfiguration section */
  244. F8111E4419A95C8B0040E7D1 /* Debug */ = {
  245. isa = XCBuildConfiguration;
  246. buildSettings = {
  247. ALWAYS_SEARCH_USER_PATHS = NO;
  248. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  249. CLANG_CXX_LIBRARY = "libc++";
  250. CLANG_ENABLE_MODULES = YES;
  251. CLANG_ENABLE_OBJC_ARC = YES;
  252. CLANG_WARN_BOOL_CONVERSION = YES;
  253. CLANG_WARN_CONSTANT_CONVERSION = YES;
  254. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  255. CLANG_WARN_EMPTY_BODY = YES;
  256. CLANG_WARN_ENUM_CONVERSION = YES;
  257. CLANG_WARN_INT_CONVERSION = YES;
  258. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  259. CLANG_WARN_UNREACHABLE_CODE = YES;
  260. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  261. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  262. COPY_PHASE_STRIP = NO;
  263. CURRENT_PROJECT_VERSION = 1;
  264. ENABLE_STRICT_OBJC_MSGSEND = YES;
  265. GCC_C_LANGUAGE_STANDARD = gnu99;
  266. GCC_DYNAMIC_NO_PIC = NO;
  267. GCC_OPTIMIZATION_LEVEL = 0;
  268. GCC_PREPROCESSOR_DEFINITIONS = (
  269. "DEBUG=1",
  270. "$(inherited)",
  271. );
  272. GCC_SYMBOLS_PRIVATE_EXTERN = NO;
  273. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  274. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  275. GCC_WARN_UNDECLARED_SELECTOR = YES;
  276. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  277. GCC_WARN_UNUSED_FUNCTION = YES;
  278. GCC_WARN_UNUSED_VARIABLE = YES;
  279. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  280. MTL_ENABLE_DEBUG_INFO = YES;
  281. ONLY_ACTIVE_ARCH = YES;
  282. SDKROOT = iphoneos;
  283. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  284. TARGETED_DEVICE_FAMILY = "1,2";
  285. VERSIONING_SYSTEM = "apple-generic";
  286. VERSION_INFO_PREFIX = "";
  287. };
  288. name = Debug;
  289. };
  290. F8111E4519A95C8B0040E7D1 /* Release */ = {
  291. isa = XCBuildConfiguration;
  292. buildSettings = {
  293. ALWAYS_SEARCH_USER_PATHS = NO;
  294. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  295. CLANG_CXX_LIBRARY = "libc++";
  296. CLANG_ENABLE_MODULES = YES;
  297. CLANG_ENABLE_OBJC_ARC = YES;
  298. CLANG_WARN_BOOL_CONVERSION = YES;
  299. CLANG_WARN_CONSTANT_CONVERSION = YES;
  300. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  301. CLANG_WARN_EMPTY_BODY = YES;
  302. CLANG_WARN_ENUM_CONVERSION = YES;
  303. CLANG_WARN_INT_CONVERSION = YES;
  304. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  305. CLANG_WARN_UNREACHABLE_CODE = YES;
  306. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  307. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  308. COPY_PHASE_STRIP = YES;
  309. CURRENT_PROJECT_VERSION = 1;
  310. ENABLE_NS_ASSERTIONS = NO;
  311. ENABLE_STRICT_OBJC_MSGSEND = YES;
  312. GCC_C_LANGUAGE_STANDARD = gnu99;
  313. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  314. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  315. GCC_WARN_UNDECLARED_SELECTOR = YES;
  316. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  317. GCC_WARN_UNUSED_FUNCTION = YES;
  318. GCC_WARN_UNUSED_VARIABLE = YES;
  319. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  320. MTL_ENABLE_DEBUG_INFO = NO;
  321. SDKROOT = iphoneos;
  322. TARGETED_DEVICE_FAMILY = "1,2";
  323. VALIDATE_PRODUCT = YES;
  324. VERSIONING_SYSTEM = "apple-generic";
  325. VERSION_INFO_PREFIX = "";
  326. };
  327. name = Release;
  328. };
  329. F8111E4719A95C8B0040E7D1 /* Debug */ = {
  330. isa = XCBuildConfiguration;
  331. buildSettings = {
  332. CLANG_ENABLE_MODULES = YES;
  333. DEFINES_MODULE = YES;
  334. DYLIB_COMPATIBILITY_VERSION = 1;
  335. DYLIB_CURRENT_VERSION = 1;
  336. DYLIB_INSTALL_NAME_BASE = "@rpath";
  337. INFOPLIST_FILE = "$(SRCROOT)/Source/Info.plist";
  338. INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  339. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  340. PRODUCT_NAME = "$(TARGET_NAME)";
  341. SKIP_INSTALL = YES;
  342. SUPPORTED_PLATFORMS = "iphonesimulator iphoneos macosx";
  343. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  344. };
  345. name = Debug;
  346. };
  347. F8111E4819A95C8B0040E7D1 /* Release */ = {
  348. isa = XCBuildConfiguration;
  349. buildSettings = {
  350. CLANG_ENABLE_MODULES = YES;
  351. DEFINES_MODULE = YES;
  352. DYLIB_COMPATIBILITY_VERSION = 1;
  353. DYLIB_CURRENT_VERSION = 1;
  354. DYLIB_INSTALL_NAME_BASE = "@rpath";
  355. INFOPLIST_FILE = "$(SRCROOT)/Source/Info.plist";
  356. INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  357. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  358. PRODUCT_NAME = "$(TARGET_NAME)";
  359. SKIP_INSTALL = YES;
  360. SUPPORTED_PLATFORMS = "iphonesimulator iphoneos macosx";
  361. };
  362. name = Release;
  363. };
  364. F8111E4A19A95C8B0040E7D1 /* Debug */ = {
  365. isa = XCBuildConfiguration;
  366. buildSettings = {
  367. FRAMEWORK_SEARCH_PATHS = (
  368. "$(SDKROOT)/Developer/Library/Frameworks",
  369. "$(inherited)",
  370. );
  371. GCC_PREPROCESSOR_DEFINITIONS = (
  372. "DEBUG=1",
  373. "$(inherited)",
  374. );
  375. INFOPLIST_FILE = Tests/Info.plist;
  376. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  377. PRODUCT_NAME = "$(TARGET_NAME)";
  378. };
  379. name = Debug;
  380. };
  381. F8111E4B19A95C8B0040E7D1 /* Release */ = {
  382. isa = XCBuildConfiguration;
  383. buildSettings = {
  384. FRAMEWORK_SEARCH_PATHS = (
  385. "$(SDKROOT)/Developer/Library/Frameworks",
  386. "$(inherited)",
  387. );
  388. INFOPLIST_FILE = Tests/Info.plist;
  389. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  390. PRODUCT_NAME = "$(TARGET_NAME)";
  391. };
  392. name = Release;
  393. };
  394. /* End XCBuildConfiguration section */
  395. /* Begin XCConfigurationList section */
  396. F8111E2D19A95C8B0040E7D1 /* Build configuration list for PBXProject "Alamofire" */ = {
  397. isa = XCConfigurationList;
  398. buildConfigurations = (
  399. F8111E4419A95C8B0040E7D1 /* Debug */,
  400. F8111E4519A95C8B0040E7D1 /* Release */,
  401. );
  402. defaultConfigurationIsVisible = 0;
  403. defaultConfigurationName = Release;
  404. };
  405. F8111E4619A95C8B0040E7D1 /* Build configuration list for PBXNativeTarget "Alamofire" */ = {
  406. isa = XCConfigurationList;
  407. buildConfigurations = (
  408. F8111E4719A95C8B0040E7D1 /* Debug */,
  409. F8111E4819A95C8B0040E7D1 /* Release */,
  410. );
  411. defaultConfigurationIsVisible = 0;
  412. defaultConfigurationName = Release;
  413. };
  414. F8111E4919A95C8B0040E7D1 /* Build configuration list for PBXNativeTarget "AlamofireTests" */ = {
  415. isa = XCConfigurationList;
  416. buildConfigurations = (
  417. F8111E4A19A95C8B0040E7D1 /* Debug */,
  418. F8111E4B19A95C8B0040E7D1 /* Release */,
  419. );
  420. defaultConfigurationIsVisible = 0;
  421. defaultConfigurationName = Release;
  422. };
  423. /* End XCConfigurationList section */
  424. };
  425. rootObject = F8111E2A19A95C8B0040E7D1 /* Project object */;
  426. }