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