project.pbxproj 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409
  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. 4CA707B81B27FF6400CDF7C0 /* PBXContainerItemProxy */ = {
  19. isa = PBXContainerItemProxy;
  20. containerPortal = F8111E4E19A95D7C0040E7D1 /* Alamofire.xcodeproj */;
  21. proxyType = 2;
  22. remoteGlobalIDString = 4DD67C0B1A5C55C900ED2280;
  23. remoteInfo = "Alamofire OSX";
  24. };
  25. 4CA707BA1B27FF6400CDF7C0 /* 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. 4CA707B91B27FF6400CDF7C0 /* Alamofire.framework */,
  132. F8111E5619A95D7C0040E7D1 /* Alamofire iOS Tests.xctest */,
  133. 4CA707BB1B27FF6400CDF7C0 /* 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. LastSwiftUpdateCheck = 0700;
  165. LastUpgradeCheck = 0700;
  166. ORGANIZATIONNAME = Alamofire;
  167. TargetAttributes = {
  168. F8111E0419A951050040E7D1 = {
  169. CreatedOnToolsVersion = 6.0;
  170. };
  171. };
  172. };
  173. buildConfigurationList = F8111E0019A951050040E7D1 /* Build configuration list for PBXProject "iOS Example" */;
  174. compatibilityVersion = "Xcode 3.2";
  175. developmentRegion = English;
  176. hasScannedForEncodings = 0;
  177. knownRegions = (
  178. en,
  179. Base,
  180. );
  181. mainGroup = F8111DFC19A951050040E7D1;
  182. productRefGroup = F8111E0619A951050040E7D1 /* Products */;
  183. projectDirPath = "";
  184. projectReferences = (
  185. {
  186. ProductGroup = F8111E4F19A95D7C0040E7D1 /* Products */;
  187. ProjectRef = F8111E4E19A95D7C0040E7D1 /* Alamofire.xcodeproj */;
  188. },
  189. );
  190. projectRoot = "";
  191. targets = (
  192. F8111E0419A951050040E7D1 /* iOS Example */,
  193. );
  194. };
  195. /* End PBXProject section */
  196. /* Begin PBXReferenceProxy section */
  197. 4CA707B91B27FF6400CDF7C0 /* Alamofire.framework */ = {
  198. isa = PBXReferenceProxy;
  199. fileType = wrapper.framework;
  200. path = Alamofire.framework;
  201. remoteRef = 4CA707B81B27FF6400CDF7C0 /* PBXContainerItemProxy */;
  202. sourceTree = BUILT_PRODUCTS_DIR;
  203. };
  204. 4CA707BB1B27FF6400CDF7C0 /* Alamofire OSX Tests.xctest */ = {
  205. isa = PBXReferenceProxy;
  206. fileType = wrapper.cfbundle;
  207. path = "Alamofire OSX Tests.xctest";
  208. remoteRef = 4CA707BA1B27FF6400CDF7C0 /* PBXContainerItemProxy */;
  209. sourceTree = BUILT_PRODUCTS_DIR;
  210. };
  211. F8111E5419A95D7C0040E7D1 /* Alamofire.framework */ = {
  212. isa = PBXReferenceProxy;
  213. fileType = wrapper.framework;
  214. path = Alamofire.framework;
  215. remoteRef = F8111E5319A95D7C0040E7D1 /* PBXContainerItemProxy */;
  216. sourceTree = BUILT_PRODUCTS_DIR;
  217. };
  218. F8111E5619A95D7C0040E7D1 /* Alamofire iOS Tests.xctest */ = {
  219. isa = PBXReferenceProxy;
  220. fileType = wrapper.cfbundle;
  221. path = "Alamofire iOS Tests.xctest";
  222. remoteRef = F8111E5519A95D7C0040E7D1 /* PBXContainerItemProxy */;
  223. sourceTree = BUILT_PRODUCTS_DIR;
  224. };
  225. /* End PBXReferenceProxy section */
  226. /* Begin PBXResourcesBuildPhase section */
  227. F8111E0319A951050040E7D1 /* Resources */ = {
  228. isa = PBXResourcesBuildPhase;
  229. buildActionMask = 2147483647;
  230. files = (
  231. F8111E1219A951050040E7D1 /* Main.storyboard in Resources */,
  232. F8111E1419A951050040E7D1 /* Images.xcassets in Resources */,
  233. );
  234. runOnlyForDeploymentPostprocessing = 0;
  235. };
  236. /* End PBXResourcesBuildPhase section */
  237. /* Begin PBXSourcesBuildPhase section */
  238. F8111E0119A951050040E7D1 /* Sources */ = {
  239. isa = PBXSourcesBuildPhase;
  240. buildActionMask = 2147483647;
  241. files = (
  242. F8111E0F19A951050040E7D1 /* DetailViewController.swift in Sources */,
  243. F8111E0D19A951050040E7D1 /* MasterViewController.swift in Sources */,
  244. F8111E0B19A951050040E7D1 /* AppDelegate.swift in Sources */,
  245. );
  246. runOnlyForDeploymentPostprocessing = 0;
  247. };
  248. /* End PBXSourcesBuildPhase section */
  249. /* Begin PBXTargetDependency section */
  250. F8111E5819A95D9B0040E7D1 /* PBXTargetDependency */ = {
  251. isa = PBXTargetDependency;
  252. name = Alamofire;
  253. targetProxy = F8111E5719A95D9B0040E7D1 /* PBXContainerItemProxy */;
  254. };
  255. /* End PBXTargetDependency section */
  256. /* Begin PBXVariantGroup section */
  257. F8111E1019A951050040E7D1 /* Main.storyboard */ = {
  258. isa = PBXVariantGroup;
  259. children = (
  260. F8111E1119A951050040E7D1 /* Base */,
  261. );
  262. name = Main.storyboard;
  263. sourceTree = "<group>";
  264. };
  265. /* End PBXVariantGroup section */
  266. /* Begin XCBuildConfiguration section */
  267. F8111E2119A951050040E7D1 /* Debug */ = {
  268. isa = XCBuildConfiguration;
  269. buildSettings = {
  270. ALWAYS_SEARCH_USER_PATHS = NO;
  271. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  272. CLANG_CXX_LIBRARY = "libc++";
  273. CLANG_ENABLE_MODULES = YES;
  274. CLANG_ENABLE_OBJC_ARC = YES;
  275. CLANG_WARN_BOOL_CONVERSION = YES;
  276. CLANG_WARN_CONSTANT_CONVERSION = YES;
  277. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  278. CLANG_WARN_EMPTY_BODY = YES;
  279. CLANG_WARN_ENUM_CONVERSION = YES;
  280. CLANG_WARN_INT_CONVERSION = YES;
  281. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  282. CLANG_WARN_UNREACHABLE_CODE = YES;
  283. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  284. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  285. COPY_PHASE_STRIP = NO;
  286. ENABLE_STRICT_OBJC_MSGSEND = YES;
  287. ENABLE_TESTABILITY = YES;
  288. GCC_C_LANGUAGE_STANDARD = gnu99;
  289. GCC_DYNAMIC_NO_PIC = NO;
  290. GCC_OPTIMIZATION_LEVEL = 0;
  291. GCC_PREPROCESSOR_DEFINITIONS = (
  292. "DEBUG=1",
  293. "$(inherited)",
  294. );
  295. GCC_SYMBOLS_PRIVATE_EXTERN = NO;
  296. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  297. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  298. GCC_WARN_UNDECLARED_SELECTOR = YES;
  299. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  300. GCC_WARN_UNUSED_FUNCTION = YES;
  301. GCC_WARN_UNUSED_VARIABLE = YES;
  302. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  303. MTL_ENABLE_DEBUG_INFO = YES;
  304. ONLY_ACTIVE_ARCH = YES;
  305. SDKROOT = iphoneos;
  306. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  307. TARGETED_DEVICE_FAMILY = "1,2";
  308. };
  309. name = Debug;
  310. };
  311. F8111E2219A951050040E7D1 /* Release */ = {
  312. isa = XCBuildConfiguration;
  313. buildSettings = {
  314. ALWAYS_SEARCH_USER_PATHS = NO;
  315. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  316. CLANG_CXX_LIBRARY = "libc++";
  317. CLANG_ENABLE_MODULES = YES;
  318. CLANG_ENABLE_OBJC_ARC = YES;
  319. CLANG_WARN_BOOL_CONVERSION = YES;
  320. CLANG_WARN_CONSTANT_CONVERSION = YES;
  321. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  322. CLANG_WARN_EMPTY_BODY = YES;
  323. CLANG_WARN_ENUM_CONVERSION = YES;
  324. CLANG_WARN_INT_CONVERSION = YES;
  325. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  326. CLANG_WARN_UNREACHABLE_CODE = YES;
  327. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  328. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  329. COPY_PHASE_STRIP = YES;
  330. ENABLE_NS_ASSERTIONS = NO;
  331. ENABLE_STRICT_OBJC_MSGSEND = YES;
  332. GCC_C_LANGUAGE_STANDARD = gnu99;
  333. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  334. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  335. GCC_WARN_UNDECLARED_SELECTOR = YES;
  336. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  337. GCC_WARN_UNUSED_FUNCTION = YES;
  338. GCC_WARN_UNUSED_VARIABLE = YES;
  339. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  340. MTL_ENABLE_DEBUG_INFO = NO;
  341. SDKROOT = iphoneos;
  342. TARGETED_DEVICE_FAMILY = "1,2";
  343. VALIDATE_PRODUCT = YES;
  344. };
  345. name = Release;
  346. };
  347. F8111E2419A951050040E7D1 /* Debug */ = {
  348. isa = XCBuildConfiguration;
  349. buildSettings = {
  350. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  351. ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
  352. INFOPLIST_FILE = "$(SRCROOT)/Example/Info.plist";
  353. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  354. PRODUCT_BUNDLE_IDENTIFIER = "com.alamofire.$(PRODUCT_NAME:rfc1034identifier)";
  355. PRODUCT_NAME = "iOS Example";
  356. };
  357. name = Debug;
  358. };
  359. F8111E2519A951050040E7D1 /* Release */ = {
  360. isa = XCBuildConfiguration;
  361. buildSettings = {
  362. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  363. ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
  364. INFOPLIST_FILE = "$(SRCROOT)/Example/Info.plist";
  365. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  366. PRODUCT_BUNDLE_IDENTIFIER = "com.alamofire.$(PRODUCT_NAME:rfc1034identifier)";
  367. PRODUCT_NAME = "iOS Example";
  368. };
  369. name = Release;
  370. };
  371. /* End XCBuildConfiguration section */
  372. /* Begin XCConfigurationList section */
  373. F8111E0019A951050040E7D1 /* Build configuration list for PBXProject "iOS Example" */ = {
  374. isa = XCConfigurationList;
  375. buildConfigurations = (
  376. F8111E2119A951050040E7D1 /* Debug */,
  377. F8111E2219A951050040E7D1 /* Release */,
  378. );
  379. defaultConfigurationIsVisible = 0;
  380. defaultConfigurationName = Release;
  381. };
  382. F8111E2319A951050040E7D1 /* Build configuration list for PBXNativeTarget "iOS Example" */ = {
  383. isa = XCConfigurationList;
  384. buildConfigurations = (
  385. F8111E2419A951050040E7D1 /* Debug */,
  386. F8111E2519A951050040E7D1 /* Release */,
  387. );
  388. defaultConfigurationIsVisible = 0;
  389. defaultConfigurationName = Release;
  390. };
  391. /* End XCConfigurationList section */
  392. };
  393. rootObject = F8111DFD19A951050040E7D1 /* Project object */;
  394. }