project.pbxproj 16 KB

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