project.pbxproj 21 KB

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