project.pbxproj 69 KB

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