project.pbxproj 17 KB

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