project.pbxproj 73 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177
  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. 8B4248B41A8BD96E00BC1EC6 /* GPBSwiftTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = 8B4248B31A8BD96E00BC1EC6 /* GPBSwiftTests.swift */; };
  22. 8B4248E41A929C8900BC1EC6 /* GPBWellKnownTypes.m in Sources */ = {isa = PBXBuildFile; fileRef = 8B4248E21A929C8900BC1EC6 /* GPBWellKnownTypes.m */; };
  23. 8B4248E61A929C9900BC1EC6 /* GPBWellKnownTypesTest.m in Sources */ = {isa = PBXBuildFile; fileRef = 8B4248E51A929C9900BC1EC6 /* 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. 8B9742331A89D19F00DCE92C /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = 8B9742321A89D19F00DCE92C /* LaunchScreen.xib */; };
  28. 8B9742431A8AAA7800DCE92C /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8B9742421A8AAA7800DCE92C /* CoreGraphics.framework */; };
  29. 8B9A5EA61831993600A9D33B /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1D30AB110D05D00D00671497 /* Foundation.framework */; };
  30. 8B9A5EA81831993600A9D33B /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8B9A5E9F1831913D00A9D33B /* UIKit.framework */; };
  31. 8B9A5EAE1831993600A9D33B /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 8B9A5EAC1831993600A9D33B /* InfoPlist.strings */; };
  32. 8B9A5EB41831993600A9D33B /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 8B9A5EB31831993600A9D33B /* AppDelegate.m */; };
  33. 8B9A5EB61831993600A9D33B /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 8B9A5EB51831993600A9D33B /* Images.xcassets */; };
  34. 8B9A5EEC18330A0F00A9D33B /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8B9A5E9F1831913D00A9D33B /* UIKit.framework */; };
  35. 8BBEA4A9147C727D00C4ADB7 /* GPBCodedInputStreamTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 7461B69B0F94FDF800A0C422 /* GPBCodedInputStreamTests.m */; };
  36. 8BBEA4AA147C727D00C4ADB7 /* GPBCodedOuputStreamTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 7461B69D0F94FDF800A0C422 /* GPBCodedOuputStreamTests.m */; };
  37. 8BBEA4AC147C727D00C4ADB7 /* GPBMessageTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 7461B6A30F94FDF800A0C422 /* GPBMessageTests.m */; };
  38. 8BBEA4B0147C727D00C4ADB7 /* GPBTestUtilities.m in Sources */ = {isa = PBXBuildFile; fileRef = 7461B6AC0F94FDF800A0C422 /* GPBTestUtilities.m */; };
  39. 8BBEA4B6147C727D00C4ADB7 /* GPBUnknownFieldSetTest.m in Sources */ = {isa = PBXBuildFile; fileRef = 7461B6B80F94FDF900A0C422 /* GPBUnknownFieldSetTest.m */; };
  40. 8BBEA4B7147C727D00C4ADB7 /* GPBUtilitiesTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 7461B6BA0F94FDF900A0C422 /* GPBUtilitiesTests.m */; };
  41. 8BBEA4B8147C727D00C4ADB7 /* GPBWireFormatTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 7461B6BC0F94FDF900A0C422 /* GPBWireFormatTests.m */; };
  42. 8BBEA4BB147C729200C4ADB7 /* libProtocolBuffers.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 7461B52E0F94FAF800A0C422 /* libProtocolBuffers.a */; };
  43. 8BD3981F14BE59D70081D629 /* GPBUnittestProtos.m in Sources */ = {isa = PBXBuildFile; fileRef = 8BD3981E14BE59D70081D629 /* GPBUnittestProtos.m */; };
  44. 8BF8193514A0DDA600A2C982 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1D30AB110D05D00D00671497 /* Foundation.framework */; };
  45. F401DC351A8E5C6F00FCC765 /* GPBArrayTests.m in Sources */ = {isa = PBXBuildFile; fileRef = F401DC341A8E5C6F00FCC765 /* GPBArrayTests.m */; };
  46. F41C175D1833D3310064ED4D /* GPBPerfTests.m in Sources */ = {isa = PBXBuildFile; fileRef = F41C175C1833D3310064ED4D /* GPBPerfTests.m */; };
  47. F4353D1F1AB88243005A6198 /* GPBDescriptorTests.m in Sources */ = {isa = PBXBuildFile; fileRef = F4353D1E1AB88243005A6198 /* GPBDescriptorTests.m */; };
  48. F4353D271ABB156F005A6198 /* GPBDictionary.m in Sources */ = {isa = PBXBuildFile; fileRef = F4353D251ABB156F005A6198 /* GPBDictionary.m */; };
  49. F4353D421AC06F31005A6198 /* GPBDictionaryTests+Bool.m in Sources */ = {isa = PBXBuildFile; fileRef = F4353D3B1AC06F31005A6198 /* GPBDictionaryTests+Bool.m */; };
  50. F4353D431AC06F31005A6198 /* GPBDictionaryTests+Int32.m in Sources */ = {isa = PBXBuildFile; fileRef = F4353D3C1AC06F31005A6198 /* GPBDictionaryTests+Int32.m */; };
  51. F4353D441AC06F31005A6198 /* GPBDictionaryTests+Int64.m in Sources */ = {isa = PBXBuildFile; fileRef = F4353D3D1AC06F31005A6198 /* GPBDictionaryTests+Int64.m */; };
  52. F4353D451AC06F31005A6198 /* GPBDictionaryTests+String.m in Sources */ = {isa = PBXBuildFile; fileRef = F4353D3E1AC06F31005A6198 /* GPBDictionaryTests+String.m */; };
  53. F4353D461AC06F31005A6198 /* GPBDictionaryTests+UInt32.m in Sources */ = {isa = PBXBuildFile; fileRef = F4353D3F1AC06F31005A6198 /* GPBDictionaryTests+UInt32.m */; };
  54. F4353D471AC06F31005A6198 /* GPBDictionaryTests+UInt64.m in Sources */ = {isa = PBXBuildFile; fileRef = F4353D401AC06F31005A6198 /* GPBDictionaryTests+UInt64.m */; };
  55. F43C88D0191D77FC009E917D /* text_format_unittest_data.txt in Resources */ = {isa = PBXBuildFile; fileRef = F43C88CF191D77FC009E917D /* text_format_unittest_data.txt */; };
  56. F4487C6A1A9F8F8100531423 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1D30AB110D05D00D00671497 /* Foundation.framework */; };
  57. F4487C6F1A9F8FFF00531423 /* GPBProtocolBuffers.m in Sources */ = {isa = PBXBuildFile; fileRef = 8BCF338814ED799900BC5317 /* GPBProtocolBuffers.m */; };
  58. F4487C731A9F906200531423 /* GPBArray.m in Sources */ = {isa = PBXBuildFile; fileRef = F4487C711A9F906200531423 /* GPBArray.m */; };
  59. F4487C771AADF84900531423 /* GPBMessageTests+Runtime.m in Sources */ = {isa = PBXBuildFile; fileRef = F4487C761AADF84900531423 /* GPBMessageTests+Runtime.m */; };
  60. F4487C811AAF62FC00531423 /* GPBMessageTests+Serialization.m in Sources */ = {isa = PBXBuildFile; fileRef = F4487C801AAF62FC00531423 /* GPBMessageTests+Serialization.m */; };
  61. F4487C851AAF6AC500531423 /* GPBMessageTests+Merge.m in Sources */ = {isa = PBXBuildFile; fileRef = F4487C841AAF6AC500531423 /* GPBMessageTests+Merge.m */; };
  62. F4584D831ECCB53600803AB6 /* GPBExtensionRegistryTest.m in Sources */ = {isa = PBXBuildFile; fileRef = F4584D801ECCB39E00803AB6 /* GPBExtensionRegistryTest.m */; };
  63. F45C69CC16DFD08D0081955B /* GPBExtensionInternals.m in Sources */ = {isa = PBXBuildFile; fileRef = F45C69CB16DFD08D0081955B /* GPBExtensionInternals.m */; };
  64. F45E57C91AE6DC98000B7D99 /* text_format_map_unittest_data.txt in Resources */ = {isa = PBXBuildFile; fileRef = F45E57C81AE6DC98000B7D99 /* text_format_map_unittest_data.txt */; };
  65. F47476E91D21A537007C7B1A /* Duration.pbobjc.m in Sources */ = {isa = PBXBuildFile; fileRef = 8B4248DE1A929C7D00BC1EC6 /* Duration.pbobjc.m */; };
  66. F47476EA1D21A537007C7B1A /* Timestamp.pbobjc.m in Sources */ = {isa = PBXBuildFile; fileRef = 8B4248E01A929C7D00BC1EC6 /* Timestamp.pbobjc.m */; };
  67. F4B51B1C1BBC5C7100744318 /* GPBObjectiveCPlusPlusTest.mm in Sources */ = {isa = PBXBuildFile; fileRef = F4B51B1B1BBC5C7100744318 /* GPBObjectiveCPlusPlusTest.mm */; };
  68. F4C4B9E71E1D97BF00D3B61D /* GPBDictionaryTests.m in Sources */ = {isa = PBXBuildFile; fileRef = F4C4B9E51E1D97BB00D3B61D /* GPBDictionaryTests.m */; };
  69. F4E675D01B21D1620054530B /* Any.pbobjc.m in Sources */ = {isa = PBXBuildFile; fileRef = F4E675B71B21D1440054530B /* Any.pbobjc.m */; };
  70. F4E675D11B21D1620054530B /* Api.pbobjc.m in Sources */ = {isa = PBXBuildFile; fileRef = F4E675B91B21D1440054530B /* Api.pbobjc.m */; };
  71. F4E675D21B21D1620054530B /* Empty.pbobjc.m in Sources */ = {isa = PBXBuildFile; fileRef = F4E675BC1B21D1440054530B /* Empty.pbobjc.m */; };
  72. F4E675D31B21D1620054530B /* FieldMask.pbobjc.m in Sources */ = {isa = PBXBuildFile; fileRef = F4E675BE1B21D1440054530B /* FieldMask.pbobjc.m */; };
  73. F4E675D41B21D1620054530B /* SourceContext.pbobjc.m in Sources */ = {isa = PBXBuildFile; fileRef = F4E675C01B21D1440054530B /* SourceContext.pbobjc.m */; };
  74. F4E675D51B21D1620054530B /* Struct.pbobjc.m in Sources */ = {isa = PBXBuildFile; fileRef = F4E675C21B21D1440054530B /* Struct.pbobjc.m */; };
  75. F4E675D61B21D1620054530B /* Type.pbobjc.m in Sources */ = {isa = PBXBuildFile; fileRef = F4E675C51B21D1440054530B /* Type.pbobjc.m */; };
  76. F4E675D71B21D1620054530B /* Wrappers.pbobjc.m in Sources */ = {isa = PBXBuildFile; fileRef = F4E675C71B21D1440054530B /* Wrappers.pbobjc.m */; };
  77. F4F8D8861D78A193002CE128 /* GPBUnittestProtos2.m in Sources */ = {isa = PBXBuildFile; fileRef = F4F8D8841D78A186002CE128 /* GPBUnittestProtos2.m */; };
  78. /* End PBXBuildFile section */
  79. /* Begin PBXContainerItemProxy section */
  80. 8B9A5ED01831994600A9D33B /* PBXContainerItemProxy */ = {
  81. isa = PBXContainerItemProxy;
  82. containerPortal = 29B97313FDCFA39411CA2CEA /* Project object */;
  83. proxyType = 1;
  84. remoteGlobalIDString = 8B9A5EA41831993600A9D33B;
  85. remoteInfo = iOSTestHarness;
  86. };
  87. 8BBEA4BC147C729A00C4ADB7 /* PBXContainerItemProxy */ = {
  88. isa = PBXContainerItemProxy;
  89. containerPortal = 29B97313FDCFA39411CA2CEA /* Project object */;
  90. proxyType = 1;
  91. remoteGlobalIDString = 7461B52D0F94FAF800A0C422;
  92. remoteInfo = ProtocolBuffers;
  93. };
  94. F45BBC121B0CDBBA002D064D /* PBXContainerItemProxy */ = {
  95. isa = PBXContainerItemProxy;
  96. containerPortal = 29B97313FDCFA39411CA2CEA /* Project object */;
  97. proxyType = 1;
  98. remoteGlobalIDString = F45BBC0E1B0CDB50002D064D;
  99. remoteInfo = "Compile Unittest Protos";
  100. };
  101. /* End PBXContainerItemProxy section */
  102. /* Begin PBXFileReference section */
  103. 1D30AB110D05D00D00671497 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
  104. 5102DABB1891A052002037B6 /* GPBConcurrencyTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = GPBConcurrencyTests.m; sourceTree = "<group>"; };
  105. 51457B5F18D0B7AF00CCC606 /* GPBCodedInputStream_PackagePrivate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GPBCodedInputStream_PackagePrivate.h; sourceTree = "<group>"; };
  106. 515B840C18B7DEE30031753B /* GPBDescriptor_PackagePrivate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GPBDescriptor_PackagePrivate.h; sourceTree = "<group>"; };
  107. 5196A06918CE16B000B759E2 /* GPBMessage_PackagePrivate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GPBMessage_PackagePrivate.h; sourceTree = "<group>"; };
  108. 7401C1A90F950347006D8281 /* UnitTests-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "UnitTests-Info.plist"; sourceTree = "<group>"; };
  109. 7461B48D0F94F99000A0C422 /* GPBBootstrap.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GPBBootstrap.h; sourceTree = "<group>"; };
  110. 7461B48E0F94F99000A0C422 /* GPBCodedInputStream.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GPBCodedInputStream.h; sourceTree = "<group>"; };
  111. 7461B48F0F94F99000A0C422 /* GPBCodedInputStream.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; lineEnding = 0; path = GPBCodedInputStream.m; sourceTree = "<group>"; };
  112. 7461B4900F94F99000A0C422 /* GPBCodedOutputStream.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GPBCodedOutputStream.h; sourceTree = "<group>"; };
  113. 7461B4910F94F99000A0C422 /* GPBCodedOutputStream.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GPBCodedOutputStream.m; sourceTree = "<group>"; };
  114. 7461B4A80F94F99000A0C422 /* GPBExtensionRegistry.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GPBExtensionRegistry.h; sourceTree = "<group>"; };
  115. 7461B4A90F94F99000A0C422 /* GPBExtensionRegistry.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GPBExtensionRegistry.m; sourceTree = "<group>"; };
  116. 7461B4AE0F94F99000A0C422 /* GPBUnknownField.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GPBUnknownField.h; sourceTree = "<group>"; };
  117. 7461B4AF0F94F99000A0C422 /* GPBUnknownField.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GPBUnknownField.m; sourceTree = "<group>"; };
  118. 7461B4BE0F94F99000A0C422 /* GPBMessage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GPBMessage.h; sourceTree = "<group>"; };
  119. 7461B4BF0F94F99000A0C422 /* GPBMessage.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GPBMessage.m; sourceTree = "<group>"; };
  120. 7461B4CD0F94F99000A0C422 /* GPBProtocolBuffers.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GPBProtocolBuffers.h; sourceTree = "<group>"; };
  121. 7461B4E10F94F99000A0C422 /* GPBUnknownFieldSet.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GPBUnknownFieldSet.h; sourceTree = "<group>"; };
  122. 7461B4E20F94F99000A0C422 /* GPBUnknownFieldSet.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GPBUnknownFieldSet.m; sourceTree = "<group>"; };
  123. 7461B4E50F94F99000A0C422 /* GPBUtilities.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GPBUtilities.h; sourceTree = "<group>"; };
  124. 7461B4E60F94F99000A0C422 /* GPBUtilities.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GPBUtilities.m; sourceTree = "<group>"; };
  125. 7461B4E70F94F99000A0C422 /* GPBWireFormat.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GPBWireFormat.h; sourceTree = "<group>"; };
  126. 7461B4E80F94F99000A0C422 /* GPBWireFormat.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GPBWireFormat.m; sourceTree = "<group>"; };
  127. 7461B52E0F94FAF800A0C422 /* libProtocolBuffers.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libProtocolBuffers.a; sourceTree = BUILT_PRODUCTS_DIR; };
  128. 7461B69B0F94FDF800A0C422 /* GPBCodedInputStreamTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GPBCodedInputStreamTests.m; sourceTree = "<group>"; };
  129. 7461B69D0F94FDF800A0C422 /* GPBCodedOuputStreamTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GPBCodedOuputStreamTests.m; sourceTree = "<group>"; };
  130. 7461B6A30F94FDF800A0C422 /* GPBMessageTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GPBMessageTests.m; sourceTree = "<group>"; };
  131. 7461B6AB0F94FDF800A0C422 /* GPBTestUtilities.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GPBTestUtilities.h; sourceTree = "<group>"; };
  132. 7461B6AC0F94FDF800A0C422 /* GPBTestUtilities.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GPBTestUtilities.m; sourceTree = "<group>"; };
  133. 7461B6B80F94FDF900A0C422 /* GPBUnknownFieldSetTest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GPBUnknownFieldSetTest.m; sourceTree = "<group>"; };
  134. 7461B6BA0F94FDF900A0C422 /* GPBUtilitiesTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GPBUtilitiesTests.m; sourceTree = "<group>"; };
  135. 7461B6BC0F94FDF900A0C422 /* GPBWireFormatTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GPBWireFormatTests.m; sourceTree = "<group>"; };
  136. 8B09AAF614B663A7007B4184 /* unittest_objc.proto */ = {isa = PBXFileReference; lastKnownFileType = text; path = unittest_objc.proto; sourceTree = "<group>"; };
  137. 8B210CCD159383D60032D72D /* golden_message */ = {isa = PBXFileReference; lastKnownFileType = file; path = golden_message; sourceTree = "<group>"; };
  138. 8B210CCF159386920032D72D /* golden_packed_fields_message */ = {isa = PBXFileReference; lastKnownFileType = file; path = golden_packed_fields_message; sourceTree = "<group>"; };
  139. 8B4248B21A8BD96D00BC1EC6 /* UnitTests-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "UnitTests-Bridging-Header.h"; sourceTree = "<group>"; };
  140. 8B4248B31A8BD96E00BC1EC6 /* GPBSwiftTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = GPBSwiftTests.swift; sourceTree = "<group>"; };
  141. 8B4248B71A8BDD9600BC1EC6 /* protobuf */ = {isa = PBXFileReference; lastKnownFileType = text; name = protobuf; path = ../../Intermediates/ProtocolBuffers_iOS.build/DerivedSources/protos/google/protobuf; sourceTree = BUILT_PRODUCTS_DIR; };
  142. 8B4248DD1A929C7D00BC1EC6 /* Duration.pbobjc.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = Duration.pbobjc.h; path = google/protobuf/Duration.pbobjc.h; sourceTree = "<group>"; };
  143. 8B4248DE1A929C7D00BC1EC6 /* Duration.pbobjc.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = Duration.pbobjc.m; path = google/protobuf/Duration.pbobjc.m; sourceTree = "<group>"; };
  144. 8B4248E01A929C7D00BC1EC6 /* Timestamp.pbobjc.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = Timestamp.pbobjc.m; path = google/protobuf/Timestamp.pbobjc.m; sourceTree = "<group>"; };
  145. 8B4248E11A929C8900BC1EC6 /* GPBWellKnownTypes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GPBWellKnownTypes.h; sourceTree = "<group>"; };
  146. 8B4248E21A929C8900BC1EC6 /* GPBWellKnownTypes.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GPBWellKnownTypes.m; sourceTree = "<group>"; };
  147. 8B4248E51A929C9900BC1EC6 /* GPBWellKnownTypesTest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GPBWellKnownTypesTest.m; sourceTree = "<group>"; };
  148. 8B4249481A92A02300BC1EC6 /* timestamp.proto */ = {isa = PBXFileReference; lastKnownFileType = text; name = timestamp.proto; path = ../src/google/protobuf/timestamp.proto; sourceTree = "<group>"; };
  149. 8B42494A1A92A0BA00BC1EC6 /* duration.proto */ = {isa = PBXFileReference; lastKnownFileType = text; name = duration.proto; path = ../src/google/protobuf/duration.proto; sourceTree = "<group>"; };
  150. 8B79657814992E3E002FFBFC /* GPBRootObject.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GPBRootObject.h; sourceTree = "<group>"; };
  151. 8B79657914992E3E002FFBFC /* GPBRootObject.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GPBRootObject.m; sourceTree = "<group>"; };
  152. 8B7E6A7414893DBA00F8884A /* unittest_custom_options.proto */ = {isa = PBXFileReference; lastKnownFileType = text; name = unittest_custom_options.proto; path = ../../src/google/protobuf/unittest_custom_options.proto; sourceTree = "<group>"; };
  153. 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>"; };
  154. 8B7E6A7614893DBA00F8884A /* unittest_empty.proto */ = {isa = PBXFileReference; lastKnownFileType = text; name = unittest_empty.proto; path = ../../src/google/protobuf/unittest_empty.proto; sourceTree = "<group>"; };
  155. 8B7E6A7814893DBB00F8884A /* unittest_import.proto */ = {isa = PBXFileReference; lastKnownFileType = text; name = unittest_import.proto; path = ../../src/google/protobuf/unittest_import.proto; sourceTree = "<group>"; };
  156. 8B7E6A7B14893DBC00F8884A /* unittest_mset.proto */ = {isa = PBXFileReference; lastKnownFileType = text; name = unittest_mset.proto; path = ../../src/google/protobuf/unittest_mset.proto; sourceTree = "<group>"; };
  157. 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>"; };
  158. 8B7E6A7D14893DBC00F8884A /* unittest_optimize_for.proto */ = {isa = PBXFileReference; lastKnownFileType = text; name = unittest_optimize_for.proto; path = ../../src/google/protobuf/unittest_optimize_for.proto; sourceTree = "<group>"; };
  159. 8B7E6A7E14893DBC00F8884A /* unittest.proto */ = {isa = PBXFileReference; lastKnownFileType = text; name = unittest.proto; path = ../../src/google/protobuf/unittest.proto; sourceTree = "<group>"; };
  160. 8B8B615C17DF7056002EE618 /* GPBARCUnittestProtos.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GPBARCUnittestProtos.m; sourceTree = "<group>"; };
  161. 8B96157214C8B06000A2AC0B /* GPBDescriptor.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GPBDescriptor.h; sourceTree = "<group>"; };
  162. 8B96157314C8C38C00A2AC0B /* GPBDescriptor.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GPBDescriptor.m; sourceTree = "<group>"; };
  163. 8B9742321A89D19F00DCE92C /* LaunchScreen.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = LaunchScreen.xib; sourceTree = "<group>"; };
  164. 8B9742421A8AAA7800DCE92C /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
  165. 8B9A5E9F1831913D00A9D33B /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
  166. 8B9A5EA51831993600A9D33B /* iOSTestHarness.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = iOSTestHarness.app; sourceTree = BUILT_PRODUCTS_DIR; };
  167. 8B9A5EAB1831993600A9D33B /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  168. 8B9A5EAD1831993600A9D33B /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
  169. 8B9A5EB31831993600A9D33B /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
  170. 8B9A5EB51831993600A9D33B /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
  171. 8BBD9DB016DD1DC8008E1EC1 /* unittest_lite.proto */ = {isa = PBXFileReference; lastKnownFileType = text; name = unittest_lite.proto; path = ../../src/google/protobuf/unittest_lite.proto; sourceTree = "<group>"; };
  172. 8BBEA4A6147C727100C4ADB7 /* UnitTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = UnitTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
  173. 8BCF338814ED799900BC5317 /* GPBProtocolBuffers.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = GPBProtocolBuffers.m; sourceTree = "<group>"; };
  174. 8BD3981D14BE54220081D629 /* unittest_enormous_descriptor.proto */ = {isa = PBXFileReference; lastKnownFileType = text; name = unittest_enormous_descriptor.proto; path = ../../src/google/protobuf/unittest_enormous_descriptor.proto; sourceTree = "<group>"; };
  175. 8BD3981E14BE59D70081D629 /* GPBUnittestProtos.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GPBUnittestProtos.m; sourceTree = "<group>"; };
  176. 8BEB5AE01498033E0078BF9D /* GPBRuntimeTypes.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GPBRuntimeTypes.h; sourceTree = "<group>"; };
  177. F401DC341A8E5C6F00FCC765 /* GPBArrayTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GPBArrayTests.m; sourceTree = "<group>"; };
  178. F41C175C1833D3310064ED4D /* GPBPerfTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GPBPerfTests.m; sourceTree = "<group>"; };
  179. F4353D1E1AB88243005A6198 /* GPBDescriptorTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GPBDescriptorTests.m; sourceTree = "<group>"; };
  180. F4353D241ABB156F005A6198 /* GPBDictionary.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GPBDictionary.h; sourceTree = "<group>"; };
  181. F4353D251ABB156F005A6198 /* GPBDictionary.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GPBDictionary.m; sourceTree = "<group>"; };
  182. F4353D3A1AC06F31005A6198 /* GPBDictionaryTests.pddm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = GPBDictionaryTests.pddm; sourceTree = "<group>"; };
  183. F4353D3B1AC06F31005A6198 /* GPBDictionaryTests+Bool.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "GPBDictionaryTests+Bool.m"; sourceTree = "<group>"; };
  184. F4353D3C1AC06F31005A6198 /* GPBDictionaryTests+Int32.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "GPBDictionaryTests+Int32.m"; sourceTree = "<group>"; };
  185. F4353D3D1AC06F31005A6198 /* GPBDictionaryTests+Int64.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "GPBDictionaryTests+Int64.m"; sourceTree = "<group>"; };
  186. F4353D3E1AC06F31005A6198 /* GPBDictionaryTests+String.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "GPBDictionaryTests+String.m"; sourceTree = "<group>"; };
  187. F4353D3F1AC06F31005A6198 /* GPBDictionaryTests+UInt32.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "GPBDictionaryTests+UInt32.m"; sourceTree = "<group>"; };
  188. F4353D401AC06F31005A6198 /* GPBDictionaryTests+UInt64.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "GPBDictionaryTests+UInt64.m"; sourceTree = "<group>"; };
  189. F43725921AC9835D004DCAFB /* GPBDictionary_PackagePrivate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GPBDictionary_PackagePrivate.h; sourceTree = "<group>"; };
  190. F43C88CF191D77FC009E917D /* text_format_unittest_data.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = text_format_unittest_data.txt; sourceTree = "<group>"; };
  191. F4411BE81AF1301700324B4A /* GPBArray_PackagePrivate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GPBArray_PackagePrivate.h; sourceTree = "<group>"; };
  192. F4487C6E1A9F8F8100531423 /* libTestSingleSourceBuild.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libTestSingleSourceBuild.a; sourceTree = BUILT_PRODUCTS_DIR; };
  193. F4487C701A9F906200531423 /* GPBArray.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GPBArray.h; sourceTree = "<group>"; };
  194. F4487C711A9F906200531423 /* GPBArray.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GPBArray.m; sourceTree = "<group>"; };
  195. F4487C761AADF84900531423 /* GPBMessageTests+Runtime.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "GPBMessageTests+Runtime.m"; sourceTree = "<group>"; };
  196. F4487C7A1AADFB5500531423 /* unittest_runtime_proto2.proto */ = {isa = PBXFileReference; lastKnownFileType = text; path = unittest_runtime_proto2.proto; sourceTree = "<group>"; };
  197. F4487C7B1AADFB5500531423 /* unittest_runtime_proto3.proto */ = {isa = PBXFileReference; lastKnownFileType = text; path = unittest_runtime_proto3.proto; sourceTree = "<group>"; };
  198. F4487C7D1AAE06C500531423 /* GPBUtilities_PackagePrivate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GPBUtilities_PackagePrivate.h; sourceTree = "<group>"; };
  199. F4487C801AAF62FC00531423 /* GPBMessageTests+Serialization.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "GPBMessageTests+Serialization.m"; sourceTree = "<group>"; };
  200. F4487C841AAF6AC500531423 /* GPBMessageTests+Merge.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "GPBMessageTests+Merge.m"; sourceTree = "<group>"; };
  201. F44929021C866B3B00C2548A /* GPBCodedOutputStream_PackagePrivate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GPBCodedOutputStream_PackagePrivate.h; sourceTree = "<group>"; };
  202. F451D3F61A8AAEA600B8A22C /* GPBProtocolBuffers_RuntimeSupport.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GPBProtocolBuffers_RuntimeSupport.h; sourceTree = "<group>"; };
  203. F4584D801ECCB39E00803AB6 /* GPBExtensionRegistryTest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = GPBExtensionRegistryTest.m; path = Tests/GPBExtensionRegistryTest.m; sourceTree = SOURCE_ROOT; };
  204. F45C69CB16DFD08D0081955B /* GPBExtensionInternals.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GPBExtensionInternals.m; sourceTree = "<group>"; };
  205. F45E57C81AE6DC98000B7D99 /* text_format_map_unittest_data.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = text_format_map_unittest_data.txt; sourceTree = "<group>"; };
  206. F4AC9E1C1A8BEB1000BD6E83 /* unittest_cycle.proto */ = {isa = PBXFileReference; lastKnownFileType = text; path = unittest_cycle.proto; sourceTree = "<group>"; };
  207. F4B51B1B1BBC5C7100744318 /* GPBObjectiveCPlusPlusTest.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = GPBObjectiveCPlusPlusTest.mm; sourceTree = "<group>"; };
  208. F4B6B8B01A9CC99500892426 /* GPBUnknownField_PackagePrivate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GPBUnknownField_PackagePrivate.h; sourceTree = "<group>"; };
  209. F4B6B8B11A9CCBBB00892426 /* GPBUnknownFieldSet_PackagePrivate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GPBUnknownFieldSet_PackagePrivate.h; sourceTree = "<group>"; };
  210. F4B6B8B31A9CD1C600892426 /* GPBExtensionInternals.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GPBExtensionInternals.h; sourceTree = "<group>"; };
  211. F4B6B8B51A9CD1C600892426 /* GPBRootObject_PackagePrivate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GPBRootObject_PackagePrivate.h; sourceTree = "<group>"; };
  212. F4C4B9E51E1D97BB00D3B61D /* GPBDictionaryTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GPBDictionaryTests.m; sourceTree = "<group>"; };
  213. F4CF31711B162EF500BD9B06 /* unittest_objc_startup.proto */ = {isa = PBXFileReference; lastKnownFileType = text; path = unittest_objc_startup.proto; sourceTree = "<group>"; };
  214. F4E675B61B21D1440054530B /* Any.pbobjc.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = Any.pbobjc.h; path = google/protobuf/Any.pbobjc.h; sourceTree = "<group>"; };
  215. F4E675B71B21D1440054530B /* Any.pbobjc.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = Any.pbobjc.m; path = google/protobuf/Any.pbobjc.m; sourceTree = "<group>"; };
  216. F4E675B81B21D1440054530B /* Api.pbobjc.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = Api.pbobjc.h; path = google/protobuf/Api.pbobjc.h; sourceTree = "<group>"; };
  217. F4E675B91B21D1440054530B /* Api.pbobjc.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = Api.pbobjc.m; path = google/protobuf/Api.pbobjc.m; sourceTree = "<group>"; };
  218. F4E675BB1B21D1440054530B /* Empty.pbobjc.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = Empty.pbobjc.h; path = google/protobuf/Empty.pbobjc.h; sourceTree = "<group>"; };
  219. F4E675BC1B21D1440054530B /* Empty.pbobjc.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = Empty.pbobjc.m; path = google/protobuf/Empty.pbobjc.m; sourceTree = "<group>"; };
  220. F4E675BD1B21D1440054530B /* FieldMask.pbobjc.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = FieldMask.pbobjc.h; path = google/protobuf/FieldMask.pbobjc.h; sourceTree = "<group>"; };
  221. F4E675BE1B21D1440054530B /* FieldMask.pbobjc.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = FieldMask.pbobjc.m; path = google/protobuf/FieldMask.pbobjc.m; sourceTree = "<group>"; };
  222. F4E675BF1B21D1440054530B /* SourceContext.pbobjc.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = SourceContext.pbobjc.h; path = google/protobuf/SourceContext.pbobjc.h; sourceTree = "<group>"; };
  223. F4E675C01B21D1440054530B /* SourceContext.pbobjc.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = SourceContext.pbobjc.m; path = google/protobuf/SourceContext.pbobjc.m; sourceTree = "<group>"; };
  224. F4E675C11B21D1440054530B /* Struct.pbobjc.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = Struct.pbobjc.h; path = google/protobuf/Struct.pbobjc.h; sourceTree = "<group>"; };
  225. F4E675C21B21D1440054530B /* Struct.pbobjc.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = Struct.pbobjc.m; path = google/protobuf/Struct.pbobjc.m; sourceTree = "<group>"; };
  226. F4E675C31B21D1440054530B /* Timestamp.pbobjc.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = Timestamp.pbobjc.h; path = google/protobuf/Timestamp.pbobjc.h; sourceTree = "<group>"; };
  227. F4E675C41B21D1440054530B /* Type.pbobjc.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = Type.pbobjc.h; path = google/protobuf/Type.pbobjc.h; sourceTree = "<group>"; };
  228. F4E675C51B21D1440054530B /* Type.pbobjc.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = Type.pbobjc.m; path = google/protobuf/Type.pbobjc.m; sourceTree = "<group>"; };
  229. F4E675C61B21D1440054530B /* Wrappers.pbobjc.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; name = Wrappers.pbobjc.h; path = google/protobuf/Wrappers.pbobjc.h; sourceTree = "<group>"; };
  230. F4E675C71B21D1440054530B /* Wrappers.pbobjc.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; name = Wrappers.pbobjc.m; path = google/protobuf/Wrappers.pbobjc.m; sourceTree = "<group>"; };
  231. F4E675D81B21D1DE0054530B /* any.proto */ = {isa = PBXFileReference; lastKnownFileType = text; name = any.proto; path = ../src/google/protobuf/any.proto; sourceTree = "<group>"; };
  232. F4E675D91B21D1DE0054530B /* api.proto */ = {isa = PBXFileReference; lastKnownFileType = text; name = api.proto; path = ../src/google/protobuf/api.proto; sourceTree = "<group>"; };
  233. F4E675DA1B21D1DE0054530B /* empty.proto */ = {isa = PBXFileReference; lastKnownFileType = text; name = empty.proto; path = ../src/google/protobuf/empty.proto; sourceTree = "<group>"; };
  234. F4E675DB1B21D1DE0054530B /* field_mask.proto */ = {isa = PBXFileReference; lastKnownFileType = text; name = field_mask.proto; path = ../src/google/protobuf/field_mask.proto; sourceTree = "<group>"; };
  235. F4E675DC1B21D1DE0054530B /* source_context.proto */ = {isa = PBXFileReference; lastKnownFileType = text; name = source_context.proto; path = ../src/google/protobuf/source_context.proto; sourceTree = "<group>"; };
  236. F4E675DD1B21D1DE0054530B /* struct.proto */ = {isa = PBXFileReference; lastKnownFileType = text; name = struct.proto; path = ../src/google/protobuf/struct.proto; sourceTree = "<group>"; };
  237. F4E675DE1B21D1DE0054530B /* type.proto */ = {isa = PBXFileReference; lastKnownFileType = text; name = type.proto; path = ../src/google/protobuf/type.proto; sourceTree = "<group>"; };
  238. F4E675DF1B21D1DE0054530B /* wrappers.proto */ = {isa = PBXFileReference; lastKnownFileType = text; name = wrappers.proto; path = ../src/google/protobuf/wrappers.proto; sourceTree = "<group>"; };
  239. F4F8D8841D78A186002CE128 /* GPBUnittestProtos2.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GPBUnittestProtos2.m; sourceTree = "<group>"; };
  240. /* End PBXFileReference section */
  241. /* Begin PBXFrameworksBuildPhase section */
  242. 7461B52C0F94FAF800A0C422 /* Frameworks */ = {
  243. isa = PBXFrameworksBuildPhase;
  244. buildActionMask = 2147483647;
  245. files = (
  246. 7461B5360F94FB4600A0C422 /* Foundation.framework in Frameworks */,
  247. );
  248. runOnlyForDeploymentPostprocessing = 0;
  249. };
  250. 8B9A5EA21831993600A9D33B /* Frameworks */ = {
  251. isa = PBXFrameworksBuildPhase;
  252. buildActionMask = 2147483647;
  253. files = (
  254. 8B9742431A8AAA7800DCE92C /* CoreGraphics.framework in Frameworks */,
  255. 8B9A5EA81831993600A9D33B /* UIKit.framework in Frameworks */,
  256. 8B9A5EA61831993600A9D33B /* Foundation.framework in Frameworks */,
  257. );
  258. runOnlyForDeploymentPostprocessing = 0;
  259. };
  260. 8BBEA4A3147C727100C4ADB7 /* Frameworks */ = {
  261. isa = PBXFrameworksBuildPhase;
  262. buildActionMask = 2147483647;
  263. files = (
  264. 8BBEA4BB147C729200C4ADB7 /* libProtocolBuffers.a in Frameworks */,
  265. 8B9A5EEC18330A0F00A9D33B /* UIKit.framework in Frameworks */,
  266. 8BF8193514A0DDA600A2C982 /* Foundation.framework in Frameworks */,
  267. );
  268. runOnlyForDeploymentPostprocessing = 0;
  269. };
  270. F4487C691A9F8F8100531423 /* Frameworks */ = {
  271. isa = PBXFrameworksBuildPhase;
  272. buildActionMask = 2147483647;
  273. files = (
  274. F4487C6A1A9F8F8100531423 /* Foundation.framework in Frameworks */,
  275. );
  276. runOnlyForDeploymentPostprocessing = 0;
  277. };
  278. /* End PBXFrameworksBuildPhase section */
  279. /* Begin PBXGroup section */
  280. 080E96DDFE201D6D7F000001 /* Core Source */ = {
  281. isa = PBXGroup;
  282. children = (
  283. 7461B4CD0F94F99000A0C422 /* GPBProtocolBuffers.h */,
  284. F451D3F61A8AAEA600B8A22C /* GPBProtocolBuffers_RuntimeSupport.h */,
  285. 8BCF338814ED799900BC5317 /* GPBProtocolBuffers.m */,
  286. 7461B3C50F94F84100A0C422 /* Extensions */,
  287. 7461B4850F94F96600A0C422 /* Fields */,
  288. 7461B4860F94F96B00A0C422 /* IO */,
  289. 7461B5150F94FA7300A0C422 /* Messages */,
  290. 8BCF334414ED727300BC5317 /* Support */,
  291. 29B97315FDCFA39411CA2CEA /* Generated */,
  292. );
  293. name = "Core Source";
  294. sourceTree = "<group>";
  295. };
  296. 19C28FACFE9D520D11CA2CBB /* Products */ = {
  297. isa = PBXGroup;
  298. children = (
  299. 7461B52E0F94FAF800A0C422 /* libProtocolBuffers.a */,
  300. 8BBEA4A6147C727100C4ADB7 /* UnitTests.xctest */,
  301. 8B9A5EA51831993600A9D33B /* iOSTestHarness.app */,
  302. F4487C6E1A9F8F8100531423 /* libTestSingleSourceBuild.a */,
  303. );
  304. name = Products;
  305. sourceTree = "<group>";
  306. };
  307. 29B97314FDCFA39411CA2CEA /* CustomTemplate */ = {
  308. isa = PBXGroup;
  309. children = (
  310. 080E96DDFE201D6D7F000001 /* Core Source */,
  311. 7461B6940F94FDDD00A0C422 /* Tests */,
  312. 29B97323FDCFA39411CA2CEA /* Frameworks */,
  313. 19C28FACFE9D520D11CA2CBB /* Products */,
  314. );
  315. name = CustomTemplate;
  316. sourceTree = "<group>";
  317. };
  318. 29B97315FDCFA39411CA2CEA /* Generated */ = {
  319. isa = PBXGroup;
  320. children = (
  321. F4E675B61B21D1440054530B /* Any.pbobjc.h */,
  322. F4E675B71B21D1440054530B /* Any.pbobjc.m */,
  323. F4E675D81B21D1DE0054530B /* any.proto */,
  324. F4E675B81B21D1440054530B /* Api.pbobjc.h */,
  325. F4E675B91B21D1440054530B /* Api.pbobjc.m */,
  326. F4E675D91B21D1DE0054530B /* api.proto */,
  327. 8B4248DD1A929C7D00BC1EC6 /* Duration.pbobjc.h */,
  328. 8B4248DE1A929C7D00BC1EC6 /* Duration.pbobjc.m */,
  329. 8B42494A1A92A0BA00BC1EC6 /* duration.proto */,
  330. F4E675BB1B21D1440054530B /* Empty.pbobjc.h */,
  331. F4E675BC1B21D1440054530B /* Empty.pbobjc.m */,
  332. F4E675DA1B21D1DE0054530B /* empty.proto */,
  333. F4E675DB1B21D1DE0054530B /* field_mask.proto */,
  334. F4E675BD1B21D1440054530B /* FieldMask.pbobjc.h */,
  335. F4E675BE1B21D1440054530B /* FieldMask.pbobjc.m */,
  336. F4E675DC1B21D1DE0054530B /* source_context.proto */,
  337. F4E675BF1B21D1440054530B /* SourceContext.pbobjc.h */,
  338. F4E675C01B21D1440054530B /* SourceContext.pbobjc.m */,
  339. F4E675C11B21D1440054530B /* Struct.pbobjc.h */,
  340. F4E675C21B21D1440054530B /* Struct.pbobjc.m */,
  341. F4E675DD1B21D1DE0054530B /* struct.proto */,
  342. F4E675C31B21D1440054530B /* Timestamp.pbobjc.h */,
  343. 8B4248E01A929C7D00BC1EC6 /* Timestamp.pbobjc.m */,
  344. 8B4249481A92A02300BC1EC6 /* timestamp.proto */,
  345. F4E675C41B21D1440054530B /* Type.pbobjc.h */,
  346. F4E675C51B21D1440054530B /* Type.pbobjc.m */,
  347. F4E675DE1B21D1DE0054530B /* type.proto */,
  348. F4E675C61B21D1440054530B /* Wrappers.pbobjc.h */,
  349. F4E675C71B21D1440054530B /* Wrappers.pbobjc.m */,
  350. F4E675DF1B21D1DE0054530B /* wrappers.proto */,
  351. );
  352. name = Generated;
  353. sourceTree = "<group>";
  354. };
  355. 29B97323FDCFA39411CA2CEA /* Frameworks */ = {
  356. isa = PBXGroup;
  357. children = (
  358. 8B9742421A8AAA7800DCE92C /* CoreGraphics.framework */,
  359. 8B9A5E9F1831913D00A9D33B /* UIKit.framework */,
  360. 1D30AB110D05D00D00671497 /* Foundation.framework */,
  361. );
  362. name = Frameworks;
  363. sourceTree = "<group>";
  364. };
  365. 7461B3C50F94F84100A0C422 /* Extensions */ = {
  366. isa = PBXGroup;
  367. children = (
  368. F4B6B8B31A9CD1C600892426 /* GPBExtensionInternals.h */,
  369. F45C69CB16DFD08D0081955B /* GPBExtensionInternals.m */,
  370. 7461B4A80F94F99000A0C422 /* GPBExtensionRegistry.h */,
  371. 7461B4A90F94F99000A0C422 /* GPBExtensionRegistry.m */,
  372. F4B6B8B51A9CD1C600892426 /* GPBRootObject_PackagePrivate.h */,
  373. 8B79657814992E3E002FFBFC /* GPBRootObject.h */,
  374. 8B79657914992E3E002FFBFC /* GPBRootObject.m */,
  375. );
  376. name = Extensions;
  377. sourceTree = "<group>";
  378. };
  379. 7461B4850F94F96600A0C422 /* Fields */ = {
  380. isa = PBXGroup;
  381. children = (
  382. F4B6B8B01A9CC99500892426 /* GPBUnknownField_PackagePrivate.h */,
  383. 7461B4AE0F94F99000A0C422 /* GPBUnknownField.h */,
  384. 7461B4AF0F94F99000A0C422 /* GPBUnknownField.m */,
  385. F4B6B8B11A9CCBBB00892426 /* GPBUnknownFieldSet_PackagePrivate.h */,
  386. 7461B4E10F94F99000A0C422 /* GPBUnknownFieldSet.h */,
  387. 7461B4E20F94F99000A0C422 /* GPBUnknownFieldSet.m */,
  388. );
  389. name = Fields;
  390. sourceTree = "<group>";
  391. };
  392. 7461B4860F94F96B00A0C422 /* IO */ = {
  393. isa = PBXGroup;
  394. children = (
  395. 51457B5F18D0B7AF00CCC606 /* GPBCodedInputStream_PackagePrivate.h */,
  396. 7461B48E0F94F99000A0C422 /* GPBCodedInputStream.h */,
  397. 7461B48F0F94F99000A0C422 /* GPBCodedInputStream.m */,
  398. F44929021C866B3B00C2548A /* GPBCodedOutputStream_PackagePrivate.h */,
  399. 7461B4900F94F99000A0C422 /* GPBCodedOutputStream.h */,
  400. 7461B4910F94F99000A0C422 /* GPBCodedOutputStream.m */,
  401. 7461B4E70F94F99000A0C422 /* GPBWireFormat.h */,
  402. 7461B4E80F94F99000A0C422 /* GPBWireFormat.m */,
  403. );
  404. name = IO;
  405. sourceTree = "<group>";
  406. };
  407. 7461B5150F94FA7300A0C422 /* Messages */ = {
  408. isa = PBXGroup;
  409. children = (
  410. 515B840C18B7DEE30031753B /* GPBDescriptor_PackagePrivate.h */,
  411. 8B96157214C8B06000A2AC0B /* GPBDescriptor.h */,
  412. 8B96157314C8C38C00A2AC0B /* GPBDescriptor.m */,
  413. 7461B4BE0F94F99000A0C422 /* GPBMessage.h */,
  414. 5196A06918CE16B000B759E2 /* GPBMessage_PackagePrivate.h */,
  415. 7461B4BF0F94F99000A0C422 /* GPBMessage.m */,
  416. );
  417. name = Messages;
  418. sourceTree = "<group>";
  419. };
  420. 7461B6940F94FDDD00A0C422 /* Tests */ = {
  421. isa = PBXGroup;
  422. children = (
  423. 8B9A5EA91831993600A9D33B /* iOSTestHarness */,
  424. 8B4248B71A8BDD9600BC1EC6 /* protobuf */,
  425. 8B210CCD159383D60032D72D /* golden_message */,
  426. 8B210CCF159386920032D72D /* golden_packed_fields_message */,
  427. 8B8B615C17DF7056002EE618 /* GPBARCUnittestProtos.m */,
  428. F401DC341A8E5C6F00FCC765 /* GPBArrayTests.m */,
  429. 7461B69B0F94FDF800A0C422 /* GPBCodedInputStreamTests.m */,
  430. 7461B69D0F94FDF800A0C422 /* GPBCodedOuputStreamTests.m */,
  431. 5102DABB1891A052002037B6 /* GPBConcurrencyTests.m */,
  432. F4353D1E1AB88243005A6198 /* GPBDescriptorTests.m */,
  433. F4C4B9E51E1D97BB00D3B61D /* GPBDictionaryTests.m */,
  434. F4353D3A1AC06F31005A6198 /* GPBDictionaryTests.pddm */,
  435. F4353D3B1AC06F31005A6198 /* GPBDictionaryTests+Bool.m */,
  436. F4353D3C1AC06F31005A6198 /* GPBDictionaryTests+Int32.m */,
  437. F4353D3D1AC06F31005A6198 /* GPBDictionaryTests+Int64.m */,
  438. F4353D3E1AC06F31005A6198 /* GPBDictionaryTests+String.m */,
  439. F4353D3F1AC06F31005A6198 /* GPBDictionaryTests+UInt32.m */,
  440. F4353D401AC06F31005A6198 /* GPBDictionaryTests+UInt64.m */,
  441. F4584D801ECCB39E00803AB6 /* GPBExtensionRegistryTest.m */,
  442. 7461B6A30F94FDF800A0C422 /* GPBMessageTests.m */,
  443. F4487C841AAF6AC500531423 /* GPBMessageTests+Merge.m */,
  444. F4487C761AADF84900531423 /* GPBMessageTests+Runtime.m */,
  445. F4487C801AAF62FC00531423 /* GPBMessageTests+Serialization.m */,
  446. F4B51B1B1BBC5C7100744318 /* GPBObjectiveCPlusPlusTest.mm */,
  447. F41C175C1833D3310064ED4D /* GPBPerfTests.m */,
  448. 8B4248B31A8BD96E00BC1EC6 /* GPBSwiftTests.swift */,
  449. 7461B6AB0F94FDF800A0C422 /* GPBTestUtilities.h */,
  450. 7461B6AC0F94FDF800A0C422 /* GPBTestUtilities.m */,
  451. 8BD3981E14BE59D70081D629 /* GPBUnittestProtos.m */,
  452. F4F8D8841D78A186002CE128 /* GPBUnittestProtos2.m */,
  453. 7461B6B80F94FDF900A0C422 /* GPBUnknownFieldSetTest.m */,
  454. 7461B6BA0F94FDF900A0C422 /* GPBUtilitiesTests.m */,
  455. 8B4248E51A929C9900BC1EC6 /* GPBWellKnownTypesTest.m */,
  456. 7461B6BC0F94FDF900A0C422 /* GPBWireFormatTests.m */,
  457. F45E57C81AE6DC98000B7D99 /* text_format_map_unittest_data.txt */,
  458. F43C88CF191D77FC009E917D /* text_format_unittest_data.txt */,
  459. 8B7E6A7414893DBA00F8884A /* unittest_custom_options.proto */,
  460. F4AC9E1C1A8BEB1000BD6E83 /* unittest_cycle.proto */,
  461. 8B7E6A7514893DBA00F8884A /* unittest_embed_optimize_for.proto */,
  462. 8B7E6A7614893DBA00F8884A /* unittest_empty.proto */,
  463. 8BD3981D14BE54220081D629 /* unittest_enormous_descriptor.proto */,
  464. 8B7E6A7814893DBB00F8884A /* unittest_import.proto */,
  465. 8BBD9DB016DD1DC8008E1EC1 /* unittest_lite.proto */,
  466. 8B7E6A7B14893DBC00F8884A /* unittest_mset.proto */,
  467. 8B7E6A7C14893DBC00F8884A /* unittest_no_generic_services.proto */,
  468. F4CF31711B162EF500BD9B06 /* unittest_objc_startup.proto */,
  469. 8B09AAF614B663A7007B4184 /* unittest_objc.proto */,
  470. 8B7E6A7D14893DBC00F8884A /* unittest_optimize_for.proto */,
  471. F4487C7A1AADFB5500531423 /* unittest_runtime_proto2.proto */,
  472. F4487C7B1AADFB5500531423 /* unittest_runtime_proto3.proto */,
  473. 8B7E6A7E14893DBC00F8884A /* unittest.proto */,
  474. 8B4248B21A8BD96D00BC1EC6 /* UnitTests-Bridging-Header.h */,
  475. 7401C1A90F950347006D8281 /* UnitTests-Info.plist */,
  476. );
  477. path = Tests;
  478. sourceTree = "<group>";
  479. };
  480. 8B9A5EA91831993600A9D33B /* iOSTestHarness */ = {
  481. isa = PBXGroup;
  482. children = (
  483. 8B9A5EB31831993600A9D33B /* AppDelegate.m */,
  484. 8B9A5EB51831993600A9D33B /* Images.xcassets */,
  485. 8B9A5EAA1831993600A9D33B /* Supporting Files */,
  486. 8B9742321A89D19F00DCE92C /* LaunchScreen.xib */,
  487. );
  488. path = iOSTestHarness;
  489. sourceTree = "<group>";
  490. };
  491. 8B9A5EAA1831993600A9D33B /* Supporting Files */ = {
  492. isa = PBXGroup;
  493. children = (
  494. 8B9A5EAB1831993600A9D33B /* Info.plist */,
  495. 8B9A5EAC1831993600A9D33B /* InfoPlist.strings */,
  496. );
  497. name = "Supporting Files";
  498. sourceTree = "<group>";
  499. };
  500. 8BCF334414ED727300BC5317 /* Support */ = {
  501. isa = PBXGroup;
  502. children = (
  503. F4411BE81AF1301700324B4A /* GPBArray_PackagePrivate.h */,
  504. F4487C701A9F906200531423 /* GPBArray.h */,
  505. F4487C711A9F906200531423 /* GPBArray.m */,
  506. 7461B48D0F94F99000A0C422 /* GPBBootstrap.h */,
  507. F43725921AC9835D004DCAFB /* GPBDictionary_PackagePrivate.h */,
  508. F4353D241ABB156F005A6198 /* GPBDictionary.h */,
  509. F4353D251ABB156F005A6198 /* GPBDictionary.m */,
  510. 8BEB5AE01498033E0078BF9D /* GPBRuntimeTypes.h */,
  511. F4487C7D1AAE06C500531423 /* GPBUtilities_PackagePrivate.h */,
  512. 7461B4E50F94F99000A0C422 /* GPBUtilities.h */,
  513. 7461B4E60F94F99000A0C422 /* GPBUtilities.m */,
  514. 8B4248E11A929C8900BC1EC6 /* GPBWellKnownTypes.h */,
  515. 8B4248E21A929C8900BC1EC6 /* GPBWellKnownTypes.m */,
  516. );
  517. name = Support;
  518. sourceTree = "<group>";
  519. };
  520. /* End PBXGroup section */
  521. /* Begin PBXHeadersBuildPhase section */
  522. 7461B52A0F94FAF800A0C422 /* Headers */ = {
  523. isa = PBXHeadersBuildPhase;
  524. buildActionMask = 2147483647;
  525. files = (
  526. );
  527. runOnlyForDeploymentPostprocessing = 0;
  528. };
  529. F4487C561A9F8F8100531423 /* Headers */ = {
  530. isa = PBXHeadersBuildPhase;
  531. buildActionMask = 2147483647;
  532. files = (
  533. );
  534. runOnlyForDeploymentPostprocessing = 0;
  535. };
  536. /* End PBXHeadersBuildPhase section */
  537. /* Begin PBXLegacyTarget section */
  538. F45BBC0E1B0CDB50002D064D /* Compile Unittest Protos */ = {
  539. isa = PBXLegacyTarget;
  540. buildArgumentsString = "$(ACTION)";
  541. buildConfigurationList = F45BBC111B0CDB50002D064D /* Build configuration list for PBXLegacyTarget "Compile Unittest Protos" */;
  542. buildPhases = (
  543. );
  544. buildToolPath = DevTools/compile_testing_protos.sh;
  545. buildWorkingDirectory = "";
  546. dependencies = (
  547. );
  548. name = "Compile Unittest Protos";
  549. passBuildSettingsInEnvironment = 1;
  550. productName = "Compile Unittest Protos";
  551. };
  552. /* End PBXLegacyTarget section */
  553. /* Begin PBXNativeTarget section */
  554. 7461B52D0F94FAF800A0C422 /* ProtocolBuffers */ = {
  555. isa = PBXNativeTarget;
  556. buildConfigurationList = 7461B5330F94FAFD00A0C422 /* Build configuration list for PBXNativeTarget "ProtocolBuffers" */;
  557. buildPhases = (
  558. 7461B52A0F94FAF800A0C422 /* Headers */,
  559. 7461B52B0F94FAF800A0C422 /* Sources */,
  560. 7461B52C0F94FAF800A0C422 /* Frameworks */,
  561. );
  562. buildRules = (
  563. );
  564. dependencies = (
  565. );
  566. name = ProtocolBuffers;
  567. productName = "ProtocolBuffers-iPhoneDevice";
  568. productReference = 7461B52E0F94FAF800A0C422 /* libProtocolBuffers.a */;
  569. productType = "com.apple.product-type.library.static";
  570. };
  571. 8B9A5EA41831993600A9D33B /* iOSTestHarness */ = {
  572. isa = PBXNativeTarget;
  573. buildConfigurationList = 8B9A5ECA1831993600A9D33B /* Build configuration list for PBXNativeTarget "iOSTestHarness" */;
  574. buildPhases = (
  575. 8B9A5EA11831993600A9D33B /* Sources */,
  576. 8B9A5EA21831993600A9D33B /* Frameworks */,
  577. 8B9A5EA31831993600A9D33B /* Resources */,
  578. );
  579. buildRules = (
  580. );
  581. dependencies = (
  582. );
  583. name = iOSTestHarness;
  584. productName = iOSTestHarness;
  585. productReference = 8B9A5EA51831993600A9D33B /* iOSTestHarness.app */;
  586. productType = "com.apple.product-type.application";
  587. };
  588. 8BBEA4A5147C727100C4ADB7 /* UnitTests */ = {
  589. isa = PBXNativeTarget;
  590. buildConfigurationList = 8BBEA4BA147C728600C4ADB7 /* Build configuration list for PBXNativeTarget "UnitTests" */;
  591. buildPhases = (
  592. F4B62A791AF91F7500AFCEDC /* Script: Check Runtime Stamps */,
  593. 8BBEA4A1147C727100C4ADB7 /* Resources */,
  594. 8BBEA4A2147C727100C4ADB7 /* Sources */,
  595. 8BBEA4A3147C727100C4ADB7 /* Frameworks */,
  596. );
  597. buildRules = (
  598. );
  599. dependencies = (
  600. 8BBEA4BD147C729A00C4ADB7 /* PBXTargetDependency */,
  601. F45BBC131B0CDBBA002D064D /* PBXTargetDependency */,
  602. 8B9A5ED11831994600A9D33B /* PBXTargetDependency */,
  603. );
  604. name = UnitTests;
  605. productName = UnitTests;
  606. productReference = 8BBEA4A6147C727100C4ADB7 /* UnitTests.xctest */;
  607. productType = "com.apple.product-type.bundle.unit-test";
  608. };
  609. F4487C551A9F8F8100531423 /* TestSingleSourceBuild */ = {
  610. isa = PBXNativeTarget;
  611. buildConfigurationList = F4487C6B1A9F8F8100531423 /* Build configuration list for PBXNativeTarget "TestSingleSourceBuild" */;
  612. buildPhases = (
  613. F4487C561A9F8F8100531423 /* Headers */,
  614. F4487C5A1A9F8F8100531423 /* Sources */,
  615. F4487C691A9F8F8100531423 /* Frameworks */,
  616. );
  617. buildRules = (
  618. );
  619. dependencies = (
  620. );
  621. name = TestSingleSourceBuild;
  622. productName = "ProtocolBuffers-iPhoneDevice";
  623. productReference = F4487C6E1A9F8F8100531423 /* libTestSingleSourceBuild.a */;
  624. productType = "com.apple.product-type.library.static";
  625. };
  626. /* End PBXNativeTarget section */
  627. /* Begin PBXProject section */
  628. 29B97313FDCFA39411CA2CEA /* Project object */ = {
  629. isa = PBXProject;
  630. attributes = {
  631. LastSwiftUpdateCheck = 0710;
  632. LastTestingUpgradeCheck = 0600;
  633. LastUpgradeCheck = 0900;
  634. TargetAttributes = {
  635. 8BBEA4A5147C727100C4ADB7 = {
  636. LastSwiftMigration = 0800;
  637. TestTargetID = 8B9A5EA41831993600A9D33B;
  638. };
  639. F45BBC0E1B0CDB50002D064D = {
  640. CreatedOnToolsVersion = 6.3.2;
  641. };
  642. };
  643. };
  644. buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "ProtocolBuffers_iOS" */;
  645. compatibilityVersion = "Xcode 6.3";
  646. developmentRegion = English;
  647. hasScannedForEncodings = 1;
  648. knownRegions = (
  649. en,
  650. );
  651. mainGroup = 29B97314FDCFA39411CA2CEA /* CustomTemplate */;
  652. projectDirPath = "";
  653. projectRoot = "";
  654. targets = (
  655. 7461B52D0F94FAF800A0C422 /* ProtocolBuffers */,
  656. 8BBEA4A5147C727100C4ADB7 /* UnitTests */,
  657. 8B9A5EA41831993600A9D33B /* iOSTestHarness */,
  658. F4487C551A9F8F8100531423 /* TestSingleSourceBuild */,
  659. F45BBC0E1B0CDB50002D064D /* Compile Unittest Protos */,
  660. );
  661. };
  662. /* End PBXProject section */
  663. /* Begin PBXResourcesBuildPhase section */
  664. 8B9A5EA31831993600A9D33B /* Resources */ = {
  665. isa = PBXResourcesBuildPhase;
  666. buildActionMask = 2147483647;
  667. files = (
  668. 8B9A5EAE1831993600A9D33B /* InfoPlist.strings in Resources */,
  669. 8B9A5EB61831993600A9D33B /* Images.xcassets in Resources */,
  670. 8B9742331A89D19F00DCE92C /* LaunchScreen.xib in Resources */,
  671. );
  672. runOnlyForDeploymentPostprocessing = 0;
  673. };
  674. 8BBEA4A1147C727100C4ADB7 /* Resources */ = {
  675. isa = PBXResourcesBuildPhase;
  676. buildActionMask = 2147483647;
  677. files = (
  678. 8B210CCE159383D60032D72D /* golden_message in Resources */,
  679. F43C88D0191D77FC009E917D /* text_format_unittest_data.txt in Resources */,
  680. 8B210CD0159386920032D72D /* golden_packed_fields_message in Resources */,
  681. F45E57C91AE6DC98000B7D99 /* text_format_map_unittest_data.txt in Resources */,
  682. );
  683. runOnlyForDeploymentPostprocessing = 0;
  684. };
  685. /* End PBXResourcesBuildPhase section */
  686. /* Begin PBXShellScriptBuildPhase section */
  687. F4B62A791AF91F7500AFCEDC /* Script: Check Runtime Stamps */ = {
  688. isa = PBXShellScriptBuildPhase;
  689. buildActionMask = 2147483647;
  690. files = (
  691. );
  692. inputPaths = (
  693. );
  694. name = "Script: Check Runtime Stamps";
  695. outputPaths = (
  696. );
  697. runOnlyForDeploymentPostprocessing = 0;
  698. shellPath = /bin/sh;
  699. shellScript = "set -eu\nexec \"${SOURCE_ROOT}/DevTools/check_version_stamps.sh\"\n";
  700. showEnvVarsInLog = 0;
  701. };
  702. /* End PBXShellScriptBuildPhase section */
  703. /* Begin PBXSourcesBuildPhase section */
  704. 7461B52B0F94FAF800A0C422 /* Sources */ = {
  705. isa = PBXSourcesBuildPhase;
  706. buildActionMask = 2147483647;
  707. files = (
  708. 7461B53C0F94FB4E00A0C422 /* GPBCodedInputStream.m in Sources */,
  709. F4E675D21B21D1620054530B /* Empty.pbobjc.m in Sources */,
  710. F4487C731A9F906200531423 /* GPBArray.m in Sources */,
  711. 7461B53D0F94FB4E00A0C422 /* GPBCodedOutputStream.m in Sources */,
  712. 7461B5490F94FB4E00A0C422 /* GPBExtensionRegistry.m in Sources */,
  713. F4E675D31B21D1620054530B /* FieldMask.pbobjc.m in Sources */,
  714. 7461B54C0F94FB4E00A0C422 /* GPBUnknownField.m in Sources */,
  715. 7461B5530F94FB4E00A0C422 /* GPBMessage.m in Sources */,
  716. F47476E91D21A537007C7B1A /* Duration.pbobjc.m in Sources */,
  717. 7461B5610F94FB4E00A0C422 /* GPBUnknownFieldSet.m in Sources */,
  718. 7461B5630F94FB4E00A0C422 /* GPBUtilities.m in Sources */,
  719. 7461B5640F94FB4E00A0C422 /* GPBWireFormat.m in Sources */,
  720. F4E675D11B21D1620054530B /* Api.pbobjc.m in Sources */,
  721. F4E675D41B21D1620054530B /* SourceContext.pbobjc.m in Sources */,
  722. F4353D271ABB156F005A6198 /* GPBDictionary.m in Sources */,
  723. 8B79657B14992E3F002FFBFC /* GPBRootObject.m in Sources */,
  724. 8B96157414C8C38C00A2AC0B /* GPBDescriptor.m in Sources */,
  725. F4E675D01B21D1620054530B /* Any.pbobjc.m in Sources */,
  726. F45C69CC16DFD08D0081955B /* GPBExtensionInternals.m in Sources */,
  727. 8B4248E41A929C8900BC1EC6 /* GPBWellKnownTypes.m in Sources */,
  728. F4E675D61B21D1620054530B /* Type.pbobjc.m in Sources */,
  729. F4E675D51B21D1620054530B /* Struct.pbobjc.m in Sources */,
  730. F4E675D71B21D1620054530B /* Wrappers.pbobjc.m in Sources */,
  731. F47476EA1D21A537007C7B1A /* Timestamp.pbobjc.m in Sources */,
  732. );
  733. runOnlyForDeploymentPostprocessing = 0;
  734. };
  735. 8B9A5EA11831993600A9D33B /* Sources */ = {
  736. isa = PBXSourcesBuildPhase;
  737. buildActionMask = 2147483647;
  738. files = (
  739. 8B9A5EB41831993600A9D33B /* AppDelegate.m in Sources */,
  740. );
  741. runOnlyForDeploymentPostprocessing = 0;
  742. };
  743. 8BBEA4A2147C727100C4ADB7 /* Sources */ = {
  744. isa = PBXSourcesBuildPhase;
  745. buildActionMask = 2147483647;
  746. files = (
  747. 8BBEA4A9147C727D00C4ADB7 /* GPBCodedInputStreamTests.m in Sources */,
  748. F401DC351A8E5C6F00FCC765 /* GPBArrayTests.m in Sources */,
  749. F4353D441AC06F31005A6198 /* GPBDictionaryTests+Int64.m in Sources */,
  750. F4353D471AC06F31005A6198 /* GPBDictionaryTests+UInt64.m in Sources */,
  751. 8BBEA4AA147C727D00C4ADB7 /* GPBCodedOuputStreamTests.m in Sources */,
  752. 8BBEA4AC147C727D00C4ADB7 /* GPBMessageTests.m in Sources */,
  753. F4487C811AAF62FC00531423 /* GPBMessageTests+Serialization.m in Sources */,
  754. 8B4248E61A929C9900BC1EC6 /* GPBWellKnownTypesTest.m in Sources */,
  755. F4353D1F1AB88243005A6198 /* GPBDescriptorTests.m in Sources */,
  756. F4F8D8861D78A193002CE128 /* GPBUnittestProtos2.m in Sources */,
  757. F4B51B1C1BBC5C7100744318 /* GPBObjectiveCPlusPlusTest.mm in Sources */,
  758. 8B4248B41A8BD96E00BC1EC6 /* GPBSwiftTests.swift in Sources */,
  759. F4584D831ECCB53600803AB6 /* GPBExtensionRegistryTest.m in Sources */,
  760. 5102DABC1891A073002037B6 /* GPBConcurrencyTests.m in Sources */,
  761. F4487C771AADF84900531423 /* GPBMessageTests+Runtime.m in Sources */,
  762. F4353D431AC06F31005A6198 /* GPBDictionaryTests+Int32.m in Sources */,
  763. 8BBEA4B0147C727D00C4ADB7 /* GPBTestUtilities.m in Sources */,
  764. F41C175D1833D3310064ED4D /* GPBPerfTests.m in Sources */,
  765. F4353D421AC06F31005A6198 /* GPBDictionaryTests+Bool.m in Sources */,
  766. F4487C851AAF6AC500531423 /* GPBMessageTests+Merge.m in Sources */,
  767. 8BBEA4B6147C727D00C4ADB7 /* GPBUnknownFieldSetTest.m in Sources */,
  768. F4353D451AC06F31005A6198 /* GPBDictionaryTests+String.m in Sources */,
  769. F4353D461AC06F31005A6198 /* GPBDictionaryTests+UInt32.m in Sources */,
  770. 8BBEA4B7147C727D00C4ADB7 /* GPBUtilitiesTests.m in Sources */,
  771. F4C4B9E71E1D97BF00D3B61D /* GPBDictionaryTests.m in Sources */,
  772. 8BBEA4B8147C727D00C4ADB7 /* GPBWireFormatTests.m in Sources */,
  773. 8BD3981F14BE59D70081D629 /* GPBUnittestProtos.m in Sources */,
  774. 8B8B615D17DF7056002EE618 /* GPBARCUnittestProtos.m in Sources */,
  775. );
  776. runOnlyForDeploymentPostprocessing = 0;
  777. };
  778. F4487C5A1A9F8F8100531423 /* Sources */ = {
  779. isa = PBXSourcesBuildPhase;
  780. buildActionMask = 2147483647;
  781. files = (
  782. F4487C6F1A9F8FFF00531423 /* GPBProtocolBuffers.m in Sources */,
  783. );
  784. runOnlyForDeploymentPostprocessing = 0;
  785. };
  786. /* End PBXSourcesBuildPhase section */
  787. /* Begin PBXTargetDependency section */
  788. 8B9A5ED11831994600A9D33B /* PBXTargetDependency */ = {
  789. isa = PBXTargetDependency;
  790. target = 8B9A5EA41831993600A9D33B /* iOSTestHarness */;
  791. targetProxy = 8B9A5ED01831994600A9D33B /* PBXContainerItemProxy */;
  792. };
  793. 8BBEA4BD147C729A00C4ADB7 /* PBXTargetDependency */ = {
  794. isa = PBXTargetDependency;
  795. target = 7461B52D0F94FAF800A0C422 /* ProtocolBuffers */;
  796. targetProxy = 8BBEA4BC147C729A00C4ADB7 /* PBXContainerItemProxy */;
  797. };
  798. F45BBC131B0CDBBA002D064D /* PBXTargetDependency */ = {
  799. isa = PBXTargetDependency;
  800. target = F45BBC0E1B0CDB50002D064D /* Compile Unittest Protos */;
  801. targetProxy = F45BBC121B0CDBBA002D064D /* PBXContainerItemProxy */;
  802. };
  803. /* End PBXTargetDependency section */
  804. /* Begin PBXVariantGroup section */
  805. 8B9A5EAC1831993600A9D33B /* InfoPlist.strings */ = {
  806. isa = PBXVariantGroup;
  807. children = (
  808. 8B9A5EAD1831993600A9D33B /* en */,
  809. );
  810. name = InfoPlist.strings;
  811. sourceTree = "<group>";
  812. };
  813. /* End PBXVariantGroup section */
  814. /* Begin XCBuildConfiguration section */
  815. 7461B52F0F94FAFA00A0C422 /* Debug */ = {
  816. isa = XCBuildConfiguration;
  817. buildSettings = {
  818. HEADER_SEARCH_PATHS = "$(SRCROOT)";
  819. PRODUCT_NAME = ProtocolBuffers;
  820. TARGETED_DEVICE_FAMILY = "1,2";
  821. };
  822. name = Debug;
  823. };
  824. 7461B5300F94FAFA00A0C422 /* Release */ = {
  825. isa = XCBuildConfiguration;
  826. buildSettings = {
  827. HEADER_SEARCH_PATHS = "$(SRCROOT)";
  828. PRODUCT_NAME = ProtocolBuffers;
  829. TARGETED_DEVICE_FAMILY = "1,2";
  830. };
  831. name = Release;
  832. };
  833. 8B9A5ECB1831993600A9D33B /* Debug */ = {
  834. isa = XCBuildConfiguration;
  835. buildSettings = {
  836. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  837. ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
  838. CLANG_ENABLE_OBJC_ARC = YES;
  839. INFOPLIST_FILE = "$(SRCROOT)/Tests/iOSTestHarness/Info.plist";
  840. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  841. PRODUCT_BUNDLE_IDENTIFIER = "com.google.${PRODUCT_NAME:rfc1034identifier}";
  842. PRODUCT_NAME = "$(TARGET_NAME)";
  843. TARGETED_DEVICE_FAMILY = "1,2";
  844. WRAPPER_EXTENSION = app;
  845. };
  846. name = Debug;
  847. };
  848. 8B9A5ECC1831993600A9D33B /* Release */ = {
  849. isa = XCBuildConfiguration;
  850. buildSettings = {
  851. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  852. ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
  853. CLANG_ENABLE_OBJC_ARC = YES;
  854. INFOPLIST_FILE = "$(SRCROOT)/Tests/iOSTestHarness/Info.plist";
  855. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  856. PRODUCT_BUNDLE_IDENTIFIER = "com.google.${PRODUCT_NAME:rfc1034identifier}";
  857. PRODUCT_NAME = "$(TARGET_NAME)";
  858. TARGETED_DEVICE_FAMILY = "1,2";
  859. WRAPPER_EXTENSION = app;
  860. };
  861. name = Release;
  862. };
  863. 8BBEA4A7147C727100C4ADB7 /* Debug */ = {
  864. isa = XCBuildConfiguration;
  865. buildSettings = {
  866. CLANG_ENABLE_MODULES = YES;
  867. FRAMEWORK_SEARCH_PATHS = (
  868. "\"$(DEVELOPER_LIBRARY_DIR)/Frameworks\"",
  869. "$(inherited)",
  870. );
  871. HEADER_SEARCH_PATHS = (
  872. "${PROJECT_DERIVED_FILE_DIR}/protos",
  873. "$(SRCROOT)",
  874. );
  875. INFOPLIST_FILE = "Tests/UnitTests-Info.plist";
  876. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  877. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  878. LIBRARY_SEARCH_PATHS = (
  879. "$(inherited)",
  880. "\"$(DEVELOPER_DIR)/usr/lib\"",
  881. );
  882. OTHER_LDFLAGS = "-ObjC";
  883. PRODUCT_NAME = UnitTests;
  884. SWIFT_OBJC_BRIDGING_HEADER = "Tests/UnitTests-Bridging-Header.h";
  885. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  886. SWIFT_VERSION = 3.0;
  887. TARGETED_DEVICE_FAMILY = "1,2";
  888. TEST_HOST = "$(BUILT_PRODUCTS_DIR)/iOSTestHarness.app/iOSTestHarness";
  889. WARNING_CFLAGS = (
  890. "$(inherited)",
  891. "-Wno-documentation-unknown-command",
  892. "-Wno-reserved-id-macro",
  893. "-Wno-direct-ivar-access",
  894. );
  895. };
  896. name = Debug;
  897. };
  898. 8BBEA4A8147C727100C4ADB7 /* Release */ = {
  899. isa = XCBuildConfiguration;
  900. buildSettings = {
  901. CLANG_ENABLE_MODULES = YES;
  902. FRAMEWORK_SEARCH_PATHS = (
  903. "\"$(DEVELOPER_LIBRARY_DIR)/Frameworks\"",
  904. "$(inherited)",
  905. );
  906. HEADER_SEARCH_PATHS = (
  907. "${PROJECT_DERIVED_FILE_DIR}/protos",
  908. "$(SRCROOT)",
  909. );
  910. INFOPLIST_FILE = "Tests/UnitTests-Info.plist";
  911. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  912. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  913. LIBRARY_SEARCH_PATHS = (
  914. "$(inherited)",
  915. "\"$(DEVELOPER_DIR)/usr/lib\"",
  916. );
  917. OTHER_LDFLAGS = "-ObjC";
  918. PRODUCT_NAME = UnitTests;
  919. SWIFT_OBJC_BRIDGING_HEADER = "Tests/UnitTests-Bridging-Header.h";
  920. SWIFT_VERSION = 3.0;
  921. TARGETED_DEVICE_FAMILY = "1,2";
  922. TEST_HOST = "$(BUILT_PRODUCTS_DIR)/iOSTestHarness.app/iOSTestHarness";
  923. WARNING_CFLAGS = (
  924. "$(inherited)",
  925. "-Wno-documentation-unknown-command",
  926. "-Wno-reserved-id-macro",
  927. "-Wno-direct-ivar-access",
  928. );
  929. };
  930. name = Release;
  931. };
  932. C01FCF4F08A954540054247B /* Debug */ = {
  933. isa = XCBuildConfiguration;
  934. buildSettings = {
  935. ALWAYS_SEARCH_USER_PATHS = YES;
  936. CLANG_ANALYZER_NONNULL = YES;
  937. CLANG_ANALYZER_SECURITY_FLOATLOOPCOUNTER = YES;
  938. CLANG_ANALYZER_SECURITY_INSECUREAPI_RAND = YES;
  939. CLANG_ANALYZER_SECURITY_INSECUREAPI_STRCPY = YES;
  940. CLANG_STATIC_ANALYZER_MODE = deep;
  941. CLANG_WARN_ASSIGN_ENUM = YES;
  942. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  943. CLANG_WARN_COMMA = YES;
  944. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  945. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  946. CLANG_WARN_EMPTY_BODY = YES;
  947. CLANG_WARN_INFINITE_RECURSION = YES;
  948. CLANG_WARN_NULLABLE_TO_NONNULL_CONVERSION = YES;
  949. CLANG_WARN_OBJC_EXPLICIT_OWNERSHIP_TYPE = YES;
  950. CLANG_WARN_OBJC_IMPLICIT_ATOMIC_PROPERTIES = YES;
  951. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  952. CLANG_WARN_OBJC_MISSING_PROPERTY_SYNTHESIS = YES;
  953. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  954. CLANG_WARN_STRICT_PROTOTYPES = YES;
  955. CLANG_WARN_SUSPICIOUS_IMPLICIT_CONVERSION = YES;
  956. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  957. CLANG_WARN_UNREACHABLE_CODE = YES_AGGRESSIVE;
  958. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  959. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  960. ENABLE_STRICT_OBJC_MSGSEND = YES;
  961. ENABLE_TESTABILITY = YES;
  962. GCC_C_LANGUAGE_STANDARD = c99;
  963. GCC_NO_COMMON_BLOCKS = YES;
  964. GCC_OPTIMIZATION_LEVEL = 0;
  965. GCC_PREPROCESSOR_DEFINITIONS = "DEBUG=1";
  966. GCC_TREAT_IMPLICIT_FUNCTION_DECLARATIONS_AS_ERRORS = YES;
  967. GCC_TREAT_INCOMPATIBLE_POINTER_TYPE_WARNINGS_AS_ERRORS = YES;
  968. GCC_TREAT_WARNINGS_AS_ERRORS = YES;
  969. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  970. GCC_WARN_ABOUT_MISSING_FIELD_INITIALIZERS = YES;
  971. GCC_WARN_ABOUT_MISSING_NEWLINE = YES;
  972. GCC_WARN_ABOUT_MISSING_PROTOTYPES = YES;
  973. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  974. GCC_WARN_HIDDEN_VIRTUAL_FUNCTIONS = YES;
  975. GCC_WARN_INITIALIZER_NOT_FULLY_BRACKETED = YES;
  976. GCC_WARN_MISSING_PARENTHESES = YES;
  977. GCC_WARN_NON_VIRTUAL_DESTRUCTOR = YES;
  978. GCC_WARN_SHADOW = YES;
  979. GCC_WARN_SIGN_COMPARE = YES;
  980. GCC_WARN_UNDECLARED_SELECTOR = YES;
  981. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  982. GCC_WARN_UNKNOWN_PRAGMAS = YES;
  983. GCC_WARN_UNUSED_FUNCTION = YES;
  984. GCC_WARN_UNUSED_LABEL = YES;
  985. GCC_WARN_UNUSED_PARAMETER = YES;
  986. GCC_WARN_UNUSED_VARIABLE = YES;
  987. GENERATE_PROFILING_CODE = NO;
  988. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  989. ONLY_ACTIVE_ARCH = YES;
  990. RUN_CLANG_STATIC_ANALYZER = YES;
  991. SDKROOT = iphoneos;
  992. WARNING_CFLAGS = (
  993. "-Wdocumentation-unknown-command",
  994. "-Wundef",
  995. "-Wreserved-id-macro",
  996. "-Wswitch-enum",
  997. "-Wdirect-ivar-access",
  998. "-Woverriding-method-mismatch",
  999. );
  1000. };
  1001. name = Debug;
  1002. };
  1003. C01FCF5008A954540054247B /* Release */ = {
  1004. isa = XCBuildConfiguration;
  1005. buildSettings = {
  1006. ALWAYS_SEARCH_USER_PATHS = YES;
  1007. CLANG_ANALYZER_NONNULL = YES;
  1008. CLANG_ANALYZER_SECURITY_FLOATLOOPCOUNTER = YES;
  1009. CLANG_ANALYZER_SECURITY_INSECUREAPI_RAND = YES;
  1010. CLANG_ANALYZER_SECURITY_INSECUREAPI_STRCPY = YES;
  1011. CLANG_STATIC_ANALYZER_MODE = deep;
  1012. CLANG_WARN_ASSIGN_ENUM = YES;
  1013. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  1014. CLANG_WARN_COMMA = YES;
  1015. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  1016. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  1017. CLANG_WARN_EMPTY_BODY = YES;
  1018. CLANG_WARN_INFINITE_RECURSION = YES;
  1019. CLANG_WARN_NULLABLE_TO_NONNULL_CONVERSION = YES;
  1020. CLANG_WARN_OBJC_EXPLICIT_OWNERSHIP_TYPE = YES;
  1021. CLANG_WARN_OBJC_IMPLICIT_ATOMIC_PROPERTIES = YES;
  1022. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  1023. CLANG_WARN_OBJC_MISSING_PROPERTY_SYNTHESIS = YES;
  1024. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  1025. CLANG_WARN_STRICT_PROTOTYPES = YES;
  1026. CLANG_WARN_SUSPICIOUS_IMPLICIT_CONVERSION = YES;
  1027. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  1028. CLANG_WARN_UNREACHABLE_CODE = YES_AGGRESSIVE;
  1029. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  1030. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  1031. ENABLE_NS_ASSERTIONS = NO;
  1032. ENABLE_STRICT_OBJC_MSGSEND = YES;
  1033. GCC_C_LANGUAGE_STANDARD = c99;
  1034. GCC_NO_COMMON_BLOCKS = YES;
  1035. GCC_TREAT_IMPLICIT_FUNCTION_DECLARATIONS_AS_ERRORS = YES;
  1036. GCC_TREAT_INCOMPATIBLE_POINTER_TYPE_WARNINGS_AS_ERRORS = YES;
  1037. GCC_TREAT_WARNINGS_AS_ERRORS = YES;
  1038. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  1039. GCC_WARN_ABOUT_MISSING_FIELD_INITIALIZERS = YES;
  1040. GCC_WARN_ABOUT_MISSING_NEWLINE = YES;
  1041. GCC_WARN_ABOUT_MISSING_PROTOTYPES = YES;
  1042. GCC_WARN_ABOUT_RETURN_TYPE = YES;
  1043. GCC_WARN_HIDDEN_VIRTUAL_FUNCTIONS = YES;
  1044. GCC_WARN_INITIALIZER_NOT_FULLY_BRACKETED = YES;
  1045. GCC_WARN_MISSING_PARENTHESES = YES;
  1046. GCC_WARN_NON_VIRTUAL_DESTRUCTOR = YES;
  1047. GCC_WARN_SHADOW = YES;
  1048. GCC_WARN_SIGN_COMPARE = YES;
  1049. GCC_WARN_UNDECLARED_SELECTOR = YES;
  1050. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  1051. GCC_WARN_UNKNOWN_PRAGMAS = YES;
  1052. GCC_WARN_UNUSED_FUNCTION = YES;
  1053. GCC_WARN_UNUSED_LABEL = YES;
  1054. GCC_WARN_UNUSED_PARAMETER = YES;
  1055. GCC_WARN_UNUSED_VARIABLE = YES;
  1056. GENERATE_PROFILING_CODE = NO;
  1057. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  1058. RUN_CLANG_STATIC_ANALYZER = YES;
  1059. SDKROOT = iphoneos;
  1060. SWIFT_OPTIMIZATION_LEVEL = "-Owholemodule";
  1061. WARNING_CFLAGS = (
  1062. "-Wdocumentation-unknown-command",
  1063. "-Wundef",
  1064. "-Wreserved-id-macro",
  1065. "-Wswitch-enum",
  1066. "-Wdirect-ivar-access",
  1067. "-Woverriding-method-mismatch",
  1068. );
  1069. };
  1070. name = Release;
  1071. };
  1072. F4487C6C1A9F8F8100531423 /* Debug */ = {
  1073. isa = XCBuildConfiguration;
  1074. buildSettings = {
  1075. HEADER_SEARCH_PATHS = "$(SRCROOT)";
  1076. PRODUCT_NAME = TestSingleSourceBuild;
  1077. TARGETED_DEVICE_FAMILY = "1,2";
  1078. };
  1079. name = Debug;
  1080. };
  1081. F4487C6D1A9F8F8100531423 /* Release */ = {
  1082. isa = XCBuildConfiguration;
  1083. buildSettings = {
  1084. HEADER_SEARCH_PATHS = "$(SRCROOT)";
  1085. PRODUCT_NAME = TestSingleSourceBuild;
  1086. TARGETED_DEVICE_FAMILY = "1,2";
  1087. };
  1088. name = Release;
  1089. };
  1090. F45BBC0F1B0CDB50002D064D /* Debug */ = {
  1091. isa = XCBuildConfiguration;
  1092. buildSettings = {
  1093. };
  1094. name = Debug;
  1095. };
  1096. F45BBC101B0CDB50002D064D /* Release */ = {
  1097. isa = XCBuildConfiguration;
  1098. buildSettings = {
  1099. };
  1100. name = Release;
  1101. };
  1102. /* End XCBuildConfiguration section */
  1103. /* Begin XCConfigurationList section */
  1104. 7461B5330F94FAFD00A0C422 /* Build configuration list for PBXNativeTarget "ProtocolBuffers" */ = {
  1105. isa = XCConfigurationList;
  1106. buildConfigurations = (
  1107. 7461B52F0F94FAFA00A0C422 /* Debug */,
  1108. 7461B5300F94FAFA00A0C422 /* Release */,
  1109. );
  1110. defaultConfigurationIsVisible = 0;
  1111. defaultConfigurationName = Release;
  1112. };
  1113. 8B9A5ECA1831993600A9D33B /* Build configuration list for PBXNativeTarget "iOSTestHarness" */ = {
  1114. isa = XCConfigurationList;
  1115. buildConfigurations = (
  1116. 8B9A5ECB1831993600A9D33B /* Debug */,
  1117. 8B9A5ECC1831993600A9D33B /* Release */,
  1118. );
  1119. defaultConfigurationIsVisible = 0;
  1120. defaultConfigurationName = Release;
  1121. };
  1122. 8BBEA4BA147C728600C4ADB7 /* Build configuration list for PBXNativeTarget "UnitTests" */ = {
  1123. isa = XCConfigurationList;
  1124. buildConfigurations = (
  1125. 8BBEA4A7147C727100C4ADB7 /* Debug */,
  1126. 8BBEA4A8147C727100C4ADB7 /* Release */,
  1127. );
  1128. defaultConfigurationIsVisible = 0;
  1129. defaultConfigurationName = Release;
  1130. };
  1131. C01FCF4E08A954540054247B /* Build configuration list for PBXProject "ProtocolBuffers_iOS" */ = {
  1132. isa = XCConfigurationList;
  1133. buildConfigurations = (
  1134. C01FCF4F08A954540054247B /* Debug */,
  1135. C01FCF5008A954540054247B /* Release */,
  1136. );
  1137. defaultConfigurationIsVisible = 0;
  1138. defaultConfigurationName = Release;
  1139. };
  1140. F4487C6B1A9F8F8100531423 /* Build configuration list for PBXNativeTarget "TestSingleSourceBuild" */ = {
  1141. isa = XCConfigurationList;
  1142. buildConfigurations = (
  1143. F4487C6C1A9F8F8100531423 /* Debug */,
  1144. F4487C6D1A9F8F8100531423 /* Release */,
  1145. );
  1146. defaultConfigurationIsVisible = 0;
  1147. defaultConfigurationName = Release;
  1148. };
  1149. F45BBC111B0CDB50002D064D /* Build configuration list for PBXLegacyTarget "Compile Unittest Protos" */ = {
  1150. isa = XCConfigurationList;
  1151. buildConfigurations = (
  1152. F45BBC0F1B0CDB50002D064D /* Debug */,
  1153. F45BBC101B0CDB50002D064D /* Release */,
  1154. );
  1155. defaultConfigurationIsVisible = 0;
  1156. defaultConfigurationName = Release;
  1157. };
  1158. /* End XCConfigurationList section */
  1159. };
  1160. rootObject = 29B97313FDCFA39411CA2CEA /* Project object */;
  1161. }