project.pbxproj 65 KB

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