blob: 0add85c3154f19212ca9c6eaac0be02fe5e08287 [file] [log] [blame]
Thomas Van Lenten30650d82015-05-01 08:57:16 -04001// !$*UTF8*$!
2{
3 archiveVersion = 1;
4 classes = {
5 };
Thomas Van Lentena6f9ec82022-09-23 15:35:39 -04006 objectVersion = 55;
Thomas Van Lenten30650d82015-05-01 08:57:16 -04007 objects = {
8
Thomas Van Lenten30650d82015-05-01 08:57:16 -04009/* Begin PBXBuildFile section */
Thomas Van Lenten30650d82015-05-01 08:57:16 -040010 5102DABC1891A073002037B6 /* GPBConcurrencyTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 5102DABB1891A052002037B6 /* GPBConcurrencyTests.m */; };
11 7461B5360F94FB4600A0C422 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1D30AB110D05D00D00671497 /* Foundation.framework */; };
12 7461B53C0F94FB4E00A0C422 /* GPBCodedInputStream.m in Sources */ = {isa = PBXBuildFile; fileRef = 7461B48F0F94F99000A0C422 /* GPBCodedInputStream.m */; };
13 7461B53D0F94FB4E00A0C422 /* GPBCodedOutputStream.m in Sources */ = {isa = PBXBuildFile; fileRef = 7461B4910F94F99000A0C422 /* GPBCodedOutputStream.m */; };
14 7461B5490F94FB4E00A0C422 /* GPBExtensionRegistry.m in Sources */ = {isa = PBXBuildFile; fileRef = 7461B4A90F94F99000A0C422 /* GPBExtensionRegistry.m */; };
Thomas Van Lentend846b0b2015-06-08 16:24:57 -040015 7461B54C0F94FB4E00A0C422 /* GPBUnknownField.m in Sources */ = {isa = PBXBuildFile; fileRef = 7461B4AF0F94F99000A0C422 /* GPBUnknownField.m */; };
Thomas Van Lenten30650d82015-05-01 08:57:16 -040016 7461B5530F94FB4E00A0C422 /* GPBMessage.m in Sources */ = {isa = PBXBuildFile; fileRef = 7461B4BF0F94F99000A0C422 /* GPBMessage.m */; };
Thomas Van Lenten30650d82015-05-01 08:57:16 -040017 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 */; };
Thomas Van Lenten30650d82015-05-01 08:57:16 -040025 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 */; };
Thomas Van Lenten30650d82015-05-01 08:57:16 -040027 8B9A5EEC18330A0F00A9D33B /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 8B9A5E9F1831913D00A9D33B /* UIKit.framework */; };
Thomas Van Lenten30650d82015-05-01 08:57:16 -040028 8BBEA4A9147C727D00C4ADB7 /* GPBCodedInputStreamTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 7461B69B0F94FDF800A0C422 /* GPBCodedInputStreamTests.m */; };
Thomas Van Lenten5a823ff2022-09-01 17:13:01 -040029 8BBEA4AA147C727D00C4ADB7 /* GPBCodedOutputStreamTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 7461B69D0F94FDF800A0C422 /* GPBCodedOutputStreamTests.m */; };
Thomas Van Lenten30650d82015-05-01 08:57:16 -040030 8BBEA4AC147C727D00C4ADB7 /* GPBMessageTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 7461B6A30F94FDF800A0C422 /* GPBMessageTests.m */; };
31 8BBEA4B0147C727D00C4ADB7 /* GPBTestUtilities.m in Sources */ = {isa = PBXBuildFile; fileRef = 7461B6AC0F94FDF800A0C422 /* GPBTestUtilities.m */; };
Thomas Van Lenten30650d82015-05-01 08:57:16 -040032 8BBEA4B7147C727D00C4ADB7 /* GPBUtilitiesTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 7461B6BA0F94FDF900A0C422 /* GPBUtilitiesTests.m */; };
33 8BBEA4B8147C727D00C4ADB7 /* GPBWireFormatTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 7461B6BC0F94FDF900A0C422 /* GPBWireFormatTests.m */; };
34 8BBEA4BB147C729200C4ADB7 /* libProtocolBuffers.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 7461B52E0F94FAF800A0C422 /* libProtocolBuffers.a */; };
Thomas Van Lenten30650d82015-05-01 08:57:16 -040035 8BD3981F14BE59D70081D629 /* GPBUnittestProtos.m in Sources */ = {isa = PBXBuildFile; fileRef = 8BD3981E14BE59D70081D629 /* GPBUnittestProtos.m */; };
36 8BF8193514A0DDA600A2C982 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1D30AB110D05D00D00671497 /* Foundation.framework */; };
37 F401DC351A8E5C6F00FCC765 /* GPBArrayTests.m in Sources */ = {isa = PBXBuildFile; fileRef = F401DC341A8E5C6F00FCC765 /* GPBArrayTests.m */; };
Thomas Van Lentene998b8f2018-03-28 12:27:15 -040038 F40EE4F0206BF91E0071091A /* GPBCompileTest01.m in Sources */ = {isa = PBXBuildFile; fileRef = F40EE4CD206BF9170071091A /* GPBCompileTest01.m */; };
39 F40EE4F1206BF91E0071091A /* GPBCompileTest02.m in Sources */ = {isa = PBXBuildFile; fileRef = F40EE4C6206BF9170071091A /* GPBCompileTest02.m */; };
40 F40EE4F2206BF91E0071091A /* GPBCompileTest03.m in Sources */ = {isa = PBXBuildFile; fileRef = F40EE4D6206BF9190071091A /* GPBCompileTest03.m */; };
41 F40EE4F3206BF91E0071091A /* GPBCompileTest04.m in Sources */ = {isa = PBXBuildFile; fileRef = F40EE4C3206BF9160071091A /* GPBCompileTest04.m */; };
42 F40EE4F4206BF91E0071091A /* GPBCompileTest05.m in Sources */ = {isa = PBXBuildFile; fileRef = F40EE4C4206BF9160071091A /* GPBCompileTest05.m */; };
43 F40EE4F5206BF91E0071091A /* GPBCompileTest06.m in Sources */ = {isa = PBXBuildFile; fileRef = F40EE4D7206BF9190071091A /* GPBCompileTest06.m */; };
44 F40EE4F6206BF91E0071091A /* GPBCompileTest07.m in Sources */ = {isa = PBXBuildFile; fileRef = F40EE4C5206BF9170071091A /* GPBCompileTest07.m */; };
45 F40EE4F7206BF91E0071091A /* GPBCompileTest08.m in Sources */ = {isa = PBXBuildFile; fileRef = F40EE4C2206BF9160071091A /* GPBCompileTest08.m */; };
46 F40EE4F8206BF91E0071091A /* GPBCompileTest09.m in Sources */ = {isa = PBXBuildFile; fileRef = F40EE4C9206BF9170071091A /* GPBCompileTest09.m */; };
47 F40EE4F9206BF91E0071091A /* GPBCompileTest10.m in Sources */ = {isa = PBXBuildFile; fileRef = F40EE4D1206BF9180071091A /* GPBCompileTest10.m */; };
48 F40EE4FA206BF91E0071091A /* GPBCompileTest11.m in Sources */ = {isa = PBXBuildFile; fileRef = F40EE4D8206BF9190071091A /* GPBCompileTest11.m */; };
49 F40EE4FB206BF91E0071091A /* GPBCompileTest12.m in Sources */ = {isa = PBXBuildFile; fileRef = F40EE4D5206BF9180071091A /* GPBCompileTest12.m */; };
50 F40EE4FC206BF91E0071091A /* GPBCompileTest13.m in Sources */ = {isa = PBXBuildFile; fileRef = F40EE4C8206BF9170071091A /* GPBCompileTest13.m */; };
51 F40EE4FD206BF91E0071091A /* GPBCompileTest14.m in Sources */ = {isa = PBXBuildFile; fileRef = F40EE4D4206BF9180071091A /* GPBCompileTest14.m */; };
52 F40EE4FE206BF91E0071091A /* GPBCompileTest15.m in Sources */ = {isa = PBXBuildFile; fileRef = F40EE4CE206BF9170071091A /* GPBCompileTest15.m */; };
53 F40EE4FF206BF91E0071091A /* GPBCompileTest16.m in Sources */ = {isa = PBXBuildFile; fileRef = F40EE4D0206BF9180071091A /* GPBCompileTest16.m */; };
54 F40EE500206BF91E0071091A /* GPBCompileTest17.m in Sources */ = {isa = PBXBuildFile; fileRef = F40EE4D2206BF9180071091A /* GPBCompileTest17.m */; };
55 F40EE501206BF91E0071091A /* GPBCompileTest18.m in Sources */ = {isa = PBXBuildFile; fileRef = F40EE4D3206BF9180071091A /* GPBCompileTest18.m */; };
56 F40EE502206BF91E0071091A /* GPBCompileTest19.m in Sources */ = {isa = PBXBuildFile; fileRef = F40EE4C7206BF9170071091A /* GPBCompileTest19.m */; };
57 F40EE503206BF91E0071091A /* GPBCompileTest20.m in Sources */ = {isa = PBXBuildFile; fileRef = F40EE4CA206BF9170071091A /* GPBCompileTest20.m */; };
58 F40EE504206BF91E0071091A /* GPBCompileTest21.m in Sources */ = {isa = PBXBuildFile; fileRef = F40EE4CB206BF9170071091A /* GPBCompileTest21.m */; };
59 F40EE505206BF91E0071091A /* GPBCompileTest22.m in Sources */ = {isa = PBXBuildFile; fileRef = F40EE4CF206BF9170071091A /* GPBCompileTest22.m */; };
60 F40EE506206BF91E0071091A /* GPBCompileTest23.m in Sources */ = {isa = PBXBuildFile; fileRef = F40EE4CC206BF9170071091A /* GPBCompileTest23.m */; };
Thomas Van Lenten30650d82015-05-01 08:57:16 -040061 F41C175D1833D3310064ED4D /* GPBPerfTests.m in Sources */ = {isa = PBXBuildFile; fileRef = F41C175C1833D3310064ED4D /* GPBPerfTests.m */; };
62 F4353D1F1AB88243005A6198 /* GPBDescriptorTests.m in Sources */ = {isa = PBXBuildFile; fileRef = F4353D1E1AB88243005A6198 /* GPBDescriptorTests.m */; };
63 F4353D271ABB156F005A6198 /* GPBDictionary.m in Sources */ = {isa = PBXBuildFile; fileRef = F4353D251ABB156F005A6198 /* GPBDictionary.m */; };
64 F4353D421AC06F31005A6198 /* GPBDictionaryTests+Bool.m in Sources */ = {isa = PBXBuildFile; fileRef = F4353D3B1AC06F31005A6198 /* GPBDictionaryTests+Bool.m */; };
65 F4353D431AC06F31005A6198 /* GPBDictionaryTests+Int32.m in Sources */ = {isa = PBXBuildFile; fileRef = F4353D3C1AC06F31005A6198 /* GPBDictionaryTests+Int32.m */; };
66 F4353D441AC06F31005A6198 /* GPBDictionaryTests+Int64.m in Sources */ = {isa = PBXBuildFile; fileRef = F4353D3D1AC06F31005A6198 /* GPBDictionaryTests+Int64.m */; };
67 F4353D451AC06F31005A6198 /* GPBDictionaryTests+String.m in Sources */ = {isa = PBXBuildFile; fileRef = F4353D3E1AC06F31005A6198 /* GPBDictionaryTests+String.m */; };
68 F4353D461AC06F31005A6198 /* GPBDictionaryTests+UInt32.m in Sources */ = {isa = PBXBuildFile; fileRef = F4353D3F1AC06F31005A6198 /* GPBDictionaryTests+UInt32.m */; };
69 F4353D471AC06F31005A6198 /* GPBDictionaryTests+UInt64.m in Sources */ = {isa = PBXBuildFile; fileRef = F4353D401AC06F31005A6198 /* GPBDictionaryTests+UInt64.m */; };
Thomas Van Lenten47f633e2024-07-01 07:25:23 -070070 F43ADD352C2F2CE9005312E5 /* GPBUnknownFieldsTest.m in Sources */ = {isa = PBXBuildFile; fileRef = F43ADD342C2F2CE9005312E5 /* GPBUnknownFieldsTest.m */; };
71 F43ADD412C2F2D60005312E5 /* GPBUnknownFields.m in Sources */ = {isa = PBXBuildFile; fileRef = F43ADD362C2F2D06005312E5 /* GPBUnknownFields.m */; };
Thomas Van Lenten6750ed82024-07-03 08:54:56 -070072 F43ADD522C333E58005312E5 /* GPBUnknownFields+Additions.swift in Sources */ = {isa = PBXBuildFile; fileRef = F43ADD512C333E58005312E5 /* GPBUnknownFields+Additions.swift */; };
73 F43ADD582C345D0D005312E5 /* GPBUnknownField+Additions.swift in Sources */ = {isa = PBXBuildFile; fileRef = F43ADD572C345D0D005312E5 /* GPBUnknownField+Additions.swift */; };
Thomas Van Lenten6e5a8672024-07-03 10:40:29 -070074 F43ADD5E2C35A6E1005312E5 /* GPBUnknownFields_PackagePrivate.h in Headers */ = {isa = PBXBuildFile; fileRef = F43ADD5D2C35A6E1005312E5 /* GPBUnknownFields_PackagePrivate.h */; };
Thomas Van Lenten30650d82015-05-01 08:57:16 -040075 F43C88D0191D77FC009E917D /* text_format_unittest_data.txt in Resources */ = {isa = PBXBuildFile; fileRef = F43C88CF191D77FC009E917D /* text_format_unittest_data.txt */; };
Thomas Van Lenten30650d82015-05-01 08:57:16 -040076 F4487C6A1A9F8F8100531423 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1D30AB110D05D00D00671497 /* Foundation.framework */; };
77 F4487C6F1A9F8FFF00531423 /* GPBProtocolBuffers.m in Sources */ = {isa = PBXBuildFile; fileRef = 8BCF338814ED799900BC5317 /* GPBProtocolBuffers.m */; };
78 F4487C731A9F906200531423 /* GPBArray.m in Sources */ = {isa = PBXBuildFile; fileRef = F4487C711A9F906200531423 /* GPBArray.m */; };
79 F4487C771AADF84900531423 /* GPBMessageTests+Runtime.m in Sources */ = {isa = PBXBuildFile; fileRef = F4487C761AADF84900531423 /* GPBMessageTests+Runtime.m */; };
80 F4487C811AAF62FC00531423 /* GPBMessageTests+Serialization.m in Sources */ = {isa = PBXBuildFile; fileRef = F4487C801AAF62FC00531423 /* GPBMessageTests+Serialization.m */; };
81 F4487C851AAF6AC500531423 /* GPBMessageTests+Merge.m in Sources */ = {isa = PBXBuildFile; fileRef = F4487C841AAF6AC500531423 /* GPBMessageTests+Merge.m */; };
Thomas Van Lenten49e4ba62017-05-17 13:38:51 -040082 F4584D831ECCB53600803AB6 /* GPBExtensionRegistryTest.m in Sources */ = {isa = PBXBuildFile; fileRef = F4584D801ECCB39E00803AB6 /* GPBExtensionRegistryTest.m */; };
Thomas Van Lentend846b0b2015-06-08 16:24:57 -040083 F45C69CC16DFD08D0081955B /* GPBExtensionInternals.m in Sources */ = {isa = PBXBuildFile; fileRef = F45C69CB16DFD08D0081955B /* GPBExtensionInternals.m */; };
Thomas Van Lenten30650d82015-05-01 08:57:16 -040084 F45E57C91AE6DC98000B7D99 /* text_format_map_unittest_data.txt in Resources */ = {isa = PBXBuildFile; fileRef = F45E57C81AE6DC98000B7D99 /* text_format_map_unittest_data.txt */; };
Thomas Van Lenten56c48ae2020-01-22 15:50:52 -050085 F47CF95F23D903C600C7B24C /* GPBDuration.pbobjc.m in Sources */ = {isa = PBXBuildFile; fileRef = F47CF94B23D903C600C7B24C /* GPBDuration.pbobjc.m */; };
86 F47CF96023D903C600C7B24C /* GPBWrappers.pbobjc.m in Sources */ = {isa = PBXBuildFile; fileRef = F47CF94C23D903C600C7B24C /* GPBWrappers.pbobjc.m */; };
87 F47CF96223D903C600C7B24C /* GPBFieldMask.pbobjc.m in Sources */ = {isa = PBXBuildFile; fileRef = F47CF94E23D903C600C7B24C /* GPBFieldMask.pbobjc.m */; };
88 F47CF96423D903C600C7B24C /* GPBStruct.pbobjc.m in Sources */ = {isa = PBXBuildFile; fileRef = F47CF95023D903C600C7B24C /* GPBStruct.pbobjc.m */; };
89 F47CF96523D903C600C7B24C /* GPBApi.pbobjc.m in Sources */ = {isa = PBXBuildFile; fileRef = F47CF95123D903C600C7B24C /* GPBApi.pbobjc.m */; };
90 F47CF96623D903C600C7B24C /* GPBSourceContext.pbobjc.m in Sources */ = {isa = PBXBuildFile; fileRef = F47CF95223D903C600C7B24C /* GPBSourceContext.pbobjc.m */; };
91 F47CF96723D903C600C7B24C /* GPBEmpty.pbobjc.m in Sources */ = {isa = PBXBuildFile; fileRef = F47CF95323D903C600C7B24C /* GPBEmpty.pbobjc.m */; };
92 F47CF96923D903C600C7B24C /* GPBTimestamp.pbobjc.m in Sources */ = {isa = PBXBuildFile; fileRef = F47CF95523D903C600C7B24C /* GPBTimestamp.pbobjc.m */; };
93 F47CF96C23D903C600C7B24C /* GPBType.pbobjc.m in Sources */ = {isa = PBXBuildFile; fileRef = F47CF95823D903C600C7B24C /* GPBType.pbobjc.m */; };
94 F47CF96D23D903C600C7B24C /* GPBAny.pbobjc.m in Sources */ = {isa = PBXBuildFile; fileRef = F47CF95923D903C600C7B24C /* GPBAny.pbobjc.m */; };
Thomas Van Lenten9f52d5e2024-02-26 07:35:43 -080095 F4A92AFF2B88E663001E4F69 /* GPBCompileTest24.m in Sources */ = {isa = PBXBuildFile; fileRef = F4A92AFE2B88E662001E4F69 /* GPBCompileTest24.m */; };
Thomas Van Lentenad2d5c92015-09-30 13:34:16 -040096 F4B51B1C1BBC5C7100744318 /* GPBObjectiveCPlusPlusTest.mm in Sources */ = {isa = PBXBuildFile; fileRef = F4B51B1B1BBC5C7100744318 /* GPBObjectiveCPlusPlusTest.mm */; };
Thomas Van Lenten988ffe02017-01-04 15:03:42 -050097 F4C4B9E71E1D97BF00D3B61D /* GPBDictionaryTests.m in Sources */ = {isa = PBXBuildFile; fileRef = F4C4B9E51E1D97BB00D3B61D /* GPBDictionaryTests.m */; };
Thomas Van Lenten92a879b2018-11-14 16:12:30 -050098 F4F53F8C219CC5DF001EABF4 /* text_format_extensions_unittest_data.txt in Resources */ = {isa = PBXBuildFile; fileRef = F4F53F8B219CC5DF001EABF4 /* text_format_extensions_unittest_data.txt */; };
Thomas Van Lenten13a41242016-09-01 11:45:50 -040099 F4F8D8861D78A193002CE128 /* GPBUnittestProtos2.m in Sources */ = {isa = PBXBuildFile; fileRef = F4F8D8841D78A186002CE128 /* GPBUnittestProtos2.m */; };
Thomas Van Lenten30650d82015-05-01 08:57:16 -0400100/* End PBXBuildFile section */
101
102/* Begin PBXContainerItemProxy section */
Thomas Van Lenten30650d82015-05-01 08:57:16 -0400103 8BBEA4BC147C729A00C4ADB7 /* PBXContainerItemProxy */ = {
104 isa = PBXContainerItemProxy;
105 containerPortal = 29B97313FDCFA39411CA2CEA /* Project object */;
106 proxyType = 1;
107 remoteGlobalIDString = 7461B52D0F94FAF800A0C422;
108 remoteInfo = ProtocolBuffers;
109 };
Thomas Van Lentend846b0b2015-06-08 16:24:57 -0400110 F45BBC121B0CDBBA002D064D /* PBXContainerItemProxy */ = {
Thomas Van Lenten30650d82015-05-01 08:57:16 -0400111 isa = PBXContainerItemProxy;
112 containerPortal = 29B97313FDCFA39411CA2CEA /* Project object */;
113 proxyType = 1;
Thomas Van Lentend846b0b2015-06-08 16:24:57 -0400114 remoteGlobalIDString = F45BBC0E1B0CDB50002D064D;
115 remoteInfo = "Compile Unittest Protos";
Thomas Van Lenten30650d82015-05-01 08:57:16 -0400116 };
117/* End PBXContainerItemProxy section */
118
119/* Begin PBXFileReference section */
120 1D30AB110D05D00D00671497 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
121 5102DABB1891A052002037B6 /* GPBConcurrencyTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = GPBConcurrencyTests.m; sourceTree = "<group>"; };
122 51457B5F18D0B7AF00CCC606 /* GPBCodedInputStream_PackagePrivate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GPBCodedInputStream_PackagePrivate.h; sourceTree = "<group>"; };
123 515B840C18B7DEE30031753B /* GPBDescriptor_PackagePrivate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GPBDescriptor_PackagePrivate.h; sourceTree = "<group>"; };
124 5196A06918CE16B000B759E2 /* GPBMessage_PackagePrivate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GPBMessage_PackagePrivate.h; sourceTree = "<group>"; };
125 7401C1A90F950347006D8281 /* UnitTests-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "UnitTests-Info.plist"; sourceTree = "<group>"; };
126 7461B48D0F94F99000A0C422 /* GPBBootstrap.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GPBBootstrap.h; sourceTree = "<group>"; };
127 7461B48E0F94F99000A0C422 /* GPBCodedInputStream.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GPBCodedInputStream.h; sourceTree = "<group>"; };
128 7461B48F0F94F99000A0C422 /* GPBCodedInputStream.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; lineEnding = 0; path = GPBCodedInputStream.m; sourceTree = "<group>"; };
129 7461B4900F94F99000A0C422 /* GPBCodedOutputStream.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GPBCodedOutputStream.h; sourceTree = "<group>"; };
130 7461B4910F94F99000A0C422 /* GPBCodedOutputStream.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GPBCodedOutputStream.m; sourceTree = "<group>"; };
131 7461B4A80F94F99000A0C422 /* GPBExtensionRegistry.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GPBExtensionRegistry.h; sourceTree = "<group>"; };
132 7461B4A90F94F99000A0C422 /* GPBExtensionRegistry.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GPBExtensionRegistry.m; sourceTree = "<group>"; };
Thomas Van Lentend846b0b2015-06-08 16:24:57 -0400133 7461B4AE0F94F99000A0C422 /* GPBUnknownField.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GPBUnknownField.h; sourceTree = "<group>"; };
134 7461B4AF0F94F99000A0C422 /* GPBUnknownField.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GPBUnknownField.m; sourceTree = "<group>"; };
Thomas Van Lenten30650d82015-05-01 08:57:16 -0400135 7461B4BE0F94F99000A0C422 /* GPBMessage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GPBMessage.h; sourceTree = "<group>"; };
136 7461B4BF0F94F99000A0C422 /* GPBMessage.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GPBMessage.m; sourceTree = "<group>"; };
137 7461B4CD0F94F99000A0C422 /* GPBProtocolBuffers.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GPBProtocolBuffers.h; sourceTree = "<group>"; };
Thomas Van Lenten30650d82015-05-01 08:57:16 -0400138 7461B4E50F94F99000A0C422 /* GPBUtilities.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GPBUtilities.h; sourceTree = "<group>"; };
139 7461B4E60F94F99000A0C422 /* GPBUtilities.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GPBUtilities.m; sourceTree = "<group>"; };
140 7461B4E70F94F99000A0C422 /* GPBWireFormat.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GPBWireFormat.h; sourceTree = "<group>"; };
141 7461B4E80F94F99000A0C422 /* GPBWireFormat.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GPBWireFormat.m; sourceTree = "<group>"; };
142 7461B52E0F94FAF800A0C422 /* libProtocolBuffers.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libProtocolBuffers.a; sourceTree = BUILT_PRODUCTS_DIR; };
143 7461B69B0F94FDF800A0C422 /* GPBCodedInputStreamTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GPBCodedInputStreamTests.m; sourceTree = "<group>"; };
Thomas Van Lenten5a823ff2022-09-01 17:13:01 -0400144 7461B69D0F94FDF800A0C422 /* GPBCodedOutputStreamTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GPBCodedOutputStreamTests.m; sourceTree = "<group>"; };
Thomas Van Lenten30650d82015-05-01 08:57:16 -0400145 7461B6A30F94FDF800A0C422 /* GPBMessageTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GPBMessageTests.m; sourceTree = "<group>"; };
146 7461B6AB0F94FDF800A0C422 /* GPBTestUtilities.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GPBTestUtilities.h; sourceTree = "<group>"; };
147 7461B6AC0F94FDF800A0C422 /* GPBTestUtilities.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GPBTestUtilities.m; sourceTree = "<group>"; };
Thomas Van Lenten30650d82015-05-01 08:57:16 -0400148 7461B6BA0F94FDF900A0C422 /* GPBUtilitiesTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GPBUtilitiesTests.m; sourceTree = "<group>"; };
149 7461B6BC0F94FDF900A0C422 /* GPBWireFormatTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GPBWireFormatTests.m; sourceTree = "<group>"; };
Thomas Van Lenten30650d82015-05-01 08:57:16 -0400150 8B09AAF614B663A7007B4184 /* unittest_objc.proto */ = {isa = PBXFileReference; lastKnownFileType = text; path = unittest_objc.proto; sourceTree = "<group>"; };
Thomas Van Lenten30650d82015-05-01 08:57:16 -0400151 8B210CCD159383D60032D72D /* golden_message */ = {isa = PBXFileReference; lastKnownFileType = file; path = golden_message; sourceTree = "<group>"; };
152 8B210CCF159386920032D72D /* golden_packed_fields_message */ = {isa = PBXFileReference; lastKnownFileType = file; path = golden_packed_fields_message; sourceTree = "<group>"; };
Dave MacLachlanef3a7252018-11-21 15:17:21 -0800153 8B35468621A61EB2000BD30D /* unittest_objc_options.proto */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.protobuf; path = unittest_objc_options.proto; sourceTree = "<group>"; };
Thomas Van Lenten30650d82015-05-01 08:57:16 -0400154 8B4248B21A8BD96D00BC1EC6 /* UnitTests-Bridging-Header.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "UnitTests-Bridging-Header.h"; sourceTree = "<group>"; };
155 8B4248B31A8BD96E00BC1EC6 /* GPBSwiftTests.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = GPBSwiftTests.swift; sourceTree = "<group>"; };
Thomas Van Lenten30650d82015-05-01 08:57:16 -0400156 8B4248E11A929C8900BC1EC6 /* GPBWellKnownTypes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GPBWellKnownTypes.h; sourceTree = "<group>"; };
157 8B4248E21A929C8900BC1EC6 /* GPBWellKnownTypes.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GPBWellKnownTypes.m; sourceTree = "<group>"; };
158 8B4248E51A929C9900BC1EC6 /* GPBWellKnownTypesTest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GPBWellKnownTypesTest.m; sourceTree = "<group>"; };
159 8B4249481A92A02300BC1EC6 /* timestamp.proto */ = {isa = PBXFileReference; lastKnownFileType = text; name = timestamp.proto; path = ../src/google/protobuf/timestamp.proto; sourceTree = "<group>"; };
Thomas Van Lenten30650d82015-05-01 08:57:16 -0400160 8B42494A1A92A0BA00BC1EC6 /* duration.proto */ = {isa = PBXFileReference; lastKnownFileType = text; name = duration.proto; path = ../src/google/protobuf/duration.proto; sourceTree = "<group>"; };
Thomas Van Lenten30650d82015-05-01 08:57:16 -0400161 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>"; };
Thomas Van Lenten30650d82015-05-01 08:57:16 -0400163 8B8B615C17DF7056002EE618 /* GPBARCUnittestProtos.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GPBARCUnittestProtos.m; sourceTree = "<group>"; };
164 8B96157214C8B06000A2AC0B /* GPBDescriptor.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GPBDescriptor.h; sourceTree = "<group>"; };
165 8B96157314C8C38C00A2AC0B /* GPBDescriptor.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GPBDescriptor.m; sourceTree = "<group>"; };
Thomas Van Lenten30650d82015-05-01 08:57:16 -0400166 8B9742421A8AAA7800DCE92C /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
167 8B9A5E9F1831913D00A9D33B /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
Thomas Van Lenten30650d82015-05-01 08:57:16 -0400168 8BBEA4A6147C727100C4ADB7 /* UnitTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = UnitTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
Thomas Van Lenten30650d82015-05-01 08:57:16 -0400169 8BCF338814ED799900BC5317 /* GPBProtocolBuffers.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = GPBProtocolBuffers.m; sourceTree = "<group>"; };
Thomas Van Lenten30650d82015-05-01 08:57:16 -0400170 8BD3981E14BE59D70081D629 /* GPBUnittestProtos.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GPBUnittestProtos.m; sourceTree = "<group>"; };
Thomas Van Lentend846b0b2015-06-08 16:24:57 -0400171 8BEB5AE01498033E0078BF9D /* GPBRuntimeTypes.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GPBRuntimeTypes.h; sourceTree = "<group>"; };
Thomas Van Lenten30650d82015-05-01 08:57:16 -0400172 F401DC341A8E5C6F00FCC765 /* GPBArrayTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GPBArrayTests.m; sourceTree = "<group>"; };
Thomas Van Lentene998b8f2018-03-28 12:27:15 -0400173 F40EE4C2206BF9160071091A /* GPBCompileTest08.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GPBCompileTest08.m; sourceTree = "<group>"; };
174 F40EE4C3206BF9160071091A /* GPBCompileTest04.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GPBCompileTest04.m; sourceTree = "<group>"; };
175 F40EE4C4206BF9160071091A /* GPBCompileTest05.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GPBCompileTest05.m; sourceTree = "<group>"; };
176 F40EE4C5206BF9170071091A /* GPBCompileTest07.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GPBCompileTest07.m; sourceTree = "<group>"; };
177 F40EE4C6206BF9170071091A /* GPBCompileTest02.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GPBCompileTest02.m; sourceTree = "<group>"; };
178 F40EE4C7206BF9170071091A /* GPBCompileTest19.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GPBCompileTest19.m; sourceTree = "<group>"; };
179 F40EE4C8206BF9170071091A /* GPBCompileTest13.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GPBCompileTest13.m; sourceTree = "<group>"; };
180 F40EE4C9206BF9170071091A /* GPBCompileTest09.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GPBCompileTest09.m; sourceTree = "<group>"; };
181 F40EE4CA206BF9170071091A /* GPBCompileTest20.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GPBCompileTest20.m; sourceTree = "<group>"; };
182 F40EE4CB206BF9170071091A /* GPBCompileTest21.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GPBCompileTest21.m; sourceTree = "<group>"; };
183 F40EE4CC206BF9170071091A /* GPBCompileTest23.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GPBCompileTest23.m; sourceTree = "<group>"; };
184 F40EE4CD206BF9170071091A /* GPBCompileTest01.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GPBCompileTest01.m; sourceTree = "<group>"; };
185 F40EE4CE206BF9170071091A /* GPBCompileTest15.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GPBCompileTest15.m; sourceTree = "<group>"; };
186 F40EE4CF206BF9170071091A /* GPBCompileTest22.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GPBCompileTest22.m; sourceTree = "<group>"; };
187 F40EE4D0206BF9180071091A /* GPBCompileTest16.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GPBCompileTest16.m; sourceTree = "<group>"; };
188 F40EE4D1206BF9180071091A /* GPBCompileTest10.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GPBCompileTest10.m; sourceTree = "<group>"; };
189 F40EE4D2206BF9180071091A /* GPBCompileTest17.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GPBCompileTest17.m; sourceTree = "<group>"; };
190 F40EE4D3206BF9180071091A /* GPBCompileTest18.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GPBCompileTest18.m; sourceTree = "<group>"; };
191 F40EE4D4206BF9180071091A /* GPBCompileTest14.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GPBCompileTest14.m; sourceTree = "<group>"; };
192 F40EE4D5206BF9180071091A /* GPBCompileTest12.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GPBCompileTest12.m; sourceTree = "<group>"; };
193 F40EE4D6206BF9190071091A /* GPBCompileTest03.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GPBCompileTest03.m; sourceTree = "<group>"; };
194 F40EE4D7206BF9190071091A /* GPBCompileTest06.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GPBCompileTest06.m; sourceTree = "<group>"; };
195 F40EE4D8206BF9190071091A /* GPBCompileTest11.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GPBCompileTest11.m; sourceTree = "<group>"; };
Thomas Van Lenten30650d82015-05-01 08:57:16 -0400196 F41C175C1833D3310064ED4D /* GPBPerfTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GPBPerfTests.m; sourceTree = "<group>"; };
197 F4353D1E1AB88243005A6198 /* GPBDescriptorTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GPBDescriptorTests.m; sourceTree = "<group>"; };
198 F4353D241ABB156F005A6198 /* GPBDictionary.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GPBDictionary.h; sourceTree = "<group>"; };
199 F4353D251ABB156F005A6198 /* GPBDictionary.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GPBDictionary.m; sourceTree = "<group>"; };
200 F4353D3A1AC06F31005A6198 /* GPBDictionaryTests.pddm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = GPBDictionaryTests.pddm; sourceTree = "<group>"; };
201 F4353D3B1AC06F31005A6198 /* GPBDictionaryTests+Bool.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "GPBDictionaryTests+Bool.m"; sourceTree = "<group>"; };
202 F4353D3C1AC06F31005A6198 /* GPBDictionaryTests+Int32.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "GPBDictionaryTests+Int32.m"; sourceTree = "<group>"; };
203 F4353D3D1AC06F31005A6198 /* GPBDictionaryTests+Int64.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "GPBDictionaryTests+Int64.m"; sourceTree = "<group>"; };
204 F4353D3E1AC06F31005A6198 /* GPBDictionaryTests+String.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "GPBDictionaryTests+String.m"; sourceTree = "<group>"; };
205 F4353D3F1AC06F31005A6198 /* GPBDictionaryTests+UInt32.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "GPBDictionaryTests+UInt32.m"; sourceTree = "<group>"; };
206 F4353D401AC06F31005A6198 /* GPBDictionaryTests+UInt64.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "GPBDictionaryTests+UInt64.m"; sourceTree = "<group>"; };
207 F43725921AC9835D004DCAFB /* GPBDictionary_PackagePrivate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GPBDictionary_PackagePrivate.h; sourceTree = "<group>"; };
Thomas Van Lenten47f633e2024-07-01 07:25:23 -0700208 F43ADD342C2F2CE9005312E5 /* GPBUnknownFieldsTest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GPBUnknownFieldsTest.m; sourceTree = "<group>"; };
209 F43ADD362C2F2D06005312E5 /* GPBUnknownFields.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GPBUnknownFields.m; sourceTree = "<group>"; };
210 F43ADD372C2F2D06005312E5 /* GPBUnknownFields.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GPBUnknownFields.h; sourceTree = "<group>"; };
Thomas Van Lenten6750ed82024-07-03 08:54:56 -0700211 F43ADD512C333E58005312E5 /* GPBUnknownFields+Additions.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "GPBUnknownFields+Additions.swift"; sourceTree = "<group>"; };
212 F43ADD572C345D0D005312E5 /* GPBUnknownField+Additions.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = "GPBUnknownField+Additions.swift"; sourceTree = "<group>"; };
Thomas Van Lenten6e5a8672024-07-03 10:40:29 -0700213 F43ADD5D2C35A6E1005312E5 /* GPBUnknownFields_PackagePrivate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GPBUnknownFields_PackagePrivate.h; sourceTree = "<group>"; };
Thomas Van Lenten30650d82015-05-01 08:57:16 -0400214 F43C88CF191D77FC009E917D /* text_format_unittest_data.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = text_format_unittest_data.txt; sourceTree = "<group>"; };
215 F4411BE81AF1301700324B4A /* GPBArray_PackagePrivate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GPBArray_PackagePrivate.h; sourceTree = "<group>"; };
216 F4487C6E1A9F8F8100531423 /* libTestSingleSourceBuild.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libTestSingleSourceBuild.a; sourceTree = BUILT_PRODUCTS_DIR; };
217 F4487C701A9F906200531423 /* GPBArray.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GPBArray.h; sourceTree = "<group>"; };
218 F4487C711A9F906200531423 /* GPBArray.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GPBArray.m; sourceTree = "<group>"; };
219 F4487C761AADF84900531423 /* GPBMessageTests+Runtime.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "GPBMessageTests+Runtime.m"; sourceTree = "<group>"; };
220 F4487C7A1AADFB5500531423 /* unittest_runtime_proto2.proto */ = {isa = PBXFileReference; lastKnownFileType = text; path = unittest_runtime_proto2.proto; sourceTree = "<group>"; };
221 F4487C7B1AADFB5500531423 /* unittest_runtime_proto3.proto */ = {isa = PBXFileReference; lastKnownFileType = text; path = unittest_runtime_proto3.proto; sourceTree = "<group>"; };
222 F4487C7D1AAE06C500531423 /* GPBUtilities_PackagePrivate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GPBUtilities_PackagePrivate.h; sourceTree = "<group>"; };
223 F4487C801AAF62FC00531423 /* GPBMessageTests+Serialization.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "GPBMessageTests+Serialization.m"; sourceTree = "<group>"; };
224 F4487C841AAF6AC500531423 /* GPBMessageTests+Merge.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "GPBMessageTests+Merge.m"; sourceTree = "<group>"; };
Thomas Van Lenten36650a02016-03-07 12:07:03 -0500225 F44929021C866B3B00C2548A /* GPBCodedOutputStream_PackagePrivate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GPBCodedOutputStream_PackagePrivate.h; sourceTree = "<group>"; };
Thomas Van Lenten3e0d3992022-08-23 13:26:25 -0400226 F44FEAD128B546E200EC57B3 /* unittest_preserve_unknown_enum.proto */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.protobuf; path = unittest_preserve_unknown_enum.proto; sourceTree = "<group>"; };
227 F44FEAD228B546E200EC57B3 /* map_proto2_unittest.proto */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.protobuf; path = map_proto2_unittest.proto; sourceTree = "<group>"; };
228 F44FEAD328B546E200EC57B3 /* map_unittest.proto */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.protobuf; path = map_unittest.proto; sourceTree = "<group>"; };
229 F44FEAD428B546E200EC57B3 /* unittest_extension_chain_a.proto */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.protobuf; path = unittest_extension_chain_a.proto; sourceTree = "<group>"; };
230 F44FEAD528B546E300EC57B3 /* unittest_extension_chain_d.proto */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.protobuf; path = unittest_extension_chain_d.proto; sourceTree = "<group>"; };
231 F44FEAD628B546E300EC57B3 /* unittest_deprecated.proto */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.protobuf; path = unittest_deprecated.proto; sourceTree = "<group>"; };
232 F44FEAD728B546E300EC57B3 /* any_test.proto */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.protobuf; path = any_test.proto; sourceTree = "<group>"; };
233 F44FEAD828B546E300EC57B3 /* unittest_extension_chain_b.proto */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.protobuf; path = unittest_extension_chain_b.proto; sourceTree = "<group>"; };
Thomas Van Lenten3e0d3992022-08-23 13:26:25 -0400234 F44FEADB28B546E300EC57B3 /* unittest_import.proto */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.protobuf; path = unittest_import.proto; sourceTree = "<group>"; };
235 F44FEADC28B546E300EC57B3 /* unittest_mset.proto */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.protobuf; path = unittest_mset.proto; sourceTree = "<group>"; };
236 F44FEADD28B546E300EC57B3 /* unittest.proto */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.protobuf; path = unittest.proto; sourceTree = "<group>"; };
237 F44FEADE28B546E300EC57B3 /* unittest_extension_chain_f.proto */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.protobuf; path = unittest_extension_chain_f.proto; sourceTree = "<group>"; };
238 F44FEADF28B546E300EC57B3 /* unittest_deprecated_file.proto */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.protobuf; path = unittest_deprecated_file.proto; sourceTree = "<group>"; };
239 F44FEAE028B546E300EC57B3 /* unittest_import_public.proto */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.protobuf; path = unittest_import_public.proto; sourceTree = "<group>"; };
240 F44FEAE128B546E300EC57B3 /* unittest_extension_chain_g.proto */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.protobuf; path = unittest_extension_chain_g.proto; sourceTree = "<group>"; };
241 F44FEAE228B546E300EC57B3 /* unittest_extension_chain_c.proto */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.protobuf; path = unittest_extension_chain_c.proto; sourceTree = "<group>"; };
242 F44FEAE328B546E300EC57B3 /* unittest_extension_chain_e.proto */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.protobuf; path = unittest_extension_chain_e.proto; sourceTree = "<group>"; };
Thomas Van Lenten30650d82015-05-01 08:57:16 -0400243 F451D3F61A8AAEA600B8A22C /* GPBProtocolBuffers_RuntimeSupport.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GPBProtocolBuffers_RuntimeSupport.h; sourceTree = "<group>"; };
Thomas Van Lenten49e4ba62017-05-17 13:38:51 -0400244 F4584D801ECCB39E00803AB6 /* GPBExtensionRegistryTest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = GPBExtensionRegistryTest.m; path = Tests/GPBExtensionRegistryTest.m; sourceTree = SOURCE_ROOT; };
Thomas Van Lentend846b0b2015-06-08 16:24:57 -0400245 F45C69CB16DFD08D0081955B /* GPBExtensionInternals.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GPBExtensionInternals.m; sourceTree = "<group>"; };
Thomas Van Lenten30650d82015-05-01 08:57:16 -0400246 F45E57C81AE6DC98000B7D99 /* text_format_map_unittest_data.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = text_format_map_unittest_data.txt; sourceTree = "<group>"; };
Thomas Van Lenten56c48ae2020-01-22 15:50:52 -0500247 F47CF94723D903C500C7B24C /* GPBFieldMask.pbobjc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GPBFieldMask.pbobjc.h; sourceTree = "<group>"; };
248 F47CF94823D903C500C7B24C /* GPBDuration.pbobjc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GPBDuration.pbobjc.h; sourceTree = "<group>"; };
249 F47CF94923D903C500C7B24C /* GPBApi.pbobjc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GPBApi.pbobjc.h; sourceTree = "<group>"; };
250 F47CF94A23D903C500C7B24C /* GPBEmpty.pbobjc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GPBEmpty.pbobjc.h; sourceTree = "<group>"; };
251 F47CF94B23D903C600C7B24C /* GPBDuration.pbobjc.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GPBDuration.pbobjc.m; sourceTree = "<group>"; };
252 F47CF94C23D903C600C7B24C /* GPBWrappers.pbobjc.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GPBWrappers.pbobjc.m; sourceTree = "<group>"; };
253 F47CF94D23D903C600C7B24C /* GPBWrappers.pbobjc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GPBWrappers.pbobjc.h; sourceTree = "<group>"; };
254 F47CF94E23D903C600C7B24C /* GPBFieldMask.pbobjc.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GPBFieldMask.pbobjc.m; sourceTree = "<group>"; };
255 F47CF94F23D903C600C7B24C /* GPBStruct.pbobjc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GPBStruct.pbobjc.h; sourceTree = "<group>"; };
256 F47CF95023D903C600C7B24C /* GPBStruct.pbobjc.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GPBStruct.pbobjc.m; sourceTree = "<group>"; };
257 F47CF95123D903C600C7B24C /* GPBApi.pbobjc.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GPBApi.pbobjc.m; sourceTree = "<group>"; };
258 F47CF95223D903C600C7B24C /* GPBSourceContext.pbobjc.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GPBSourceContext.pbobjc.m; sourceTree = "<group>"; };
259 F47CF95323D903C600C7B24C /* GPBEmpty.pbobjc.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GPBEmpty.pbobjc.m; sourceTree = "<group>"; };
260 F47CF95423D903C600C7B24C /* GPBAny.pbobjc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GPBAny.pbobjc.h; sourceTree = "<group>"; };
261 F47CF95523D903C600C7B24C /* GPBTimestamp.pbobjc.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GPBTimestamp.pbobjc.m; sourceTree = "<group>"; };
262 F47CF95623D903C600C7B24C /* GPBType.pbobjc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GPBType.pbobjc.h; sourceTree = "<group>"; };
263 F47CF95723D903C600C7B24C /* GPBTimestamp.pbobjc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GPBTimestamp.pbobjc.h; sourceTree = "<group>"; };
264 F47CF95823D903C600C7B24C /* GPBType.pbobjc.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GPBType.pbobjc.m; sourceTree = "<group>"; };
265 F47CF95923D903C600C7B24C /* GPBAny.pbobjc.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GPBAny.pbobjc.m; sourceTree = "<group>"; };
266 F47CF95A23D903C600C7B24C /* GPBSourceContext.pbobjc.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GPBSourceContext.pbobjc.h; sourceTree = "<group>"; };
Thomas Van Lenten9f52d5e2024-02-26 07:35:43 -0800267 F4A92AFE2B88E662001E4F69 /* GPBCompileTest24.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GPBCompileTest24.m; sourceTree = "<group>"; };
Thomas Van Lenten30650d82015-05-01 08:57:16 -0400268 F4AC9E1C1A8BEB1000BD6E83 /* unittest_cycle.proto */ = {isa = PBXFileReference; lastKnownFileType = text; path = unittest_cycle.proto; sourceTree = "<group>"; };
Thomas Van Lentenad2d5c92015-09-30 13:34:16 -0400269 F4B51B1B1BBC5C7100744318 /* GPBObjectiveCPlusPlusTest.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = GPBObjectiveCPlusPlusTest.mm; sourceTree = "<group>"; };
Thomas Van Lentend846b0b2015-06-08 16:24:57 -0400270 F4B6B8B01A9CC99500892426 /* GPBUnknownField_PackagePrivate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GPBUnknownField_PackagePrivate.h; sourceTree = "<group>"; };
Thomas Van Lentend846b0b2015-06-08 16:24:57 -0400271 F4B6B8B31A9CD1C600892426 /* GPBExtensionInternals.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GPBExtensionInternals.h; sourceTree = "<group>"; };
Thomas Van Lenten30650d82015-05-01 08:57:16 -0400272 F4B6B8B51A9CD1C600892426 /* GPBRootObject_PackagePrivate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = GPBRootObject_PackagePrivate.h; sourceTree = "<group>"; };
Thomas Van Lenten988ffe02017-01-04 15:03:42 -0500273 F4C4B9E51E1D97BB00D3B61D /* GPBDictionaryTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GPBDictionaryTests.m; sourceTree = "<group>"; };
Thomas Van Lentend846b0b2015-06-08 16:24:57 -0400274 F4CF31711B162EF500BD9B06 /* unittest_objc_startup.proto */ = {isa = PBXFileReference; lastKnownFileType = text; path = unittest_objc_startup.proto; sourceTree = "<group>"; };
Thomas Van Lentend846b0b2015-06-08 16:24:57 -0400275 F4E675D81B21D1DE0054530B /* any.proto */ = {isa = PBXFileReference; lastKnownFileType = text; name = any.proto; path = ../src/google/protobuf/any.proto; sourceTree = "<group>"; };
276 F4E675D91B21D1DE0054530B /* api.proto */ = {isa = PBXFileReference; lastKnownFileType = text; name = api.proto; path = ../src/google/protobuf/api.proto; sourceTree = "<group>"; };
277 F4E675DA1B21D1DE0054530B /* empty.proto */ = {isa = PBXFileReference; lastKnownFileType = text; name = empty.proto; path = ../src/google/protobuf/empty.proto; sourceTree = "<group>"; };
278 F4E675DB1B21D1DE0054530B /* field_mask.proto */ = {isa = PBXFileReference; lastKnownFileType = text; name = field_mask.proto; path = ../src/google/protobuf/field_mask.proto; sourceTree = "<group>"; };
279 F4E675DC1B21D1DE0054530B /* source_context.proto */ = {isa = PBXFileReference; lastKnownFileType = text; name = source_context.proto; path = ../src/google/protobuf/source_context.proto; sourceTree = "<group>"; };
280 F4E675DD1B21D1DE0054530B /* struct.proto */ = {isa = PBXFileReference; lastKnownFileType = text; name = struct.proto; path = ../src/google/protobuf/struct.proto; sourceTree = "<group>"; };
281 F4E675DE1B21D1DE0054530B /* type.proto */ = {isa = PBXFileReference; lastKnownFileType = text; name = type.proto; path = ../src/google/protobuf/type.proto; sourceTree = "<group>"; };
282 F4E675DF1B21D1DE0054530B /* wrappers.proto */ = {isa = PBXFileReference; lastKnownFileType = text; name = wrappers.proto; path = ../src/google/protobuf/wrappers.proto; sourceTree = "<group>"; };
Thomas Van Lenten92a879b2018-11-14 16:12:30 -0500283 F4F53F8B219CC5DF001EABF4 /* text_format_extensions_unittest_data.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = text_format_extensions_unittest_data.txt; sourceTree = "<group>"; };
Thomas Van Lenten13a41242016-09-01 11:45:50 -0400284 F4F8D8841D78A186002CE128 /* GPBUnittestProtos2.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GPBUnittestProtos2.m; sourceTree = "<group>"; };
Thomas Van Lenten30650d82015-05-01 08:57:16 -0400285/* End PBXFileReference section */
286
287/* Begin PBXFrameworksBuildPhase section */
288 7461B52C0F94FAF800A0C422 /* Frameworks */ = {
289 isa = PBXFrameworksBuildPhase;
290 buildActionMask = 2147483647;
291 files = (
292 7461B5360F94FB4600A0C422 /* Foundation.framework in Frameworks */,
293 );
294 runOnlyForDeploymentPostprocessing = 0;
295 };
Thomas Van Lenten30650d82015-05-01 08:57:16 -0400296 8BBEA4A3147C727100C4ADB7 /* Frameworks */ = {
297 isa = PBXFrameworksBuildPhase;
298 buildActionMask = 2147483647;
299 files = (
300 8BBEA4BB147C729200C4ADB7 /* libProtocolBuffers.a in Frameworks */,
301 8B9A5EEC18330A0F00A9D33B /* UIKit.framework in Frameworks */,
302 8BF8193514A0DDA600A2C982 /* Foundation.framework in Frameworks */,
303 );
304 runOnlyForDeploymentPostprocessing = 0;
305 };
306 F4487C691A9F8F8100531423 /* Frameworks */ = {
307 isa = PBXFrameworksBuildPhase;
308 buildActionMask = 2147483647;
309 files = (
310 F4487C6A1A9F8F8100531423 /* Foundation.framework in Frameworks */,
311 );
312 runOnlyForDeploymentPostprocessing = 0;
313 };
314/* End PBXFrameworksBuildPhase section */
315
316/* Begin PBXGroup section */
317 080E96DDFE201D6D7F000001 /* Core Source */ = {
318 isa = PBXGroup;
319 children = (
320 7461B4CD0F94F99000A0C422 /* GPBProtocolBuffers.h */,
321 F451D3F61A8AAEA600B8A22C /* GPBProtocolBuffers_RuntimeSupport.h */,
322 8BCF338814ED799900BC5317 /* GPBProtocolBuffers.m */,
323 7461B3C50F94F84100A0C422 /* Extensions */,
324 7461B4850F94F96600A0C422 /* Fields */,
325 7461B4860F94F96B00A0C422 /* IO */,
326 7461B5150F94FA7300A0C422 /* Messages */,
327 8BCF334414ED727300BC5317 /* Support */,
328 29B97315FDCFA39411CA2CEA /* Generated */,
329 );
330 name = "Core Source";
331 sourceTree = "<group>";
332 };
333 19C28FACFE9D520D11CA2CBB /* Products */ = {
334 isa = PBXGroup;
335 children = (
336 7461B52E0F94FAF800A0C422 /* libProtocolBuffers.a */,
337 8BBEA4A6147C727100C4ADB7 /* UnitTests.xctest */,
Thomas Van Lenten30650d82015-05-01 08:57:16 -0400338 F4487C6E1A9F8F8100531423 /* libTestSingleSourceBuild.a */,
339 );
340 name = Products;
341 sourceTree = "<group>";
342 };
343 29B97314FDCFA39411CA2CEA /* CustomTemplate */ = {
344 isa = PBXGroup;
345 children = (
346 080E96DDFE201D6D7F000001 /* Core Source */,
347 7461B6940F94FDDD00A0C422 /* Tests */,
348 29B97323FDCFA39411CA2CEA /* Frameworks */,
349 19C28FACFE9D520D11CA2CBB /* Products */,
350 );
351 name = CustomTemplate;
352 sourceTree = "<group>";
353 };
354 29B97315FDCFA39411CA2CEA /* Generated */ = {
355 isa = PBXGroup;
356 children = (
Thomas Van Lenten56c48ae2020-01-22 15:50:52 -0500357 F47CF95423D903C600C7B24C /* GPBAny.pbobjc.h */,
358 F47CF95923D903C600C7B24C /* GPBAny.pbobjc.m */,
359 F47CF94923D903C500C7B24C /* GPBApi.pbobjc.h */,
360 F47CF95123D903C600C7B24C /* GPBApi.pbobjc.m */,
361 F47CF94823D903C500C7B24C /* GPBDuration.pbobjc.h */,
362 F47CF94B23D903C600C7B24C /* GPBDuration.pbobjc.m */,
363 F47CF94A23D903C500C7B24C /* GPBEmpty.pbobjc.h */,
364 F47CF95323D903C600C7B24C /* GPBEmpty.pbobjc.m */,
365 F47CF94723D903C500C7B24C /* GPBFieldMask.pbobjc.h */,
366 F47CF94E23D903C600C7B24C /* GPBFieldMask.pbobjc.m */,
367 F47CF95A23D903C600C7B24C /* GPBSourceContext.pbobjc.h */,
368 F47CF95223D903C600C7B24C /* GPBSourceContext.pbobjc.m */,
369 F47CF94F23D903C600C7B24C /* GPBStruct.pbobjc.h */,
370 F47CF95023D903C600C7B24C /* GPBStruct.pbobjc.m */,
371 F47CF95723D903C600C7B24C /* GPBTimestamp.pbobjc.h */,
372 F47CF95523D903C600C7B24C /* GPBTimestamp.pbobjc.m */,
373 F47CF95623D903C600C7B24C /* GPBType.pbobjc.h */,
374 F47CF95823D903C600C7B24C /* GPBType.pbobjc.m */,
375 F47CF94D23D903C600C7B24C /* GPBWrappers.pbobjc.h */,
376 F47CF94C23D903C600C7B24C /* GPBWrappers.pbobjc.m */,
Thomas Van Lentend846b0b2015-06-08 16:24:57 -0400377 F4E675D81B21D1DE0054530B /* any.proto */,
Thomas Van Lentend846b0b2015-06-08 16:24:57 -0400378 F4E675D91B21D1DE0054530B /* api.proto */,
Thomas Van Lentend846b0b2015-06-08 16:24:57 -0400379 8B42494A1A92A0BA00BC1EC6 /* duration.proto */,
Thomas Van Lentend846b0b2015-06-08 16:24:57 -0400380 F4E675DA1B21D1DE0054530B /* empty.proto */,
381 F4E675DB1B21D1DE0054530B /* field_mask.proto */,
Thomas Van Lentend846b0b2015-06-08 16:24:57 -0400382 F4E675DC1B21D1DE0054530B /* source_context.proto */,
Thomas Van Lentend846b0b2015-06-08 16:24:57 -0400383 F4E675DD1B21D1DE0054530B /* struct.proto */,
Thomas Van Lentend846b0b2015-06-08 16:24:57 -0400384 8B4249481A92A02300BC1EC6 /* timestamp.proto */,
Thomas Van Lentend846b0b2015-06-08 16:24:57 -0400385 F4E675DE1B21D1DE0054530B /* type.proto */,
Thomas Van Lentend846b0b2015-06-08 16:24:57 -0400386 F4E675DF1B21D1DE0054530B /* wrappers.proto */,
Thomas Van Lenten30650d82015-05-01 08:57:16 -0400387 );
388 name = Generated;
389 sourceTree = "<group>";
390 };
391 29B97323FDCFA39411CA2CEA /* Frameworks */ = {
392 isa = PBXGroup;
393 children = (
394 8B9742421A8AAA7800DCE92C /* CoreGraphics.framework */,
395 8B9A5E9F1831913D00A9D33B /* UIKit.framework */,
396 1D30AB110D05D00D00671497 /* Foundation.framework */,
397 );
398 name = Frameworks;
399 sourceTree = "<group>";
400 };
401 7461B3C50F94F84100A0C422 /* Extensions */ = {
402 isa = PBXGroup;
403 children = (
Thomas Van Lentend846b0b2015-06-08 16:24:57 -0400404 F4B6B8B31A9CD1C600892426 /* GPBExtensionInternals.h */,
405 F45C69CB16DFD08D0081955B /* GPBExtensionInternals.m */,
Thomas Van Lenten30650d82015-05-01 08:57:16 -0400406 7461B4A80F94F99000A0C422 /* GPBExtensionRegistry.h */,
407 7461B4A90F94F99000A0C422 /* GPBExtensionRegistry.m */,
408 F4B6B8B51A9CD1C600892426 /* GPBRootObject_PackagePrivate.h */,
409 8B79657814992E3E002FFBFC /* GPBRootObject.h */,
410 8B79657914992E3E002FFBFC /* GPBRootObject.m */,
411 );
412 name = Extensions;
413 sourceTree = "<group>";
414 };
415 7461B4850F94F96600A0C422 /* Fields */ = {
416 isa = PBXGroup;
417 children = (
Thomas Van Lentend846b0b2015-06-08 16:24:57 -0400418 F4B6B8B01A9CC99500892426 /* GPBUnknownField_PackagePrivate.h */,
419 7461B4AE0F94F99000A0C422 /* GPBUnknownField.h */,
420 7461B4AF0F94F99000A0C422 /* GPBUnknownField.m */,
Thomas Van Lenten6750ed82024-07-03 08:54:56 -0700421 F43ADD572C345D0D005312E5 /* GPBUnknownField+Additions.swift */,
Thomas Van Lenten6e5a8672024-07-03 10:40:29 -0700422 F43ADD5D2C35A6E1005312E5 /* GPBUnknownFields_PackagePrivate.h */,
Thomas Van Lenten47f633e2024-07-01 07:25:23 -0700423 F43ADD372C2F2D06005312E5 /* GPBUnknownFields.h */,
424 F43ADD362C2F2D06005312E5 /* GPBUnknownFields.m */,
Thomas Van Lenten6750ed82024-07-03 08:54:56 -0700425 F43ADD512C333E58005312E5 /* GPBUnknownFields+Additions.swift */,
Thomas Van Lenten30650d82015-05-01 08:57:16 -0400426 );
427 name = Fields;
428 sourceTree = "<group>";
429 };
430 7461B4860F94F96B00A0C422 /* IO */ = {
431 isa = PBXGroup;
432 children = (
Thomas Van Lenten30650d82015-05-01 08:57:16 -0400433 51457B5F18D0B7AF00CCC606 /* GPBCodedInputStream_PackagePrivate.h */,
Thomas Van Lenten36650a02016-03-07 12:07:03 -0500434 7461B48E0F94F99000A0C422 /* GPBCodedInputStream.h */,
Thomas Van Lenten30650d82015-05-01 08:57:16 -0400435 7461B48F0F94F99000A0C422 /* GPBCodedInputStream.m */,
Thomas Van Lenten36650a02016-03-07 12:07:03 -0500436 F44929021C866B3B00C2548A /* GPBCodedOutputStream_PackagePrivate.h */,
Thomas Van Lenten30650d82015-05-01 08:57:16 -0400437 7461B4900F94F99000A0C422 /* GPBCodedOutputStream.h */,
438 7461B4910F94F99000A0C422 /* GPBCodedOutputStream.m */,
439 7461B4E70F94F99000A0C422 /* GPBWireFormat.h */,
440 7461B4E80F94F99000A0C422 /* GPBWireFormat.m */,
441 );
442 name = IO;
443 sourceTree = "<group>";
444 };
445 7461B5150F94FA7300A0C422 /* Messages */ = {
446 isa = PBXGroup;
447 children = (
448 515B840C18B7DEE30031753B /* GPBDescriptor_PackagePrivate.h */,
449 8B96157214C8B06000A2AC0B /* GPBDescriptor.h */,
450 8B96157314C8C38C00A2AC0B /* GPBDescriptor.m */,
451 7461B4BE0F94F99000A0C422 /* GPBMessage.h */,
452 5196A06918CE16B000B759E2 /* GPBMessage_PackagePrivate.h */,
453 7461B4BF0F94F99000A0C422 /* GPBMessage.m */,
454 );
455 name = Messages;
456 sourceTree = "<group>";
457 };
458 7461B6940F94FDDD00A0C422 /* Tests */ = {
459 isa = PBXGroup;
460 children = (
Thomas Van Lenten3e0d3992022-08-23 13:26:25 -0400461 F44FEAD728B546E300EC57B3 /* any_test.proto */,
Thomas Van Lenten30650d82015-05-01 08:57:16 -0400462 8B210CCD159383D60032D72D /* golden_message */,
463 8B210CCF159386920032D72D /* golden_packed_fields_message */,
464 8B8B615C17DF7056002EE618 /* GPBARCUnittestProtos.m */,
465 F401DC341A8E5C6F00FCC765 /* GPBArrayTests.m */,
466 7461B69B0F94FDF800A0C422 /* GPBCodedInputStreamTests.m */,
Thomas Van Lenten5a823ff2022-09-01 17:13:01 -0400467 7461B69D0F94FDF800A0C422 /* GPBCodedOutputStreamTests.m */,
Thomas Van Lentene998b8f2018-03-28 12:27:15 -0400468 F40EE4CD206BF9170071091A /* GPBCompileTest01.m */,
469 F40EE4C6206BF9170071091A /* GPBCompileTest02.m */,
470 F40EE4D6206BF9190071091A /* GPBCompileTest03.m */,
471 F40EE4C3206BF9160071091A /* GPBCompileTest04.m */,
472 F40EE4C4206BF9160071091A /* GPBCompileTest05.m */,
473 F40EE4D7206BF9190071091A /* GPBCompileTest06.m */,
474 F40EE4C5206BF9170071091A /* GPBCompileTest07.m */,
475 F40EE4C2206BF9160071091A /* GPBCompileTest08.m */,
476 F40EE4C9206BF9170071091A /* GPBCompileTest09.m */,
477 F40EE4D1206BF9180071091A /* GPBCompileTest10.m */,
478 F40EE4D8206BF9190071091A /* GPBCompileTest11.m */,
479 F40EE4D5206BF9180071091A /* GPBCompileTest12.m */,
480 F40EE4C8206BF9170071091A /* GPBCompileTest13.m */,
481 F40EE4D4206BF9180071091A /* GPBCompileTest14.m */,
482 F40EE4CE206BF9170071091A /* GPBCompileTest15.m */,
483 F40EE4D0206BF9180071091A /* GPBCompileTest16.m */,
484 F40EE4D2206BF9180071091A /* GPBCompileTest17.m */,
485 F40EE4D3206BF9180071091A /* GPBCompileTest18.m */,
486 F40EE4C7206BF9170071091A /* GPBCompileTest19.m */,
487 F40EE4CA206BF9170071091A /* GPBCompileTest20.m */,
488 F40EE4CB206BF9170071091A /* GPBCompileTest21.m */,
489 F40EE4CF206BF9170071091A /* GPBCompileTest22.m */,
490 F40EE4CC206BF9170071091A /* GPBCompileTest23.m */,
Thomas Van Lenten9f52d5e2024-02-26 07:35:43 -0800491 F4A92AFE2B88E662001E4F69 /* GPBCompileTest24.m */,
Thomas Van Lenten30650d82015-05-01 08:57:16 -0400492 5102DABB1891A052002037B6 /* GPBConcurrencyTests.m */,
493 F4353D1E1AB88243005A6198 /* GPBDescriptorTests.m */,
Thomas Van Lenten988ffe02017-01-04 15:03:42 -0500494 F4C4B9E51E1D97BB00D3B61D /* GPBDictionaryTests.m */,
Thomas Van Lenten30650d82015-05-01 08:57:16 -0400495 F4353D3A1AC06F31005A6198 /* GPBDictionaryTests.pddm */,
496 F4353D3B1AC06F31005A6198 /* GPBDictionaryTests+Bool.m */,
497 F4353D3C1AC06F31005A6198 /* GPBDictionaryTests+Int32.m */,
498 F4353D3D1AC06F31005A6198 /* GPBDictionaryTests+Int64.m */,
499 F4353D3E1AC06F31005A6198 /* GPBDictionaryTests+String.m */,
500 F4353D3F1AC06F31005A6198 /* GPBDictionaryTests+UInt32.m */,
501 F4353D401AC06F31005A6198 /* GPBDictionaryTests+UInt64.m */,
Thomas Van Lenten49e4ba62017-05-17 13:38:51 -0400502 F4584D801ECCB39E00803AB6 /* GPBExtensionRegistryTest.m */,
Thomas Van Lenten30650d82015-05-01 08:57:16 -0400503 7461B6A30F94FDF800A0C422 /* GPBMessageTests.m */,
504 F4487C841AAF6AC500531423 /* GPBMessageTests+Merge.m */,
505 F4487C761AADF84900531423 /* GPBMessageTests+Runtime.m */,
506 F4487C801AAF62FC00531423 /* GPBMessageTests+Serialization.m */,
Thomas Van Lentenad2d5c92015-09-30 13:34:16 -0400507 F4B51B1B1BBC5C7100744318 /* GPBObjectiveCPlusPlusTest.mm */,
Thomas Van Lenten30650d82015-05-01 08:57:16 -0400508 F41C175C1833D3310064ED4D /* GPBPerfTests.m */,
Thomas Van Lenten30650d82015-05-01 08:57:16 -0400509 8B4248B31A8BD96E00BC1EC6 /* GPBSwiftTests.swift */,
510 7461B6AB0F94FDF800A0C422 /* GPBTestUtilities.h */,
511 7461B6AC0F94FDF800A0C422 /* GPBTestUtilities.m */,
512 8BD3981E14BE59D70081D629 /* GPBUnittestProtos.m */,
Thomas Van Lenten13a41242016-09-01 11:45:50 -0400513 F4F8D8841D78A186002CE128 /* GPBUnittestProtos2.m */,
Thomas Van Lenten47f633e2024-07-01 07:25:23 -0700514 F43ADD342C2F2CE9005312E5 /* GPBUnknownFieldsTest.m */,
Thomas Van Lenten30650d82015-05-01 08:57:16 -0400515 7461B6BA0F94FDF900A0C422 /* GPBUtilitiesTests.m */,
516 8B4248E51A929C9900BC1EC6 /* GPBWellKnownTypesTest.m */,
517 7461B6BC0F94FDF900A0C422 /* GPBWireFormatTests.m */,
Thomas Van Lenten3e0d3992022-08-23 13:26:25 -0400518 F44FEAD228B546E200EC57B3 /* map_proto2_unittest.proto */,
519 F44FEAD328B546E200EC57B3 /* map_unittest.proto */,
Thomas Van Lenten92a879b2018-11-14 16:12:30 -0500520 F4F53F8B219CC5DF001EABF4 /* text_format_extensions_unittest_data.txt */,
Thomas Van Lenten30650d82015-05-01 08:57:16 -0400521 F45E57C81AE6DC98000B7D99 /* text_format_map_unittest_data.txt */,
Thomas Van Lenten49e4ba62017-05-17 13:38:51 -0400522 F43C88CF191D77FC009E917D /* text_format_unittest_data.txt */,
Thomas Van Lenten30650d82015-05-01 08:57:16 -0400523 F4AC9E1C1A8BEB1000BD6E83 /* unittest_cycle.proto */,
Thomas Van Lenten3e0d3992022-08-23 13:26:25 -0400524 F44FEADF28B546E300EC57B3 /* unittest_deprecated_file.proto */,
525 F44FEAD628B546E300EC57B3 /* unittest_deprecated.proto */,
526 F44FEAD428B546E200EC57B3 /* unittest_extension_chain_a.proto */,
527 F44FEAD828B546E300EC57B3 /* unittest_extension_chain_b.proto */,
528 F44FEAE228B546E300EC57B3 /* unittest_extension_chain_c.proto */,
529 F44FEAD528B546E300EC57B3 /* unittest_extension_chain_d.proto */,
530 F44FEAE328B546E300EC57B3 /* unittest_extension_chain_e.proto */,
531 F44FEADE28B546E300EC57B3 /* unittest_extension_chain_f.proto */,
532 F44FEAE128B546E300EC57B3 /* unittest_extension_chain_g.proto */,
Thomas Van Lenten3e0d3992022-08-23 13:26:25 -0400533 F44FEAE028B546E300EC57B3 /* unittest_import_public.proto */,
534 F44FEADB28B546E300EC57B3 /* unittest_import.proto */,
Thomas Van Lenten3e0d3992022-08-23 13:26:25 -0400535 F44FEADC28B546E300EC57B3 /* unittest_mset.proto */,
Dave MacLachlanef3a7252018-11-21 15:17:21 -0800536 8B35468621A61EB2000BD30D /* unittest_objc_options.proto */,
Thomas Van Lentend846b0b2015-06-08 16:24:57 -0400537 F4CF31711B162EF500BD9B06 /* unittest_objc_startup.proto */,
Thomas Van Lenten49e4ba62017-05-17 13:38:51 -0400538 8B09AAF614B663A7007B4184 /* unittest_objc.proto */,
Thomas Van Lenten3e0d3992022-08-23 13:26:25 -0400539 F44FEAD128B546E200EC57B3 /* unittest_preserve_unknown_enum.proto */,
Thomas Van Lenten30650d82015-05-01 08:57:16 -0400540 F4487C7A1AADFB5500531423 /* unittest_runtime_proto2.proto */,
541 F4487C7B1AADFB5500531423 /* unittest_runtime_proto3.proto */,
Thomas Van Lenten3e0d3992022-08-23 13:26:25 -0400542 F44FEADD28B546E300EC57B3 /* unittest.proto */,
Thomas Van Lenten30650d82015-05-01 08:57:16 -0400543 8B4248B21A8BD96D00BC1EC6 /* UnitTests-Bridging-Header.h */,
544 7401C1A90F950347006D8281 /* UnitTests-Info.plist */,
545 );
546 path = Tests;
547 sourceTree = "<group>";
548 };
Thomas Van Lenten30650d82015-05-01 08:57:16 -0400549 8BCF334414ED727300BC5317 /* Support */ = {
550 isa = PBXGroup;
551 children = (
552 F4411BE81AF1301700324B4A /* GPBArray_PackagePrivate.h */,
553 F4487C701A9F906200531423 /* GPBArray.h */,
554 F4487C711A9F906200531423 /* GPBArray.m */,
555 7461B48D0F94F99000A0C422 /* GPBBootstrap.h */,
556 F43725921AC9835D004DCAFB /* GPBDictionary_PackagePrivate.h */,
557 F4353D241ABB156F005A6198 /* GPBDictionary.h */,
558 F4353D251ABB156F005A6198 /* GPBDictionary.m */,
Thomas Van Lentend846b0b2015-06-08 16:24:57 -0400559 8BEB5AE01498033E0078BF9D /* GPBRuntimeTypes.h */,
Thomas Van Lenten30650d82015-05-01 08:57:16 -0400560 F4487C7D1AAE06C500531423 /* GPBUtilities_PackagePrivate.h */,
561 7461B4E50F94F99000A0C422 /* GPBUtilities.h */,
562 7461B4E60F94F99000A0C422 /* GPBUtilities.m */,
563 8B4248E11A929C8900BC1EC6 /* GPBWellKnownTypes.h */,
564 8B4248E21A929C8900BC1EC6 /* GPBWellKnownTypes.m */,
565 );
566 name = Support;
567 sourceTree = "<group>";
568 };
569/* End PBXGroup section */
570
571/* Begin PBXHeadersBuildPhase section */
572 7461B52A0F94FAF800A0C422 /* Headers */ = {
573 isa = PBXHeadersBuildPhase;
574 buildActionMask = 2147483647;
575 files = (
Thomas Van Lenten6e5a8672024-07-03 10:40:29 -0700576 F43ADD5E2C35A6E1005312E5 /* GPBUnknownFields_PackagePrivate.h in Headers */,
Thomas Van Lenten30650d82015-05-01 08:57:16 -0400577 );
578 runOnlyForDeploymentPostprocessing = 0;
579 };
580 F4487C561A9F8F8100531423 /* Headers */ = {
581 isa = PBXHeadersBuildPhase;
582 buildActionMask = 2147483647;
583 files = (
584 );
585 runOnlyForDeploymentPostprocessing = 0;
586 };
587/* End PBXHeadersBuildPhase section */
588
Thomas Van Lentend846b0b2015-06-08 16:24:57 -0400589/* Begin PBXLegacyTarget section */
590 F45BBC0E1B0CDB50002D064D /* Compile Unittest Protos */ = {
591 isa = PBXLegacyTarget;
Thomas Van Lenten4b3da9f2021-07-09 17:13:23 -0400592 buildArgumentsString = "$(ACTION)";
Thomas Van Lentend846b0b2015-06-08 16:24:57 -0400593 buildConfigurationList = F45BBC111B0CDB50002D064D /* Build configuration list for PBXLegacyTarget "Compile Unittest Protos" */;
594 buildPhases = (
595 );
596 buildToolPath = DevTools/compile_testing_protos.sh;
597 buildWorkingDirectory = "";
598 dependencies = (
599 );
600 name = "Compile Unittest Protos";
601 passBuildSettingsInEnvironment = 1;
602 productName = "Compile Unittest Protos";
603 };
604/* End PBXLegacyTarget section */
605
Thomas Van Lenten30650d82015-05-01 08:57:16 -0400606/* Begin PBXNativeTarget section */
607 7461B52D0F94FAF800A0C422 /* ProtocolBuffers */ = {
608 isa = PBXNativeTarget;
609 buildConfigurationList = 7461B5330F94FAFD00A0C422 /* Build configuration list for PBXNativeTarget "ProtocolBuffers" */;
610 buildPhases = (
611 7461B52A0F94FAF800A0C422 /* Headers */,
612 7461B52B0F94FAF800A0C422 /* Sources */,
613 7461B52C0F94FAF800A0C422 /* Frameworks */,
614 );
615 buildRules = (
616 );
617 dependencies = (
618 );
619 name = ProtocolBuffers;
620 productName = "ProtocolBuffers-iPhoneDevice";
621 productReference = 7461B52E0F94FAF800A0C422 /* libProtocolBuffers.a */;
622 productType = "com.apple.product-type.library.static";
623 };
Thomas Van Lenten30650d82015-05-01 08:57:16 -0400624 8BBEA4A5147C727100C4ADB7 /* UnitTests */ = {
625 isa = PBXNativeTarget;
626 buildConfigurationList = 8BBEA4BA147C728600C4ADB7 /* Build configuration list for PBXNativeTarget "UnitTests" */;
627 buildPhases = (
Thomas Van Lenten30650d82015-05-01 08:57:16 -0400628 8BBEA4A1147C727100C4ADB7 /* Resources */,
629 8BBEA4A2147C727100C4ADB7 /* Sources */,
630 8BBEA4A3147C727100C4ADB7 /* Frameworks */,
631 );
632 buildRules = (
633 );
634 dependencies = (
635 8BBEA4BD147C729A00C4ADB7 /* PBXTargetDependency */,
Thomas Van Lentend846b0b2015-06-08 16:24:57 -0400636 F45BBC131B0CDBBA002D064D /* PBXTargetDependency */,
Thomas Van Lenten30650d82015-05-01 08:57:16 -0400637 );
638 name = UnitTests;
639 productName = UnitTests;
640 productReference = 8BBEA4A6147C727100C4ADB7 /* UnitTests.xctest */;
641 productType = "com.apple.product-type.bundle.unit-test";
642 };
643 F4487C551A9F8F8100531423 /* TestSingleSourceBuild */ = {
644 isa = PBXNativeTarget;
645 buildConfigurationList = F4487C6B1A9F8F8100531423 /* Build configuration list for PBXNativeTarget "TestSingleSourceBuild" */;
646 buildPhases = (
647 F4487C561A9F8F8100531423 /* Headers */,
648 F4487C5A1A9F8F8100531423 /* Sources */,
649 F4487C691A9F8F8100531423 /* Frameworks */,
650 );
651 buildRules = (
652 );
653 dependencies = (
654 );
655 name = TestSingleSourceBuild;
656 productName = "ProtocolBuffers-iPhoneDevice";
657 productReference = F4487C6E1A9F8F8100531423 /* libTestSingleSourceBuild.a */;
658 productType = "com.apple.product-type.library.static";
659 };
660/* End PBXNativeTarget section */
661
662/* Begin PBXProject section */
663 29B97313FDCFA39411CA2CEA /* Project object */ = {
664 isa = PBXProject;
665 attributes = {
Thomas Van Lenten938ba412015-12-10 15:49:53 -0500666 LastSwiftUpdateCheck = 0710;
Thomas Van Lenten30650d82015-05-01 08:57:16 -0400667 LastTestingUpgradeCheck = 0600;
Protobuf Team Botd0c1a632022-11-15 11:53:30 -0800668 LastUpgradeCheck = 1400;
Thomas Van Lenten30650d82015-05-01 08:57:16 -0400669 TargetAttributes = {
Thomas Van Lenten6750ed82024-07-03 08:54:56 -0700670 7461B52D0F94FAF800A0C422 = {
671 LastSwiftMigration = 1530;
672 };
Thomas Van Lenten30650d82015-05-01 08:57:16 -0400673 8BBEA4A5147C727100C4ADB7 = {
Thomas Van Lenteneecccdc2018-11-02 11:34:34 -0400674 LastSwiftMigration = 0940;
Thomas Van Lenten30650d82015-05-01 08:57:16 -0400675 TestTargetID = 8B9A5EA41831993600A9D33B;
676 };
Thomas Van Lentend846b0b2015-06-08 16:24:57 -0400677 F45BBC0E1B0CDB50002D064D = {
678 CreatedOnToolsVersion = 6.3.2;
679 };
Thomas Van Lenten30650d82015-05-01 08:57:16 -0400680 };
681 };
682 buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "ProtocolBuffers_iOS" */;
Thomas Van Lentena6f9ec82022-09-23 15:35:39 -0400683 compatibilityVersion = "Xcode 13.0";
Protobuf Team Botd0c1a632022-11-15 11:53:30 -0800684 developmentRegion = en;
Thomas Van Lenten30650d82015-05-01 08:57:16 -0400685 hasScannedForEncodings = 1;
686 knownRegions = (
687 en,
Protobuf Team Botd0c1a632022-11-15 11:53:30 -0800688 Base,
Thomas Van Lenten30650d82015-05-01 08:57:16 -0400689 );
690 mainGroup = 29B97314FDCFA39411CA2CEA /* CustomTemplate */;
691 projectDirPath = "";
692 projectRoot = "";
693 targets = (
694 7461B52D0F94FAF800A0C422 /* ProtocolBuffers */,
695 8BBEA4A5147C727100C4ADB7 /* UnitTests */,
Thomas Van Lenten30650d82015-05-01 08:57:16 -0400696 F4487C551A9F8F8100531423 /* TestSingleSourceBuild */,
Thomas Van Lentend846b0b2015-06-08 16:24:57 -0400697 F45BBC0E1B0CDB50002D064D /* Compile Unittest Protos */,
Thomas Van Lenten30650d82015-05-01 08:57:16 -0400698 );
699 };
700/* End PBXProject section */
701
702/* Begin PBXResourcesBuildPhase section */
Thomas Van Lenten30650d82015-05-01 08:57:16 -0400703 8BBEA4A1147C727100C4ADB7 /* Resources */ = {
704 isa = PBXResourcesBuildPhase;
705 buildActionMask = 2147483647;
706 files = (
707 8B210CCE159383D60032D72D /* golden_message in Resources */,
Thomas Van Lenten92a879b2018-11-14 16:12:30 -0500708 F4F53F8C219CC5DF001EABF4 /* text_format_extensions_unittest_data.txt in Resources */,
Thomas Van Lenten30650d82015-05-01 08:57:16 -0400709 F43C88D0191D77FC009E917D /* text_format_unittest_data.txt in Resources */,
710 8B210CD0159386920032D72D /* golden_packed_fields_message in Resources */,
711 F45E57C91AE6DC98000B7D99 /* text_format_map_unittest_data.txt in Resources */,
712 );
713 runOnlyForDeploymentPostprocessing = 0;
714 };
715/* End PBXResourcesBuildPhase section */
716
Thomas Van Lenten30650d82015-05-01 08:57:16 -0400717/* Begin PBXSourcesBuildPhase section */
718 7461B52B0F94FAF800A0C422 /* Sources */ = {
719 isa = PBXSourcesBuildPhase;
720 buildActionMask = 2147483647;
721 files = (
Thomas Van Lenten30650d82015-05-01 08:57:16 -0400722 7461B53C0F94FB4E00A0C422 /* GPBCodedInputStream.m in Sources */,
Thomas Van Lenten56c48ae2020-01-22 15:50:52 -0500723 F47CF96D23D903C600C7B24C /* GPBAny.pbobjc.m in Sources */,
Thomas Van Lenten6750ed82024-07-03 08:54:56 -0700724 F43ADD522C333E58005312E5 /* GPBUnknownFields+Additions.swift in Sources */,
Thomas Van Lenten56c48ae2020-01-22 15:50:52 -0500725 F47CF96623D903C600C7B24C /* GPBSourceContext.pbobjc.m in Sources */,
726 F47CF96C23D903C600C7B24C /* GPBType.pbobjc.m in Sources */,
Thomas Van Lenten47f633e2024-07-01 07:25:23 -0700727 F43ADD412C2F2D60005312E5 /* GPBUnknownFields.m in Sources */,
Thomas Van Lenten56c48ae2020-01-22 15:50:52 -0500728 F47CF96423D903C600C7B24C /* GPBStruct.pbobjc.m in Sources */,
729 F47CF96723D903C600C7B24C /* GPBEmpty.pbobjc.m in Sources */,
Thomas Van Lenten30650d82015-05-01 08:57:16 -0400730 F4487C731A9F906200531423 /* GPBArray.m in Sources */,
731 7461B53D0F94FB4E00A0C422 /* GPBCodedOutputStream.m in Sources */,
732 7461B5490F94FB4E00A0C422 /* GPBExtensionRegistry.m in Sources */,
Thomas Van Lenten56c48ae2020-01-22 15:50:52 -0500733 F47CF95F23D903C600C7B24C /* GPBDuration.pbobjc.m in Sources */,
Thomas Van Lentend846b0b2015-06-08 16:24:57 -0400734 7461B54C0F94FB4E00A0C422 /* GPBUnknownField.m in Sources */,
Thomas Van Lenten30650d82015-05-01 08:57:16 -0400735 7461B5530F94FB4E00A0C422 /* GPBMessage.m in Sources */,
Thomas Van Lenten30650d82015-05-01 08:57:16 -0400736 7461B5630F94FB4E00A0C422 /* GPBUtilities.m in Sources */,
737 7461B5640F94FB4E00A0C422 /* GPBWireFormat.m in Sources */,
Thomas Van Lenten56c48ae2020-01-22 15:50:52 -0500738 F47CF96023D903C600C7B24C /* GPBWrappers.pbobjc.m in Sources */,
739 F47CF96523D903C600C7B24C /* GPBApi.pbobjc.m in Sources */,
Thomas Van Lenten30650d82015-05-01 08:57:16 -0400740 F4353D271ABB156F005A6198 /* GPBDictionary.m in Sources */,
741 8B79657B14992E3F002FFBFC /* GPBRootObject.m in Sources */,
Thomas Van Lenten6750ed82024-07-03 08:54:56 -0700742 F43ADD582C345D0D005312E5 /* GPBUnknownField+Additions.swift in Sources */,
Thomas Van Lenten56c48ae2020-01-22 15:50:52 -0500743 F47CF96223D903C600C7B24C /* GPBFieldMask.pbobjc.m in Sources */,
Thomas Van Lenten30650d82015-05-01 08:57:16 -0400744 8B96157414C8C38C00A2AC0B /* GPBDescriptor.m in Sources */,
Thomas Van Lentend846b0b2015-06-08 16:24:57 -0400745 F45C69CC16DFD08D0081955B /* GPBExtensionInternals.m in Sources */,
Thomas Van Lenten30650d82015-05-01 08:57:16 -0400746 8B4248E41A929C8900BC1EC6 /* GPBWellKnownTypes.m in Sources */,
Thomas Van Lenten56c48ae2020-01-22 15:50:52 -0500747 F47CF96923D903C600C7B24C /* GPBTimestamp.pbobjc.m in Sources */,
Thomas Van Lenten30650d82015-05-01 08:57:16 -0400748 );
749 runOnlyForDeploymentPostprocessing = 0;
750 };
Thomas Van Lenten30650d82015-05-01 08:57:16 -0400751 8BBEA4A2147C727100C4ADB7 /* Sources */ = {
752 isa = PBXSourcesBuildPhase;
753 buildActionMask = 2147483647;
754 files = (
755 8BBEA4A9147C727D00C4ADB7 /* GPBCodedInputStreamTests.m in Sources */,
Thomas Van Lentene998b8f2018-03-28 12:27:15 -0400756 F40EE503206BF91E0071091A /* GPBCompileTest20.m in Sources */,
Thomas Van Lenten30650d82015-05-01 08:57:16 -0400757 F401DC351A8E5C6F00FCC765 /* GPBArrayTests.m in Sources */,
Thomas Van Lentene998b8f2018-03-28 12:27:15 -0400758 F40EE4F9206BF91E0071091A /* GPBCompileTest10.m in Sources */,
Thomas Van Lenten30650d82015-05-01 08:57:16 -0400759 F4353D441AC06F31005A6198 /* GPBDictionaryTests+Int64.m in Sources */,
Thomas Van Lenten9f52d5e2024-02-26 07:35:43 -0800760 F4A92AFF2B88E663001E4F69 /* GPBCompileTest24.m in Sources */,
Thomas Van Lentene998b8f2018-03-28 12:27:15 -0400761 F40EE505206BF91E0071091A /* GPBCompileTest22.m in Sources */,
762 F40EE4F7206BF91E0071091A /* GPBCompileTest08.m in Sources */,
763 F40EE500206BF91E0071091A /* GPBCompileTest17.m in Sources */,
Thomas Van Lenten30650d82015-05-01 08:57:16 -0400764 F4353D471AC06F31005A6198 /* GPBDictionaryTests+UInt64.m in Sources */,
Thomas Van Lenten5a823ff2022-09-01 17:13:01 -0400765 8BBEA4AA147C727D00C4ADB7 /* GPBCodedOutputStreamTests.m in Sources */,
Thomas Van Lentene998b8f2018-03-28 12:27:15 -0400766 F40EE506206BF91E0071091A /* GPBCompileTest23.m in Sources */,
Thomas Van Lenten30650d82015-05-01 08:57:16 -0400767 8BBEA4AC147C727D00C4ADB7 /* GPBMessageTests.m in Sources */,
768 F4487C811AAF62FC00531423 /* GPBMessageTests+Serialization.m in Sources */,
Thomas Van Lentene998b8f2018-03-28 12:27:15 -0400769 F40EE502206BF91E0071091A /* GPBCompileTest19.m in Sources */,
770 F40EE4F5206BF91E0071091A /* GPBCompileTest06.m in Sources */,
771 F40EE4FB206BF91E0071091A /* GPBCompileTest12.m in Sources */,
Thomas Van Lenten30650d82015-05-01 08:57:16 -0400772 8B4248E61A929C9900BC1EC6 /* GPBWellKnownTypesTest.m in Sources */,
Thomas Van Lentene998b8f2018-03-28 12:27:15 -0400773 F40EE4F2206BF91E0071091A /* GPBCompileTest03.m in Sources */,
774 F40EE501206BF91E0071091A /* GPBCompileTest18.m in Sources */,
775 F40EE4FC206BF91E0071091A /* GPBCompileTest13.m in Sources */,
776 F40EE4FE206BF91E0071091A /* GPBCompileTest15.m in Sources */,
777 F40EE4F6206BF91E0071091A /* GPBCompileTest07.m in Sources */,
Thomas Van Lenten30650d82015-05-01 08:57:16 -0400778 F4353D1F1AB88243005A6198 /* GPBDescriptorTests.m in Sources */,
Thomas Van Lentene998b8f2018-03-28 12:27:15 -0400779 F40EE504206BF91E0071091A /* GPBCompileTest21.m in Sources */,
780 F40EE4FA206BF91E0071091A /* GPBCompileTest11.m in Sources */,
Thomas Van Lenten13a41242016-09-01 11:45:50 -0400781 F4F8D8861D78A193002CE128 /* GPBUnittestProtos2.m in Sources */,
Thomas Van Lentenad2d5c92015-09-30 13:34:16 -0400782 F4B51B1C1BBC5C7100744318 /* GPBObjectiveCPlusPlusTest.mm in Sources */,
Thomas Van Lenten30650d82015-05-01 08:57:16 -0400783 8B4248B41A8BD96E00BC1EC6 /* GPBSwiftTests.swift in Sources */,
Thomas Van Lenten49e4ba62017-05-17 13:38:51 -0400784 F4584D831ECCB53600803AB6 /* GPBExtensionRegistryTest.m in Sources */,
Thomas Van Lenten30650d82015-05-01 08:57:16 -0400785 5102DABC1891A073002037B6 /* GPBConcurrencyTests.m in Sources */,
786 F4487C771AADF84900531423 /* GPBMessageTests+Runtime.m in Sources */,
Thomas Van Lentene998b8f2018-03-28 12:27:15 -0400787 F40EE4F1206BF91E0071091A /* GPBCompileTest02.m in Sources */,
Thomas Van Lenten30650d82015-05-01 08:57:16 -0400788 F4353D431AC06F31005A6198 /* GPBDictionaryTests+Int32.m in Sources */,
Thomas Van Lentene998b8f2018-03-28 12:27:15 -0400789 F40EE4F4206BF91E0071091A /* GPBCompileTest05.m in Sources */,
790 F40EE4FD206BF91E0071091A /* GPBCompileTest14.m in Sources */,
Thomas Van Lenten47f633e2024-07-01 07:25:23 -0700791 F43ADD352C2F2CE9005312E5 /* GPBUnknownFieldsTest.m in Sources */,
Thomas Van Lenten30650d82015-05-01 08:57:16 -0400792 8BBEA4B0147C727D00C4ADB7 /* GPBTestUtilities.m in Sources */,
Thomas Van Lentene998b8f2018-03-28 12:27:15 -0400793 F40EE4F3206BF91E0071091A /* GPBCompileTest04.m in Sources */,
794 F40EE4FF206BF91E0071091A /* GPBCompileTest16.m in Sources */,
Thomas Van Lenten30650d82015-05-01 08:57:16 -0400795 F41C175D1833D3310064ED4D /* GPBPerfTests.m in Sources */,
796 F4353D421AC06F31005A6198 /* GPBDictionaryTests+Bool.m in Sources */,
797 F4487C851AAF6AC500531423 /* GPBMessageTests+Merge.m in Sources */,
Thomas Van Lentene998b8f2018-03-28 12:27:15 -0400798 F40EE4F0206BF91E0071091A /* GPBCompileTest01.m in Sources */,
Thomas Van Lenten30650d82015-05-01 08:57:16 -0400799 F4353D451AC06F31005A6198 /* GPBDictionaryTests+String.m in Sources */,
800 F4353D461AC06F31005A6198 /* GPBDictionaryTests+UInt32.m in Sources */,
Thomas Van Lentene998b8f2018-03-28 12:27:15 -0400801 F40EE4F8206BF91E0071091A /* GPBCompileTest09.m in Sources */,
Thomas Van Lenten30650d82015-05-01 08:57:16 -0400802 8BBEA4B7147C727D00C4ADB7 /* GPBUtilitiesTests.m in Sources */,
Thomas Van Lenten988ffe02017-01-04 15:03:42 -0500803 F4C4B9E71E1D97BF00D3B61D /* GPBDictionaryTests.m in Sources */,
Thomas Van Lenten30650d82015-05-01 08:57:16 -0400804 8BBEA4B8147C727D00C4ADB7 /* GPBWireFormatTests.m in Sources */,
Thomas Van Lenten30650d82015-05-01 08:57:16 -0400805 8BD3981F14BE59D70081D629 /* GPBUnittestProtos.m in Sources */,
Thomas Van Lenten30650d82015-05-01 08:57:16 -0400806 8B8B615D17DF7056002EE618 /* GPBARCUnittestProtos.m in Sources */,
807 );
808 runOnlyForDeploymentPostprocessing = 0;
809 };
810 F4487C5A1A9F8F8100531423 /* Sources */ = {
811 isa = PBXSourcesBuildPhase;
812 buildActionMask = 2147483647;
813 files = (
Thomas Van Lenten30650d82015-05-01 08:57:16 -0400814 F4487C6F1A9F8FFF00531423 /* GPBProtocolBuffers.m in Sources */,
815 );
816 runOnlyForDeploymentPostprocessing = 0;
817 };
818/* End PBXSourcesBuildPhase section */
819
820/* Begin PBXTargetDependency section */
Thomas Van Lenten30650d82015-05-01 08:57:16 -0400821 8BBEA4BD147C729A00C4ADB7 /* PBXTargetDependency */ = {
822 isa = PBXTargetDependency;
823 target = 7461B52D0F94FAF800A0C422 /* ProtocolBuffers */;
824 targetProxy = 8BBEA4BC147C729A00C4ADB7 /* PBXContainerItemProxy */;
825 };
Thomas Van Lentend846b0b2015-06-08 16:24:57 -0400826 F45BBC131B0CDBBA002D064D /* PBXTargetDependency */ = {
Thomas Van Lenten30650d82015-05-01 08:57:16 -0400827 isa = PBXTargetDependency;
Thomas Van Lentend846b0b2015-06-08 16:24:57 -0400828 target = F45BBC0E1B0CDB50002D064D /* Compile Unittest Protos */;
829 targetProxy = F45BBC121B0CDBBA002D064D /* PBXContainerItemProxy */;
Thomas Van Lenten30650d82015-05-01 08:57:16 -0400830 };
831/* End PBXTargetDependency section */
832
Thomas Van Lenten30650d82015-05-01 08:57:16 -0400833/* Begin XCBuildConfiguration section */
834 7461B52F0F94FAFA00A0C422 /* Debug */ = {
835 isa = XCBuildConfiguration;
836 buildSettings = {
Thomas Van Lenten6750ed82024-07-03 08:54:56 -0700837 CLANG_ENABLE_MODULES = YES;
Sergio Campamace24b8a2018-04-06 10:33:49 -0400838 CLANG_ENABLE_OBJC_WEAK = YES;
Thomas Van Lenten30650d82015-05-01 08:57:16 -0400839 PRODUCT_NAME = ProtocolBuffers;
Twigc7d2a972021-05-14 12:17:42 -0400840 SKIP_INSTALL = YES;
Thomas Van Lenten6750ed82024-07-03 08:54:56 -0700841 SWIFT_OBJC_BRIDGING_HEADER = GPBProtocolBuffers.h;
842 SWIFT_OPTIMIZATION_LEVEL = "-Onone";
843 SWIFT_VERSION = 5.0;
Thomas Van Lenten30650d82015-05-01 08:57:16 -0400844 TARGETED_DEVICE_FAMILY = "1,2";
Thomas Van Lentenc0bc2652018-11-14 11:42:32 -0500845 USER_HEADER_SEARCH_PATHS = "$(SRCROOT)";
Thomas Van Lenten30650d82015-05-01 08:57:16 -0400846 };
847 name = Debug;
848 };
849 7461B5300F94FAFA00A0C422 /* Release */ = {
850 isa = XCBuildConfiguration;
851 buildSettings = {
Thomas Van Lenten6750ed82024-07-03 08:54:56 -0700852 CLANG_ENABLE_MODULES = YES;
Sergio Campamace24b8a2018-04-06 10:33:49 -0400853 CLANG_ENABLE_OBJC_WEAK = YES;
Thomas Van Lenten30650d82015-05-01 08:57:16 -0400854 PRODUCT_NAME = ProtocolBuffers;
Twigc7d2a972021-05-14 12:17:42 -0400855 SKIP_INSTALL = YES;
Thomas Van Lenten6750ed82024-07-03 08:54:56 -0700856 SWIFT_OBJC_BRIDGING_HEADER = GPBProtocolBuffers.h;
857 SWIFT_VERSION = 5.0;
Thomas Van Lenten30650d82015-05-01 08:57:16 -0400858 TARGETED_DEVICE_FAMILY = "1,2";
Thomas Van Lentenc0bc2652018-11-14 11:42:32 -0500859 USER_HEADER_SEARCH_PATHS = "$(SRCROOT)";
Thomas Van Lenten30650d82015-05-01 08:57:16 -0400860 };
861 name = Release;
862 };
Thomas Van Lenten30650d82015-05-01 08:57:16 -0400863 8BBEA4A7147C727100C4ADB7 /* Debug */ = {
864 isa = XCBuildConfiguration;
865 buildSettings = {
Thomas Van Lenten6750ed82024-07-03 08:54:56 -0700866 ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
Thomas Van Lenten30650d82015-05-01 08:57:16 -0400867 CLANG_ENABLE_MODULES = YES;
Sergio Campamace24b8a2018-04-06 10:33:49 -0400868 CLANG_ENABLE_OBJC_WEAK = YES;
Thomas Van Lenten30650d82015-05-01 08:57:16 -0400869 FRAMEWORK_SEARCH_PATHS = (
Thomas Van Lenten30650d82015-05-01 08:57:16 -0400870 "\"$(DEVELOPER_LIBRARY_DIR)/Frameworks\"",
871 "$(inherited)",
872 );
Thomas Van Lenten30650d82015-05-01 08:57:16 -0400873 INFOPLIST_FILE = "Tests/UnitTests-Info.plist";
Thomas Van Lentena6f9ec82022-09-23 15:35:39 -0400874 LD_RUNPATH_SEARCH_PATHS = (
875 "$(inherited)",
876 "@executable_path/Frameworks",
877 "@loader_path/Frameworks",
878 );
Thomas Van Lenten30650d82015-05-01 08:57:16 -0400879 LIBRARY_SEARCH_PATHS = (
880 "$(inherited)",
881 "\"$(DEVELOPER_DIR)/usr/lib\"",
882 );
Thomas Van Lentenbe0d7f62016-06-27 14:24:59 -0400883 OTHER_LDFLAGS = "-ObjC";
Thomas Van Lenten30650d82015-05-01 08:57:16 -0400884 PRODUCT_NAME = UnitTests;
Thomas Van Lenten58cd4a42015-05-26 12:31:13 -0400885 SWIFT_OBJC_BRIDGING_HEADER = "Tests/UnitTests-Bridging-Header.h";
Thomas Van Lenten30650d82015-05-01 08:57:16 -0400886 SWIFT_OPTIMIZATION_LEVEL = "-Onone";
Protobuf Team Botd0c1a632022-11-15 11:53:30 -0800887 SWIFT_VERSION = 5.0;
Thomas Van Lenten30650d82015-05-01 08:57:16 -0400888 TARGETED_DEVICE_FAMILY = "1,2";
Thomas Van Lentena6f9ec82022-09-23 15:35:39 -0400889 USER_HEADER_SEARCH_PATHS = (
890 "${PROJECT_DERIVED_FILE_DIR}/protos",
891 "$(SRCROOT)",
892 );
Thomas Van Lentenc8a440d2016-05-25 13:46:00 -0400893 WARNING_CFLAGS = (
894 "$(inherited)",
895 "-Wno-documentation-unknown-command",
896 "-Wno-reserved-id-macro",
897 "-Wno-direct-ivar-access",
898 );
Thomas Van Lenten30650d82015-05-01 08:57:16 -0400899 };
900 name = Debug;
901 };
902 8BBEA4A8147C727100C4ADB7 /* Release */ = {
903 isa = XCBuildConfiguration;
904 buildSettings = {
Thomas Van Lenten6750ed82024-07-03 08:54:56 -0700905 ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
Thomas Van Lenten30650d82015-05-01 08:57:16 -0400906 CLANG_ENABLE_MODULES = YES;
Sergio Campamace24b8a2018-04-06 10:33:49 -0400907 CLANG_ENABLE_OBJC_WEAK = YES;
Thomas Van Lenten30650d82015-05-01 08:57:16 -0400908 FRAMEWORK_SEARCH_PATHS = (
Thomas Van Lenten30650d82015-05-01 08:57:16 -0400909 "\"$(DEVELOPER_LIBRARY_DIR)/Frameworks\"",
910 "$(inherited)",
911 );
Thomas Van Lenten30650d82015-05-01 08:57:16 -0400912 INFOPLIST_FILE = "Tests/UnitTests-Info.plist";
Thomas Van Lentena6f9ec82022-09-23 15:35:39 -0400913 LD_RUNPATH_SEARCH_PATHS = (
914 "$(inherited)",
915 "@executable_path/Frameworks",
916 "@loader_path/Frameworks",
917 );
Thomas Van Lenten30650d82015-05-01 08:57:16 -0400918 LIBRARY_SEARCH_PATHS = (
919 "$(inherited)",
920 "\"$(DEVELOPER_DIR)/usr/lib\"",
921 );
Thomas Van Lentenbe0d7f62016-06-27 14:24:59 -0400922 OTHER_LDFLAGS = "-ObjC";
Thomas Van Lenten30650d82015-05-01 08:57:16 -0400923 PRODUCT_NAME = UnitTests;
Thomas Van Lenten58cd4a42015-05-26 12:31:13 -0400924 SWIFT_OBJC_BRIDGING_HEADER = "Tests/UnitTests-Bridging-Header.h";
Protobuf Team Botd0c1a632022-11-15 11:53:30 -0800925 SWIFT_VERSION = 5.0;
Thomas Van Lenten30650d82015-05-01 08:57:16 -0400926 TARGETED_DEVICE_FAMILY = "1,2";
Thomas Van Lentena6f9ec82022-09-23 15:35:39 -0400927 USER_HEADER_SEARCH_PATHS = (
928 "${PROJECT_DERIVED_FILE_DIR}/protos",
929 "$(SRCROOT)",
930 );
Thomas Van Lentenc8a440d2016-05-25 13:46:00 -0400931 WARNING_CFLAGS = (
932 "$(inherited)",
933 "-Wno-documentation-unknown-command",
934 "-Wno-reserved-id-macro",
935 "-Wno-direct-ivar-access",
936 );
Thomas Van Lenten30650d82015-05-01 08:57:16 -0400937 };
938 name = Release;
939 };
Thomas Van Lenten30650d82015-05-01 08:57:16 -0400940 C01FCF4F08A954540054247B /* Debug */ = {
941 isa = XCBuildConfiguration;
942 buildSettings = {
Thomas Van Lenten97d03ab2018-10-02 10:54:23 -0400943 ALWAYS_SEARCH_USER_PATHS = NO;
Protobuf Team Botd0c1a632022-11-15 11:53:30 -0800944 CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
Thomas Van Lentenc8a440d2016-05-25 13:46:00 -0400945 CLANG_ANALYZER_NONNULL = YES;
Thomas Van Lenten30650d82015-05-01 08:57:16 -0400946 CLANG_ANALYZER_SECURITY_FLOATLOOPCOUNTER = YES;
947 CLANG_ANALYZER_SECURITY_INSECUREAPI_RAND = YES;
948 CLANG_ANALYZER_SECURITY_INSECUREAPI_STRCPY = YES;
Sergio Campamá14e74f62016-09-08 12:15:12 -0700949 CLANG_WARN_ASSIGN_ENUM = YES;
Thomas Van Lenten94771232017-10-03 09:55:23 -0400950 CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
951 CLANG_WARN_COMMA = YES;
Thomas Van Lenten30650d82015-05-01 08:57:16 -0400952 CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
Thomas Van Lentenc8a440d2016-05-25 13:46:00 -0400953 CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
Thomas Van Lenten297449a2016-10-03 11:20:54 -0400954 CLANG_WARN_EMPTY_BODY = YES;
955 CLANG_WARN_INFINITE_RECURSION = YES;
Thomas Van Lentenc27833b2015-12-07 10:49:30 -0500956 CLANG_WARN_NULLABLE_TO_NONNULL_CONVERSION = YES;
Thomas Van Lentenc8a440d2016-05-25 13:46:00 -0400957 CLANG_WARN_OBJC_EXPLICIT_OWNERSHIP_TYPE = YES;
Thomas Van Lenten30650d82015-05-01 08:57:16 -0400958 CLANG_WARN_OBJC_IMPLICIT_ATOMIC_PROPERTIES = YES;
Thomas Van Lentenc8a440d2016-05-25 13:46:00 -0400959 CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
Thomas Van Lenten30650d82015-05-01 08:57:16 -0400960 CLANG_WARN_OBJC_MISSING_PROPERTY_SYNTHESIS = YES;
Protobuf Team Botd0c1a632022-11-15 11:53:30 -0800961 CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
Thomas Van Lenten94771232017-10-03 09:55:23 -0400962 CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
963 CLANG_WARN_STRICT_PROTOTYPES = YES;
Thomas Van Lenten30650d82015-05-01 08:57:16 -0400964 CLANG_WARN_SUSPICIOUS_IMPLICIT_CONVERSION = YES;
Thomas Van Lenten297449a2016-10-03 11:20:54 -0400965 CLANG_WARN_SUSPICIOUS_MOVE = YES;
Thomas Van Lentenc8a440d2016-05-25 13:46:00 -0400966 CLANG_WARN_UNREACHABLE_CODE = YES_AGGRESSIVE;
Thomas Van Lenten30650d82015-05-01 08:57:16 -0400967 CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
968 "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
Thomas Van Lenten297449a2016-10-03 11:20:54 -0400969 ENABLE_STRICT_OBJC_MSGSEND = YES;
Thomas Van Lenten938ba412015-12-10 15:49:53 -0500970 ENABLE_TESTABILITY = YES;
Thomas Van Lenten30650d82015-05-01 08:57:16 -0400971 GCC_C_LANGUAGE_STANDARD = c99;
Thomas Van Lenten297449a2016-10-03 11:20:54 -0400972 GCC_NO_COMMON_BLOCKS = YES;
Thomas Van Lenten30650d82015-05-01 08:57:16 -0400973 GCC_OPTIMIZATION_LEVEL = 0;
974 GCC_PREPROCESSOR_DEFINITIONS = "DEBUG=1";
975 GCC_TREAT_IMPLICIT_FUNCTION_DECLARATIONS_AS_ERRORS = YES;
976 GCC_TREAT_INCOMPATIBLE_POINTER_TYPE_WARNINGS_AS_ERRORS = YES;
977 GCC_TREAT_WARNINGS_AS_ERRORS = YES;
978 GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
979 GCC_WARN_ABOUT_MISSING_FIELD_INITIALIZERS = YES;
980 GCC_WARN_ABOUT_MISSING_NEWLINE = YES;
981 GCC_WARN_ABOUT_MISSING_PROTOTYPES = YES;
982 GCC_WARN_ABOUT_RETURN_TYPE = YES;
983 GCC_WARN_HIDDEN_VIRTUAL_FUNCTIONS = YES;
984 GCC_WARN_INITIALIZER_NOT_FULLY_BRACKETED = YES;
985 GCC_WARN_MISSING_PARENTHESES = YES;
986 GCC_WARN_NON_VIRTUAL_DESTRUCTOR = YES;
987 GCC_WARN_SHADOW = YES;
988 GCC_WARN_SIGN_COMPARE = YES;
989 GCC_WARN_UNDECLARED_SELECTOR = YES;
Thomas Van Lentenc8a440d2016-05-25 13:46:00 -0400990 GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
Thomas Van Lenten30650d82015-05-01 08:57:16 -0400991 GCC_WARN_UNKNOWN_PRAGMAS = YES;
992 GCC_WARN_UNUSED_FUNCTION = YES;
993 GCC_WARN_UNUSED_LABEL = YES;
994 GCC_WARN_UNUSED_PARAMETER = YES;
995 GCC_WARN_UNUSED_VARIABLE = YES;
996 GENERATE_PROFILING_CODE = NO;
Protobuf Team Botd0c1a632022-11-15 11:53:30 -0800997 IPHONEOS_DEPLOYMENT_TARGET = 12.0;
Thomas Van Lenten30650d82015-05-01 08:57:16 -0400998 ONLY_ACTIVE_ARCH = YES;
Thomas Van Lenten30650d82015-05-01 08:57:16 -0400999 SDKROOT = iphoneos;
Thomas Van Lentenc8a440d2016-05-25 13:46:00 -04001000 WARNING_CFLAGS = (
1001 "-Wdocumentation-unknown-command",
1002 "-Wundef",
1003 "-Wreserved-id-macro",
1004 "-Wswitch-enum",
1005 "-Wdirect-ivar-access",
Thomas Van Lenten38b9e742016-05-27 12:51:18 -04001006 "-Woverriding-method-mismatch",
Thomas Van Lentenc8a440d2016-05-25 13:46:00 -04001007 );
Thomas Van Lenten30650d82015-05-01 08:57:16 -04001008 };
1009 name = Debug;
1010 };
1011 C01FCF5008A954540054247B /* Release */ = {
1012 isa = XCBuildConfiguration;
1013 buildSettings = {
Thomas Van Lenten97d03ab2018-10-02 10:54:23 -04001014 ALWAYS_SEARCH_USER_PATHS = NO;
Protobuf Team Botd0c1a632022-11-15 11:53:30 -08001015 CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
Thomas Van Lentenc8a440d2016-05-25 13:46:00 -04001016 CLANG_ANALYZER_NONNULL = YES;
Thomas Van Lenten30650d82015-05-01 08:57:16 -04001017 CLANG_ANALYZER_SECURITY_FLOATLOOPCOUNTER = YES;
1018 CLANG_ANALYZER_SECURITY_INSECUREAPI_RAND = YES;
1019 CLANG_ANALYZER_SECURITY_INSECUREAPI_STRCPY = YES;
Sergio Campamá14e74f62016-09-08 12:15:12 -07001020 CLANG_WARN_ASSIGN_ENUM = YES;
Thomas Van Lenten94771232017-10-03 09:55:23 -04001021 CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
1022 CLANG_WARN_COMMA = YES;
Thomas Van Lenten30650d82015-05-01 08:57:16 -04001023 CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
Thomas Van Lentenc8a440d2016-05-25 13:46:00 -04001024 CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
Thomas Van Lenten297449a2016-10-03 11:20:54 -04001025 CLANG_WARN_EMPTY_BODY = YES;
1026 CLANG_WARN_INFINITE_RECURSION = YES;
Thomas Van Lentenc27833b2015-12-07 10:49:30 -05001027 CLANG_WARN_NULLABLE_TO_NONNULL_CONVERSION = YES;
Thomas Van Lentenc8a440d2016-05-25 13:46:00 -04001028 CLANG_WARN_OBJC_EXPLICIT_OWNERSHIP_TYPE = YES;
Thomas Van Lenten30650d82015-05-01 08:57:16 -04001029 CLANG_WARN_OBJC_IMPLICIT_ATOMIC_PROPERTIES = YES;
Thomas Van Lentenc8a440d2016-05-25 13:46:00 -04001030 CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
Thomas Van Lenten30650d82015-05-01 08:57:16 -04001031 CLANG_WARN_OBJC_MISSING_PROPERTY_SYNTHESIS = YES;
Protobuf Team Botd0c1a632022-11-15 11:53:30 -08001032 CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
Thomas Van Lenten94771232017-10-03 09:55:23 -04001033 CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
1034 CLANG_WARN_STRICT_PROTOTYPES = YES;
Thomas Van Lenten30650d82015-05-01 08:57:16 -04001035 CLANG_WARN_SUSPICIOUS_IMPLICIT_CONVERSION = YES;
Thomas Van Lenten297449a2016-10-03 11:20:54 -04001036 CLANG_WARN_SUSPICIOUS_MOVE = YES;
Thomas Van Lentenc8a440d2016-05-25 13:46:00 -04001037 CLANG_WARN_UNREACHABLE_CODE = YES_AGGRESSIVE;
Thomas Van Lenten30650d82015-05-01 08:57:16 -04001038 CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
1039 "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
Thomas Van Lenten1dcc3292015-05-21 17:14:52 -04001040 ENABLE_NS_ASSERTIONS = NO;
Thomas Van Lenten297449a2016-10-03 11:20:54 -04001041 ENABLE_STRICT_OBJC_MSGSEND = YES;
Thomas Van Lenten30650d82015-05-01 08:57:16 -04001042 GCC_C_LANGUAGE_STANDARD = c99;
Thomas Van Lenten297449a2016-10-03 11:20:54 -04001043 GCC_NO_COMMON_BLOCKS = YES;
Thomas Van Lenten30650d82015-05-01 08:57:16 -04001044 GCC_TREAT_IMPLICIT_FUNCTION_DECLARATIONS_AS_ERRORS = YES;
1045 GCC_TREAT_INCOMPATIBLE_POINTER_TYPE_WARNINGS_AS_ERRORS = YES;
1046 GCC_TREAT_WARNINGS_AS_ERRORS = YES;
1047 GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
1048 GCC_WARN_ABOUT_MISSING_FIELD_INITIALIZERS = YES;
1049 GCC_WARN_ABOUT_MISSING_NEWLINE = YES;
1050 GCC_WARN_ABOUT_MISSING_PROTOTYPES = YES;
1051 GCC_WARN_ABOUT_RETURN_TYPE = YES;
1052 GCC_WARN_HIDDEN_VIRTUAL_FUNCTIONS = YES;
1053 GCC_WARN_INITIALIZER_NOT_FULLY_BRACKETED = YES;
1054 GCC_WARN_MISSING_PARENTHESES = YES;
1055 GCC_WARN_NON_VIRTUAL_DESTRUCTOR = YES;
1056 GCC_WARN_SHADOW = YES;
1057 GCC_WARN_SIGN_COMPARE = YES;
1058 GCC_WARN_UNDECLARED_SELECTOR = YES;
Thomas Van Lentenc8a440d2016-05-25 13:46:00 -04001059 GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
Thomas Van Lenten30650d82015-05-01 08:57:16 -04001060 GCC_WARN_UNKNOWN_PRAGMAS = YES;
1061 GCC_WARN_UNUSED_FUNCTION = YES;
1062 GCC_WARN_UNUSED_LABEL = YES;
1063 GCC_WARN_UNUSED_PARAMETER = YES;
1064 GCC_WARN_UNUSED_VARIABLE = YES;
1065 GENERATE_PROFILING_CODE = NO;
Protobuf Team Botd0c1a632022-11-15 11:53:30 -08001066 IPHONEOS_DEPLOYMENT_TARGET = 12.0;
Thomas Van Lenten30650d82015-05-01 08:57:16 -04001067 SDKROOT = iphoneos;
Thomas Van Lentena6f9ec82022-09-23 15:35:39 -04001068 SWIFT_COMPILATION_MODE = wholemodule;
1069 SWIFT_OPTIMIZATION_LEVEL = "-O";
Thomas Van Lentenc8a440d2016-05-25 13:46:00 -04001070 WARNING_CFLAGS = (
1071 "-Wdocumentation-unknown-command",
1072 "-Wundef",
1073 "-Wreserved-id-macro",
1074 "-Wswitch-enum",
1075 "-Wdirect-ivar-access",
Thomas Van Lenten38b9e742016-05-27 12:51:18 -04001076 "-Woverriding-method-mismatch",
Thomas Van Lentenc8a440d2016-05-25 13:46:00 -04001077 );
Thomas Van Lenten30650d82015-05-01 08:57:16 -04001078 };
1079 name = Release;
1080 };
1081 F4487C6C1A9F8F8100531423 /* Debug */ = {
1082 isa = XCBuildConfiguration;
1083 buildSettings = {
Sergio Campamace24b8a2018-04-06 10:33:49 -04001084 CLANG_ENABLE_OBJC_WEAK = YES;
Thomas Van Lenten30650d82015-05-01 08:57:16 -04001085 PRODUCT_NAME = TestSingleSourceBuild;
1086 TARGETED_DEVICE_FAMILY = "1,2";
Thomas Van Lentenc0bc2652018-11-14 11:42:32 -05001087 USER_HEADER_SEARCH_PATHS = "$(SRCROOT)";
Thomas Van Lenten30650d82015-05-01 08:57:16 -04001088 };
1089 name = Debug;
1090 };
1091 F4487C6D1A9F8F8100531423 /* Release */ = {
1092 isa = XCBuildConfiguration;
1093 buildSettings = {
Sergio Campamace24b8a2018-04-06 10:33:49 -04001094 CLANG_ENABLE_OBJC_WEAK = YES;
Thomas Van Lenten30650d82015-05-01 08:57:16 -04001095 PRODUCT_NAME = TestSingleSourceBuild;
1096 TARGETED_DEVICE_FAMILY = "1,2";
Thomas Van Lentenc0bc2652018-11-14 11:42:32 -05001097 USER_HEADER_SEARCH_PATHS = "$(SRCROOT)";
Thomas Van Lenten30650d82015-05-01 08:57:16 -04001098 };
1099 name = Release;
1100 };
Thomas Van Lentend846b0b2015-06-08 16:24:57 -04001101 F45BBC0F1B0CDB50002D064D /* Debug */ = {
1102 isa = XCBuildConfiguration;
1103 buildSettings = {
Thomas Van Lenten4b3da9f2021-07-09 17:13:23 -04001104 CLANG_ENABLE_OBJC_WEAK = YES;
Thomas Van Lentend846b0b2015-06-08 16:24:57 -04001105 };
1106 name = Debug;
1107 };
1108 F45BBC101B0CDB50002D064D /* Release */ = {
1109 isa = XCBuildConfiguration;
1110 buildSettings = {
Thomas Van Lenten4b3da9f2021-07-09 17:13:23 -04001111 CLANG_ENABLE_OBJC_WEAK = YES;
Thomas Van Lentend846b0b2015-06-08 16:24:57 -04001112 };
1113 name = Release;
1114 };
Thomas Van Lenten30650d82015-05-01 08:57:16 -04001115/* End XCBuildConfiguration section */
1116
1117/* Begin XCConfigurationList section */
1118 7461B5330F94FAFD00A0C422 /* Build configuration list for PBXNativeTarget "ProtocolBuffers" */ = {
1119 isa = XCConfigurationList;
1120 buildConfigurations = (
1121 7461B52F0F94FAFA00A0C422 /* Debug */,
1122 7461B5300F94FAFA00A0C422 /* Release */,
1123 );
1124 defaultConfigurationIsVisible = 0;
1125 defaultConfigurationName = Release;
1126 };
Thomas Van Lenten30650d82015-05-01 08:57:16 -04001127 8BBEA4BA147C728600C4ADB7 /* Build configuration list for PBXNativeTarget "UnitTests" */ = {
1128 isa = XCConfigurationList;
1129 buildConfigurations = (
1130 8BBEA4A7147C727100C4ADB7 /* Debug */,
1131 8BBEA4A8147C727100C4ADB7 /* Release */,
1132 );
1133 defaultConfigurationIsVisible = 0;
1134 defaultConfigurationName = Release;
1135 };
Thomas Van Lenten30650d82015-05-01 08:57:16 -04001136 C01FCF4E08A954540054247B /* Build configuration list for PBXProject "ProtocolBuffers_iOS" */ = {
1137 isa = XCConfigurationList;
1138 buildConfigurations = (
1139 C01FCF4F08A954540054247B /* Debug */,
1140 C01FCF5008A954540054247B /* Release */,
1141 );
1142 defaultConfigurationIsVisible = 0;
1143 defaultConfigurationName = Release;
1144 };
1145 F4487C6B1A9F8F8100531423 /* Build configuration list for PBXNativeTarget "TestSingleSourceBuild" */ = {
1146 isa = XCConfigurationList;
1147 buildConfigurations = (
1148 F4487C6C1A9F8F8100531423 /* Debug */,
1149 F4487C6D1A9F8F8100531423 /* Release */,
1150 );
1151 defaultConfigurationIsVisible = 0;
1152 defaultConfigurationName = Release;
1153 };
Thomas Van Lentend846b0b2015-06-08 16:24:57 -04001154 F45BBC111B0CDB50002D064D /* Build configuration list for PBXLegacyTarget "Compile Unittest Protos" */ = {
1155 isa = XCConfigurationList;
1156 buildConfigurations = (
1157 F45BBC0F1B0CDB50002D064D /* Debug */,
1158 F45BBC101B0CDB50002D064D /* Release */,
1159 );
1160 defaultConfigurationIsVisible = 0;
1161 defaultConfigurationName = Release;
1162 };
Thomas Van Lenten30650d82015-05-01 08:57:16 -04001163/* End XCConfigurationList section */
1164 };
1165 rootObject = 29B97313FDCFA39411CA2CEA /* Project object */;
1166}