project.pbxproj 41 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. D3105CDE1D905995004489EA /* maps.out in Resources */ = {isa = PBXBuildFile; fileRef = D3105CDD1D905995004489EA /* maps.out */; };
  10. D3105CE01D9059A5004489EA /* maptest.bin in Resources */ = {isa = PBXBuildFile; fileRef = D3105CDF1D9059A5004489EA /* maptest.bin */; };
  11. D3275BF71D8B22DC00CDE67D /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3275BF61D8B22DC00CDE67D /* AppDelegate.swift */; };
  12. D3275BF91D8B22DC00CDE67D /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = D3275BF81D8B22DC00CDE67D /* Assets.xcassets */; };
  13. D3275BFC1D8B22DC00CDE67D /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = D3275BFA1D8B22DC00CDE67D /* MainMenu.xib */; };
  14. D3275C011D8B22E900CDE67D /* _FileDescriptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3A2C8191D75FC2200E5DFAB /* _FileDescriptor.swift */; };
  15. D3275C021D8B22E900CDE67D /* CodeBuilder.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3A2C81A1D75FC2200E5DFAB /* CodeBuilder.swift */; };
  16. D3275C031D8B22E900CDE67D /* Field.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3A2C81B1D75FC2200E5DFAB /* Field.swift */; };
  17. D3275C041D8B22E900CDE67D /* FieldDescriptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3A2C81C1D75FC2200E5DFAB /* FieldDescriptor.swift */; };
  18. D3275C051D8B22E900CDE67D /* FieldLabel.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3A2C81D1D75FC2200E5DFAB /* FieldLabel.swift */; };
  19. D3275C061D8B22E900CDE67D /* FieldType.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3A2C81E1D75FC2200E5DFAB /* FieldType.swift */; };
  20. D3275C071D8B22E900CDE67D /* FileDescriptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3A2C81F1D75FC2200E5DFAB /* FileDescriptor.swift */; };
  21. D3275C081D8B22E900CDE67D /* FileDescriptorSet.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3A2C8201D75FC2200E5DFAB /* FileDescriptorSet.swift */; };
  22. D3275C091D8B22E900CDE67D /* Message.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3A2C8211D75FC2200E5DFAB /* Message.swift */; };
  23. D3275C0A1D8B22E900CDE67D /* MessageDescriptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3A2C8221D75FC2200E5DFAB /* MessageDescriptor.swift */; };
  24. D3275C0B1D8B22E900CDE67D /* MessageReader.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3A2C8231D75FC2200E5DFAB /* MessageReader.swift */; };
  25. D3275C0C1D8B22E900CDE67D /* NSMutableData+Proto.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3A2C8241D75FC2200E5DFAB /* NSMutableData+Proto.swift */; };
  26. D3275C0D1D8B22E900CDE67D /* WireType.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3A2C8251D75FC2200E5DFAB /* WireType.swift */; };
  27. D35BEA331D8397CC00BB9230 /* _FileDescriptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3A2C8191D75FC2200E5DFAB /* _FileDescriptor.swift */; };
  28. D35BEA341D8397CC00BB9230 /* CodeBuilder.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3A2C81A1D75FC2200E5DFAB /* CodeBuilder.swift */; };
  29. D35BEA351D8397CC00BB9230 /* Field.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3A2C81B1D75FC2200E5DFAB /* Field.swift */; };
  30. D35BEA361D8397CC00BB9230 /* FieldDescriptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3A2C81C1D75FC2200E5DFAB /* FieldDescriptor.swift */; };
  31. D35BEA371D8397CC00BB9230 /* FieldLabel.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3A2C81D1D75FC2200E5DFAB /* FieldLabel.swift */; };
  32. D35BEA381D8397CC00BB9230 /* FieldType.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3A2C81E1D75FC2200E5DFAB /* FieldType.swift */; };
  33. D35BEA391D8397CC00BB9230 /* FileDescriptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3A2C81F1D75FC2200E5DFAB /* FileDescriptor.swift */; };
  34. D35BEA3A1D8397CC00BB9230 /* FileDescriptorSet.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3A2C8201D75FC2200E5DFAB /* FileDescriptorSet.swift */; };
  35. D35BEA3B1D8397CC00BB9230 /* Message.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3A2C8211D75FC2200E5DFAB /* Message.swift */; };
  36. D35BEA3C1D8397CC00BB9230 /* MessageDescriptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3A2C8221D75FC2200E5DFAB /* MessageDescriptor.swift */; };
  37. D35BEA3D1D8397CC00BB9230 /* MessageReader.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3A2C8231D75FC2200E5DFAB /* MessageReader.swift */; };
  38. D35BEA3E1D8397CC00BB9230 /* NSMutableData+Proto.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3A2C8241D75FC2200E5DFAB /* NSMutableData+Proto.swift */; };
  39. D35BEA3F1D8397CC00BB9230 /* WireType.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3A2C8251D75FC2200E5DFAB /* WireType.swift */; };
  40. D35BEA411D83B10100BB9230 /* SampleMessage.bin in Resources */ = {isa = PBXBuildFile; fileRef = D35BEA401D83B10100BB9230 /* SampleMessage.bin */; };
  41. D35BEA431D83B10F00BB9230 /* sample.out in Resources */ = {isa = PBXBuildFile; fileRef = D35BEA421D83B10F00BB9230 /* sample.out */; };
  42. D35BEA4B1D83B9AB00BB9230 /* AppDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = D35BEA4A1D83B9AB00BB9230 /* AppDelegate.swift */; };
  43. D35BEA4D1D83B9AB00BB9230 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = D35BEA4C1D83B9AB00BB9230 /* Assets.xcassets */; };
  44. D35BEA501D83B9AB00BB9230 /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = D35BEA4E1D83B9AB00BB9230 /* MainMenu.xib */; };
  45. D35BEA561D83BA2C00BB9230 /* descriptor.out in Resources */ = {isa = PBXBuildFile; fileRef = D35BEA551D83BA2C00BB9230 /* descriptor.out */; };
  46. D35BEA571D83BA7F00BB9230 /* _FileDescriptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3A2C8191D75FC2200E5DFAB /* _FileDescriptor.swift */; };
  47. D35BEA581D83BA7F00BB9230 /* CodeBuilder.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3A2C81A1D75FC2200E5DFAB /* CodeBuilder.swift */; };
  48. D35BEA591D83BA7F00BB9230 /* Field.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3A2C81B1D75FC2200E5DFAB /* Field.swift */; };
  49. D35BEA5A1D83BA7F00BB9230 /* FieldDescriptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3A2C81C1D75FC2200E5DFAB /* FieldDescriptor.swift */; };
  50. D35BEA5B1D83BA7F00BB9230 /* FieldLabel.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3A2C81D1D75FC2200E5DFAB /* FieldLabel.swift */; };
  51. D35BEA5C1D83BA7F00BB9230 /* FieldType.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3A2C81E1D75FC2200E5DFAB /* FieldType.swift */; };
  52. D35BEA5D1D83BA7F00BB9230 /* FileDescriptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3A2C81F1D75FC2200E5DFAB /* FileDescriptor.swift */; };
  53. D35BEA5E1D83BA7F00BB9230 /* FileDescriptorSet.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3A2C8201D75FC2200E5DFAB /* FileDescriptorSet.swift */; };
  54. D35BEA5F1D83BA7F00BB9230 /* Message.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3A2C8211D75FC2200E5DFAB /* Message.swift */; };
  55. D35BEA601D83BA7F00BB9230 /* MessageDescriptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3A2C8221D75FC2200E5DFAB /* MessageDescriptor.swift */; };
  56. D35BEA611D83BA7F00BB9230 /* MessageReader.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3A2C8231D75FC2200E5DFAB /* MessageReader.swift */; };
  57. D35BEA621D83BA7F00BB9230 /* NSMutableData+Proto.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3A2C8241D75FC2200E5DFAB /* NSMutableData+Proto.swift */; };
  58. D35BEA631D83BA7F00BB9230 /* WireType.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3A2C8251D75FC2200E5DFAB /* WireType.swift */; };
  59. D35C9F381D74A1C0000443CD /* QuickProto.h in Headers */ = {isa = PBXBuildFile; fileRef = D35C9F361D74A1C0000443CD /* QuickProto.h */; settings = {ATTRIBUTES = (Public, ); }; };
  60. D3A2C8261D75FC2200E5DFAB /* _FileDescriptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3A2C8191D75FC2200E5DFAB /* _FileDescriptor.swift */; };
  61. D3A2C8271D75FC2200E5DFAB /* CodeBuilder.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3A2C81A1D75FC2200E5DFAB /* CodeBuilder.swift */; };
  62. D3A2C8281D75FC2200E5DFAB /* Field.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3A2C81B1D75FC2200E5DFAB /* Field.swift */; };
  63. D3A2C8291D75FC2200E5DFAB /* FieldDescriptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3A2C81C1D75FC2200E5DFAB /* FieldDescriptor.swift */; };
  64. D3A2C82A1D75FC2200E5DFAB /* FieldLabel.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3A2C81D1D75FC2200E5DFAB /* FieldLabel.swift */; };
  65. D3A2C82B1D75FC2200E5DFAB /* FieldType.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3A2C81E1D75FC2200E5DFAB /* FieldType.swift */; };
  66. D3A2C82C1D75FC2200E5DFAB /* FileDescriptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3A2C81F1D75FC2200E5DFAB /* FileDescriptor.swift */; };
  67. D3A2C82D1D75FC2200E5DFAB /* FileDescriptorSet.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3A2C8201D75FC2200E5DFAB /* FileDescriptorSet.swift */; };
  68. D3A2C82E1D75FC2200E5DFAB /* Message.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3A2C8211D75FC2200E5DFAB /* Message.swift */; };
  69. D3A2C82F1D75FC2200E5DFAB /* MessageDescriptor.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3A2C8221D75FC2200E5DFAB /* MessageDescriptor.swift */; };
  70. D3A2C8301D75FC2200E5DFAB /* MessageReader.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3A2C8231D75FC2200E5DFAB /* MessageReader.swift */; };
  71. D3A2C8311D75FC2200E5DFAB /* NSMutableData+Proto.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3A2C8241D75FC2200E5DFAB /* NSMutableData+Proto.swift */; };
  72. D3A2C8321D75FC2200E5DFAB /* WireType.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3A2C8251D75FC2200E5DFAB /* WireType.swift */; };
  73. D3D6924F1D8380D800813DEC /* QuickProtoTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = D3D6924E1D8380D800813DEC /* QuickProtoTests.swift */; };
  74. D3D692511D8380D800813DEC /* QuickProto.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D35C9F341D74A1C0000443CD /* QuickProto.framework */; };
  75. /* End PBXBuildFile section */
  76. /* Begin PBXContainerItemProxy section */
  77. D3D692521D8380D800813DEC /* PBXContainerItemProxy */ = {
  78. isa = PBXContainerItemProxy;
  79. containerPortal = D3D1C8521D6D15D9002F1B53 /* Project object */;
  80. proxyType = 1;
  81. remoteGlobalIDString = D35C9F331D74A1C0000443CD;
  82. remoteInfo = QuickProto;
  83. };
  84. /* End PBXContainerItemProxy section */
  85. /* Begin PBXFileReference section */
  86. D3105CDD1D905995004489EA /* maps.out */ = {isa = PBXFileReference; lastKnownFileType = file; path = maps.out; sourceTree = "<group>"; };
  87. D3105CDF1D9059A5004489EA /* maptest.bin */ = {isa = PBXFileReference; lastKnownFileType = archive.macbinary; path = maptest.bin; sourceTree = "<group>"; };
  88. D3275BF41D8B22DC00CDE67D /* QuickProtoApp.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = QuickProtoApp.app; sourceTree = BUILT_PRODUCTS_DIR; };
  89. D3275BF61D8B22DC00CDE67D /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
  90. D3275BF81D8B22DC00CDE67D /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  91. D3275BFB1D8B22DC00CDE67D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/MainMenu.xib; sourceTree = "<group>"; };
  92. D3275BFD1D8B22DC00CDE67D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  93. D35BEA401D83B10100BB9230 /* SampleMessage.bin */ = {isa = PBXFileReference; lastKnownFileType = archive.macbinary; name = SampleMessage.bin; path = Samples/sample/SampleMessage.bin; sourceTree = SOURCE_ROOT; };
  94. D35BEA421D83B10F00BB9230 /* sample.out */ = {isa = PBXFileReference; lastKnownFileType = file; name = sample.out; path = Samples/sample/sample.out; sourceTree = SOURCE_ROOT; };
  95. D35BEA481D83B9AB00BB9230 /* QuickProtoGen.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = QuickProtoGen.app; sourceTree = BUILT_PRODUCTS_DIR; };
  96. D35BEA4A1D83B9AB00BB9230 /* AppDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppDelegate.swift; sourceTree = "<group>"; };
  97. D35BEA4C1D83B9AB00BB9230 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  98. D35BEA4F1D83B9AB00BB9230 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/MainMenu.xib; sourceTree = "<group>"; };
  99. D35BEA511D83B9AB00BB9230 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  100. D35BEA551D83BA2C00BB9230 /* descriptor.out */ = {isa = PBXFileReference; lastKnownFileType = file; name = descriptor.out; path = Samples/descriptor/descriptor.out; sourceTree = SOURCE_ROOT; };
  101. D35C9F341D74A1C0000443CD /* QuickProto.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = QuickProto.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  102. D35C9F361D74A1C0000443CD /* QuickProto.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = QuickProto.h; sourceTree = "<group>"; };
  103. D35C9F371D74A1C0000443CD /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  104. D3A2C8191D75FC2200E5DFAB /* _FileDescriptor.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = _FileDescriptor.swift; path = ../Packages/QuickProto/Sources/_FileDescriptor.swift; sourceTree = "<group>"; };
  105. D3A2C81A1D75FC2200E5DFAB /* CodeBuilder.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = CodeBuilder.swift; path = ../Packages/QuickProto/Sources/CodeBuilder.swift; sourceTree = "<group>"; };
  106. D3A2C81B1D75FC2200E5DFAB /* Field.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = Field.swift; path = ../Packages/QuickProto/Sources/Field.swift; sourceTree = "<group>"; };
  107. D3A2C81C1D75FC2200E5DFAB /* FieldDescriptor.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = FieldDescriptor.swift; path = ../Packages/QuickProto/Sources/FieldDescriptor.swift; sourceTree = "<group>"; };
  108. D3A2C81D1D75FC2200E5DFAB /* FieldLabel.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = FieldLabel.swift; path = ../Packages/QuickProto/Sources/FieldLabel.swift; sourceTree = "<group>"; };
  109. D3A2C81E1D75FC2200E5DFAB /* FieldType.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = FieldType.swift; path = ../Packages/QuickProto/Sources/FieldType.swift; sourceTree = "<group>"; };
  110. D3A2C81F1D75FC2200E5DFAB /* FileDescriptor.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = FileDescriptor.swift; path = ../Packages/QuickProto/Sources/FileDescriptor.swift; sourceTree = "<group>"; };
  111. D3A2C8201D75FC2200E5DFAB /* FileDescriptorSet.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = FileDescriptorSet.swift; path = ../Packages/QuickProto/Sources/FileDescriptorSet.swift; sourceTree = "<group>"; };
  112. D3A2C8211D75FC2200E5DFAB /* Message.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = Message.swift; path = ../Packages/QuickProto/Sources/Message.swift; sourceTree = "<group>"; };
  113. D3A2C8221D75FC2200E5DFAB /* MessageDescriptor.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = MessageDescriptor.swift; path = ../Packages/QuickProto/Sources/MessageDescriptor.swift; sourceTree = "<group>"; };
  114. D3A2C8231D75FC2200E5DFAB /* MessageReader.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = MessageReader.swift; path = ../Packages/QuickProto/Sources/MessageReader.swift; sourceTree = "<group>"; };
  115. D3A2C8241D75FC2200E5DFAB /* NSMutableData+Proto.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = "NSMutableData+Proto.swift"; path = "../Packages/QuickProto/Sources/NSMutableData+Proto.swift"; sourceTree = "<group>"; };
  116. D3A2C8251D75FC2200E5DFAB /* WireType.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; name = WireType.swift; path = ../Packages/QuickProto/Sources/WireType.swift; sourceTree = "<group>"; };
  117. D3D6924C1D8380D800813DEC /* QuickProtoTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = QuickProtoTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
  118. D3D6924E1D8380D800813DEC /* QuickProtoTests.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = QuickProtoTests.swift; sourceTree = "<group>"; };
  119. D3D692501D8380D800813DEC /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  120. /* End PBXFileReference section */
  121. /* Begin PBXFrameworksBuildPhase section */
  122. D3275BF11D8B22DC00CDE67D /* Frameworks */ = {
  123. isa = PBXFrameworksBuildPhase;
  124. buildActionMask = 2147483647;
  125. files = (
  126. );
  127. runOnlyForDeploymentPostprocessing = 0;
  128. };
  129. D35BEA451D83B9AB00BB9230 /* Frameworks */ = {
  130. isa = PBXFrameworksBuildPhase;
  131. buildActionMask = 2147483647;
  132. files = (
  133. );
  134. runOnlyForDeploymentPostprocessing = 0;
  135. };
  136. D35C9F301D74A1C0000443CD /* Frameworks */ = {
  137. isa = PBXFrameworksBuildPhase;
  138. buildActionMask = 2147483647;
  139. files = (
  140. );
  141. runOnlyForDeploymentPostprocessing = 0;
  142. };
  143. D3D692491D8380D800813DEC /* Frameworks */ = {
  144. isa = PBXFrameworksBuildPhase;
  145. buildActionMask = 2147483647;
  146. files = (
  147. D3D692511D8380D800813DEC /* QuickProto.framework in Frameworks */,
  148. );
  149. runOnlyForDeploymentPostprocessing = 0;
  150. };
  151. /* End PBXFrameworksBuildPhase section */
  152. /* Begin PBXGroup section */
  153. D3275BF51D8B22DC00CDE67D /* QuickProtoApp */ = {
  154. isa = PBXGroup;
  155. children = (
  156. D3105CDF1D9059A5004489EA /* maptest.bin */,
  157. D3105CDD1D905995004489EA /* maps.out */,
  158. D3275BF61D8B22DC00CDE67D /* AppDelegate.swift */,
  159. D3275BF81D8B22DC00CDE67D /* Assets.xcassets */,
  160. D3275BFA1D8B22DC00CDE67D /* MainMenu.xib */,
  161. D3275BFD1D8B22DC00CDE67D /* Info.plist */,
  162. );
  163. path = QuickProtoApp;
  164. sourceTree = "<group>";
  165. };
  166. D35BEA491D83B9AB00BB9230 /* QuickProtoGen */ = {
  167. isa = PBXGroup;
  168. children = (
  169. D35BEA551D83BA2C00BB9230 /* descriptor.out */,
  170. D35BEA4A1D83B9AB00BB9230 /* AppDelegate.swift */,
  171. D35BEA4C1D83B9AB00BB9230 /* Assets.xcassets */,
  172. D35BEA4E1D83B9AB00BB9230 /* MainMenu.xib */,
  173. D35BEA511D83B9AB00BB9230 /* Info.plist */,
  174. );
  175. path = QuickProtoGen;
  176. sourceTree = "<group>";
  177. };
  178. D35C9F351D74A1C0000443CD /* QuickProto */ = {
  179. isa = PBXGroup;
  180. children = (
  181. D35C9F361D74A1C0000443CD /* QuickProto.h */,
  182. D35C9F371D74A1C0000443CD /* Info.plist */,
  183. );
  184. path = QuickProto;
  185. sourceTree = "<group>";
  186. };
  187. D3A2C8331D75FC2900E5DFAB /* QuickProto/Sources */ = {
  188. isa = PBXGroup;
  189. children = (
  190. D3A2C8191D75FC2200E5DFAB /* _FileDescriptor.swift */,
  191. D3A2C81A1D75FC2200E5DFAB /* CodeBuilder.swift */,
  192. D3A2C81B1D75FC2200E5DFAB /* Field.swift */,
  193. D3A2C81C1D75FC2200E5DFAB /* FieldDescriptor.swift */,
  194. D3A2C81D1D75FC2200E5DFAB /* FieldLabel.swift */,
  195. D3A2C81E1D75FC2200E5DFAB /* FieldType.swift */,
  196. D3A2C81F1D75FC2200E5DFAB /* FileDescriptor.swift */,
  197. D3A2C8201D75FC2200E5DFAB /* FileDescriptorSet.swift */,
  198. D3A2C8211D75FC2200E5DFAB /* Message.swift */,
  199. D3A2C8221D75FC2200E5DFAB /* MessageDescriptor.swift */,
  200. D3A2C8231D75FC2200E5DFAB /* MessageReader.swift */,
  201. D3A2C8241D75FC2200E5DFAB /* NSMutableData+Proto.swift */,
  202. D3A2C8251D75FC2200E5DFAB /* WireType.swift */,
  203. );
  204. name = QuickProto/Sources;
  205. sourceTree = "<group>";
  206. };
  207. D3D1C8511D6D15D9002F1B53 = {
  208. isa = PBXGroup;
  209. children = (
  210. D3A2C8331D75FC2900E5DFAB /* QuickProto/Sources */,
  211. D35C9F351D74A1C0000443CD /* QuickProto */,
  212. D3D6924D1D8380D800813DEC /* QuickProtoTests */,
  213. D35BEA491D83B9AB00BB9230 /* QuickProtoGen */,
  214. D3275BF51D8B22DC00CDE67D /* QuickProtoApp */,
  215. D3D1C85B1D6D15D9002F1B53 /* Products */,
  216. );
  217. sourceTree = "<group>";
  218. };
  219. D3D1C85B1D6D15D9002F1B53 /* Products */ = {
  220. isa = PBXGroup;
  221. children = (
  222. D35C9F341D74A1C0000443CD /* QuickProto.framework */,
  223. D3D6924C1D8380D800813DEC /* QuickProtoTests.xctest */,
  224. D35BEA481D83B9AB00BB9230 /* QuickProtoGen.app */,
  225. D3275BF41D8B22DC00CDE67D /* QuickProtoApp.app */,
  226. );
  227. name = Products;
  228. sourceTree = "<group>";
  229. };
  230. D3D6924D1D8380D800813DEC /* QuickProtoTests */ = {
  231. isa = PBXGroup;
  232. children = (
  233. D35BEA421D83B10F00BB9230 /* sample.out */,
  234. D35BEA401D83B10100BB9230 /* SampleMessage.bin */,
  235. D3D6924E1D8380D800813DEC /* QuickProtoTests.swift */,
  236. D3D692501D8380D800813DEC /* Info.plist */,
  237. );
  238. path = QuickProtoTests;
  239. sourceTree = "<group>";
  240. };
  241. /* End PBXGroup section */
  242. /* Begin PBXHeadersBuildPhase section */
  243. D35C9F311D74A1C0000443CD /* Headers */ = {
  244. isa = PBXHeadersBuildPhase;
  245. buildActionMask = 2147483647;
  246. files = (
  247. D35C9F381D74A1C0000443CD /* QuickProto.h in Headers */,
  248. );
  249. runOnlyForDeploymentPostprocessing = 0;
  250. };
  251. /* End PBXHeadersBuildPhase section */
  252. /* Begin PBXNativeTarget section */
  253. D3275BF31D8B22DC00CDE67D /* QuickProtoApp */ = {
  254. isa = PBXNativeTarget;
  255. buildConfigurationList = D3275C001D8B22DC00CDE67D /* Build configuration list for PBXNativeTarget "QuickProtoApp" */;
  256. buildPhases = (
  257. D3275BF01D8B22DC00CDE67D /* Sources */,
  258. D3275BF11D8B22DC00CDE67D /* Frameworks */,
  259. D3275BF21D8B22DC00CDE67D /* Resources */,
  260. );
  261. buildRules = (
  262. );
  263. dependencies = (
  264. );
  265. name = QuickProtoApp;
  266. productName = QuickProtoApp;
  267. productReference = D3275BF41D8B22DC00CDE67D /* QuickProtoApp.app */;
  268. productType = "com.apple.product-type.application";
  269. };
  270. D35BEA471D83B9AB00BB9230 /* QuickProtoGen */ = {
  271. isa = PBXNativeTarget;
  272. buildConfigurationList = D35BEA521D83B9AB00BB9230 /* Build configuration list for PBXNativeTarget "QuickProtoGen" */;
  273. buildPhases = (
  274. D35BEA441D83B9AB00BB9230 /* Sources */,
  275. D35BEA451D83B9AB00BB9230 /* Frameworks */,
  276. D35BEA461D83B9AB00BB9230 /* Resources */,
  277. );
  278. buildRules = (
  279. );
  280. dependencies = (
  281. );
  282. name = QuickProtoGen;
  283. productName = QuickProtoGen;
  284. productReference = D35BEA481D83B9AB00BB9230 /* QuickProtoGen.app */;
  285. productType = "com.apple.product-type.application";
  286. };
  287. D35C9F331D74A1C0000443CD /* QuickProto */ = {
  288. isa = PBXNativeTarget;
  289. buildConfigurationList = D35C9F391D74A1C0000443CD /* Build configuration list for PBXNativeTarget "QuickProto" */;
  290. buildPhases = (
  291. D35C9F2F1D74A1C0000443CD /* Sources */,
  292. D35C9F301D74A1C0000443CD /* Frameworks */,
  293. D35C9F311D74A1C0000443CD /* Headers */,
  294. D35C9F321D74A1C0000443CD /* Resources */,
  295. );
  296. buildRules = (
  297. );
  298. dependencies = (
  299. );
  300. name = QuickProto;
  301. productName = QuickProto;
  302. productReference = D35C9F341D74A1C0000443CD /* QuickProto.framework */;
  303. productType = "com.apple.product-type.framework";
  304. };
  305. D3D6924B1D8380D800813DEC /* QuickProtoTests */ = {
  306. isa = PBXNativeTarget;
  307. buildConfigurationList = D3D692561D8380D800813DEC /* Build configuration list for PBXNativeTarget "QuickProtoTests" */;
  308. buildPhases = (
  309. D3D692481D8380D800813DEC /* Sources */,
  310. D3D692491D8380D800813DEC /* Frameworks */,
  311. D3D6924A1D8380D800813DEC /* Resources */,
  312. );
  313. buildRules = (
  314. );
  315. dependencies = (
  316. D3D692531D8380D800813DEC /* PBXTargetDependency */,
  317. );
  318. name = QuickProtoTests;
  319. productName = QuickProtoTests;
  320. productReference = D3D6924C1D8380D800813DEC /* QuickProtoTests.xctest */;
  321. productType = "com.apple.product-type.bundle.unit-test";
  322. };
  323. /* End PBXNativeTarget section */
  324. /* Begin PBXProject section */
  325. D3D1C8521D6D15D9002F1B53 /* Project object */ = {
  326. isa = PBXProject;
  327. attributes = {
  328. LastSwiftUpdateCheck = 0800;
  329. LastUpgradeCheck = 0800;
  330. ORGANIZATIONNAME = Google;
  331. TargetAttributes = {
  332. D3275BF31D8B22DC00CDE67D = {
  333. CreatedOnToolsVersion = 8.0;
  334. DevelopmentTeam = EQHXZ8M8AV;
  335. ProvisioningStyle = Automatic;
  336. };
  337. D35BEA471D83B9AB00BB9230 = {
  338. CreatedOnToolsVersion = 8.0;
  339. DevelopmentTeam = EQHXZ8M8AV;
  340. ProvisioningStyle = Automatic;
  341. };
  342. D35C9F331D74A1C0000443CD = {
  343. CreatedOnToolsVersion = 8.0;
  344. DevelopmentTeam = EQHXZ8M8AV;
  345. LastSwiftMigration = 0800;
  346. ProvisioningStyle = Automatic;
  347. };
  348. D3D6924B1D8380D800813DEC = {
  349. CreatedOnToolsVersion = 8.0;
  350. DevelopmentTeam = EQHXZ8M8AV;
  351. ProvisioningStyle = Automatic;
  352. };
  353. };
  354. };
  355. buildConfigurationList = D3D1C8551D6D15D9002F1B53 /* Build configuration list for PBXProject "QuickProto" */;
  356. compatibilityVersion = "Xcode 3.2";
  357. developmentRegion = English;
  358. hasScannedForEncodings = 0;
  359. knownRegions = (
  360. en,
  361. Base,
  362. );
  363. mainGroup = D3D1C8511D6D15D9002F1B53;
  364. productRefGroup = D3D1C85B1D6D15D9002F1B53 /* Products */;
  365. projectDirPath = "";
  366. projectRoot = "";
  367. targets = (
  368. D35C9F331D74A1C0000443CD /* QuickProto */,
  369. D3D6924B1D8380D800813DEC /* QuickProtoTests */,
  370. D35BEA471D83B9AB00BB9230 /* QuickProtoGen */,
  371. D3275BF31D8B22DC00CDE67D /* QuickProtoApp */,
  372. );
  373. };
  374. /* End PBXProject section */
  375. /* Begin PBXResourcesBuildPhase section */
  376. D3275BF21D8B22DC00CDE67D /* Resources */ = {
  377. isa = PBXResourcesBuildPhase;
  378. buildActionMask = 2147483647;
  379. files = (
  380. D3105CE01D9059A5004489EA /* maptest.bin in Resources */,
  381. D3105CDE1D905995004489EA /* maps.out in Resources */,
  382. D3275BF91D8B22DC00CDE67D /* Assets.xcassets in Resources */,
  383. D3275BFC1D8B22DC00CDE67D /* MainMenu.xib in Resources */,
  384. );
  385. runOnlyForDeploymentPostprocessing = 0;
  386. };
  387. D35BEA461D83B9AB00BB9230 /* Resources */ = {
  388. isa = PBXResourcesBuildPhase;
  389. buildActionMask = 2147483647;
  390. files = (
  391. D35BEA561D83BA2C00BB9230 /* descriptor.out in Resources */,
  392. D35BEA4D1D83B9AB00BB9230 /* Assets.xcassets in Resources */,
  393. D35BEA501D83B9AB00BB9230 /* MainMenu.xib in Resources */,
  394. );
  395. runOnlyForDeploymentPostprocessing = 0;
  396. };
  397. D35C9F321D74A1C0000443CD /* Resources */ = {
  398. isa = PBXResourcesBuildPhase;
  399. buildActionMask = 2147483647;
  400. files = (
  401. );
  402. runOnlyForDeploymentPostprocessing = 0;
  403. };
  404. D3D6924A1D8380D800813DEC /* Resources */ = {
  405. isa = PBXResourcesBuildPhase;
  406. buildActionMask = 2147483647;
  407. files = (
  408. D35BEA431D83B10F00BB9230 /* sample.out in Resources */,
  409. D35BEA411D83B10100BB9230 /* SampleMessage.bin in Resources */,
  410. );
  411. runOnlyForDeploymentPostprocessing = 0;
  412. };
  413. /* End PBXResourcesBuildPhase section */
  414. /* Begin PBXSourcesBuildPhase section */
  415. D3275BF01D8B22DC00CDE67D /* Sources */ = {
  416. isa = PBXSourcesBuildPhase;
  417. buildActionMask = 2147483647;
  418. files = (
  419. D3275C011D8B22E900CDE67D /* _FileDescriptor.swift in Sources */,
  420. D3275C021D8B22E900CDE67D /* CodeBuilder.swift in Sources */,
  421. D3275C031D8B22E900CDE67D /* Field.swift in Sources */,
  422. D3275C041D8B22E900CDE67D /* FieldDescriptor.swift in Sources */,
  423. D3275C051D8B22E900CDE67D /* FieldLabel.swift in Sources */,
  424. D3275C061D8B22E900CDE67D /* FieldType.swift in Sources */,
  425. D3275C071D8B22E900CDE67D /* FileDescriptor.swift in Sources */,
  426. D3275C081D8B22E900CDE67D /* FileDescriptorSet.swift in Sources */,
  427. D3275C091D8B22E900CDE67D /* Message.swift in Sources */,
  428. D3275C0A1D8B22E900CDE67D /* MessageDescriptor.swift in Sources */,
  429. D3275C0B1D8B22E900CDE67D /* MessageReader.swift in Sources */,
  430. D3275C0C1D8B22E900CDE67D /* NSMutableData+Proto.swift in Sources */,
  431. D3275C0D1D8B22E900CDE67D /* WireType.swift in Sources */,
  432. D3275BF71D8B22DC00CDE67D /* AppDelegate.swift in Sources */,
  433. );
  434. runOnlyForDeploymentPostprocessing = 0;
  435. };
  436. D35BEA441D83B9AB00BB9230 /* Sources */ = {
  437. isa = PBXSourcesBuildPhase;
  438. buildActionMask = 2147483647;
  439. files = (
  440. D35BEA571D83BA7F00BB9230 /* _FileDescriptor.swift in Sources */,
  441. D35BEA581D83BA7F00BB9230 /* CodeBuilder.swift in Sources */,
  442. D35BEA591D83BA7F00BB9230 /* Field.swift in Sources */,
  443. D35BEA5A1D83BA7F00BB9230 /* FieldDescriptor.swift in Sources */,
  444. D35BEA5B1D83BA7F00BB9230 /* FieldLabel.swift in Sources */,
  445. D35BEA5C1D83BA7F00BB9230 /* FieldType.swift in Sources */,
  446. D35BEA5D1D83BA7F00BB9230 /* FileDescriptor.swift in Sources */,
  447. D35BEA5E1D83BA7F00BB9230 /* FileDescriptorSet.swift in Sources */,
  448. D35BEA5F1D83BA7F00BB9230 /* Message.swift in Sources */,
  449. D35BEA601D83BA7F00BB9230 /* MessageDescriptor.swift in Sources */,
  450. D35BEA611D83BA7F00BB9230 /* MessageReader.swift in Sources */,
  451. D35BEA621D83BA7F00BB9230 /* NSMutableData+Proto.swift in Sources */,
  452. D35BEA631D83BA7F00BB9230 /* WireType.swift in Sources */,
  453. D35BEA4B1D83B9AB00BB9230 /* AppDelegate.swift in Sources */,
  454. );
  455. runOnlyForDeploymentPostprocessing = 0;
  456. };
  457. D35C9F2F1D74A1C0000443CD /* Sources */ = {
  458. isa = PBXSourcesBuildPhase;
  459. buildActionMask = 2147483647;
  460. files = (
  461. D3A2C82A1D75FC2200E5DFAB /* FieldLabel.swift in Sources */,
  462. D3A2C8301D75FC2200E5DFAB /* MessageReader.swift in Sources */,
  463. D3A2C8321D75FC2200E5DFAB /* WireType.swift in Sources */,
  464. D3A2C8271D75FC2200E5DFAB /* CodeBuilder.swift in Sources */,
  465. D3A2C82B1D75FC2200E5DFAB /* FieldType.swift in Sources */,
  466. D3A2C82E1D75FC2200E5DFAB /* Message.swift in Sources */,
  467. D3A2C82C1D75FC2200E5DFAB /* FileDescriptor.swift in Sources */,
  468. D3A2C8261D75FC2200E5DFAB /* _FileDescriptor.swift in Sources */,
  469. D3A2C82D1D75FC2200E5DFAB /* FileDescriptorSet.swift in Sources */,
  470. D3A2C8311D75FC2200E5DFAB /* NSMutableData+Proto.swift in Sources */,
  471. D3A2C8281D75FC2200E5DFAB /* Field.swift in Sources */,
  472. D3A2C82F1D75FC2200E5DFAB /* MessageDescriptor.swift in Sources */,
  473. D3A2C8291D75FC2200E5DFAB /* FieldDescriptor.swift in Sources */,
  474. );
  475. runOnlyForDeploymentPostprocessing = 0;
  476. };
  477. D3D692481D8380D800813DEC /* Sources */ = {
  478. isa = PBXSourcesBuildPhase;
  479. buildActionMask = 2147483647;
  480. files = (
  481. D35BEA331D8397CC00BB9230 /* _FileDescriptor.swift in Sources */,
  482. D35BEA341D8397CC00BB9230 /* CodeBuilder.swift in Sources */,
  483. D35BEA351D8397CC00BB9230 /* Field.swift in Sources */,
  484. D35BEA361D8397CC00BB9230 /* FieldDescriptor.swift in Sources */,
  485. D35BEA371D8397CC00BB9230 /* FieldLabel.swift in Sources */,
  486. D35BEA381D8397CC00BB9230 /* FieldType.swift in Sources */,
  487. D35BEA391D8397CC00BB9230 /* FileDescriptor.swift in Sources */,
  488. D35BEA3A1D8397CC00BB9230 /* FileDescriptorSet.swift in Sources */,
  489. D35BEA3B1D8397CC00BB9230 /* Message.swift in Sources */,
  490. D35BEA3C1D8397CC00BB9230 /* MessageDescriptor.swift in Sources */,
  491. D35BEA3D1D8397CC00BB9230 /* MessageReader.swift in Sources */,
  492. D35BEA3E1D8397CC00BB9230 /* NSMutableData+Proto.swift in Sources */,
  493. D35BEA3F1D8397CC00BB9230 /* WireType.swift in Sources */,
  494. D3D6924F1D8380D800813DEC /* QuickProtoTests.swift in Sources */,
  495. );
  496. runOnlyForDeploymentPostprocessing = 0;
  497. };
  498. /* End PBXSourcesBuildPhase section */
  499. /* Begin PBXTargetDependency section */
  500. D3D692531D8380D800813DEC /* PBXTargetDependency */ = {
  501. isa = PBXTargetDependency;
  502. target = D35C9F331D74A1C0000443CD /* QuickProto */;
  503. targetProxy = D3D692521D8380D800813DEC /* PBXContainerItemProxy */;
  504. };
  505. /* End PBXTargetDependency section */
  506. /* Begin PBXVariantGroup section */
  507. D3275BFA1D8B22DC00CDE67D /* MainMenu.xib */ = {
  508. isa = PBXVariantGroup;
  509. children = (
  510. D3275BFB1D8B22DC00CDE67D /* Base */,
  511. );
  512. name = MainMenu.xib;
  513. sourceTree = "<group>";
  514. };
  515. D35BEA4E1D83B9AB00BB9230 /* MainMenu.xib */ = {
  516. isa = PBXVariantGroup;
  517. children = (
  518. D35BEA4F1D83B9AB00BB9230 /* Base */,
  519. );
  520. name = MainMenu.xib;
  521. sourceTree = "<group>";
  522. };
  523. /* End PBXVariantGroup section */
  524. /* Begin XCBuildConfiguration section */
  525. D3275BFE1D8B22DC00CDE67D /* Debug */ = {
  526. isa = XCBuildConfiguration;
  527. buildSettings = {
  528. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  529. COMBINE_HIDPI_IMAGES = YES;
  530. DEVELOPMENT_TEAM = EQHXZ8M8AV;
  531. INFOPLIST_FILE = QuickProtoApp/Info.plist;
  532. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
  533. PRODUCT_BUNDLE_IDENTIFIER = com.google.QuickProtoApp;
  534. PRODUCT_NAME = "$(TARGET_NAME)";
  535. SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
  536. SWIFT_VERSION = 3.0;
  537. };
  538. name = Debug;
  539. };
  540. D3275BFF1D8B22DC00CDE67D /* Release */ = {
  541. isa = XCBuildConfiguration;
  542. buildSettings = {
  543. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  544. COMBINE_HIDPI_IMAGES = YES;
  545. DEVELOPMENT_TEAM = EQHXZ8M8AV;
  546. INFOPLIST_FILE = QuickProtoApp/Info.plist;
  547. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
  548. PRODUCT_BUNDLE_IDENTIFIER = com.google.QuickProtoApp;
  549. PRODUCT_NAME = "$(TARGET_NAME)";
  550. SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
  551. SWIFT_VERSION = 3.0;
  552. };
  553. name = Release;
  554. };
  555. D35BEA531D83B9AB00BB9230 /* Debug */ = {
  556. isa = XCBuildConfiguration;
  557. buildSettings = {
  558. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  559. COMBINE_HIDPI_IMAGES = YES;
  560. DEVELOPMENT_TEAM = EQHXZ8M8AV;
  561. INFOPLIST_FILE = QuickProtoGen/Info.plist;
  562. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
  563. PRODUCT_BUNDLE_IDENTIFIER = com.google.QuickProtoGen;
  564. PRODUCT_NAME = "$(TARGET_NAME)";
  565. SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
  566. SWIFT_VERSION = 3.0;
  567. };
  568. name = Debug;
  569. };
  570. D35BEA541D83B9AB00BB9230 /* Release */ = {
  571. isa = XCBuildConfiguration;
  572. buildSettings = {
  573. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  574. COMBINE_HIDPI_IMAGES = YES;
  575. DEVELOPMENT_TEAM = EQHXZ8M8AV;
  576. INFOPLIST_FILE = QuickProtoGen/Info.plist;
  577. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks";
  578. PRODUCT_BUNDLE_IDENTIFIER = com.google.QuickProtoGen;
  579. PRODUCT_NAME = "$(TARGET_NAME)";
  580. SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
  581. SWIFT_VERSION = 3.0;
  582. };
  583. name = Release;
  584. };
  585. D35C9F3A1D74A1C0000443CD /* Debug */ = {
  586. isa = XCBuildConfiguration;
  587. buildSettings = {
  588. CLANG_ENABLE_MODULES = YES;
  589. CODE_SIGN_IDENTITY = "";
  590. COMBINE_HIDPI_IMAGES = YES;
  591. CURRENT_PROJECT_VERSION = 1;
  592. DEFINES_MODULE = YES;
  593. DEVELOPMENT_TEAM = EQHXZ8M8AV;
  594. DYLIB_COMPATIBILITY_VERSION = 1;
  595. DYLIB_CURRENT_VERSION = 1;
  596. DYLIB_INSTALL_NAME_BASE = "@rpath";
  597. FRAMEWORK_VERSION = A;
  598. INFOPLIST_FILE = QuickProto/Info.plist;
  599. INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  600. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
  601. PRODUCT_BUNDLE_IDENTIFIER = com.google.QuickProto;
  602. PRODUCT_NAME = "$(TARGET_NAME)";
  603. SKIP_INSTALL = YES;
  604. SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
  605. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  606. SWIFT_VERSION = 3.0;
  607. VERSIONING_SYSTEM = "apple-generic";
  608. VERSION_INFO_PREFIX = "";
  609. };
  610. name = Debug;
  611. };
  612. D35C9F3B1D74A1C0000443CD /* Release */ = {
  613. isa = XCBuildConfiguration;
  614. buildSettings = {
  615. CLANG_ENABLE_MODULES = YES;
  616. CODE_SIGN_IDENTITY = "";
  617. COMBINE_HIDPI_IMAGES = YES;
  618. CURRENT_PROJECT_VERSION = 1;
  619. DEFINES_MODULE = YES;
  620. DEVELOPMENT_TEAM = EQHXZ8M8AV;
  621. DYLIB_COMPATIBILITY_VERSION = 1;
  622. DYLIB_CURRENT_VERSION = 1;
  623. DYLIB_INSTALL_NAME_BASE = "@rpath";
  624. FRAMEWORK_VERSION = A;
  625. INFOPLIST_FILE = QuickProto/Info.plist;
  626. INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
  627. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/Frameworks";
  628. PRODUCT_BUNDLE_IDENTIFIER = com.google.QuickProto;
  629. PRODUCT_NAME = "$(TARGET_NAME)";
  630. SKIP_INSTALL = YES;
  631. SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
  632. SWIFT_VERSION = 3.0;
  633. VERSIONING_SYSTEM = "apple-generic";
  634. VERSION_INFO_PREFIX = "";
  635. };
  636. name = Release;
  637. };
  638. D3D1C85F1D6D15D9002F1B53 /* Debug */ = {
  639. isa = XCBuildConfiguration;
  640. buildSettings = {
  641. ALWAYS_SEARCH_USER_PATHS = NO;
  642. CLANG_ANALYZER_NONNULL = YES;
  643. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  644. CLANG_CXX_LIBRARY = "libc++";
  645. CLANG_ENABLE_MODULES = YES;
  646. CLANG_ENABLE_OBJC_ARC = YES;
  647. CLANG_WARN_BOOL_CONVERSION = YES;
  648. CLANG_WARN_CONSTANT_CONVERSION = YES;
  649. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  650. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  651. CLANG_WARN_EMPTY_BODY = YES;
  652. CLANG_WARN_ENUM_CONVERSION = YES;
  653. CLANG_WARN_INFINITE_RECURSION = YES;
  654. CLANG_WARN_INT_CONVERSION = YES;
  655. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  656. CLANG_WARN_SUSPICIOUS_MOVES = YES;
  657. CLANG_WARN_UNREACHABLE_CODE = YES;
  658. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  659. CODE_SIGN_IDENTITY = "-";
  660. COPY_PHASE_STRIP = NO;
  661. DEBUG_INFORMATION_FORMAT = dwarf;
  662. ENABLE_STRICT_OBJC_MSGSEND = YES;
  663. ENABLE_TESTABILITY = YES;
  664. GCC_C_LANGUAGE_STANDARD = gnu99;
  665. GCC_DYNAMIC_NO_PIC = NO;
  666. GCC_NO_COMMON_BLOCKS = YES;
  667. GCC_OPTIMIZATION_LEVEL = 0;
  668. GCC_PREPROCESSOR_DEFINITIONS = (
  669. "DEBUG=1",
  670. "$(inherited)",
  671. );
  672. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  673. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  674. GCC_WARN_UNDECLARED_SELECTOR = YES;
  675. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  676. GCC_WARN_UNUSED_FUNCTION = YES;
  677. GCC_WARN_UNUSED_VARIABLE = YES;
  678. MACOSX_DEPLOYMENT_TARGET = 10.11;
  679. MTL_ENABLE_DEBUG_INFO = YES;
  680. ONLY_ACTIVE_ARCH = YES;
  681. SDKROOT = macosx;
  682. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  683. };
  684. name = Debug;
  685. };
  686. D3D1C8601D6D15D9002F1B53 /* Release */ = {
  687. isa = XCBuildConfiguration;
  688. buildSettings = {
  689. ALWAYS_SEARCH_USER_PATHS = NO;
  690. CLANG_ANALYZER_NONNULL = YES;
  691. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  692. CLANG_CXX_LIBRARY = "libc++";
  693. CLANG_ENABLE_MODULES = YES;
  694. CLANG_ENABLE_OBJC_ARC = YES;
  695. CLANG_WARN_BOOL_CONVERSION = YES;
  696. CLANG_WARN_CONSTANT_CONVERSION = YES;
  697. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  698. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  699. CLANG_WARN_EMPTY_BODY = YES;
  700. CLANG_WARN_ENUM_CONVERSION = YES;
  701. CLANG_WARN_INFINITE_RECURSION = YES;
  702. CLANG_WARN_INT_CONVERSION = YES;
  703. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  704. CLANG_WARN_SUSPICIOUS_MOVES = YES;
  705. CLANG_WARN_UNREACHABLE_CODE = YES;
  706. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  707. CODE_SIGN_IDENTITY = "-";
  708. COPY_PHASE_STRIP = NO;
  709. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  710. ENABLE_NS_ASSERTIONS = NO;
  711. ENABLE_STRICT_OBJC_MSGSEND = YES;
  712. GCC_C_LANGUAGE_STANDARD = gnu99;
  713. GCC_NO_COMMON_BLOCKS = YES;
  714. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  715. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  716. GCC_WARN_UNDECLARED_SELECTOR = YES;
  717. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  718. GCC_WARN_UNUSED_FUNCTION = YES;
  719. GCC_WARN_UNUSED_VARIABLE = YES;
  720. MACOSX_DEPLOYMENT_TARGET = 10.11;
  721. MTL_ENABLE_DEBUG_INFO = NO;
  722. SDKROOT = macosx;
  723. };
  724. name = Release;
  725. };
  726. D3D692541D8380D800813DEC /* Debug */ = {
  727. isa = XCBuildConfiguration;
  728. buildSettings = {
  729. COMBINE_HIDPI_IMAGES = YES;
  730. DEVELOPMENT_TEAM = EQHXZ8M8AV;
  731. INFOPLIST_FILE = QuickProtoTests/Info.plist;
  732. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
  733. PRODUCT_BUNDLE_IDENTIFIER = com.google.QuickProtoTests;
  734. PRODUCT_NAME = "$(TARGET_NAME)";
  735. SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
  736. SWIFT_VERSION = 3.0;
  737. };
  738. name = Debug;
  739. };
  740. D3D692551D8380D800813DEC /* Release */ = {
  741. isa = XCBuildConfiguration;
  742. buildSettings = {
  743. COMBINE_HIDPI_IMAGES = YES;
  744. DEVELOPMENT_TEAM = EQHXZ8M8AV;
  745. INFOPLIST_FILE = QuickProtoTests/Info.plist;
  746. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
  747. PRODUCT_BUNDLE_IDENTIFIER = com.google.QuickProtoTests;
  748. PRODUCT_NAME = "$(TARGET_NAME)";
  749. SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
  750. SWIFT_VERSION = 3.0;
  751. };
  752. name = Release;
  753. };
  754. /* End XCBuildConfiguration section */
  755. /* Begin XCConfigurationList section */
  756. D3275C001D8B22DC00CDE67D /* Build configuration list for PBXNativeTarget "QuickProtoApp" */ = {
  757. isa = XCConfigurationList;
  758. buildConfigurations = (
  759. D3275BFE1D8B22DC00CDE67D /* Debug */,
  760. D3275BFF1D8B22DC00CDE67D /* Release */,
  761. );
  762. defaultConfigurationIsVisible = 0;
  763. defaultConfigurationName = Release;
  764. };
  765. D35BEA521D83B9AB00BB9230 /* Build configuration list for PBXNativeTarget "QuickProtoGen" */ = {
  766. isa = XCConfigurationList;
  767. buildConfigurations = (
  768. D35BEA531D83B9AB00BB9230 /* Debug */,
  769. D35BEA541D83B9AB00BB9230 /* Release */,
  770. );
  771. defaultConfigurationIsVisible = 0;
  772. defaultConfigurationName = Release;
  773. };
  774. D35C9F391D74A1C0000443CD /* Build configuration list for PBXNativeTarget "QuickProto" */ = {
  775. isa = XCConfigurationList;
  776. buildConfigurations = (
  777. D35C9F3A1D74A1C0000443CD /* Debug */,
  778. D35C9F3B1D74A1C0000443CD /* Release */,
  779. );
  780. defaultConfigurationIsVisible = 0;
  781. defaultConfigurationName = Release;
  782. };
  783. D3D1C8551D6D15D9002F1B53 /* Build configuration list for PBXProject "QuickProto" */ = {
  784. isa = XCConfigurationList;
  785. buildConfigurations = (
  786. D3D1C85F1D6D15D9002F1B53 /* Debug */,
  787. D3D1C8601D6D15D9002F1B53 /* Release */,
  788. );
  789. defaultConfigurationIsVisible = 0;
  790. defaultConfigurationName = Release;
  791. };
  792. D3D692561D8380D800813DEC /* Build configuration list for PBXNativeTarget "QuickProtoTests" */ = {
  793. isa = XCConfigurationList;
  794. buildConfigurations = (
  795. D3D692541D8380D800813DEC /* Debug */,
  796. D3D692551D8380D800813DEC /* Release */,
  797. );
  798. defaultConfigurationIsVisible = 0;
  799. defaultConfigurationName = Release;
  800. };
  801. /* End XCConfigurationList section */
  802. };
  803. rootObject = D3D1C8521D6D15D9002F1B53 /* Project object */;
  804. }