2
0

project.pbxproj 14 KB

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