2
0

project.pbxproj 17 KB

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