project.pbxproj 15 KB

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