project.pbxproj 14 KB

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