project.pbxproj 64 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 47;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 5102DABC1891A073002037B6 /* GPBConcurrencyTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 5102DABB1891A052002037B6 /* GPBConcurrencyTests.m */; };
  10. 7461B5360F94FB4600A0C422 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1D30AB110D05D00D00671497 /* Foundation.framework */; };
  11. 7461B53C0F94FB4E00A0C422 /* GPBCodedInputStream.m in Sources */ = {isa = PBXBuildFile; fileRef = 7461B48F0F94F99000A0C422 /* GPBCodedInputStream.m */; };
  12. 7461B53D0F94FB4E00A0C422 /* GPBCodedOutputStream.m in Sources */ = {isa = PBXBuildFile; fileRef = 7461B4910F94F99000A0C422 /* GPBCodedOutputStream.m */; };
  13. 7461B5490F94FB4E00A0C422 /* GPBExtensionRegistry.m in Sources */ = {isa = PBXBuildFile; fileRef = 7461B4A90F94F99000A0C422 /* GPBExtensionRegistry.m */; };
  14. 7461B54C0F94FB4E00A0C422 /* GPBUnknownField.m in Sources */ = {isa = PBXBuildFile; fileRef = 7461B4AF0F94F99000A0C422 /* GPBUnknownField.m */; };
  15. 7461B5530F94FB4E00A0C422 /* GPBMessage.m in Sources */ = {isa = PBXBuildFile; fileRef = 7461B4BF0F94F99000A0C422 /* GPBMessage.m */; };
  16. 7461B5610F94FB4E00A0C422 /* GPBUnknownFieldSet.m in Sources */ = {isa = PBXBuildFile; fileRef = 7461B4E20F94F99000A0C422 /* GPBUnknownFieldSet.m */; };
  17. 7461B5630F94FB4E00A0C422 /* GPBUtilities.m in Sources */ = {isa = PBXBuildFile; fileRef = 7461B4E60F94F99000A0C422 /* GPBUtilities.m */; };
  18. 7461B5640F94FB4E00A0C422 /* GPBWireFormat.m in Sources */ = {isa = PBXBuildFile; fileRef = 7461B4E80F94F99000A0C422 /* GPBWireFormat.m */; };
  19. 8B210CCE159383D60032D72D /* golden_message in Resources */ = {isa = PBXBuildFile; fileRef = 8B210CCD159383D60032D72D /* golden_message */; };
  20. 8B210CD0159386920032D72D /* golden_packed_fields_message in Resources */ = {isa = PBXBuildFile; fileRef = 8B210CCF159386920032D72D /* golden_packed_fields_message */; };
  21. 8B4248BB1A8C256A00BC1EC6 /* GPBSwiftTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8B4248BA1A8C256A00BC1EC6 /* GPBSwiftTests.swift */; };
  22. 8B4248D21A927E1500BC1EC6 /* GPBWellKnownTypes.m in Sources */ = {isa = PBXBuildFile; fileRef = 8B4248D01A927E1500BC1EC6 /* GPBWellKnownTypes.m */; };
  23. 8B4248DC1A92933A00BC1EC6 /* GPBWellKnownTypesTest.m in Sources */ = {isa = PBXBuildFile; fileRef = 8B4248DB1A92933A00BC1EC6 /* GPBWellKnownTypesTest.m */; };
  24. 8B79657B14992E3F002FFBFC /* GPBRootObject.m in Sources */ = {isa = PBXBuildFile; fileRef = 8B79657914992E3E002FFBFC /* GPBRootObject.m */; };
  25. 8B8B615D17DF7056002EE618 /* GPBARCUnittestProtos.m in Sources */ = {isa = PBXBuildFile; fileRef = 8B8B615C17DF7056002EE618 /* GPBARCUnittestProtos.m */; settings = {COMPILER_FLAGS = "-fobjc-arc"; }; };
  26. 8B96157414C8C38C00A2AC0B /* GPBDescriptor.m in Sources */ = {isa = PBXBuildFile; fileRef = 8B96157314C8C38C00A2AC0B /* GPBDescriptor.m */; };
  27. 8BBEA4A9147C727D00C4ADB7 /* GPBCodedInputStreamTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 7461B69B0F94FDF800A0C422 /* GPBCodedInputStreamTests.m */; };
  28. 8BBEA4AA147C727D00C4ADB7 /* GPBCodedOuputStreamTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 7461B69D0F94FDF800A0C422 /* GPBCodedOuputStreamTests.m */; };
  29. 8BBEA4AC147C727D00C4ADB7 /* GPBMessageTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 7461B6A30F94FDF800A0C422 /* GPBMessageTests.m */; };
  30. 8BBEA4B0147C727D00C4ADB7 /* GPBTestUtilities.m in Sources */ = {isa = PBXBuildFile; fileRef = 7461B6AC0F94FDF800A0C422 /* GPBTestUtilities.m */; };
  31. 8BBEA4B6147C727D00C4ADB7 /* GPBUnknownFieldSetTest.m in Sources */ = {isa = PBXBuildFile; fileRef = 7461B6B80F94FDF900A0C422 /* GPBUnknownFieldSetTest.m */; };
  32. 8BBEA4B7147C727D00C4ADB7 /* GPBUtilitiesTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 7461B6BA0F94FDF900A0C422 /* GPBUtilitiesTests.m */; };
  33. 8BBEA4B8147C727D00C4ADB7 /* GPBWireFormatTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 7461B6BC0F94FDF900A0C422 /* GPBWireFormatTests.m */; };
  34. 8BBEA4BB147C729200C4ADB7 /* libProtocolBuffers.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 7461B52E0F94FAF800A0C422 /* libProtocolBuffers.a */; };
  35. 8BD3981F14BE59D70081D629 /* GPBUnittestProtos.m in Sources */ = {isa = PBXBuildFile; fileRef = 8BD3981E14BE59D70081D629 /* GPBUnittestProtos.m */; };
  36. 8BF8193514A0DDA600A2C982 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1D30AB110D05D00D00671497 /* Foundation.framework */; };
  37. F401DC2D1A8D444600FCC765 /* GPBArray.m in Sources */ = {isa = PBXBuildFile; fileRef = F401DC2B1A8D444600FCC765 /* GPBArray.m */; };
  38. F401DC331A8E5C0200FCC765 /* GPBArrayTests.m in Sources */ = {isa = PBXBuildFile; fileRef = F401DC321A8E5C0200FCC765 /* GPBArrayTests.m */; };
  39. F41C175D1833D3310064ED4D /* GPBPerfTests.m in Sources */ = {isa = PBXBuildFile; fileRef = F41C175C1833D3310064ED4D /* GPBPerfTests.m */; };
  40. F4353D1D1AB8822D005A6198 /* GPBDescriptorTests.m in Sources */ = {isa = PBXBuildFile; fileRef = F4353D1C1AB8822D005A6198 /* GPBDescriptorTests.m */; };
  41. F4353D231ABB1537005A6198 /* GPBDictionary.m in Sources */ = {isa = PBXBuildFile; fileRef = F4353D211ABB1537005A6198 /* GPBDictionary.m */; };
  42. F4353D341AC06F10005A6198 /* GPBDictionaryTests+Bool.m in Sources */ = {isa = PBXBuildFile; fileRef = F4353D2D1AC06F10005A6198 /* GPBDictionaryTests+Bool.m */; };
  43. F4353D351AC06F10005A6198 /* GPBDictionaryTests+Int32.m in Sources */ = {isa = PBXBuildFile; fileRef = F4353D2E1AC06F10005A6198 /* GPBDictionaryTests+Int32.m */; };
  44. F4353D361AC06F10005A6198 /* GPBDictionaryTests+Int64.m in Sources */ = {isa = PBXBuildFile; fileRef = F4353D2F1AC06F10005A6198 /* GPBDictionaryTests+Int64.m */; };
  45. F4353D371AC06F10005A6198 /* GPBDictionaryTests+String.m in Sources */ = {isa = PBXBuildFile; fileRef = F4353D301AC06F10005A6198 /* GPBDictionaryTests+String.m */; };
  46. F4353D381AC06F10005A6198 /* GPBDictionaryTests+UInt32.m in Sources */ = {isa = PBXBuildFile; fileRef = F4353D311AC06F10005A6198 /* GPBDictionaryTests+UInt32.m */; };
  47. F4353D391AC06F10005A6198 /* GPBDictionaryTests+UInt64.m in Sources */ = {isa = PBXBuildFile; fileRef = F4353D321AC06F10005A6198 /* GPBDictionaryTests+UInt64.m */; };
  48. F43C88D0191D77FC009E917D /* text_format_unittest_data.txt in Resources */ = {isa = PBXBuildFile; fileRef = F43C88CF191D77FC009E917D /* text_format_unittest_data.txt */; };
  49. F4487C4D1A9F8E0200531423 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1D30AB110D05D00D00671497 /* Foundation.framework */; };
  50. F4487C521A9F8E4D00531423 /* GPBProtocolBuffers.m in Sources */ = {isa = PBXBuildFile; fileRef = 8BCF338814ED799900BC5317 /* GPBProtocolBuffers.m */; };
  51. F4487C751AADF7F500531423 /* GPBMessageTests+Runtime.m in Sources */ = {isa = PBXBuildFile; fileRef = F4487C741AADF7F500531423 /* GPBMessageTests+Runtime.m */; };
  52. F4487C7F1AAF62CD00531423 /* GPBMessageTests+Serialization.m in Sources */ = {isa = PBXBuildFile; fileRef = F4487C7E1AAF62CD00531423 /* GPBMessageTests+Serialization.m */; };
  53. F4487C831AAF6AB300531423 /* GPBMessageTests+Merge.m in Sources */ = {isa = PBXBuildFile; fileRef = F4487C821AAF6AB300531423 /* GPBMessageTests+Merge.m */; };
  54. F45C69CC16DFD08D0081955B /* GPBExtensionInternals.m in Sources */ = {isa = PBXBuildFile; fileRef = F45C69CB16DFD08D0081955B /* GPBExtensionInternals.m */; };
  55. F45E57C71AE6DC6A000B7D99 /* text_format_map_unittest_data.txt in Resources */ = {isa = PBXBuildFile; fileRef = F45E57C61AE6DC6A000B7D99 /* text_format_map_unittest_data.txt */; };
  56. F47476E51D21A524007C7B1A /* Duration.pbobjc.m in Sources */ = {isa = PBXBuildFile; fileRef = 8B4248D41A92826400BC1EC6 /* Duration.pbobjc.m */; };
  57. F47476E61D21A524007C7B1A /* Timestamp.pbobjc.m in Sources */ = {isa = PBXBuildFile; fileRef = 8B4248D61A92826400BC1EC6 /* Timestamp.pbobjc.m */; };
  58. F4B51B1E1BBC610700744318 /* GPBObjectiveCPlusPlusTest.mm in Sources */ = {isa = PBXBuildFile; fileRef = F4B51B1D1BBC610700744318 /* GPBObjectiveCPlusPlusTest.mm */; };
  59. F4E675971B21D0000054530B /* Any.pbobjc.m in Sources */ = {isa = PBXBuildFile; fileRef = F4E675871B21D0000054530B /* Any.pbobjc.m */; };
  60. F4E675991B21D0000054530B /* Api.pbobjc.m in Sources */ = {isa = PBXBuildFile; fileRef = F4E675891B21D0000054530B /* Api.pbobjc.m */; };
  61. F4E6759B1B21D0000054530B /* Empty.pbobjc.m in Sources */ = {isa = PBXBuildFile; fileRef = F4E6758B1B21D0000054530B /* Empty.pbobjc.m */; };
  62. F4E6759D1B21D0000054530B /* FieldMask.pbobjc.m in Sources */ = {isa = PBXBuildFile; fileRef = F4E6758D1B21D0000054530B /* FieldMask.pbobjc.m */; };
  63. F4E6759F1B21D0000054530B /* SourceContext.pbobjc.m in Sources */ = {isa = PBXBuildFile; fileRef = F4E6758F1B21D0000054530B /* SourceContext.pbobjc.m */; };
  64. F4E675A11B21D0000054530B /* Struct.pbobjc.m in Sources */ = {isa = PBXBuildFile; fileRef = F4E675911B21D0000054530B /* Struct.pbobjc.m */; };
  65. F4E675A31B21D0000054530B /* Type.pbobjc.m in Sources */ = {isa = PBXBuildFile; fileRef = F4E675931B21D0000054530B /* Type.pbobjc.m */; };
  66. F4E675A51B21D0000054530B /* Wrappers.pbobjc.m in Sources */ = {isa = PBXBuildFile; fileRef = F4E675951B21D0000054530B /* Wrappers.pbobjc.m */; };
  67. F4F8D8831D789FD9002CE128 /* GPBUnittestProtos2.m in Sources */ = {isa = PBXBuildFile; fileRef = F4F8D8811D789FCE002CE128 /* GPBUnittestProtos2.m */; };
  68. /* End PBXBuildFile section */
  69. /* Begin PBXContainerItemProxy section */
  70. 8BBEA4BC147C729A00C4ADB7 /* PBXContainerItemProxy */ = {
  71. isa = PBXContainerItemProxy;
  72. containerPortal = 29B97313FDCFA39411CA2CEA /* Project object */;
  73. proxyType = 1;
  74. remoteGlobalIDString = 7461B52D0F94FAF800A0C422;
  75. remoteInfo = ProtocolBuffers;
  76. };
  77. F45BBC181B0CE3D7002D064D /* PBXContainerItemProxy */ = {
  78. isa = PBXContainerItemProxy;
  79. containerPortal = 29B97313FDCFA39411CA2CEA /* Project object */;
  80. proxyType = 1;
  81. remoteGlobalIDString = F45BBC141B0CE3C6002D064D;
  82. remoteInfo = "Compile Unittest Protos";
  83. };
  84. /* End PBXContainerItemProxy section */
  85. /* Begin PBXFileReference section */
  86. 1D30AB110D05D00D00671497 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
  87. 5102DABB1891A052002037B6 /* GPBConcurrencyTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = GPBConcurrencyTests.m; sourceTree = "<group>"; };
  88. 51457B5F18D0B7AF00CCC606 /* GPBCodedInputStream_PackagePrivate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GPBCodedInputStream_PackagePrivate.h; sourceTree = "<group>"; };
  89. 515B840C18B7DEE30031753B /* GPBDescriptor_PackagePrivate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GPBDescriptor_PackagePrivate.h; sourceTree = "<group>"; };
  90. 5196A06918CE16B000B759E2 /* GPBMessage_PackagePrivate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GPBMessage_PackagePrivate.h; sourceTree = "<group>"; };
  91. 7401C1A90F950347006D8281 /* UnitTests-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "UnitTests-Info.plist"; sourceTree = "<group>"; };
  92. 7461B48D0F94F99000A0C422 /* GPBBootstrap.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GPBBootstrap.h; sourceTree = "<group>"; };
  93. 7461B48E0F94F99000A0C422 /* GPBCodedInputStream.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GPBCodedInputStream.h; sourceTree = "<group>"; };
  94. 7461B48F0F94F99000A0C422 /* GPBCodedInputStream.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; lineEnding = 0; path = GPBCodedInputStream.m; sourceTree = "<group>"; };
  95. 7461B4900F94F99000A0C422 /* GPBCodedOutputStream.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GPBCodedOutputStream.h; sourceTree = "<group>"; };
  96. 7461B4910F94F99000A0C422 /* GPBCodedOutputStream.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GPBCodedOutputStream.m; sourceTree = "<group>"; };
  97. 7461B4A80F94F99000A0C422 /* GPBExtensionRegistry.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GPBExtensionRegistry.h; sourceTree = "<group>"; };
  98. 7461B4A90F94F99000A0C422 /* GPBExtensionRegistry.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GPBExtensionRegistry.m; sourceTree = "<group>"; };
  99. 7461B4AE0F94F99000A0C422 /* GPBUnknownField.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GPBUnknownField.h; sourceTree = "<group>"; };
  100. 7461B4AF0F94F99000A0C422 /* GPBUnknownField.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GPBUnknownField.m; sourceTree = "<group>"; };
  101. 7461B4BE0F94F99000A0C422 /* GPBMessage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GPBMessage.h; sourceTree = "<group>"; };
  102. 7461B4BF0F94F99000A0C422 /* GPBMessage.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GPBMessage.m; sourceTree = "<group>"; };
  103. 7461B4CD0F94F99000A0C422 /* GPBProtocolBuffers.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GPBProtocolBuffers.h; sourceTree = "<group>"; };
  104. 7461B4E10F94F99000A0C422 /* GPBUnknownFieldSet.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GPBUnknownFieldSet.h; sourceTree = "<group>"; };
  105. 7461B4E20F94F99000A0C422 /* GPBUnknownFieldSet.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GPBUnknownFieldSet.m; sourceTree = "<group>"; };
  106. 7461B4E50F94F99000A0C422 /* GPBUtilities.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GPBUtilities.h; sourceTree = "<group>"; };
  107. 7461B4E60F94F99000A0C422 /* GPBUtilities.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GPBUtilities.m; sourceTree = "<group>"; };
  108. 7461B4E70F94F99000A0C422 /* GPBWireFormat.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GPBWireFormat.h; sourceTree = "<group>"; };
  109. 7461B4E80F94F99000A0C422 /* GPBWireFormat.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GPBWireFormat.m; sourceTree = "<group>"; };
  110. 7461B52E0F94FAF800A0C422 /* libProtocolBuffers.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libProtocolBuffers.a; sourceTree = BUILT_PRODUCTS_DIR; };
  111. 7461B69B0F94FDF800A0C422 /* GPBCodedInputStreamTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GPBCodedInputStreamTests.m; sourceTree = "<group>"; };
  112. 7461B69D0F94FDF800A0C422 /* GPBCodedOuputStreamTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GPBCodedOuputStreamTests.m; sourceTree = "<group>"; };
  113. 7461B6A30F94FDF800A0C422 /* GPBMessageTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GPBMessageTests.m; sourceTree = "<group>"; };
  114. 7461B6AB0F94FDF800A0C422 /* GPBTestUtilities.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GPBTestUtilities.h; sourceTree = "<group>"; };
  115. 7461B6AC0F94FDF800A0C422 /* GPBTestUtilities.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GPBTestUtilities.m; sourceTree = "<group>"; };
  116. 7461B6B80F94FDF900A0C422 /* GPBUnknownFieldSetTest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GPBUnknownFieldSetTest.m; sourceTree = "<group>"; };
  117. 7461B6BA0F94FDF900A0C422 /* GPBUtilitiesTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GPBUtilitiesTests.m; sourceTree = "<group>"; };
  118. 7461B6BC0F94FDF900A0C422 /* GPBWireFormatTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GPBWireFormatTests.m; sourceTree = "<group>"; };
  119. 8B09AAF614B663A7007B4184 /* unittest_objc.proto */ = {isa = PBXFileReference; lastKnownFileType = text; path = unittest_objc.proto; sourceTree = "<group>"; };
  120. 8B210CCD159383D60032D72D /* golden_message */ = {isa = PBXFileReference; lastKnownFileType = file; path = golden_message; sourceTree = "<group>"; };
  121. 8B210CCF159386920032D72D /* golden_packed_fields_message */ = {isa = PBXFileReference; lastKnownFileType = file; path = golden_packed_fields_message; sourceTree = "<group>"; };
  122. 8B4248B81A8C254000BC1EC6 /* protobuf */ = {isa = PBXFileReference; lastKnownFileType = text; name = protobuf; path = ../../Intermediates/ProtocolBuffers_OSX.build/DerivedSources/protos/google/protobuf; sourceTree = BUILT_PRODUCTS_DIR; };
  123. 8B4248B91A8C256900BC1EC6 /* UnitTests-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "UnitTests-Bridging-Header.h"; sourceTree = "<group>"; };
  124. 8B4248BA1A8C256A00BC1EC6 /* GPBSwiftTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = GPBSwiftTests.swift; sourceTree = "<group>"; };
  125. 8B4248CF1A927E1500BC1EC6 /* GPBWellKnownTypes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GPBWellKnownTypes.h; sourceTree = "<group>"; };
  126. 8B4248D01A927E1500BC1EC6 /* GPBWellKnownTypes.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GPBWellKnownTypes.m; sourceTree = "<group>"; };
  127. 8B4248D31A92826400BC1EC6 /* Duration.pbobjc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Duration.pbobjc.h; path = google/protobuf/Duration.pbobjc.h; sourceTree = "<group>"; };
  128. 8B4248D41A92826400BC1EC6 /* Duration.pbobjc.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = Duration.pbobjc.m; path = google/protobuf/Duration.pbobjc.m; sourceTree = "<group>"; };
  129. 8B4248D51A92826400BC1EC6 /* Timestamp.pbobjc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Timestamp.pbobjc.h; path = google/protobuf/Timestamp.pbobjc.h; sourceTree = "<group>"; };
  130. 8B4248D61A92826400BC1EC6 /* Timestamp.pbobjc.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = Timestamp.pbobjc.m; path = google/protobuf/Timestamp.pbobjc.m; sourceTree = "<group>"; };
  131. 8B4248DB1A92933A00BC1EC6 /* GPBWellKnownTypesTest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GPBWellKnownTypesTest.m; sourceTree = "<group>"; };
  132. 8B42494C1A92A16600BC1EC6 /* duration.proto */ = {isa = PBXFileReference; lastKnownFileType = text; name = duration.proto; path = ../src/google/protobuf/duration.proto; sourceTree = "<group>"; };
  133. 8B42494D1A92A16600BC1EC6 /* timestamp.proto */ = {isa = PBXFileReference; lastKnownFileType = text; name = timestamp.proto; path = ../src/google/protobuf/timestamp.proto; sourceTree = "<group>"; };
  134. 8B79657814992E3E002FFBFC /* GPBRootObject.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GPBRootObject.h; sourceTree = "<group>"; };
  135. 8B79657914992E3E002FFBFC /* GPBRootObject.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GPBRootObject.m; sourceTree = "<group>"; };
  136. 8B7E6A7414893DBA00F8884A /* unittest_custom_options.proto */ = {isa = PBXFileReference; lastKnownFileType = text; name = unittest_custom_options.proto; path = ../../src/google/protobuf/unittest_custom_options.proto; sourceTree = "<group>"; };
  137. 8B7E6A7514893DBA00F8884A /* unittest_embed_optimize_for.proto */ = {isa = PBXFileReference; lastKnownFileType = text; name = unittest_embed_optimize_for.proto; path = ../../src/google/protobuf/unittest_embed_optimize_for.proto; sourceTree = "<group>"; };
  138. 8B7E6A7614893DBA00F8884A /* unittest_empty.proto */ = {isa = PBXFileReference; lastKnownFileType = text; name = unittest_empty.proto; path = ../../src/google/protobuf/unittest_empty.proto; sourceTree = "<group>"; };
  139. 8B7E6A7814893DBB00F8884A /* unittest_import.proto */ = {isa = PBXFileReference; lastKnownFileType = text; name = unittest_import.proto; path = ../../src/google/protobuf/unittest_import.proto; sourceTree = "<group>"; };
  140. 8B7E6A7B14893DBC00F8884A /* unittest_mset.proto */ = {isa = PBXFileReference; lastKnownFileType = text; name = unittest_mset.proto; path = ../../src/google/protobuf/unittest_mset.proto; sourceTree = "<group>"; };
  141. 8B7E6A7C14893DBC00F8884A /* unittest_no_generic_services.proto */ = {isa = PBXFileReference; lastKnownFileType = text; name = unittest_no_generic_services.proto; path = ../../src/google/protobuf/unittest_no_generic_services.proto; sourceTree = "<group>"; };
  142. 8B7E6A7D14893DBC00F8884A /* unittest_optimize_for.proto */ = {isa = PBXFileReference; lastKnownFileType = text; name = unittest_optimize_for.proto; path = ../../src/google/protobuf/unittest_optimize_for.proto; sourceTree = "<group>"; };
  143. 8B7E6A7E14893DBC00F8884A /* unittest.proto */ = {isa = PBXFileReference; lastKnownFileType = text; name = unittest.proto; path = ../../src/google/protobuf/unittest.proto; sourceTree = "<group>"; };
  144. 8B8B615C17DF7056002EE618 /* GPBARCUnittestProtos.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GPBARCUnittestProtos.m; sourceTree = "<group>"; };
  145. 8B96157214C8B06000A2AC0B /* GPBDescriptor.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GPBDescriptor.h; sourceTree = "<group>"; };
  146. 8B96157314C8C38C00A2AC0B /* GPBDescriptor.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GPBDescriptor.m; sourceTree = "<group>"; };
  147. 8BBD9DB016DD1DC8008E1EC1 /* unittest_lite.proto */ = {isa = PBXFileReference; lastKnownFileType = text; name = unittest_lite.proto; path = ../../src/google/protobuf/unittest_lite.proto; sourceTree = "<group>"; };
  148. 8BBEA4A6147C727100C4ADB7 /* UnitTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = UnitTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
  149. 8BCF338814ED799900BC5317 /* GPBProtocolBuffers.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = GPBProtocolBuffers.m; sourceTree = "<group>"; };
  150. 8BD3981D14BE54220081D629 /* unittest_enormous_descriptor.proto */ = {isa = PBXFileReference; lastKnownFileType = text; name = unittest_enormous_descriptor.proto; path = ../../src/google/protobuf/unittest_enormous_descriptor.proto; sourceTree = "<group>"; };
  151. 8BD3981E14BE59D70081D629 /* GPBUnittestProtos.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GPBUnittestProtos.m; sourceTree = "<group>"; };
  152. 8BEB5AE01498033E0078BF9D /* GPBRuntimeTypes.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GPBRuntimeTypes.h; sourceTree = "<group>"; };
  153. F401DC2A1A8D444600FCC765 /* GPBArray.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GPBArray.h; sourceTree = "<group>"; };
  154. F401DC2B1A8D444600FCC765 /* GPBArray.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GPBArray.m; sourceTree = "<group>"; };
  155. F401DC321A8E5C0200FCC765 /* GPBArrayTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GPBArrayTests.m; sourceTree = "<group>"; };
  156. F41C175C1833D3310064ED4D /* GPBPerfTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GPBPerfTests.m; sourceTree = "<group>"; };
  157. F4353D1C1AB8822D005A6198 /* GPBDescriptorTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GPBDescriptorTests.m; sourceTree = "<group>"; };
  158. F4353D201ABB1537005A6198 /* GPBDictionary.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GPBDictionary.h; sourceTree = "<group>"; };
  159. F4353D211ABB1537005A6198 /* GPBDictionary.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GPBDictionary.m; sourceTree = "<group>"; };
  160. F4353D2C1AC06F10005A6198 /* GPBDictionaryTests.pddm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = GPBDictionaryTests.pddm; sourceTree = "<group>"; };
  161. F4353D2D1AC06F10005A6198 /* GPBDictionaryTests+Bool.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "GPBDictionaryTests+Bool.m"; sourceTree = "<group>"; };
  162. F4353D2E1AC06F10005A6198 /* GPBDictionaryTests+Int32.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "GPBDictionaryTests+Int32.m"; sourceTree = "<group>"; };
  163. F4353D2F1AC06F10005A6198 /* GPBDictionaryTests+Int64.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "GPBDictionaryTests+Int64.m"; sourceTree = "<group>"; };
  164. F4353D301AC06F10005A6198 /* GPBDictionaryTests+String.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "GPBDictionaryTests+String.m"; sourceTree = "<group>"; };
  165. F4353D311AC06F10005A6198 /* GPBDictionaryTests+UInt32.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "GPBDictionaryTests+UInt32.m"; sourceTree = "<group>"; };
  166. F4353D321AC06F10005A6198 /* GPBDictionaryTests+UInt64.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "GPBDictionaryTests+UInt64.m"; sourceTree = "<group>"; };
  167. F43725911AC9832D004DCAFB /* GPBDictionary_PackagePrivate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GPBDictionary_PackagePrivate.h; sourceTree = "<group>"; };
  168. F43C88CF191D77FC009E917D /* text_format_unittest_data.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = text_format_unittest_data.txt; sourceTree = "<group>"; };
  169. F4411BE71AF12FD700324B4A /* GPBArray_PackagePrivate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GPBArray_PackagePrivate.h; sourceTree = "<group>"; };
  170. F4487C511A9F8E0200531423 /* libTestSingleSourceBuild.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libTestSingleSourceBuild.a; sourceTree = BUILT_PRODUCTS_DIR; };
  171. F4487C741AADF7F500531423 /* GPBMessageTests+Runtime.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "GPBMessageTests+Runtime.m"; sourceTree = "<group>"; };
  172. F4487C781AADFB3100531423 /* unittest_runtime_proto2.proto */ = {isa = PBXFileReference; lastKnownFileType = text; path = unittest_runtime_proto2.proto; sourceTree = "<group>"; };
  173. F4487C791AADFB3200531423 /* unittest_runtime_proto3.proto */ = {isa = PBXFileReference; lastKnownFileType = text; path = unittest_runtime_proto3.proto; sourceTree = "<group>"; };
  174. F4487C7C1AAE06AC00531423 /* GPBUtilities_PackagePrivate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GPBUtilities_PackagePrivate.h; sourceTree = "<group>"; };
  175. F4487C7E1AAF62CD00531423 /* GPBMessageTests+Serialization.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "GPBMessageTests+Serialization.m"; sourceTree = "<group>"; };
  176. F4487C821AAF6AB300531423 /* GPBMessageTests+Merge.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "GPBMessageTests+Merge.m"; sourceTree = "<group>"; };
  177. F44929001C866B1900C2548A /* GPBCodedOutputStream_PackagePrivate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GPBCodedOutputStream_PackagePrivate.h; sourceTree = "<group>"; };
  178. F451D3F51A8AAE8700B8A22C /* GPBProtocolBuffers_RuntimeSupport.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GPBProtocolBuffers_RuntimeSupport.h; sourceTree = "<group>"; };
  179. F45C69CB16DFD08D0081955B /* GPBExtensionInternals.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GPBExtensionInternals.m; sourceTree = "<group>"; };
  180. F45E57C61AE6DC6A000B7D99 /* text_format_map_unittest_data.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = text_format_map_unittest_data.txt; sourceTree = "<group>"; };
  181. F4AC9E1D1A8BEB3500BD6E83 /* unittest_cycle.proto */ = {isa = PBXFileReference; lastKnownFileType = text; path = unittest_cycle.proto; sourceTree = "<group>"; };
  182. F4B51B1D1BBC610700744318 /* GPBObjectiveCPlusPlusTest.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = GPBObjectiveCPlusPlusTest.mm; sourceTree = "<group>"; };
  183. F4B6B8AF1A9CC98000892426 /* GPBUnknownField_PackagePrivate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GPBUnknownField_PackagePrivate.h; sourceTree = "<group>"; };
  184. F4B6B8B21A9CCBDA00892426 /* GPBUnknownFieldSet_PackagePrivate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GPBUnknownFieldSet_PackagePrivate.h; sourceTree = "<group>"; };
  185. F4B6B8B61A9CD1DE00892426 /* GPBExtensionInternals.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GPBExtensionInternals.h; sourceTree = "<group>"; };
  186. F4B6B8B81A9CD1DE00892426 /* GPBRootObject_PackagePrivate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GPBRootObject_PackagePrivate.h; sourceTree = "<group>"; };
  187. F4CF31701B162ED800BD9B06 /* unittest_objc_startup.proto */ = {isa = PBXFileReference; lastKnownFileType = text; path = unittest_objc_startup.proto; sourceTree = "<group>"; };
  188. F4E675861B21D0000054530B /* Any.pbobjc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Any.pbobjc.h; path = google/protobuf/Any.pbobjc.h; sourceTree = "<group>"; };
  189. F4E675871B21D0000054530B /* Any.pbobjc.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = Any.pbobjc.m; path = google/protobuf/Any.pbobjc.m; sourceTree = "<group>"; };
  190. F4E675881B21D0000054530B /* Api.pbobjc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Api.pbobjc.h; path = google/protobuf/Api.pbobjc.h; sourceTree = "<group>"; };
  191. F4E675891B21D0000054530B /* Api.pbobjc.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = Api.pbobjc.m; path = google/protobuf/Api.pbobjc.m; sourceTree = "<group>"; };
  192. F4E6758A1B21D0000054530B /* Empty.pbobjc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Empty.pbobjc.h; path = google/protobuf/Empty.pbobjc.h; sourceTree = "<group>"; };
  193. F4E6758B1B21D0000054530B /* Empty.pbobjc.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = Empty.pbobjc.m; path = google/protobuf/Empty.pbobjc.m; sourceTree = "<group>"; };
  194. F4E6758C1B21D0000054530B /* FieldMask.pbobjc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = FieldMask.pbobjc.h; path = google/protobuf/FieldMask.pbobjc.h; sourceTree = "<group>"; };
  195. F4E6758D1B21D0000054530B /* FieldMask.pbobjc.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = FieldMask.pbobjc.m; path = google/protobuf/FieldMask.pbobjc.m; sourceTree = "<group>"; };
  196. F4E6758E1B21D0000054530B /* SourceContext.pbobjc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SourceContext.pbobjc.h; path = google/protobuf/SourceContext.pbobjc.h; sourceTree = "<group>"; };
  197. F4E6758F1B21D0000054530B /* SourceContext.pbobjc.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = SourceContext.pbobjc.m; path = google/protobuf/SourceContext.pbobjc.m; sourceTree = "<group>"; };
  198. F4E675901B21D0000054530B /* Struct.pbobjc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Struct.pbobjc.h; path = google/protobuf/Struct.pbobjc.h; sourceTree = "<group>"; };
  199. F4E675911B21D0000054530B /* Struct.pbobjc.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = Struct.pbobjc.m; path = google/protobuf/Struct.pbobjc.m; sourceTree = "<group>"; };
  200. F4E675921B21D0000054530B /* Type.pbobjc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Type.pbobjc.h; path = google/protobuf/Type.pbobjc.h; sourceTree = "<group>"; };
  201. F4E675931B21D0000054530B /* Type.pbobjc.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = Type.pbobjc.m; path = google/protobuf/Type.pbobjc.m; sourceTree = "<group>"; };
  202. F4E675941B21D0000054530B /* Wrappers.pbobjc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Wrappers.pbobjc.h; path = google/protobuf/Wrappers.pbobjc.h; sourceTree = "<group>"; };
  203. F4E675951B21D0000054530B /* Wrappers.pbobjc.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = Wrappers.pbobjc.m; path = google/protobuf/Wrappers.pbobjc.m; sourceTree = "<group>"; };
  204. F4E675A61B21D05C0054530B /* any.proto */ = {isa = PBXFileReference; lastKnownFileType = text; name = any.proto; path = ../src/google/protobuf/any.proto; sourceTree = "<group>"; };
  205. F4E675A71B21D05C0054530B /* api.proto */ = {isa = PBXFileReference; lastKnownFileType = text; name = api.proto; path = ../src/google/protobuf/api.proto; sourceTree = "<group>"; };
  206. F4E675A81B21D05C0054530B /* empty.proto */ = {isa = PBXFileReference; lastKnownFileType = text; name = empty.proto; path = ../src/google/protobuf/empty.proto; sourceTree = "<group>"; };
  207. F4E675A91B21D05C0054530B /* field_mask.proto */ = {isa = PBXFileReference; lastKnownFileType = text; name = field_mask.proto; path = ../src/google/protobuf/field_mask.proto; sourceTree = "<group>"; };
  208. F4E675AA1B21D05C0054530B /* source_context.proto */ = {isa = PBXFileReference; lastKnownFileType = text; name = source_context.proto; path = ../src/google/protobuf/source_context.proto; sourceTree = "<group>"; };
  209. F4E675AB1B21D05C0054530B /* struct.proto */ = {isa = PBXFileReference; lastKnownFileType = text; name = struct.proto; path = ../src/google/protobuf/struct.proto; sourceTree = "<group>"; };
  210. F4E675AC1B21D05C0054530B /* type.proto */ = {isa = PBXFileReference; lastKnownFileType = text; name = type.proto; path = ../src/google/protobuf/type.proto; sourceTree = "<group>"; };
  211. F4E675AD1B21D05C0054530B /* wrappers.proto */ = {isa = PBXFileReference; lastKnownFileType = text; name = wrappers.proto; path = ../src/google/protobuf/wrappers.proto; sourceTree = "<group>"; };
  212. F4F8D8811D789FCE002CE128 /* GPBUnittestProtos2.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GPBUnittestProtos2.m; sourceTree = "<group>"; };
  213. /* End PBXFileReference section */
  214. /* Begin PBXFrameworksBuildPhase section */
  215. 7461B52C0F94FAF800A0C422 /* Frameworks */ = {
  216. isa = PBXFrameworksBuildPhase;
  217. buildActionMask = 2147483647;
  218. files = (
  219. 7461B5360F94FB4600A0C422 /* Foundation.framework in Frameworks */,
  220. );
  221. runOnlyForDeploymentPostprocessing = 0;
  222. };
  223. 8BBEA4A3147C727100C4ADB7 /* Frameworks */ = {
  224. isa = PBXFrameworksBuildPhase;
  225. buildActionMask = 2147483647;
  226. files = (
  227. 8BBEA4BB147C729200C4ADB7 /* libProtocolBuffers.a in Frameworks */,
  228. 8BF8193514A0DDA600A2C982 /* Foundation.framework in Frameworks */,
  229. );
  230. runOnlyForDeploymentPostprocessing = 0;
  231. };
  232. F4487C4C1A9F8E0200531423 /* Frameworks */ = {
  233. isa = PBXFrameworksBuildPhase;
  234. buildActionMask = 2147483647;
  235. files = (
  236. F4487C4D1A9F8E0200531423 /* Foundation.framework in Frameworks */,
  237. );
  238. runOnlyForDeploymentPostprocessing = 0;
  239. };
  240. /* End PBXFrameworksBuildPhase section */
  241. /* Begin PBXGroup section */
  242. 080E96DDFE201D6D7F000001 /* Core Source */ = {
  243. isa = PBXGroup;
  244. children = (
  245. 7461B4CD0F94F99000A0C422 /* GPBProtocolBuffers.h */,
  246. F451D3F51A8AAE8700B8A22C /* GPBProtocolBuffers_RuntimeSupport.h */,
  247. 8BCF338814ED799900BC5317 /* GPBProtocolBuffers.m */,
  248. 7461B3C50F94F84100A0C422 /* Extensions */,
  249. 7461B4850F94F96600A0C422 /* Fields */,
  250. 7461B4860F94F96B00A0C422 /* IO */,
  251. 7461B5150F94FA7300A0C422 /* Messages */,
  252. 8BCF334414ED727300BC5317 /* Support */,
  253. 29B97315FDCFA39411CA2CEA /* Generated */,
  254. );
  255. name = "Core Source";
  256. sourceTree = "<group>";
  257. };
  258. 19C28FACFE9D520D11CA2CBB /* Products */ = {
  259. isa = PBXGroup;
  260. children = (
  261. 7461B52E0F94FAF800A0C422 /* libProtocolBuffers.a */,
  262. 8BBEA4A6147C727100C4ADB7 /* UnitTests.xctest */,
  263. F4487C511A9F8E0200531423 /* libTestSingleSourceBuild.a */,
  264. );
  265. name = Products;
  266. sourceTree = "<group>";
  267. };
  268. 29B97314FDCFA39411CA2CEA /* CustomTemplate */ = {
  269. isa = PBXGroup;
  270. children = (
  271. 080E96DDFE201D6D7F000001 /* Core Source */,
  272. 7461B6940F94FDDD00A0C422 /* Tests */,
  273. 29B97323FDCFA39411CA2CEA /* Frameworks */,
  274. 19C28FACFE9D520D11CA2CBB /* Products */,
  275. );
  276. name = CustomTemplate;
  277. sourceTree = "<group>";
  278. };
  279. 29B97315FDCFA39411CA2CEA /* Generated */ = {
  280. isa = PBXGroup;
  281. children = (
  282. F4E675861B21D0000054530B /* Any.pbobjc.h */,
  283. F4E675871B21D0000054530B /* Any.pbobjc.m */,
  284. F4E675A61B21D05C0054530B /* any.proto */,
  285. F4E675881B21D0000054530B /* Api.pbobjc.h */,
  286. F4E675891B21D0000054530B /* Api.pbobjc.m */,
  287. F4E675A71B21D05C0054530B /* api.proto */,
  288. 8B4248D31A92826400BC1EC6 /* Duration.pbobjc.h */,
  289. 8B4248D41A92826400BC1EC6 /* Duration.pbobjc.m */,
  290. 8B42494C1A92A16600BC1EC6 /* duration.proto */,
  291. F4E6758A1B21D0000054530B /* Empty.pbobjc.h */,
  292. F4E6758B1B21D0000054530B /* Empty.pbobjc.m */,
  293. F4E675A81B21D05C0054530B /* empty.proto */,
  294. F4E675A91B21D05C0054530B /* field_mask.proto */,
  295. F4E6758C1B21D0000054530B /* FieldMask.pbobjc.h */,
  296. F4E6758D1B21D0000054530B /* FieldMask.pbobjc.m */,
  297. F4E675AA1B21D05C0054530B /* source_context.proto */,
  298. F4E6758E1B21D0000054530B /* SourceContext.pbobjc.h */,
  299. F4E6758F1B21D0000054530B /* SourceContext.pbobjc.m */,
  300. F4E675901B21D0000054530B /* Struct.pbobjc.h */,
  301. F4E675911B21D0000054530B /* Struct.pbobjc.m */,
  302. F4E675AB1B21D05C0054530B /* struct.proto */,
  303. 8B4248D51A92826400BC1EC6 /* Timestamp.pbobjc.h */,
  304. 8B4248D61A92826400BC1EC6 /* Timestamp.pbobjc.m */,
  305. 8B42494D1A92A16600BC1EC6 /* timestamp.proto */,
  306. F4E675921B21D0000054530B /* Type.pbobjc.h */,
  307. F4E675931B21D0000054530B /* Type.pbobjc.m */,
  308. F4E675AC1B21D05C0054530B /* type.proto */,
  309. F4E675941B21D0000054530B /* Wrappers.pbobjc.h */,
  310. F4E675951B21D0000054530B /* Wrappers.pbobjc.m */,
  311. F4E675AD1B21D05C0054530B /* wrappers.proto */,
  312. );
  313. name = Generated;
  314. sourceTree = "<group>";
  315. };
  316. 29B97323FDCFA39411CA2CEA /* Frameworks */ = {
  317. isa = PBXGroup;
  318. children = (
  319. 1D30AB110D05D00D00671497 /* Foundation.framework */,
  320. );
  321. name = Frameworks;
  322. sourceTree = "<group>";
  323. };
  324. 7461B3C50F94F84100A0C422 /* Extensions */ = {
  325. isa = PBXGroup;
  326. children = (
  327. F4B6B8B61A9CD1DE00892426 /* GPBExtensionInternals.h */,
  328. F45C69CB16DFD08D0081955B /* GPBExtensionInternals.m */,
  329. 7461B4A80F94F99000A0C422 /* GPBExtensionRegistry.h */,
  330. 7461B4A90F94F99000A0C422 /* GPBExtensionRegistry.m */,
  331. F4B6B8B81A9CD1DE00892426 /* GPBRootObject_PackagePrivate.h */,
  332. 8B79657814992E3E002FFBFC /* GPBRootObject.h */,
  333. 8B79657914992E3E002FFBFC /* GPBRootObject.m */,
  334. );
  335. name = Extensions;
  336. sourceTree = "<group>";
  337. };
  338. 7461B4850F94F96600A0C422 /* Fields */ = {
  339. isa = PBXGroup;
  340. children = (
  341. F4B6B8AF1A9CC98000892426 /* GPBUnknownField_PackagePrivate.h */,
  342. 7461B4AE0F94F99000A0C422 /* GPBUnknownField.h */,
  343. 7461B4AF0F94F99000A0C422 /* GPBUnknownField.m */,
  344. F4B6B8B21A9CCBDA00892426 /* GPBUnknownFieldSet_PackagePrivate.h */,
  345. 7461B4E10F94F99000A0C422 /* GPBUnknownFieldSet.h */,
  346. 7461B4E20F94F99000A0C422 /* GPBUnknownFieldSet.m */,
  347. );
  348. name = Fields;
  349. sourceTree = "<group>";
  350. };
  351. 7461B4860F94F96B00A0C422 /* IO */ = {
  352. isa = PBXGroup;
  353. children = (
  354. 51457B5F18D0B7AF00CCC606 /* GPBCodedInputStream_PackagePrivate.h */,
  355. 7461B48E0F94F99000A0C422 /* GPBCodedInputStream.h */,
  356. 7461B48F0F94F99000A0C422 /* GPBCodedInputStream.m */,
  357. F44929001C866B1900C2548A /* GPBCodedOutputStream_PackagePrivate.h */,
  358. 7461B4900F94F99000A0C422 /* GPBCodedOutputStream.h */,
  359. 7461B4910F94F99000A0C422 /* GPBCodedOutputStream.m */,
  360. 7461B4E70F94F99000A0C422 /* GPBWireFormat.h */,
  361. 7461B4E80F94F99000A0C422 /* GPBWireFormat.m */,
  362. );
  363. name = IO;
  364. sourceTree = "<group>";
  365. };
  366. 7461B5150F94FA7300A0C422 /* Messages */ = {
  367. isa = PBXGroup;
  368. children = (
  369. 515B840C18B7DEE30031753B /* GPBDescriptor_PackagePrivate.h */,
  370. 8B96157214C8B06000A2AC0B /* GPBDescriptor.h */,
  371. 8B96157314C8C38C00A2AC0B /* GPBDescriptor.m */,
  372. 7461B4BE0F94F99000A0C422 /* GPBMessage.h */,
  373. 5196A06918CE16B000B759E2 /* GPBMessage_PackagePrivate.h */,
  374. 7461B4BF0F94F99000A0C422 /* GPBMessage.m */,
  375. );
  376. name = Messages;
  377. sourceTree = "<group>";
  378. };
  379. 7461B6940F94FDDD00A0C422 /* Tests */ = {
  380. isa = PBXGroup;
  381. children = (
  382. 8B4248B81A8C254000BC1EC6 /* protobuf */,
  383. 8B210CCD159383D60032D72D /* golden_message */,
  384. 8B210CCF159386920032D72D /* golden_packed_fields_message */,
  385. 8B8B615C17DF7056002EE618 /* GPBARCUnittestProtos.m */,
  386. F401DC321A8E5C0200FCC765 /* GPBArrayTests.m */,
  387. 7461B69B0F94FDF800A0C422 /* GPBCodedInputStreamTests.m */,
  388. 7461B69D0F94FDF800A0C422 /* GPBCodedOuputStreamTests.m */,
  389. 5102DABB1891A052002037B6 /* GPBConcurrencyTests.m */,
  390. F4353D1C1AB8822D005A6198 /* GPBDescriptorTests.m */,
  391. F4353D2C1AC06F10005A6198 /* GPBDictionaryTests.pddm */,
  392. F4353D2D1AC06F10005A6198 /* GPBDictionaryTests+Bool.m */,
  393. F4353D2E1AC06F10005A6198 /* GPBDictionaryTests+Int32.m */,
  394. F4353D2F1AC06F10005A6198 /* GPBDictionaryTests+Int64.m */,
  395. F4353D301AC06F10005A6198 /* GPBDictionaryTests+String.m */,
  396. F4353D311AC06F10005A6198 /* GPBDictionaryTests+UInt32.m */,
  397. F4353D321AC06F10005A6198 /* GPBDictionaryTests+UInt64.m */,
  398. 7461B6A30F94FDF800A0C422 /* GPBMessageTests.m */,
  399. F4487C821AAF6AB300531423 /* GPBMessageTests+Merge.m */,
  400. F4487C741AADF7F500531423 /* GPBMessageTests+Runtime.m */,
  401. F4487C7E1AAF62CD00531423 /* GPBMessageTests+Serialization.m */,
  402. F4B51B1D1BBC610700744318 /* GPBObjectiveCPlusPlusTest.mm */,
  403. F41C175C1833D3310064ED4D /* GPBPerfTests.m */,
  404. 8B4248BA1A8C256A00BC1EC6 /* GPBSwiftTests.swift */,
  405. 7461B6AB0F94FDF800A0C422 /* GPBTestUtilities.h */,
  406. 7461B6AC0F94FDF800A0C422 /* GPBTestUtilities.m */,
  407. 8BD3981E14BE59D70081D629 /* GPBUnittestProtos.m */,
  408. F4F8D8811D789FCE002CE128 /* GPBUnittestProtos2.m */,
  409. 7461B6B80F94FDF900A0C422 /* GPBUnknownFieldSetTest.m */,
  410. 7461B6BA0F94FDF900A0C422 /* GPBUtilitiesTests.m */,
  411. 8B4248DB1A92933A00BC1EC6 /* GPBWellKnownTypesTest.m */,
  412. 7461B6BC0F94FDF900A0C422 /* GPBWireFormatTests.m */,
  413. F43C88CF191D77FC009E917D /* text_format_unittest_data.txt */,
  414. F45E57C61AE6DC6A000B7D99 /* text_format_map_unittest_data.txt */,
  415. 8B7E6A7414893DBA00F8884A /* unittest_custom_options.proto */,
  416. F4AC9E1D1A8BEB3500BD6E83 /* unittest_cycle.proto */,
  417. 8B7E6A7514893DBA00F8884A /* unittest_embed_optimize_for.proto */,
  418. 8B7E6A7614893DBA00F8884A /* unittest_empty.proto */,
  419. 8BD3981D14BE54220081D629 /* unittest_enormous_descriptor.proto */,
  420. 8B7E6A7814893DBB00F8884A /* unittest_import.proto */,
  421. 8BBD9DB016DD1DC8008E1EC1 /* unittest_lite.proto */,
  422. 8B7E6A7B14893DBC00F8884A /* unittest_mset.proto */,
  423. 8B7E6A7C14893DBC00F8884A /* unittest_no_generic_services.proto */,
  424. 8B09AAF614B663A7007B4184 /* unittest_objc.proto */,
  425. F4CF31701B162ED800BD9B06 /* unittest_objc_startup.proto */,
  426. 8B7E6A7D14893DBC00F8884A /* unittest_optimize_for.proto */,
  427. F4487C781AADFB3100531423 /* unittest_runtime_proto2.proto */,
  428. F4487C791AADFB3200531423 /* unittest_runtime_proto3.proto */,
  429. 8B7E6A7E14893DBC00F8884A /* unittest.proto */,
  430. 8B4248B91A8C256900BC1EC6 /* UnitTests-Bridging-Header.h */,
  431. 7401C1A90F950347006D8281 /* UnitTests-Info.plist */,
  432. );
  433. path = Tests;
  434. sourceTree = "<group>";
  435. };
  436. 8BCF334414ED727300BC5317 /* Support */ = {
  437. isa = PBXGroup;
  438. children = (
  439. F4411BE71AF12FD700324B4A /* GPBArray_PackagePrivate.h */,
  440. F401DC2A1A8D444600FCC765 /* GPBArray.h */,
  441. F401DC2B1A8D444600FCC765 /* GPBArray.m */,
  442. 7461B48D0F94F99000A0C422 /* GPBBootstrap.h */,
  443. F43725911AC9832D004DCAFB /* GPBDictionary_PackagePrivate.h */,
  444. F4353D201ABB1537005A6198 /* GPBDictionary.h */,
  445. F4353D211ABB1537005A6198 /* GPBDictionary.m */,
  446. 8BEB5AE01498033E0078BF9D /* GPBRuntimeTypes.h */,
  447. F4487C7C1AAE06AC00531423 /* GPBUtilities_PackagePrivate.h */,
  448. 7461B4E50F94F99000A0C422 /* GPBUtilities.h */,
  449. 7461B4E60F94F99000A0C422 /* GPBUtilities.m */,
  450. 8B4248CF1A927E1500BC1EC6 /* GPBWellKnownTypes.h */,
  451. 8B4248D01A927E1500BC1EC6 /* GPBWellKnownTypes.m */,
  452. );
  453. name = Support;
  454. sourceTree = "<group>";
  455. };
  456. /* End PBXGroup section */
  457. /* Begin PBXHeadersBuildPhase section */
  458. 7461B52A0F94FAF800A0C422 /* Headers */ = {
  459. isa = PBXHeadersBuildPhase;
  460. buildActionMask = 2147483647;
  461. files = (
  462. );
  463. runOnlyForDeploymentPostprocessing = 0;
  464. };
  465. F4487C391A9F8E0200531423 /* Headers */ = {
  466. isa = PBXHeadersBuildPhase;
  467. buildActionMask = 2147483647;
  468. files = (
  469. );
  470. runOnlyForDeploymentPostprocessing = 0;
  471. };
  472. /* End PBXHeadersBuildPhase section */
  473. /* Begin PBXLegacyTarget section */
  474. F45BBC141B0CE3C6002D064D /* Compile Unittest Protos */ = {
  475. isa = PBXLegacyTarget;
  476. buildArgumentsString = "$(ACTION)";
  477. buildConfigurationList = F45BBC171B0CE3C6002D064D /* Build configuration list for PBXLegacyTarget "Compile Unittest Protos" */;
  478. buildPhases = (
  479. );
  480. buildToolPath = DevTools/compile_testing_protos.sh;
  481. dependencies = (
  482. );
  483. name = "Compile Unittest Protos";
  484. passBuildSettingsInEnvironment = 1;
  485. productName = "Compile Unittest Protos";
  486. };
  487. /* End PBXLegacyTarget section */
  488. /* Begin PBXNativeTarget section */
  489. 7461B52D0F94FAF800A0C422 /* ProtocolBuffers */ = {
  490. isa = PBXNativeTarget;
  491. buildConfigurationList = 7461B5330F94FAFD00A0C422 /* Build configuration list for PBXNativeTarget "ProtocolBuffers" */;
  492. buildPhases = (
  493. 7461B52A0F94FAF800A0C422 /* Headers */,
  494. 7461B52B0F94FAF800A0C422 /* Sources */,
  495. 7461B52C0F94FAF800A0C422 /* Frameworks */,
  496. );
  497. buildRules = (
  498. );
  499. dependencies = (
  500. );
  501. name = ProtocolBuffers;
  502. productName = "ProtocolBuffers-iPhoneDevice";
  503. productReference = 7461B52E0F94FAF800A0C422 /* libProtocolBuffers.a */;
  504. productType = "com.apple.product-type.library.static";
  505. };
  506. 8BBEA4A5147C727100C4ADB7 /* UnitTests */ = {
  507. isa = PBXNativeTarget;
  508. buildConfigurationList = 8BBEA4BA147C728600C4ADB7 /* Build configuration list for PBXNativeTarget "UnitTests" */;
  509. buildPhases = (
  510. F4B62A781AF91F6000AFCEDC /* Script: Check Runtime Stamps */,
  511. 8BBEA4A1147C727100C4ADB7 /* Resources */,
  512. 8BBEA4A2147C727100C4ADB7 /* Sources */,
  513. 8BBEA4A3147C727100C4ADB7 /* Frameworks */,
  514. );
  515. buildRules = (
  516. );
  517. dependencies = (
  518. 8BBEA4BD147C729A00C4ADB7 /* PBXTargetDependency */,
  519. F45BBC191B0CE3D7002D064D /* PBXTargetDependency */,
  520. );
  521. name = UnitTests;
  522. productName = UnitTests;
  523. productReference = 8BBEA4A6147C727100C4ADB7 /* UnitTests.xctest */;
  524. productType = "com.apple.product-type.bundle.unit-test";
  525. };
  526. F4487C381A9F8E0200531423 /* TestSingleSourceBuild */ = {
  527. isa = PBXNativeTarget;
  528. buildConfigurationList = F4487C4E1A9F8E0200531423 /* Build configuration list for PBXNativeTarget "TestSingleSourceBuild" */;
  529. buildPhases = (
  530. F4487C391A9F8E0200531423 /* Headers */,
  531. F4487C3D1A9F8E0200531423 /* Sources */,
  532. F4487C4C1A9F8E0200531423 /* Frameworks */,
  533. );
  534. buildRules = (
  535. );
  536. dependencies = (
  537. );
  538. name = TestSingleSourceBuild;
  539. productName = "ProtocolBuffers-iPhoneDevice";
  540. productReference = F4487C511A9F8E0200531423 /* libTestSingleSourceBuild.a */;
  541. productType = "com.apple.product-type.library.static";
  542. };
  543. /* End PBXNativeTarget section */
  544. /* Begin PBXProject section */
  545. 29B97313FDCFA39411CA2CEA /* Project object */ = {
  546. isa = PBXProject;
  547. attributes = {
  548. LastSwiftUpdateCheck = 0710;
  549. LastTestingUpgradeCheck = 0600;
  550. LastUpgradeCheck = 0800;
  551. TargetAttributes = {
  552. 8BBEA4A5147C727100C4ADB7 = {
  553. LastSwiftMigration = 0800;
  554. TestTargetID = 8B9A5EA41831993600A9D33B;
  555. };
  556. F45BBC141B0CE3C6002D064D = {
  557. CreatedOnToolsVersion = 6.3.2;
  558. };
  559. };
  560. };
  561. buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "ProtocolBuffers_OSX" */;
  562. compatibilityVersion = "Xcode 6.3";
  563. developmentRegion = English;
  564. hasScannedForEncodings = 1;
  565. knownRegions = (
  566. en,
  567. );
  568. mainGroup = 29B97314FDCFA39411CA2CEA /* CustomTemplate */;
  569. projectDirPath = "";
  570. projectRoot = "";
  571. targets = (
  572. 7461B52D0F94FAF800A0C422 /* ProtocolBuffers */,
  573. 8BBEA4A5147C727100C4ADB7 /* UnitTests */,
  574. F4487C381A9F8E0200531423 /* TestSingleSourceBuild */,
  575. F45BBC141B0CE3C6002D064D /* Compile Unittest Protos */,
  576. );
  577. };
  578. /* End PBXProject section */
  579. /* Begin PBXResourcesBuildPhase section */
  580. 8BBEA4A1147C727100C4ADB7 /* Resources */ = {
  581. isa = PBXResourcesBuildPhase;
  582. buildActionMask = 2147483647;
  583. files = (
  584. 8B210CCE159383D60032D72D /* golden_message in Resources */,
  585. F43C88D0191D77FC009E917D /* text_format_unittest_data.txt in Resources */,
  586. 8B210CD0159386920032D72D /* golden_packed_fields_message in Resources */,
  587. F45E57C71AE6DC6A000B7D99 /* text_format_map_unittest_data.txt in Resources */,
  588. );
  589. runOnlyForDeploymentPostprocessing = 0;
  590. };
  591. /* End PBXResourcesBuildPhase section */
  592. /* Begin PBXShellScriptBuildPhase section */
  593. F4B62A781AF91F6000AFCEDC /* Script: Check Runtime Stamps */ = {
  594. isa = PBXShellScriptBuildPhase;
  595. buildActionMask = 2147483647;
  596. files = (
  597. );
  598. inputPaths = (
  599. );
  600. name = "Script: Check Runtime Stamps";
  601. outputPaths = (
  602. );
  603. runOnlyForDeploymentPostprocessing = 0;
  604. shellPath = /bin/sh;
  605. shellScript = "set -eu\nexec \"${SOURCE_ROOT}/DevTools/check_version_stamps.sh\"\n";
  606. showEnvVarsInLog = 0;
  607. };
  608. /* End PBXShellScriptBuildPhase section */
  609. /* Begin PBXSourcesBuildPhase section */
  610. 7461B52B0F94FAF800A0C422 /* Sources */ = {
  611. isa = PBXSourcesBuildPhase;
  612. buildActionMask = 2147483647;
  613. files = (
  614. 7461B53C0F94FB4E00A0C422 /* GPBCodedInputStream.m in Sources */,
  615. F4E6759B1B21D0000054530B /* Empty.pbobjc.m in Sources */,
  616. 7461B53D0F94FB4E00A0C422 /* GPBCodedOutputStream.m in Sources */,
  617. F401DC2D1A8D444600FCC765 /* GPBArray.m in Sources */,
  618. 7461B5490F94FB4E00A0C422 /* GPBExtensionRegistry.m in Sources */,
  619. F4E6759D1B21D0000054530B /* FieldMask.pbobjc.m in Sources */,
  620. 7461B54C0F94FB4E00A0C422 /* GPBUnknownField.m in Sources */,
  621. 7461B5530F94FB4E00A0C422 /* GPBMessage.m in Sources */,
  622. F47476E51D21A524007C7B1A /* Duration.pbobjc.m in Sources */,
  623. 7461B5610F94FB4E00A0C422 /* GPBUnknownFieldSet.m in Sources */,
  624. 7461B5630F94FB4E00A0C422 /* GPBUtilities.m in Sources */,
  625. 7461B5640F94FB4E00A0C422 /* GPBWireFormat.m in Sources */,
  626. F4E675991B21D0000054530B /* Api.pbobjc.m in Sources */,
  627. F4E6759F1B21D0000054530B /* SourceContext.pbobjc.m in Sources */,
  628. F4353D231ABB1537005A6198 /* GPBDictionary.m in Sources */,
  629. 8B79657B14992E3F002FFBFC /* GPBRootObject.m in Sources */,
  630. 8B96157414C8C38C00A2AC0B /* GPBDescriptor.m in Sources */,
  631. F4E675971B21D0000054530B /* Any.pbobjc.m in Sources */,
  632. F45C69CC16DFD08D0081955B /* GPBExtensionInternals.m in Sources */,
  633. 8B4248D21A927E1500BC1EC6 /* GPBWellKnownTypes.m in Sources */,
  634. F4E675A31B21D0000054530B /* Type.pbobjc.m in Sources */,
  635. F4E675A11B21D0000054530B /* Struct.pbobjc.m in Sources */,
  636. F4E675A51B21D0000054530B /* Wrappers.pbobjc.m in Sources */,
  637. F47476E61D21A524007C7B1A /* Timestamp.pbobjc.m in Sources */,
  638. );
  639. runOnlyForDeploymentPostprocessing = 0;
  640. };
  641. 8BBEA4A2147C727100C4ADB7 /* Sources */ = {
  642. isa = PBXSourcesBuildPhase;
  643. buildActionMask = 2147483647;
  644. files = (
  645. 8BBEA4A9147C727D00C4ADB7 /* GPBCodedInputStreamTests.m in Sources */,
  646. F401DC331A8E5C0200FCC765 /* GPBArrayTests.m in Sources */,
  647. F4353D361AC06F10005A6198 /* GPBDictionaryTests+Int64.m in Sources */,
  648. F4353D391AC06F10005A6198 /* GPBDictionaryTests+UInt64.m in Sources */,
  649. 8BBEA4AA147C727D00C4ADB7 /* GPBCodedOuputStreamTests.m in Sources */,
  650. 8BBEA4AC147C727D00C4ADB7 /* GPBMessageTests.m in Sources */,
  651. F4B51B1E1BBC610700744318 /* GPBObjectiveCPlusPlusTest.mm in Sources */,
  652. F4487C7F1AAF62CD00531423 /* GPBMessageTests+Serialization.m in Sources */,
  653. 8B4248DC1A92933A00BC1EC6 /* GPBWellKnownTypesTest.m in Sources */,
  654. F4F8D8831D789FD9002CE128 /* GPBUnittestProtos2.m in Sources */,
  655. F4353D1D1AB8822D005A6198 /* GPBDescriptorTests.m in Sources */,
  656. 8B4248BB1A8C256A00BC1EC6 /* GPBSwiftTests.swift in Sources */,
  657. 5102DABC1891A073002037B6 /* GPBConcurrencyTests.m in Sources */,
  658. F4487C751AADF7F500531423 /* GPBMessageTests+Runtime.m in Sources */,
  659. F4353D351AC06F10005A6198 /* GPBDictionaryTests+Int32.m in Sources */,
  660. 8BBEA4B0147C727D00C4ADB7 /* GPBTestUtilities.m in Sources */,
  661. F41C175D1833D3310064ED4D /* GPBPerfTests.m in Sources */,
  662. F4353D341AC06F10005A6198 /* GPBDictionaryTests+Bool.m in Sources */,
  663. F4487C831AAF6AB300531423 /* GPBMessageTests+Merge.m in Sources */,
  664. 8BBEA4B6147C727D00C4ADB7 /* GPBUnknownFieldSetTest.m in Sources */,
  665. F4353D371AC06F10005A6198 /* GPBDictionaryTests+String.m in Sources */,
  666. F4353D381AC06F10005A6198 /* GPBDictionaryTests+UInt32.m in Sources */,
  667. 8BBEA4B7147C727D00C4ADB7 /* GPBUtilitiesTests.m in Sources */,
  668. 8BBEA4B8147C727D00C4ADB7 /* GPBWireFormatTests.m in Sources */,
  669. 8BD3981F14BE59D70081D629 /* GPBUnittestProtos.m in Sources */,
  670. 8B8B615D17DF7056002EE618 /* GPBARCUnittestProtos.m in Sources */,
  671. );
  672. runOnlyForDeploymentPostprocessing = 0;
  673. };
  674. F4487C3D1A9F8E0200531423 /* Sources */ = {
  675. isa = PBXSourcesBuildPhase;
  676. buildActionMask = 2147483647;
  677. files = (
  678. F4487C521A9F8E4D00531423 /* GPBProtocolBuffers.m in Sources */,
  679. );
  680. runOnlyForDeploymentPostprocessing = 0;
  681. };
  682. /* End PBXSourcesBuildPhase section */
  683. /* Begin PBXTargetDependency section */
  684. 8BBEA4BD147C729A00C4ADB7 /* PBXTargetDependency */ = {
  685. isa = PBXTargetDependency;
  686. target = 7461B52D0F94FAF800A0C422 /* ProtocolBuffers */;
  687. targetProxy = 8BBEA4BC147C729A00C4ADB7 /* PBXContainerItemProxy */;
  688. };
  689. F45BBC191B0CE3D7002D064D /* PBXTargetDependency */ = {
  690. isa = PBXTargetDependency;
  691. target = F45BBC141B0CE3C6002D064D /* Compile Unittest Protos */;
  692. targetProxy = F45BBC181B0CE3D7002D064D /* PBXContainerItemProxy */;
  693. };
  694. /* End PBXTargetDependency section */
  695. /* Begin XCBuildConfiguration section */
  696. 7461B52F0F94FAFA00A0C422 /* Debug */ = {
  697. isa = XCBuildConfiguration;
  698. buildSettings = {
  699. COMBINE_HIDPI_IMAGES = YES;
  700. HEADER_SEARCH_PATHS = "$(SRCROOT)";
  701. PRODUCT_NAME = ProtocolBuffers;
  702. };
  703. name = Debug;
  704. };
  705. 7461B5300F94FAFA00A0C422 /* Release */ = {
  706. isa = XCBuildConfiguration;
  707. buildSettings = {
  708. COMBINE_HIDPI_IMAGES = YES;
  709. HEADER_SEARCH_PATHS = "$(SRCROOT)";
  710. PRODUCT_NAME = ProtocolBuffers;
  711. };
  712. name = Release;
  713. };
  714. 8BBEA4A7147C727100C4ADB7 /* Debug */ = {
  715. isa = XCBuildConfiguration;
  716. buildSettings = {
  717. CLANG_ENABLE_MODULES = YES;
  718. COMBINE_HIDPI_IMAGES = YES;
  719. HEADER_SEARCH_PATHS = (
  720. "${PROJECT_DERIVED_FILE_DIR}/protos",
  721. "$(SRCROOT)",
  722. );
  723. INFOPLIST_FILE = "Tests/UnitTests-Info.plist";
  724. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
  725. OTHER_LDFLAGS = "-ObjC";
  726. PRODUCT_BUNDLE_IDENTIFIER = "com.yourcompany.${PRODUCT_NAME:identifier}";
  727. PRODUCT_NAME = UnitTests;
  728. SWIFT_OBJC_BRIDGING_HEADER = "Tests/UnitTests-Bridging-Header.h";
  729. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  730. SWIFT_VERSION = 3.0;
  731. WARNING_CFLAGS = (
  732. "$(inherited)",
  733. "-Wno-documentation-unknown-command",
  734. "-Wno-reserved-id-macro",
  735. "-Wno-direct-ivar-access",
  736. );
  737. };
  738. name = Debug;
  739. };
  740. 8BBEA4A8147C727100C4ADB7 /* Release */ = {
  741. isa = XCBuildConfiguration;
  742. buildSettings = {
  743. CLANG_ENABLE_MODULES = YES;
  744. COMBINE_HIDPI_IMAGES = YES;
  745. HEADER_SEARCH_PATHS = (
  746. "${PROJECT_DERIVED_FILE_DIR}/protos",
  747. "$(SRCROOT)",
  748. );
  749. INFOPLIST_FILE = "Tests/UnitTests-Info.plist";
  750. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/../Frameworks @loader_path/../Frameworks";
  751. OTHER_LDFLAGS = "-ObjC";
  752. PRODUCT_BUNDLE_IDENTIFIER = "com.yourcompany.${PRODUCT_NAME:identifier}";
  753. PRODUCT_NAME = UnitTests;
  754. SWIFT_OBJC_BRIDGING_HEADER = "Tests/UnitTests-Bridging-Header.h";
  755. SWIFT_VERSION = 3.0;
  756. WARNING_CFLAGS = (
  757. "$(inherited)",
  758. "-Wno-documentation-unknown-command",
  759. "-Wno-reserved-id-macro",
  760. "-Wno-direct-ivar-access",
  761. );
  762. };
  763. name = Release;
  764. };
  765. C01FCF4F08A954540054247B /* Debug */ = {
  766. isa = XCBuildConfiguration;
  767. buildSettings = {
  768. ALWAYS_SEARCH_USER_PATHS = YES;
  769. CLANG_ANALYZER_NONNULL = YES;
  770. CLANG_ANALYZER_SECURITY_FLOATLOOPCOUNTER = YES;
  771. CLANG_ANALYZER_SECURITY_INSECUREAPI_RAND = YES;
  772. CLANG_ANALYZER_SECURITY_INSECUREAPI_STRCPY = YES;
  773. CLANG_STATIC_ANALYZER_MODE = deep;
  774. CLANG_WARN_ASSIGN_ENUM = YES;
  775. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  776. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  777. CLANG_WARN_EMPTY_BODY = YES;
  778. CLANG_WARN_INFINITE_RECURSION = YES;
  779. CLANG_WARN_NULLABLE_TO_NONNULL_CONVERSION = YES;
  780. CLANG_WARN_OBJC_EXPLICIT_OWNERSHIP_TYPE = YES;
  781. CLANG_WARN_OBJC_IMPLICIT_ATOMIC_PROPERTIES = YES;
  782. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  783. CLANG_WARN_OBJC_MISSING_PROPERTY_SYNTHESIS = YES;
  784. CLANG_WARN_SUSPICIOUS_IMPLICIT_CONVERSION = YES;
  785. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  786. CLANG_WARN_UNREACHABLE_CODE = YES_AGGRESSIVE;
  787. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  788. ENABLE_STRICT_OBJC_MSGSEND = YES;
  789. ENABLE_TESTABILITY = YES;
  790. GCC_C_LANGUAGE_STANDARD = c99;
  791. GCC_NO_COMMON_BLOCKS = YES;
  792. GCC_OPTIMIZATION_LEVEL = 0;
  793. GCC_PREPROCESSOR_DEFINITIONS = "DEBUG=1";
  794. GCC_TREAT_IMPLICIT_FUNCTION_DECLARATIONS_AS_ERRORS = YES;
  795. GCC_TREAT_INCOMPATIBLE_POINTER_TYPE_WARNINGS_AS_ERRORS = YES;
  796. GCC_TREAT_WARNINGS_AS_ERRORS = YES;
  797. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  798. GCC_WARN_ABOUT_MISSING_FIELD_INITIALIZERS = YES;
  799. GCC_WARN_ABOUT_MISSING_NEWLINE = YES;
  800. GCC_WARN_ABOUT_MISSING_PROTOTYPES = YES;
  801. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  802. GCC_WARN_HIDDEN_VIRTUAL_FUNCTIONS = YES;
  803. GCC_WARN_INITIALIZER_NOT_FULLY_BRACKETED = YES;
  804. GCC_WARN_MISSING_PARENTHESES = YES;
  805. GCC_WARN_NON_VIRTUAL_DESTRUCTOR = YES;
  806. GCC_WARN_SHADOW = YES;
  807. GCC_WARN_SIGN_COMPARE = YES;
  808. GCC_WARN_UNDECLARED_SELECTOR = YES;
  809. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  810. GCC_WARN_UNKNOWN_PRAGMAS = YES;
  811. GCC_WARN_UNUSED_FUNCTION = YES;
  812. GCC_WARN_UNUSED_LABEL = YES;
  813. GCC_WARN_UNUSED_PARAMETER = YES;
  814. GCC_WARN_UNUSED_VARIABLE = YES;
  815. GENERATE_PROFILING_CODE = NO;
  816. MACOSX_DEPLOYMENT_TARGET = 10.9;
  817. ONLY_ACTIVE_ARCH = YES;
  818. RUN_CLANG_STATIC_ANALYZER = YES;
  819. SDKROOT = macosx;
  820. WARNING_CFLAGS = (
  821. "-Wdocumentation-unknown-command",
  822. "-Wundef",
  823. "-Wreserved-id-macro",
  824. "-Wswitch-enum",
  825. "-Wdirect-ivar-access",
  826. "-Woverriding-method-mismatch",
  827. );
  828. };
  829. name = Debug;
  830. };
  831. C01FCF5008A954540054247B /* Release */ = {
  832. isa = XCBuildConfiguration;
  833. buildSettings = {
  834. ALWAYS_SEARCH_USER_PATHS = YES;
  835. CLANG_ANALYZER_NONNULL = YES;
  836. CLANG_ANALYZER_SECURITY_FLOATLOOPCOUNTER = YES;
  837. CLANG_ANALYZER_SECURITY_INSECUREAPI_RAND = YES;
  838. CLANG_ANALYZER_SECURITY_INSECUREAPI_STRCPY = YES;
  839. CLANG_STATIC_ANALYZER_MODE = deep;
  840. CLANG_WARN_ASSIGN_ENUM = YES;
  841. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  842. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  843. CLANG_WARN_EMPTY_BODY = YES;
  844. CLANG_WARN_INFINITE_RECURSION = YES;
  845. CLANG_WARN_NULLABLE_TO_NONNULL_CONVERSION = YES;
  846. CLANG_WARN_OBJC_EXPLICIT_OWNERSHIP_TYPE = YES;
  847. CLANG_WARN_OBJC_IMPLICIT_ATOMIC_PROPERTIES = YES;
  848. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  849. CLANG_WARN_OBJC_MISSING_PROPERTY_SYNTHESIS = YES;
  850. CLANG_WARN_SUSPICIOUS_IMPLICIT_CONVERSION = YES;
  851. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  852. CLANG_WARN_UNREACHABLE_CODE = YES_AGGRESSIVE;
  853. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  854. ENABLE_NS_ASSERTIONS = NO;
  855. ENABLE_STRICT_OBJC_MSGSEND = YES;
  856. GCC_C_LANGUAGE_STANDARD = c99;
  857. GCC_NO_COMMON_BLOCKS = YES;
  858. GCC_TREAT_IMPLICIT_FUNCTION_DECLARATIONS_AS_ERRORS = YES;
  859. GCC_TREAT_INCOMPATIBLE_POINTER_TYPE_WARNINGS_AS_ERRORS = YES;
  860. GCC_TREAT_WARNINGS_AS_ERRORS = YES;
  861. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  862. GCC_WARN_ABOUT_MISSING_FIELD_INITIALIZERS = YES;
  863. GCC_WARN_ABOUT_MISSING_NEWLINE = YES;
  864. GCC_WARN_ABOUT_MISSING_PROTOTYPES = YES;
  865. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  866. GCC_WARN_HIDDEN_VIRTUAL_FUNCTIONS = YES;
  867. GCC_WARN_INITIALIZER_NOT_FULLY_BRACKETED = YES;
  868. GCC_WARN_MISSING_PARENTHESES = YES;
  869. GCC_WARN_NON_VIRTUAL_DESTRUCTOR = YES;
  870. GCC_WARN_SHADOW = YES;
  871. GCC_WARN_SIGN_COMPARE = YES;
  872. GCC_WARN_UNDECLARED_SELECTOR = YES;
  873. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  874. GCC_WARN_UNKNOWN_PRAGMAS = YES;
  875. GCC_WARN_UNUSED_FUNCTION = YES;
  876. GCC_WARN_UNUSED_LABEL = YES;
  877. GCC_WARN_UNUSED_PARAMETER = YES;
  878. GCC_WARN_UNUSED_VARIABLE = YES;
  879. GENERATE_PROFILING_CODE = NO;
  880. MACOSX_DEPLOYMENT_TARGET = 10.9;
  881. RUN_CLANG_STATIC_ANALYZER = YES;
  882. SDKROOT = macosx;
  883. SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
  884. WARNING_CFLAGS = (
  885. "-Wdocumentation-unknown-command",
  886. "-Wundef",
  887. "-Wreserved-id-macro",
  888. "-Wswitch-enum",
  889. "-Wdirect-ivar-access",
  890. "-Woverriding-method-mismatch",
  891. );
  892. };
  893. name = Release;
  894. };
  895. F4487C4F1A9F8E0200531423 /* Debug */ = {
  896. isa = XCBuildConfiguration;
  897. buildSettings = {
  898. COMBINE_HIDPI_IMAGES = YES;
  899. HEADER_SEARCH_PATHS = "$(SRCROOT)";
  900. PRODUCT_NAME = TestSingleSourceBuild;
  901. };
  902. name = Debug;
  903. };
  904. F4487C501A9F8E0200531423 /* Release */ = {
  905. isa = XCBuildConfiguration;
  906. buildSettings = {
  907. COMBINE_HIDPI_IMAGES = YES;
  908. HEADER_SEARCH_PATHS = "$(SRCROOT)";
  909. PRODUCT_NAME = TestSingleSourceBuild;
  910. };
  911. name = Release;
  912. };
  913. F45BBC151B0CE3C6002D064D /* Debug */ = {
  914. isa = XCBuildConfiguration;
  915. buildSettings = {
  916. };
  917. name = Debug;
  918. };
  919. F45BBC161B0CE3C6002D064D /* Release */ = {
  920. isa = XCBuildConfiguration;
  921. buildSettings = {
  922. };
  923. name = Release;
  924. };
  925. /* End XCBuildConfiguration section */
  926. /* Begin XCConfigurationList section */
  927. 7461B5330F94FAFD00A0C422 /* Build configuration list for PBXNativeTarget "ProtocolBuffers" */ = {
  928. isa = XCConfigurationList;
  929. buildConfigurations = (
  930. 7461B52F0F94FAFA00A0C422 /* Debug */,
  931. 7461B5300F94FAFA00A0C422 /* Release */,
  932. );
  933. defaultConfigurationIsVisible = 0;
  934. defaultConfigurationName = Release;
  935. };
  936. 8BBEA4BA147C728600C4ADB7 /* Build configuration list for PBXNativeTarget "UnitTests" */ = {
  937. isa = XCConfigurationList;
  938. buildConfigurations = (
  939. 8BBEA4A7147C727100C4ADB7 /* Debug */,
  940. 8BBEA4A8147C727100C4ADB7 /* Release */,
  941. );
  942. defaultConfigurationIsVisible = 0;
  943. defaultConfigurationName = Release;
  944. };
  945. C01FCF4E08A954540054247B /* Build configuration list for PBXProject "ProtocolBuffers_OSX" */ = {
  946. isa = XCConfigurationList;
  947. buildConfigurations = (
  948. C01FCF4F08A954540054247B /* Debug */,
  949. C01FCF5008A954540054247B /* Release */,
  950. );
  951. defaultConfigurationIsVisible = 0;
  952. defaultConfigurationName = Release;
  953. };
  954. F4487C4E1A9F8E0200531423 /* Build configuration list for PBXNativeTarget "TestSingleSourceBuild" */ = {
  955. isa = XCConfigurationList;
  956. buildConfigurations = (
  957. F4487C4F1A9F8E0200531423 /* Debug */,
  958. F4487C501A9F8E0200531423 /* Release */,
  959. );
  960. defaultConfigurationIsVisible = 0;
  961. defaultConfigurationName = Release;
  962. };
  963. F45BBC171B0CE3C6002D064D /* Build configuration list for PBXLegacyTarget "Compile Unittest Protos" */ = {
  964. isa = XCConfigurationList;
  965. buildConfigurations = (
  966. F45BBC151B0CE3C6002D064D /* Debug */,
  967. F45BBC161B0CE3C6002D064D /* Release */,
  968. );
  969. defaultConfigurationIsVisible = 0;
  970. defaultConfigurationName = Release;
  971. };
  972. /* End XCConfigurationList section */
  973. };
  974. rootObject = 29B97313FDCFA39411CA2CEA /* Project object */;
  975. }