2
0

project.pbxproj 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. D35C9F381D74A1C0000443CD /* QuickProto.h in Headers */ = {isa = PBXBuildFile; fileRef = D35C9F361D74A1C0000443CD /* QuickProto.h */; settings = {ATTRIBUTES = (Public, ); }; };
  10. D35C9F6C1D74A4AB000443CD /* main.swift in Sources */ = {isa = PBXBuildFile; fileRef = D35C9F6B1D74A4AB000443CD /* main.swift */; };
  11. D3A2C8261D75FC2200E5DFAB /* _FileDescriptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3A2C8191D75FC2200E5DFAB /* _FileDescriptor.swift */; };
  12. D3A2C8271D75FC2200E5DFAB /* CodeBuilder.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3A2C81A1D75FC2200E5DFAB /* CodeBuilder.swift */; };
  13. D3A2C8281D75FC2200E5DFAB /* Field.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3A2C81B1D75FC2200E5DFAB /* Field.swift */; };
  14. D3A2C8291D75FC2200E5DFAB /* FieldDescriptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3A2C81C1D75FC2200E5DFAB /* FieldDescriptor.swift */; };
  15. D3A2C82A1D75FC2200E5DFAB /* FieldLabel.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3A2C81D1D75FC2200E5DFAB /* FieldLabel.swift */; };
  16. D3A2C82B1D75FC2200E5DFAB /* FieldType.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3A2C81E1D75FC2200E5DFAB /* FieldType.swift */; };
  17. D3A2C82C1D75FC2200E5DFAB /* FileDescriptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3A2C81F1D75FC2200E5DFAB /* FileDescriptor.swift */; };
  18. D3A2C82D1D75FC2200E5DFAB /* FileDescriptorSet.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3A2C8201D75FC2200E5DFAB /* FileDescriptorSet.swift */; };
  19. D3A2C82E1D75FC2200E5DFAB /* Message.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3A2C8211D75FC2200E5DFAB /* Message.swift */; };
  20. D3A2C82F1D75FC2200E5DFAB /* MessageDescriptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3A2C8221D75FC2200E5DFAB /* MessageDescriptor.swift */; };
  21. D3A2C8301D75FC2200E5DFAB /* MessageReader.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3A2C8231D75FC2200E5DFAB /* MessageReader.swift */; };
  22. D3A2C8311D75FC2200E5DFAB /* NSMutableData+Proto.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3A2C8241D75FC2200E5DFAB /* NSMutableData+Proto.swift */; };
  23. D3A2C8321D75FC2200E5DFAB /* WireType.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3A2C8251D75FC2200E5DFAB /* WireType.swift */; };
  24. /* End PBXBuildFile section */
  25. /* Begin PBXCopyFilesBuildPhase section */
  26. D35C9F671D74A4AB000443CD /* CopyFiles */ = {
  27. isa = PBXCopyFilesBuildPhase;
  28. buildActionMask = 2147483647;
  29. dstPath = /usr/share/man/man1/;
  30. dstSubfolderSpec = 0;
  31. files = (
  32. );
  33. runOnlyForDeploymentPostprocessing = 1;
  34. };
  35. /* End PBXCopyFilesBuildPhase section */
  36. /* Begin PBXFileReference section */
  37. D35C9F341D74A1C0000443CD /* QuickProto.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = QuickProto.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  38. D35C9F361D74A1C0000443CD /* QuickProto.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = QuickProto.h; sourceTree = "<group>"; };
  39. D35C9F371D74A1C0000443CD /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  40. D35C9F691D74A4AB000443CD /* QuickDemo */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = QuickDemo; sourceTree = BUILT_PRODUCTS_DIR; };
  41. D35C9F6B1D74A4AB000443CD /* main.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = main.swift; sourceTree = "<group>"; };
  42. D3A2C8191D75FC2200E5DFAB /* _FileDescriptor.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = _FileDescriptor.swift; path = ../Packages/QuickProto/Sources/_FileDescriptor.swift; sourceTree = "<group>"; };
  43. D3A2C81A1D75FC2200E5DFAB /* CodeBuilder.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = CodeBuilder.swift; path = ../Packages/QuickProto/Sources/CodeBuilder.swift; sourceTree = "<group>"; };
  44. D3A2C81B1D75FC2200E5DFAB /* Field.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = Field.swift; path = ../Packages/QuickProto/Sources/Field.swift; sourceTree = "<group>"; };
  45. D3A2C81C1D75FC2200E5DFAB /* FieldDescriptor.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = FieldDescriptor.swift; path = ../Packages/QuickProto/Sources/FieldDescriptor.swift; sourceTree = "<group>"; };
  46. D3A2C81D1D75FC2200E5DFAB /* FieldLabel.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = FieldLabel.swift; path = ../Packages/QuickProto/Sources/FieldLabel.swift; sourceTree = "<group>"; };
  47. D3A2C81E1D75FC2200E5DFAB /* FieldType.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = FieldType.swift; path = ../Packages/QuickProto/Sources/FieldType.swift; sourceTree = "<group>"; };
  48. D3A2C81F1D75FC2200E5DFAB /* FileDescriptor.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = FileDescriptor.swift; path = ../Packages/QuickProto/Sources/FileDescriptor.swift; sourceTree = "<group>"; };
  49. D3A2C8201D75FC2200E5DFAB /* FileDescriptorSet.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = FileDescriptorSet.swift; path = ../Packages/QuickProto/Sources/FileDescriptorSet.swift; sourceTree = "<group>"; };
  50. D3A2C8211D75FC2200E5DFAB /* Message.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = Message.swift; path = ../Packages/QuickProto/Sources/Message.swift; sourceTree = "<group>"; };
  51. D3A2C8221D75FC2200E5DFAB /* MessageDescriptor.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = MessageDescriptor.swift; path = ../Packages/QuickProto/Sources/MessageDescriptor.swift; sourceTree = "<group>"; };
  52. D3A2C8231D75FC2200E5DFAB /* MessageReader.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = MessageReader.swift; path = ../Packages/QuickProto/Sources/MessageReader.swift; sourceTree = "<group>"; };
  53. D3A2C8241D75FC2200E5DFAB /* NSMutableData+Proto.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = "NSMutableData+Proto.swift"; path = "../Packages/QuickProto/Sources/NSMutableData+Proto.swift"; sourceTree = "<group>"; };
  54. D3A2C8251D75FC2200E5DFAB /* WireType.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = WireType.swift; path = ../Packages/QuickProto/Sources/WireType.swift; sourceTree = "<group>"; };
  55. /* End PBXFileReference section */
  56. /* Begin PBXFrameworksBuildPhase section */
  57. D35C9F301D74A1C0000443CD /* Frameworks */ = {
  58. isa = PBXFrameworksBuildPhase;
  59. buildActionMask = 2147483647;
  60. files = (
  61. );
  62. runOnlyForDeploymentPostprocessing = 0;
  63. };
  64. D35C9F661D74A4AB000443CD /* Frameworks */ = {
  65. isa = PBXFrameworksBuildPhase;
  66. buildActionMask = 2147483647;
  67. files = (
  68. );
  69. runOnlyForDeploymentPostprocessing = 0;
  70. };
  71. /* End PBXFrameworksBuildPhase section */
  72. /* Begin PBXGroup section */
  73. D35C9F351D74A1C0000443CD /* QuickProto */ = {
  74. isa = PBXGroup;
  75. children = (
  76. D35C9F361D74A1C0000443CD /* QuickProto.h */,
  77. D35C9F371D74A1C0000443CD /* Info.plist */,
  78. );
  79. path = QuickProto;
  80. sourceTree = "<group>";
  81. };
  82. D35C9F6A1D74A4AB000443CD /* QuickDemo */ = {
  83. isa = PBXGroup;
  84. children = (
  85. D35C9F6B1D74A4AB000443CD /* main.swift */,
  86. );
  87. path = QuickDemo;
  88. sourceTree = "<group>";
  89. };
  90. D3A2C8331D75FC2900E5DFAB /* QuickProto/Sources */ = {
  91. isa = PBXGroup;
  92. children = (
  93. D3A2C8191D75FC2200E5DFAB /* _FileDescriptor.swift */,
  94. D3A2C81A1D75FC2200E5DFAB /* CodeBuilder.swift */,
  95. D3A2C81B1D75FC2200E5DFAB /* Field.swift */,
  96. D3A2C81C1D75FC2200E5DFAB /* FieldDescriptor.swift */,
  97. D3A2C81D1D75FC2200E5DFAB /* FieldLabel.swift */,
  98. D3A2C81E1D75FC2200E5DFAB /* FieldType.swift */,
  99. D3A2C81F1D75FC2200E5DFAB /* FileDescriptor.swift */,
  100. D3A2C8201D75FC2200E5DFAB /* FileDescriptorSet.swift */,
  101. D3A2C8211D75FC2200E5DFAB /* Message.swift */,
  102. D3A2C8221D75FC2200E5DFAB /* MessageDescriptor.swift */,
  103. D3A2C8231D75FC2200E5DFAB /* MessageReader.swift */,
  104. D3A2C8241D75FC2200E5DFAB /* NSMutableData+Proto.swift */,
  105. D3A2C8251D75FC2200E5DFAB /* WireType.swift */,
  106. );
  107. name = QuickProto/Sources;
  108. sourceTree = "<group>";
  109. };
  110. D3D1C8511D6D15D9002F1B53 = {
  111. isa = PBXGroup;
  112. children = (
  113. D3A2C8331D75FC2900E5DFAB /* QuickProto/Sources */,
  114. D35C9F351D74A1C0000443CD /* QuickProto */,
  115. D35C9F6A1D74A4AB000443CD /* QuickDemo */,
  116. D3D1C85B1D6D15D9002F1B53 /* Products */,
  117. );
  118. sourceTree = "<group>";
  119. };
  120. D3D1C85B1D6D15D9002F1B53 /* Products */ = {
  121. isa = PBXGroup;
  122. children = (
  123. D35C9F341D74A1C0000443CD /* QuickProto.framework */,
  124. D35C9F691D74A4AB000443CD /* QuickDemo */,
  125. );
  126. name = Products;
  127. sourceTree = "<group>";
  128. };
  129. /* End PBXGroup section */
  130. /* Begin PBXHeadersBuildPhase section */
  131. D35C9F311D74A1C0000443CD /* Headers */ = {
  132. isa = PBXHeadersBuildPhase;
  133. buildActionMask = 2147483647;
  134. files = (
  135. D35C9F381D74A1C0000443CD /* QuickProto.h in Headers */,
  136. );
  137. runOnlyForDeploymentPostprocessing = 0;
  138. };
  139. /* End PBXHeadersBuildPhase section */
  140. /* Begin PBXNativeTarget section */
  141. D35C9F331D74A1C0000443CD /* QuickProto */ = {
  142. isa = PBXNativeTarget;
  143. buildConfigurationList = D35C9F391D74A1C0000443CD /* Build configuration list for PBXNativeTarget "QuickProto" */;
  144. buildPhases = (
  145. D35C9F2F1D74A1C0000443CD /* Sources */,
  146. D35C9F301D74A1C0000443CD /* Frameworks */,
  147. D35C9F311D74A1C0000443CD /* Headers */,
  148. D35C9F321D74A1C0000443CD /* Resources */,
  149. );
  150. buildRules = (
  151. );
  152. dependencies = (
  153. );
  154. name = QuickProto;
  155. productName = QuickProto;
  156. productReference = D35C9F341D74A1C0000443CD /* QuickProto.framework */;
  157. productType = "com.apple.product-type.framework";
  158. };
  159. D35C9F681D74A4AB000443CD /* QuickDemo */ = {
  160. isa = PBXNativeTarget;
  161. buildConfigurationList = D35C9F6F1D74A4AB000443CD /* Build configuration list for PBXNativeTarget "QuickDemo" */;
  162. buildPhases = (
  163. D35C9F651D74A4AB000443CD /* Sources */,
  164. D35C9F661D74A4AB000443CD /* Frameworks */,
  165. D35C9F671D74A4AB000443CD /* CopyFiles */,
  166. );
  167. buildRules = (
  168. );
  169. dependencies = (
  170. );
  171. name = QuickDemo;
  172. productName = QuickDemo;
  173. productReference = D35C9F691D74A4AB000443CD /* QuickDemo */;
  174. productType = "com.apple.product-type.tool";
  175. };
  176. /* End PBXNativeTarget section */
  177. /* Begin PBXProject section */
  178. D3D1C8521D6D15D9002F1B53 /* Project object */ = {
  179. isa = PBXProject;
  180. attributes = {
  181. LastSwiftUpdateCheck = 0800;
  182. LastUpgradeCheck = 0800;
  183. ORGANIZATIONNAME = Google;
  184. TargetAttributes = {
  185. D35C9F331D74A1C0000443CD = {
  186. CreatedOnToolsVersion = 8.0;
  187. DevelopmentTeam = EQHXZ8M8AV;
  188. LastSwiftMigration = 0800;
  189. ProvisioningStyle = Automatic;
  190. };
  191. D35C9F681D74A4AB000443CD = {
  192. CreatedOnToolsVersion = 8.0;
  193. DevelopmentTeam = EQHXZ8M8AV;
  194. ProvisioningStyle = Automatic;
  195. };
  196. };
  197. };
  198. buildConfigurationList = D3D1C8551D6D15D9002F1B53 /* Build configuration list for PBXProject "QuickProto" */;
  199. compatibilityVersion = "Xcode 3.2";
  200. developmentRegion = English;
  201. hasScannedForEncodings = 0;
  202. knownRegions = (
  203. en,
  204. );
  205. mainGroup = D3D1C8511D6D15D9002F1B53;
  206. productRefGroup = D3D1C85B1D6D15D9002F1B53 /* Products */;
  207. projectDirPath = "";
  208. projectRoot = "";
  209. targets = (
  210. D35C9F331D74A1C0000443CD /* QuickProto */,
  211. D35C9F681D74A4AB000443CD /* QuickDemo */,
  212. );
  213. };
  214. /* End PBXProject section */
  215. /* Begin PBXResourcesBuildPhase section */
  216. D35C9F321D74A1C0000443CD /* Resources */ = {
  217. isa = PBXResourcesBuildPhase;
  218. buildActionMask = 2147483647;
  219. files = (
  220. );
  221. runOnlyForDeploymentPostprocessing = 0;
  222. };
  223. /* End PBXResourcesBuildPhase section */
  224. /* Begin PBXSourcesBuildPhase section */
  225. D35C9F2F1D74A1C0000443CD /* Sources */ = {
  226. isa = PBXSourcesBuildPhase;
  227. buildActionMask = 2147483647;
  228. files = (
  229. D3A2C82A1D75FC2200E5DFAB /* FieldLabel.swift in Sources */,
  230. D3A2C8301D75FC2200E5DFAB /* MessageReader.swift in Sources */,
  231. D3A2C8321D75FC2200E5DFAB /* WireType.swift in Sources */,
  232. D3A2C8271D75FC2200E5DFAB /* CodeBuilder.swift in Sources */,
  233. D3A2C82B1D75FC2200E5DFAB /* FieldType.swift in Sources */,
  234. D3A2C82E1D75FC2200E5DFAB /* Message.swift in Sources */,
  235. D3A2C82C1D75FC2200E5DFAB /* FileDescriptor.swift in Sources */,
  236. D3A2C8261D75FC2200E5DFAB /* _FileDescriptor.swift in Sources */,
  237. D3A2C82D1D75FC2200E5DFAB /* FileDescriptorSet.swift in Sources */,
  238. D3A2C8311D75FC2200E5DFAB /* NSMutableData+Proto.swift in Sources */,
  239. D3A2C8281D75FC2200E5DFAB /* Field.swift in Sources */,
  240. D3A2C82F1D75FC2200E5DFAB /* MessageDescriptor.swift in Sources */,
  241. D3A2C8291D75FC2200E5DFAB /* FieldDescriptor.swift in Sources */,
  242. );
  243. runOnlyForDeploymentPostprocessing = 0;
  244. };
  245. D35C9F651D74A4AB000443CD /* Sources */ = {
  246. isa = PBXSourcesBuildPhase;
  247. buildActionMask = 2147483647;
  248. files = (
  249. D35C9F6C1D74A4AB000443CD /* main.swift in Sources */,
  250. );
  251. runOnlyForDeploymentPostprocessing = 0;
  252. };
  253. /* End PBXSourcesBuildPhase section */
  254. /* Begin XCBuildConfiguration section */
  255. D35C9F3A1D74A1C0000443CD /* Debug */ = {
  256. isa = XCBuildConfiguration;
  257. buildSettings = {
  258. CLANG_ENABLE_MODULES = YES;
  259. CODE_SIGN_IDENTITY = "";
  260. COMBINE_HIDPI_IMAGES = YES;
  261. CURRENT_PROJECT_VERSION = 1;
  262. DEFINES_MODULE = YES;
  263. DEVELOPMENT_TEAM = EQHXZ8M8AV;
  264. DYLIB_COMPATIBILITY_VERSION = 1;
  265. DYLIB_CURRENT_VERSION = 1;
  266. DYLIB_INSTALL_NAME_BASE = "@rpath";
  267. FRAMEWORK_VERSION = A;
  268. INFOPLIST_FILE = QuickProto/Info.plist;
  269. INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  270. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
  271. PRODUCT_BUNDLE_IDENTIFIER = com.google.QuickProto;
  272. PRODUCT_NAME = "$(TARGET_NAME)";
  273. SKIP_INSTALL = YES;
  274. SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
  275. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  276. SWIFT_VERSION = 3.0;
  277. VERSIONING_SYSTEM = "apple-generic";
  278. VERSION_INFO_PREFIX = "";
  279. };
  280. name = Debug;
  281. };
  282. D35C9F3B1D74A1C0000443CD /* Release */ = {
  283. isa = XCBuildConfiguration;
  284. buildSettings = {
  285. CLANG_ENABLE_MODULES = YES;
  286. CODE_SIGN_IDENTITY = "";
  287. COMBINE_HIDPI_IMAGES = YES;
  288. CURRENT_PROJECT_VERSION = 1;
  289. DEFINES_MODULE = YES;
  290. DEVELOPMENT_TEAM = EQHXZ8M8AV;
  291. DYLIB_COMPATIBILITY_VERSION = 1;
  292. DYLIB_CURRENT_VERSION = 1;
  293. DYLIB_INSTALL_NAME_BASE = "@rpath";
  294. FRAMEWORK_VERSION = A;
  295. INFOPLIST_FILE = QuickProto/Info.plist;
  296. INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  297. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
  298. PRODUCT_BUNDLE_IDENTIFIER = com.google.QuickProto;
  299. PRODUCT_NAME = "$(TARGET_NAME)";
  300. SKIP_INSTALL = YES;
  301. SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
  302. SWIFT_VERSION = 3.0;
  303. VERSIONING_SYSTEM = "apple-generic";
  304. VERSION_INFO_PREFIX = "";
  305. };
  306. name = Release;
  307. };
  308. D35C9F6D1D74A4AB000443CD /* Debug */ = {
  309. isa = XCBuildConfiguration;
  310. buildSettings = {
  311. DEVELOPMENT_TEAM = EQHXZ8M8AV;
  312. PRODUCT_NAME = "$(TARGET_NAME)";
  313. SWIFT_VERSION = 3.0;
  314. };
  315. name = Debug;
  316. };
  317. D35C9F6E1D74A4AB000443CD /* Release */ = {
  318. isa = XCBuildConfiguration;
  319. buildSettings = {
  320. DEVELOPMENT_TEAM = EQHXZ8M8AV;
  321. PRODUCT_NAME = "$(TARGET_NAME)";
  322. SWIFT_VERSION = 3.0;
  323. };
  324. name = Release;
  325. };
  326. D3D1C85F1D6D15D9002F1B53 /* Debug */ = {
  327. isa = XCBuildConfiguration;
  328. buildSettings = {
  329. ALWAYS_SEARCH_USER_PATHS = NO;
  330. CLANG_ANALYZER_NONNULL = YES;
  331. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  332. CLANG_CXX_LIBRARY = "libc++";
  333. CLANG_ENABLE_MODULES = YES;
  334. CLANG_ENABLE_OBJC_ARC = YES;
  335. CLANG_WARN_BOOL_CONVERSION = YES;
  336. CLANG_WARN_CONSTANT_CONVERSION = YES;
  337. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  338. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  339. CLANG_WARN_EMPTY_BODY = YES;
  340. CLANG_WARN_ENUM_CONVERSION = YES;
  341. CLANG_WARN_INFINITE_RECURSION = YES;
  342. CLANG_WARN_INT_CONVERSION = YES;
  343. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  344. CLANG_WARN_SUSPICIOUS_MOVES = YES;
  345. CLANG_WARN_UNREACHABLE_CODE = YES;
  346. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  347. CODE_SIGN_IDENTITY = "-";
  348. COPY_PHASE_STRIP = NO;
  349. DEBUG_INFORMATION_FORMAT = dwarf;
  350. ENABLE_STRICT_OBJC_MSGSEND = YES;
  351. ENABLE_TESTABILITY = YES;
  352. GCC_C_LANGUAGE_STANDARD = gnu99;
  353. GCC_DYNAMIC_NO_PIC = NO;
  354. GCC_NO_COMMON_BLOCKS = YES;
  355. GCC_OPTIMIZATION_LEVEL = 0;
  356. GCC_PREPROCESSOR_DEFINITIONS = (
  357. "DEBUG=1",
  358. "$(inherited)",
  359. );
  360. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  361. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  362. GCC_WARN_UNDECLARED_SELECTOR = YES;
  363. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  364. GCC_WARN_UNUSED_FUNCTION = YES;
  365. GCC_WARN_UNUSED_VARIABLE = YES;
  366. MACOSX_DEPLOYMENT_TARGET = 10.11;
  367. MTL_ENABLE_DEBUG_INFO = YES;
  368. ONLY_ACTIVE_ARCH = YES;
  369. SDKROOT = macosx;
  370. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  371. };
  372. name = Debug;
  373. };
  374. D3D1C8601D6D15D9002F1B53 /* Release */ = {
  375. isa = XCBuildConfiguration;
  376. buildSettings = {
  377. ALWAYS_SEARCH_USER_PATHS = NO;
  378. CLANG_ANALYZER_NONNULL = YES;
  379. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  380. CLANG_CXX_LIBRARY = "libc++";
  381. CLANG_ENABLE_MODULES = YES;
  382. CLANG_ENABLE_OBJC_ARC = YES;
  383. CLANG_WARN_BOOL_CONVERSION = YES;
  384. CLANG_WARN_CONSTANT_CONVERSION = YES;
  385. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  386. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  387. CLANG_WARN_EMPTY_BODY = YES;
  388. CLANG_WARN_ENUM_CONVERSION = YES;
  389. CLANG_WARN_INFINITE_RECURSION = YES;
  390. CLANG_WARN_INT_CONVERSION = YES;
  391. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  392. CLANG_WARN_SUSPICIOUS_MOVES = YES;
  393. CLANG_WARN_UNREACHABLE_CODE = YES;
  394. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  395. CODE_SIGN_IDENTITY = "-";
  396. COPY_PHASE_STRIP = NO;
  397. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  398. ENABLE_NS_ASSERTIONS = NO;
  399. ENABLE_STRICT_OBJC_MSGSEND = YES;
  400. GCC_C_LANGUAGE_STANDARD = gnu99;
  401. GCC_NO_COMMON_BLOCKS = YES;
  402. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  403. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  404. GCC_WARN_UNDECLARED_SELECTOR = YES;
  405. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  406. GCC_WARN_UNUSED_FUNCTION = YES;
  407. GCC_WARN_UNUSED_VARIABLE = YES;
  408. MACOSX_DEPLOYMENT_TARGET = 10.11;
  409. MTL_ENABLE_DEBUG_INFO = NO;
  410. SDKROOT = macosx;
  411. };
  412. name = Release;
  413. };
  414. /* End XCBuildConfiguration section */
  415. /* Begin XCConfigurationList section */
  416. D35C9F391D74A1C0000443CD /* Build configuration list for PBXNativeTarget "QuickProto" */ = {
  417. isa = XCConfigurationList;
  418. buildConfigurations = (
  419. D35C9F3A1D74A1C0000443CD /* Debug */,
  420. D35C9F3B1D74A1C0000443CD /* Release */,
  421. );
  422. defaultConfigurationIsVisible = 0;
  423. defaultConfigurationName = Release;
  424. };
  425. D35C9F6F1D74A4AB000443CD /* Build configuration list for PBXNativeTarget "QuickDemo" */ = {
  426. isa = XCConfigurationList;
  427. buildConfigurations = (
  428. D35C9F6D1D74A4AB000443CD /* Debug */,
  429. D35C9F6E1D74A4AB000443CD /* Release */,
  430. );
  431. defaultConfigurationIsVisible = 0;
  432. defaultConfigurationName = Release;
  433. };
  434. D3D1C8551D6D15D9002F1B53 /* Build configuration list for PBXProject "QuickProto" */ = {
  435. isa = XCConfigurationList;
  436. buildConfigurations = (
  437. D3D1C85F1D6D15D9002F1B53 /* Debug */,
  438. D3D1C8601D6D15D9002F1B53 /* Release */,
  439. );
  440. defaultConfigurationIsVisible = 0;
  441. defaultConfigurationName = Release;
  442. };
  443. /* End XCConfigurationList section */
  444. };
  445. rootObject = D3D1C8521D6D15D9002F1B53 /* Project object */;
  446. }