2
0

project.pbxproj 13 KB

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