project.pbxproj 16 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. F8111E0B19A951050040E7D1 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = F8111E0A19A951050040E7D1 /* AppDelegate.swift */; };
  10. F8111E0D19A951050040E7D1 /* MasterViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = F8111E0C19A951050040E7D1 /* MasterViewController.swift */; };
  11. F8111E0F19A951050040E7D1 /* DetailViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = F8111E0E19A951050040E7D1 /* DetailViewController.swift */; };
  12. F8111E1219A951050040E7D1 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = F8111E1019A951050040E7D1 /* Main.storyboard */; };
  13. F8111E1419A951050040E7D1 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = F8111E1319A951050040E7D1 /* Images.xcassets */; };
  14. F818D0E419CA8CFA006034B1 /* Alamofire.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F8111E5419A95D7C0040E7D1 /* Alamofire.framework */; };
  15. F818D0E619CA8D25006034B1 /* Alamofire.framework in Copy Frameworks */ = {isa = PBXBuildFile; fileRef = F8111E5419A95D7C0040E7D1 /* Alamofire.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
  16. F8E6024019CB3C0700A3E7F1 /* HTTPBin.swift in Sources */ = {isa = PBXBuildFile; fileRef = F8E6023F19CB3C0700A3E7F1 /* HTTPBin.swift */; };
  17. /* End PBXBuildFile section */
  18. /* Begin PBXContainerItemProxy section */
  19. 4CA707B81B27FF6400CDF7C0 /* PBXContainerItemProxy */ = {
  20. isa = PBXContainerItemProxy;
  21. containerPortal = F8111E4E19A95D7C0040E7D1 /* Alamofire.xcodeproj */;
  22. proxyType = 2;
  23. remoteGlobalIDString = 4DD67C0B1A5C55C900ED2280;
  24. remoteInfo = "Alamofire OSX";
  25. };
  26. 4CA707BA1B27FF6400CDF7C0 /* PBXContainerItemProxy */ = {
  27. isa = PBXContainerItemProxy;
  28. containerPortal = F8111E4E19A95D7C0040E7D1 /* Alamofire.xcodeproj */;
  29. proxyType = 2;
  30. remoteGlobalIDString = F829C6B21A7A94F100A2CD59;
  31. remoteInfo = "Alamofire OSX Tests";
  32. };
  33. F8111E5319A95D7C0040E7D1 /* PBXContainerItemProxy */ = {
  34. isa = PBXContainerItemProxy;
  35. containerPortal = F8111E4E19A95D7C0040E7D1 /* Alamofire.xcodeproj */;
  36. proxyType = 2;
  37. remoteGlobalIDString = F8111E3319A95C8B0040E7D1;
  38. remoteInfo = Alamofire;
  39. };
  40. F8111E5519A95D7C0040E7D1 /* PBXContainerItemProxy */ = {
  41. isa = PBXContainerItemProxy;
  42. containerPortal = F8111E4E19A95D7C0040E7D1 /* Alamofire.xcodeproj */;
  43. proxyType = 2;
  44. remoteGlobalIDString = F8111E3E19A95C8B0040E7D1;
  45. remoteInfo = AlamofireTests;
  46. };
  47. F8111E5719A95D9B0040E7D1 /* PBXContainerItemProxy */ = {
  48. isa = PBXContainerItemProxy;
  49. containerPortal = F8111E4E19A95D7C0040E7D1 /* Alamofire.xcodeproj */;
  50. proxyType = 1;
  51. remoteGlobalIDString = F8111E3219A95C8B0040E7D1;
  52. remoteInfo = Alamofire;
  53. };
  54. /* End PBXContainerItemProxy section */
  55. /* Begin PBXCopyFilesBuildPhase section */
  56. F818D0E519CA8D15006034B1 /* Copy Frameworks */ = {
  57. isa = PBXCopyFilesBuildPhase;
  58. buildActionMask = 2147483647;
  59. dstPath = "";
  60. dstSubfolderSpec = 10;
  61. files = (
  62. F818D0E619CA8D25006034B1 /* Alamofire.framework in Copy Frameworks */,
  63. );
  64. name = "Copy Frameworks";
  65. runOnlyForDeploymentPostprocessing = 0;
  66. };
  67. /* End PBXCopyFilesBuildPhase section */
  68. /* Begin PBXFileReference section */
  69. F8111E0519A951050040E7D1 /* iOS Example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "iOS Example.app"; sourceTree = BUILT_PRODUCTS_DIR; };
  70. F8111E0919A951050040E7D1 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  71. F8111E0A19A951050040E7D1 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
  72. F8111E0C19A951050040E7D1 /* MasterViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MasterViewController.swift; sourceTree = "<group>"; };
  73. F8111E0E19A951050040E7D1 /* DetailViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = DetailViewController.swift; sourceTree = "<group>"; };
  74. F8111E1119A951050040E7D1 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
  75. F8111E1319A951050040E7D1 /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
  76. F8111E4E19A95D7C0040E7D1 /* Alamofire.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = Alamofire.xcodeproj; sourceTree = "<group>"; };
  77. F8E6023F19CB3C0700A3E7F1 /* HTTPBin.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = HTTPBin.swift; sourceTree = "<group>"; };
  78. /* End PBXFileReference section */
  79. /* Begin PBXFrameworksBuildPhase section */
  80. F8111E0219A951050040E7D1 /* Frameworks */ = {
  81. isa = PBXFrameworksBuildPhase;
  82. buildActionMask = 2147483647;
  83. files = (
  84. F818D0E419CA8CFA006034B1 /* Alamofire.framework in Frameworks */,
  85. );
  86. runOnlyForDeploymentPostprocessing = 0;
  87. };
  88. /* End PBXFrameworksBuildPhase section */
  89. /* Begin PBXGroup section */
  90. F8111DFC19A951050040E7D1 = {
  91. isa = PBXGroup;
  92. children = (
  93. F8111E0719A951050040E7D1 /* Source */,
  94. F8111E0619A951050040E7D1 /* Products */,
  95. F8111E4E19A95D7C0040E7D1 /* Alamofire.xcodeproj */,
  96. );
  97. sourceTree = "<group>";
  98. };
  99. F8111E0619A951050040E7D1 /* Products */ = {
  100. isa = PBXGroup;
  101. children = (
  102. F8111E0519A951050040E7D1 /* iOS Example.app */,
  103. );
  104. name = Products;
  105. sourceTree = "<group>";
  106. };
  107. F8111E0719A951050040E7D1 /* Source */ = {
  108. isa = PBXGroup;
  109. children = (
  110. F8111E0A19A951050040E7D1 /* AppDelegate.swift */,
  111. F8111E0C19A951050040E7D1 /* MasterViewController.swift */,
  112. F8111E0E19A951050040E7D1 /* DetailViewController.swift */,
  113. F8E6023F19CB3C0700A3E7F1 /* HTTPBin.swift */,
  114. F8111E1019A951050040E7D1 /* Main.storyboard */,
  115. F8111E1319A951050040E7D1 /* Images.xcassets */,
  116. F8111E0819A951050040E7D1 /* Supporting Files */,
  117. );
  118. name = Source;
  119. path = Example;
  120. sourceTree = "<group>";
  121. };
  122. F8111E0819A951050040E7D1 /* Supporting Files */ = {
  123. isa = PBXGroup;
  124. children = (
  125. F8111E0919A951050040E7D1 /* Info.plist */,
  126. );
  127. name = "Supporting Files";
  128. sourceTree = "<group>";
  129. };
  130. F8111E4F19A95D7C0040E7D1 /* Products */ = {
  131. isa = PBXGroup;
  132. children = (
  133. F8111E5419A95D7C0040E7D1 /* Alamofire.framework */,
  134. 4CA707B91B27FF6400CDF7C0 /* Alamofire.framework */,
  135. F8111E5619A95D7C0040E7D1 /* Alamofire iOS Tests.xctest */,
  136. 4CA707BB1B27FF6400CDF7C0 /* Alamofire OSX Tests.xctest */,
  137. );
  138. name = Products;
  139. sourceTree = "<group>";
  140. };
  141. /* End PBXGroup section */
  142. /* Begin PBXNativeTarget section */
  143. F8111E0419A951050040E7D1 /* iOS Example */ = {
  144. isa = PBXNativeTarget;
  145. buildConfigurationList = F8111E2319A951050040E7D1 /* Build configuration list for PBXNativeTarget "iOS Example" */;
  146. buildPhases = (
  147. F8111E0119A951050040E7D1 /* Sources */,
  148. F8111E0219A951050040E7D1 /* Frameworks */,
  149. F8111E0319A951050040E7D1 /* Resources */,
  150. F818D0E519CA8D15006034B1 /* Copy Frameworks */,
  151. );
  152. buildRules = (
  153. );
  154. dependencies = (
  155. F8111E5819A95D9B0040E7D1 /* PBXTargetDependency */,
  156. );
  157. name = "iOS Example";
  158. productName = Alamofire;
  159. productReference = F8111E0519A951050040E7D1 /* iOS Example.app */;
  160. productType = "com.apple.product-type.application";
  161. };
  162. /* End PBXNativeTarget section */
  163. /* Begin PBXProject section */
  164. F8111DFD19A951050040E7D1 /* Project object */ = {
  165. isa = PBXProject;
  166. attributes = {
  167. LastSwiftUpdateCheck = 0700;
  168. LastUpgradeCheck = 0700;
  169. ORGANIZATIONNAME = Alamofire;
  170. TargetAttributes = {
  171. F8111E0419A951050040E7D1 = {
  172. CreatedOnToolsVersion = 6.0;
  173. };
  174. };
  175. };
  176. buildConfigurationList = F8111E0019A951050040E7D1 /* Build configuration list for PBXProject "iOS Example" */;
  177. compatibilityVersion = "Xcode 3.2";
  178. developmentRegion = English;
  179. hasScannedForEncodings = 0;
  180. knownRegions = (
  181. en,
  182. Base,
  183. );
  184. mainGroup = F8111DFC19A951050040E7D1;
  185. productRefGroup = F8111E0619A951050040E7D1 /* Products */;
  186. projectDirPath = "";
  187. projectReferences = (
  188. {
  189. ProductGroup = F8111E4F19A95D7C0040E7D1 /* Products */;
  190. ProjectRef = F8111E4E19A95D7C0040E7D1 /* Alamofire.xcodeproj */;
  191. },
  192. );
  193. projectRoot = "";
  194. targets = (
  195. F8111E0419A951050040E7D1 /* iOS Example */,
  196. );
  197. };
  198. /* End PBXProject section */
  199. /* Begin PBXReferenceProxy section */
  200. 4CA707B91B27FF6400CDF7C0 /* Alamofire.framework */ = {
  201. isa = PBXReferenceProxy;
  202. fileType = wrapper.framework;
  203. path = Alamofire.framework;
  204. remoteRef = 4CA707B81B27FF6400CDF7C0 /* PBXContainerItemProxy */;
  205. sourceTree = BUILT_PRODUCTS_DIR;
  206. };
  207. 4CA707BB1B27FF6400CDF7C0 /* Alamofire OSX Tests.xctest */ = {
  208. isa = PBXReferenceProxy;
  209. fileType = wrapper.cfbundle;
  210. path = "Alamofire OSX Tests.xctest";
  211. remoteRef = 4CA707BA1B27FF6400CDF7C0 /* PBXContainerItemProxy */;
  212. sourceTree = BUILT_PRODUCTS_DIR;
  213. };
  214. F8111E5419A95D7C0040E7D1 /* Alamofire.framework */ = {
  215. isa = PBXReferenceProxy;
  216. fileType = wrapper.framework;
  217. path = Alamofire.framework;
  218. remoteRef = F8111E5319A95D7C0040E7D1 /* PBXContainerItemProxy */;
  219. sourceTree = BUILT_PRODUCTS_DIR;
  220. };
  221. F8111E5619A95D7C0040E7D1 /* Alamofire iOS Tests.xctest */ = {
  222. isa = PBXReferenceProxy;
  223. fileType = wrapper.cfbundle;
  224. path = "Alamofire iOS Tests.xctest";
  225. remoteRef = F8111E5519A95D7C0040E7D1 /* PBXContainerItemProxy */;
  226. sourceTree = BUILT_PRODUCTS_DIR;
  227. };
  228. /* End PBXReferenceProxy section */
  229. /* Begin PBXResourcesBuildPhase section */
  230. F8111E0319A951050040E7D1 /* Resources */ = {
  231. isa = PBXResourcesBuildPhase;
  232. buildActionMask = 2147483647;
  233. files = (
  234. F8111E1219A951050040E7D1 /* Main.storyboard in Resources */,
  235. F8111E1419A951050040E7D1 /* Images.xcassets in Resources */,
  236. );
  237. runOnlyForDeploymentPostprocessing = 0;
  238. };
  239. /* End PBXResourcesBuildPhase section */
  240. /* Begin PBXSourcesBuildPhase section */
  241. F8111E0119A951050040E7D1 /* Sources */ = {
  242. isa = PBXSourcesBuildPhase;
  243. buildActionMask = 2147483647;
  244. files = (
  245. F8111E0F19A951050040E7D1 /* DetailViewController.swift in Sources */,
  246. F8E6024019CB3C0700A3E7F1 /* HTTPBin.swift in Sources */,
  247. F8111E0D19A951050040E7D1 /* MasterViewController.swift in Sources */,
  248. F8111E0B19A951050040E7D1 /* AppDelegate.swift in Sources */,
  249. );
  250. runOnlyForDeploymentPostprocessing = 0;
  251. };
  252. /* End PBXSourcesBuildPhase section */
  253. /* Begin PBXTargetDependency section */
  254. F8111E5819A95D9B0040E7D1 /* PBXTargetDependency */ = {
  255. isa = PBXTargetDependency;
  256. name = Alamofire;
  257. targetProxy = F8111E5719A95D9B0040E7D1 /* PBXContainerItemProxy */;
  258. };
  259. /* End PBXTargetDependency section */
  260. /* Begin PBXVariantGroup section */
  261. F8111E1019A951050040E7D1 /* Main.storyboard */ = {
  262. isa = PBXVariantGroup;
  263. children = (
  264. F8111E1119A951050040E7D1 /* Base */,
  265. );
  266. name = Main.storyboard;
  267. sourceTree = "<group>";
  268. };
  269. /* End PBXVariantGroup section */
  270. /* Begin XCBuildConfiguration section */
  271. F8111E2119A951050040E7D1 /* Debug */ = {
  272. isa = XCBuildConfiguration;
  273. buildSettings = {
  274. ALWAYS_SEARCH_USER_PATHS = NO;
  275. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  276. CLANG_CXX_LIBRARY = "libc++";
  277. CLANG_ENABLE_MODULES = YES;
  278. CLANG_ENABLE_OBJC_ARC = YES;
  279. CLANG_WARN_BOOL_CONVERSION = YES;
  280. CLANG_WARN_CONSTANT_CONVERSION = YES;
  281. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  282. CLANG_WARN_EMPTY_BODY = YES;
  283. CLANG_WARN_ENUM_CONVERSION = YES;
  284. CLANG_WARN_INT_CONVERSION = YES;
  285. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  286. CLANG_WARN_UNREACHABLE_CODE = YES;
  287. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  288. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  289. COPY_PHASE_STRIP = NO;
  290. ENABLE_STRICT_OBJC_MSGSEND = YES;
  291. ENABLE_TESTABILITY = YES;
  292. GCC_C_LANGUAGE_STANDARD = gnu99;
  293. GCC_DYNAMIC_NO_PIC = NO;
  294. GCC_OPTIMIZATION_LEVEL = 0;
  295. GCC_PREPROCESSOR_DEFINITIONS = (
  296. "DEBUG=1",
  297. "$(inherited)",
  298. );
  299. GCC_SYMBOLS_PRIVATE_EXTERN = NO;
  300. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  301. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  302. GCC_WARN_UNDECLARED_SELECTOR = YES;
  303. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  304. GCC_WARN_UNUSED_FUNCTION = YES;
  305. GCC_WARN_UNUSED_VARIABLE = YES;
  306. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  307. MTL_ENABLE_DEBUG_INFO = YES;
  308. ONLY_ACTIVE_ARCH = YES;
  309. SDKROOT = iphoneos;
  310. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  311. TARGETED_DEVICE_FAMILY = "1,2";
  312. };
  313. name = Debug;
  314. };
  315. F8111E2219A951050040E7D1 /* Release */ = {
  316. isa = XCBuildConfiguration;
  317. buildSettings = {
  318. ALWAYS_SEARCH_USER_PATHS = NO;
  319. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  320. CLANG_CXX_LIBRARY = "libc++";
  321. CLANG_ENABLE_MODULES = YES;
  322. CLANG_ENABLE_OBJC_ARC = YES;
  323. CLANG_WARN_BOOL_CONVERSION = YES;
  324. CLANG_WARN_CONSTANT_CONVERSION = YES;
  325. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  326. CLANG_WARN_EMPTY_BODY = YES;
  327. CLANG_WARN_ENUM_CONVERSION = YES;
  328. CLANG_WARN_INT_CONVERSION = YES;
  329. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  330. CLANG_WARN_UNREACHABLE_CODE = YES;
  331. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  332. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  333. COPY_PHASE_STRIP = YES;
  334. ENABLE_NS_ASSERTIONS = NO;
  335. ENABLE_STRICT_OBJC_MSGSEND = YES;
  336. GCC_C_LANGUAGE_STANDARD = gnu99;
  337. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  338. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  339. GCC_WARN_UNDECLARED_SELECTOR = YES;
  340. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  341. GCC_WARN_UNUSED_FUNCTION = YES;
  342. GCC_WARN_UNUSED_VARIABLE = YES;
  343. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  344. MTL_ENABLE_DEBUG_INFO = NO;
  345. SDKROOT = iphoneos;
  346. TARGETED_DEVICE_FAMILY = "1,2";
  347. VALIDATE_PRODUCT = YES;
  348. };
  349. name = Release;
  350. };
  351. F8111E2419A951050040E7D1 /* Debug */ = {
  352. isa = XCBuildConfiguration;
  353. buildSettings = {
  354. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  355. ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
  356. INFOPLIST_FILE = "$(SRCROOT)/Example/Info.plist";
  357. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  358. PRODUCT_BUNDLE_IDENTIFIER = "com.alamofire.$(PRODUCT_NAME:rfc1034identifier)";
  359. PRODUCT_NAME = "iOS Example";
  360. };
  361. name = Debug;
  362. };
  363. F8111E2519A951050040E7D1 /* Release */ = {
  364. isa = XCBuildConfiguration;
  365. buildSettings = {
  366. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  367. ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
  368. INFOPLIST_FILE = "$(SRCROOT)/Example/Info.plist";
  369. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  370. PRODUCT_BUNDLE_IDENTIFIER = "com.alamofire.$(PRODUCT_NAME:rfc1034identifier)";
  371. PRODUCT_NAME = "iOS Example";
  372. };
  373. name = Release;
  374. };
  375. /* End XCBuildConfiguration section */
  376. /* Begin XCConfigurationList section */
  377. F8111E0019A951050040E7D1 /* Build configuration list for PBXProject "iOS Example" */ = {
  378. isa = XCConfigurationList;
  379. buildConfigurations = (
  380. F8111E2119A951050040E7D1 /* Debug */,
  381. F8111E2219A951050040E7D1 /* Release */,
  382. );
  383. defaultConfigurationIsVisible = 0;
  384. defaultConfigurationName = Release;
  385. };
  386. F8111E2319A951050040E7D1 /* Build configuration list for PBXNativeTarget "iOS Example" */ = {
  387. isa = XCConfigurationList;
  388. buildConfigurations = (
  389. F8111E2419A951050040E7D1 /* Debug */,
  390. F8111E2519A951050040E7D1 /* Release */,
  391. );
  392. defaultConfigurationIsVisible = 0;
  393. defaultConfigurationName = Release;
  394. };
  395. /* End XCConfigurationList section */
  396. };
  397. rootObject = F8111DFD19A951050040E7D1 /* Project object */;
  398. }