Welcome to mirror list, hosted at ThFree Co, Russian Federation.

project.pbxproj « ProtocolBuffers.xcodeproj « protobufbuild « 3rdparty - github.com/mumble-voip/mumblekit.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 91528e6afa86c589f92babe5c43d4e8cd23fa70e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
// !$*UTF8*$!
{
	archiveVersion = 1;
	classes = {
	};
	objectVersion = 46;
	objects = {

/* Begin PBXBuildFile section */
		2845A6AB132D99550034D631 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2845A6AA132D99550034D631 /* Foundation.framework */; };
		2845A6DC132D9A240034D631 /* AbstractMessage_Builder.m in Sources */ = {isa = PBXBuildFile; fileRef = 2845A6C7132D9A240034D631 /* AbstractMessage_Builder.m */; };
		2845A6DD132D9A240034D631 /* AbstractMessage_Builder.m in Sources */ = {isa = PBXBuildFile; fileRef = 2845A6C7132D9A240034D631 /* AbstractMessage_Builder.m */; };
		2845A6DE132D9A240034D631 /* AbstractMessage.m in Sources */ = {isa = PBXBuildFile; fileRef = 2845A6C8132D9A240034D631 /* AbstractMessage.m */; };
		2845A6DF132D9A240034D631 /* AbstractMessage.m in Sources */ = {isa = PBXBuildFile; fileRef = 2845A6C8132D9A240034D631 /* AbstractMessage.m */; };
		2845A6E0132D9A240034D631 /* CodedInputStream.m in Sources */ = {isa = PBXBuildFile; fileRef = 2845A6C9132D9A240034D631 /* CodedInputStream.m */; };
		2845A6E1132D9A240034D631 /* CodedInputStream.m in Sources */ = {isa = PBXBuildFile; fileRef = 2845A6C9132D9A240034D631 /* CodedInputStream.m */; };
		2845A6E2132D9A240034D631 /* CodedOutputStream.m in Sources */ = {isa = PBXBuildFile; fileRef = 2845A6CA132D9A240034D631 /* CodedOutputStream.m */; };
		2845A6E3132D9A240034D631 /* CodedOutputStream.m in Sources */ = {isa = PBXBuildFile; fileRef = 2845A6CA132D9A240034D631 /* CodedOutputStream.m */; };
		2845A6E4132D9A240034D631 /* ConcreteExtensionField.m in Sources */ = {isa = PBXBuildFile; fileRef = 2845A6CB132D9A240034D631 /* ConcreteExtensionField.m */; };
		2845A6E5132D9A240034D631 /* ConcreteExtensionField.m in Sources */ = {isa = PBXBuildFile; fileRef = 2845A6CB132D9A240034D631 /* ConcreteExtensionField.m */; };
		2845A6E6132D9A240034D631 /* Descriptor.pb.m in Sources */ = {isa = PBXBuildFile; fileRef = 2845A6CC132D9A240034D631 /* Descriptor.pb.m */; };
		2845A6E7132D9A240034D631 /* Descriptor.pb.m in Sources */ = {isa = PBXBuildFile; fileRef = 2845A6CC132D9A240034D631 /* Descriptor.pb.m */; };
		2845A6E8132D9A240034D631 /* ExtendableMessage_Builder.m in Sources */ = {isa = PBXBuildFile; fileRef = 2845A6CD132D9A240034D631 /* ExtendableMessage_Builder.m */; };
		2845A6E9132D9A240034D631 /* ExtendableMessage_Builder.m in Sources */ = {isa = PBXBuildFile; fileRef = 2845A6CD132D9A240034D631 /* ExtendableMessage_Builder.m */; };
		2845A6EA132D9A240034D631 /* ExtendableMessage.m in Sources */ = {isa = PBXBuildFile; fileRef = 2845A6CE132D9A240034D631 /* ExtendableMessage.m */; };
		2845A6EB132D9A240034D631 /* ExtendableMessage.m in Sources */ = {isa = PBXBuildFile; fileRef = 2845A6CE132D9A240034D631 /* ExtendableMessage.m */; };
		2845A6EC132D9A240034D631 /* ExtensionRegistry.m in Sources */ = {isa = PBXBuildFile; fileRef = 2845A6CF132D9A240034D631 /* ExtensionRegistry.m */; };
		2845A6ED132D9A240034D631 /* ExtensionRegistry.m in Sources */ = {isa = PBXBuildFile; fileRef = 2845A6CF132D9A240034D631 /* ExtensionRegistry.m */; };
		2845A6EE132D9A240034D631 /* Field.m in Sources */ = {isa = PBXBuildFile; fileRef = 2845A6D0132D9A240034D631 /* Field.m */; };
		2845A6EF132D9A240034D631 /* Field.m in Sources */ = {isa = PBXBuildFile; fileRef = 2845A6D0132D9A240034D631 /* Field.m */; };
		2845A6F0132D9A240034D631 /* GeneratedMessage_Builder.m in Sources */ = {isa = PBXBuildFile; fileRef = 2845A6D1132D9A240034D631 /* GeneratedMessage_Builder.m */; };
		2845A6F1132D9A240034D631 /* GeneratedMessage_Builder.m in Sources */ = {isa = PBXBuildFile; fileRef = 2845A6D1132D9A240034D631 /* GeneratedMessage_Builder.m */; };
		2845A6F2132D9A240034D631 /* GeneratedMessage.m in Sources */ = {isa = PBXBuildFile; fileRef = 2845A6D2132D9A240034D631 /* GeneratedMessage.m */; };
		2845A6F3132D9A240034D631 /* GeneratedMessage.m in Sources */ = {isa = PBXBuildFile; fileRef = 2845A6D2132D9A240034D631 /* GeneratedMessage.m */; };
		2845A6F4132D9A240034D631 /* MutableExtensionRegistry.m in Sources */ = {isa = PBXBuildFile; fileRef = 2845A6D3132D9A240034D631 /* MutableExtensionRegistry.m */; };
		2845A6F5132D9A240034D631 /* MutableExtensionRegistry.m in Sources */ = {isa = PBXBuildFile; fileRef = 2845A6D3132D9A240034D631 /* MutableExtensionRegistry.m */; };
		2845A6F6132D9A240034D631 /* MutableField.m in Sources */ = {isa = PBXBuildFile; fileRef = 2845A6D4132D9A240034D631 /* MutableField.m */; };
		2845A6F7132D9A240034D631 /* MutableField.m in Sources */ = {isa = PBXBuildFile; fileRef = 2845A6D4132D9A240034D631 /* MutableField.m */; };
		2845A6F8132D9A240034D631 /* PBArray.m in Sources */ = {isa = PBXBuildFile; fileRef = 2845A6D5132D9A240034D631 /* PBArray.m */; };
		2845A6F9132D9A240034D631 /* PBArray.m in Sources */ = {isa = PBXBuildFile; fileRef = 2845A6D5132D9A240034D631 /* PBArray.m */; };
		2845A6FA132D9A240034D631 /* RingBuffer.m in Sources */ = {isa = PBXBuildFile; fileRef = 2845A6D6132D9A240034D631 /* RingBuffer.m */; };
		2845A6FB132D9A240034D631 /* RingBuffer.m in Sources */ = {isa = PBXBuildFile; fileRef = 2845A6D6132D9A240034D631 /* RingBuffer.m */; };
		2845A6FC132D9A240034D631 /* TextFormat.m in Sources */ = {isa = PBXBuildFile; fileRef = 2845A6D7132D9A240034D631 /* TextFormat.m */; };
		2845A6FD132D9A240034D631 /* TextFormat.m in Sources */ = {isa = PBXBuildFile; fileRef = 2845A6D7132D9A240034D631 /* TextFormat.m */; };
		2845A6FE132D9A240034D631 /* UnknownFieldSet_Builder.m in Sources */ = {isa = PBXBuildFile; fileRef = 2845A6D8132D9A240034D631 /* UnknownFieldSet_Builder.m */; };
		2845A6FF132D9A240034D631 /* UnknownFieldSet_Builder.m in Sources */ = {isa = PBXBuildFile; fileRef = 2845A6D8132D9A240034D631 /* UnknownFieldSet_Builder.m */; };
		2845A700132D9A240034D631 /* UnknownFieldSet.m in Sources */ = {isa = PBXBuildFile; fileRef = 2845A6D9132D9A240034D631 /* UnknownFieldSet.m */; };
		2845A701132D9A240034D631 /* UnknownFieldSet.m in Sources */ = {isa = PBXBuildFile; fileRef = 2845A6D9132D9A240034D631 /* UnknownFieldSet.m */; };
		2845A702132D9A240034D631 /* Utilities.m in Sources */ = {isa = PBXBuildFile; fileRef = 2845A6DA132D9A240034D631 /* Utilities.m */; };
		2845A703132D9A240034D631 /* Utilities.m in Sources */ = {isa = PBXBuildFile; fileRef = 2845A6DA132D9A240034D631 /* Utilities.m */; };
		2845A704132D9A240034D631 /* WireFormat.m in Sources */ = {isa = PBXBuildFile; fileRef = 2845A6DB132D9A240034D631 /* WireFormat.m */; };
		2845A705132D9A240034D631 /* WireFormat.m in Sources */ = {isa = PBXBuildFile; fileRef = 2845A6DB132D9A240034D631 /* WireFormat.m */; };
		2845A70D132D9AD60034D631 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 2845A6BE132D99600034D631 /* Foundation.framework */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
		28190CF2150D5D7300E07613 /* Base.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = Base.xcconfig; sourceTree = "<group>"; };
		2845A6A7132D99550034D631 /* libProtocolBuffers.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libProtocolBuffers.a; sourceTree = BUILT_PRODUCTS_DIR; };
		2845A6AA132D99550034D631 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
		2845A6B8132D99600034D631 /* ProtocolBuffers.dylib */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; path = ProtocolBuffers.dylib; sourceTree = BUILT_PRODUCTS_DIR; };
		2845A6BE132D99600034D631 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
		2845A6C7132D9A240034D631 /* AbstractMessage_Builder.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AbstractMessage_Builder.m; path = ../protobuf/src/runtime/Classes/AbstractMessage_Builder.m; sourceTree = SOURCE_ROOT; };
		2845A6C8132D9A240034D631 /* AbstractMessage.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AbstractMessage.m; path = ../protobuf/src/runtime/Classes/AbstractMessage.m; sourceTree = SOURCE_ROOT; };
		2845A6C9132D9A240034D631 /* CodedInputStream.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = CodedInputStream.m; path = ../protobuf/src/runtime/Classes/CodedInputStream.m; sourceTree = SOURCE_ROOT; };
		2845A6CA132D9A240034D631 /* CodedOutputStream.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = CodedOutputStream.m; path = ../protobuf/src/runtime/Classes/CodedOutputStream.m; sourceTree = SOURCE_ROOT; };
		2845A6CB132D9A240034D631 /* ConcreteExtensionField.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = ConcreteExtensionField.m; path = ../protobuf/src/runtime/Classes/ConcreteExtensionField.m; sourceTree = SOURCE_ROOT; };
		2845A6CC132D9A240034D631 /* Descriptor.pb.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = Descriptor.pb.m; path = ../protobuf/src/runtime/Classes/Descriptor.pb.m; sourceTree = SOURCE_ROOT; };
		2845A6CD132D9A240034D631 /* ExtendableMessage_Builder.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = ExtendableMessage_Builder.m; path = ../protobuf/src/runtime/Classes/ExtendableMessage_Builder.m; sourceTree = SOURCE_ROOT; };
		2845A6CE132D9A240034D631 /* ExtendableMessage.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = ExtendableMessage.m; path = ../protobuf/src/runtime/Classes/ExtendableMessage.m; sourceTree = SOURCE_ROOT; };
		2845A6CF132D9A240034D631 /* ExtensionRegistry.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = ExtensionRegistry.m; path = ../protobuf/src/runtime/Classes/ExtensionRegistry.m; sourceTree = SOURCE_ROOT; };
		2845A6D0132D9A240034D631 /* Field.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = Field.m; path = ../protobuf/src/runtime/Classes/Field.m; sourceTree = SOURCE_ROOT; };
		2845A6D1132D9A240034D631 /* GeneratedMessage_Builder.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = GeneratedMessage_Builder.m; path = ../protobuf/src/runtime/Classes/GeneratedMessage_Builder.m; sourceTree = SOURCE_ROOT; };
		2845A6D2132D9A240034D631 /* GeneratedMessage.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = GeneratedMessage.m; path = ../protobuf/src/runtime/Classes/GeneratedMessage.m; sourceTree = SOURCE_ROOT; };
		2845A6D3132D9A240034D631 /* MutableExtensionRegistry.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = MutableExtensionRegistry.m; path = ../protobuf/src/runtime/Classes/MutableExtensionRegistry.m; sourceTree = SOURCE_ROOT; };
		2845A6D4132D9A240034D631 /* MutableField.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = MutableField.m; path = ../protobuf/src/runtime/Classes/MutableField.m; sourceTree = SOURCE_ROOT; };
		2845A6D5132D9A240034D631 /* PBArray.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = PBArray.m; path = ../protobuf/src/runtime/Classes/PBArray.m; sourceTree = SOURCE_ROOT; };
		2845A6D6132D9A240034D631 /* RingBuffer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = RingBuffer.m; path = ../protobuf/src/runtime/Classes/RingBuffer.m; sourceTree = SOURCE_ROOT; };
		2845A6D7132D9A240034D631 /* TextFormat.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = TextFormat.m; path = ../protobuf/src/runtime/Classes/TextFormat.m; sourceTree = SOURCE_ROOT; };
		2845A6D8132D9A240034D631 /* UnknownFieldSet_Builder.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = UnknownFieldSet_Builder.m; path = ../protobuf/src/runtime/Classes/UnknownFieldSet_Builder.m; sourceTree = SOURCE_ROOT; };
		2845A6D9132D9A240034D631 /* UnknownFieldSet.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = UnknownFieldSet.m; path = ../protobuf/src/runtime/Classes/UnknownFieldSet.m; sourceTree = SOURCE_ROOT; };
		2845A6DA132D9A240034D631 /* Utilities.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = Utilities.m; path = ../protobuf/src/runtime/Classes/Utilities.m; sourceTree = SOURCE_ROOT; };
		2845A6DB132D9A240034D631 /* WireFormat.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = WireFormat.m; path = ../protobuf/src/runtime/Classes/WireFormat.m; sourceTree = SOURCE_ROOT; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
		2845A6A4132D99550034D631 /* Frameworks */ = {
			isa = PBXFrameworksBuildPhase;
			buildActionMask = 2147483647;
			files = (
				2845A6AB132D99550034D631 /* Foundation.framework in Frameworks */,
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
		2845A6B5132D99600034D631 /* Frameworks */ = {
			isa = PBXFrameworksBuildPhase;
			buildActionMask = 2147483647;
			files = (
				2845A70D132D9AD60034D631 /* Foundation.framework in Frameworks */,
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
		28190CF0150D5D4900E07613 /* Build Configurations */ = {
			isa = PBXGroup;
			children = (
				28190CF2150D5D7300E07613 /* Base.xcconfig */,
			);
			name = "Build Configurations";
			sourceTree = "<group>";
		};
		2845A69C132D99550034D631 = {
			isa = PBXGroup;
			children = (
				2845A6AC132D99550034D631 /* ProtocolBuffers */,
				2845A6A9132D99550034D631 /* Frameworks */,
				2845A6A8132D99550034D631 /* Products */,
				28190CF0150D5D4900E07613 /* Build Configurations */,
			);
			sourceTree = "<group>";
		};
		2845A6A8132D99550034D631 /* Products */ = {
			isa = PBXGroup;
			children = (
				2845A6A7132D99550034D631 /* libProtocolBuffers.a */,
				2845A6B8132D99600034D631 /* ProtocolBuffers.dylib */,
			);
			name = Products;
			sourceTree = "<group>";
		};
		2845A6A9132D99550034D631 /* Frameworks */ = {
			isa = PBXGroup;
			children = (
				2845A6C5132D997B0034D631 /* iOS Frameworks */,
				2845A6BB132D99600034D631 /* Mac Frameworks */,
			);
			name = Frameworks;
			sourceTree = "<group>";
		};
		2845A6AC132D99550034D631 /* ProtocolBuffers */ = {
			isa = PBXGroup;
			children = (
				2845A6C6132D99D30034D631 /* Sources */,
			);
			path = ProtocolBuffers;
			sourceTree = "<group>";
		};
		2845A6BB132D99600034D631 /* Mac Frameworks */ = {
			isa = PBXGroup;
			children = (
				2845A6BE132D99600034D631 /* Foundation.framework */,
			);
			name = "Mac Frameworks";
			sourceTree = "<group>";
		};
		2845A6C5132D997B0034D631 /* iOS Frameworks */ = {
			isa = PBXGroup;
			children = (
				2845A6AA132D99550034D631 /* Foundation.framework */,
			);
			name = "iOS Frameworks";
			sourceTree = "<group>";
		};
		2845A6C6132D99D30034D631 /* Sources */ = {
			isa = PBXGroup;
			children = (
				2845A6C7132D9A240034D631 /* AbstractMessage_Builder.m */,
				2845A6C8132D9A240034D631 /* AbstractMessage.m */,
				2845A6C9132D9A240034D631 /* CodedInputStream.m */,
				2845A6CA132D9A240034D631 /* CodedOutputStream.m */,
				2845A6CB132D9A240034D631 /* ConcreteExtensionField.m */,
				2845A6CC132D9A240034D631 /* Descriptor.pb.m */,
				2845A6CD132D9A240034D631 /* ExtendableMessage_Builder.m */,
				2845A6CE132D9A240034D631 /* ExtendableMessage.m */,
				2845A6CF132D9A240034D631 /* ExtensionRegistry.m */,
				2845A6D0132D9A240034D631 /* Field.m */,
				2845A6D1132D9A240034D631 /* GeneratedMessage_Builder.m */,
				2845A6D2132D9A240034D631 /* GeneratedMessage.m */,
				2845A6D3132D9A240034D631 /* MutableExtensionRegistry.m */,
				2845A6D4132D9A240034D631 /* MutableField.m */,
				2845A6D5132D9A240034D631 /* PBArray.m */,
				2845A6D6132D9A240034D631 /* RingBuffer.m */,
				2845A6D7132D9A240034D631 /* TextFormat.m */,
				2845A6D8132D9A240034D631 /* UnknownFieldSet_Builder.m */,
				2845A6D9132D9A240034D631 /* UnknownFieldSet.m */,
				2845A6DA132D9A240034D631 /* Utilities.m */,
				2845A6DB132D9A240034D631 /* WireFormat.m */,
			);
			name = Sources;
			sourceTree = "<group>";
		};
/* End PBXGroup section */

/* Begin PBXHeadersBuildPhase section */
		2845A6A5132D99550034D631 /* Headers */ = {
			isa = PBXHeadersBuildPhase;
			buildActionMask = 2147483647;
			files = (
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
		2845A6B6132D99600034D631 /* Headers */ = {
			isa = PBXHeadersBuildPhase;
			buildActionMask = 2147483647;
			files = (
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXHeadersBuildPhase section */

/* Begin PBXNativeTarget section */
		2845A6A6132D99550034D631 /* ProtocolBuffers (iOS) */ = {
			isa = PBXNativeTarget;
			buildConfigurationList = 2845A6B1132D99550034D631 /* Build configuration list for PBXNativeTarget "ProtocolBuffers (iOS)" */;
			buildPhases = (
				2845A6A3132D99550034D631 /* Sources */,
				2845A6A4132D99550034D631 /* Frameworks */,
				2845A6A5132D99550034D631 /* Headers */,
			);
			buildRules = (
			);
			dependencies = (
			);
			name = "ProtocolBuffers (iOS)";
			productName = ProtocolBuffers;
			productReference = 2845A6A7132D99550034D631 /* libProtocolBuffers.a */;
			productType = "com.apple.product-type.library.static";
		};
		2845A6B7132D99600034D631 /* ProtocolBuffers (Mac) */ = {
			isa = PBXNativeTarget;
			buildConfigurationList = 2845A6C2132D99600034D631 /* Build configuration list for PBXNativeTarget "ProtocolBuffers (Mac)" */;
			buildPhases = (
				2845A6B4132D99600034D631 /* Sources */,
				2845A6B5132D99600034D631 /* Frameworks */,
				2845A6B6132D99600034D631 /* Headers */,
			);
			buildRules = (
			);
			dependencies = (
			);
			name = "ProtocolBuffers (Mac)";
			productName = "ProtocolBuffers (Mac)";
			productReference = 2845A6B8132D99600034D631 /* ProtocolBuffers.dylib */;
			productType = "com.apple.product-type.library.dynamic";
		};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
		2845A69E132D99550034D631 /* Project object */ = {
			isa = PBXProject;
			attributes = {
				LastUpgradeCheck = 0810;
			};
			buildConfigurationList = 2845A6A1132D99550034D631 /* Build configuration list for PBXProject "ProtocolBuffers" */;
			compatibilityVersion = "Xcode 3.2";
			developmentRegion = English;
			hasScannedForEncodings = 0;
			knownRegions = (
				en,
			);
			mainGroup = 2845A69C132D99550034D631;
			productRefGroup = 2845A6A8132D99550034D631 /* Products */;
			projectDirPath = "";
			projectRoot = "";
			targets = (
				2845A6A6132D99550034D631 /* ProtocolBuffers (iOS) */,
				2845A6B7132D99600034D631 /* ProtocolBuffers (Mac) */,
			);
		};
/* End PBXProject section */

/* Begin PBXSourcesBuildPhase section */
		2845A6A3132D99550034D631 /* Sources */ = {
			isa = PBXSourcesBuildPhase;
			buildActionMask = 2147483647;
			files = (
				2845A6DC132D9A240034D631 /* AbstractMessage_Builder.m in Sources */,
				2845A6DE132D9A240034D631 /* AbstractMessage.m in Sources */,
				2845A6E0132D9A240034D631 /* CodedInputStream.m in Sources */,
				2845A6E2132D9A240034D631 /* CodedOutputStream.m in Sources */,
				2845A6E4132D9A240034D631 /* ConcreteExtensionField.m in Sources */,
				2845A6E6132D9A240034D631 /* Descriptor.pb.m in Sources */,
				2845A6E8132D9A240034D631 /* ExtendableMessage_Builder.m in Sources */,
				2845A6EA132D9A240034D631 /* ExtendableMessage.m in Sources */,
				2845A6EC132D9A240034D631 /* ExtensionRegistry.m in Sources */,
				2845A6EE132D9A240034D631 /* Field.m in Sources */,
				2845A6F0132D9A240034D631 /* GeneratedMessage_Builder.m in Sources */,
				2845A6F2132D9A240034D631 /* GeneratedMessage.m in Sources */,
				2845A6F4132D9A240034D631 /* MutableExtensionRegistry.m in Sources */,
				2845A6F6132D9A240034D631 /* MutableField.m in Sources */,
				2845A6F8132D9A240034D631 /* PBArray.m in Sources */,
				2845A6FA132D9A240034D631 /* RingBuffer.m in Sources */,
				2845A6FC132D9A240034D631 /* TextFormat.m in Sources */,
				2845A6FE132D9A240034D631 /* UnknownFieldSet_Builder.m in Sources */,
				2845A700132D9A240034D631 /* UnknownFieldSet.m in Sources */,
				2845A702132D9A240034D631 /* Utilities.m in Sources */,
				2845A704132D9A240034D631 /* WireFormat.m in Sources */,
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
		2845A6B4132D99600034D631 /* Sources */ = {
			isa = PBXSourcesBuildPhase;
			buildActionMask = 2147483647;
			files = (
				2845A6DD132D9A240034D631 /* AbstractMessage_Builder.m in Sources */,
				2845A6DF132D9A240034D631 /* AbstractMessage.m in Sources */,
				2845A6E1132D9A240034D631 /* CodedInputStream.m in Sources */,
				2845A6E3132D9A240034D631 /* CodedOutputStream.m in Sources */,
				2845A6E5132D9A240034D631 /* ConcreteExtensionField.m in Sources */,
				2845A6E7132D9A240034D631 /* Descriptor.pb.m in Sources */,
				2845A6E9132D9A240034D631 /* ExtendableMessage_Builder.m in Sources */,
				2845A6EB132D9A240034D631 /* ExtendableMessage.m in Sources */,
				2845A6ED132D9A240034D631 /* ExtensionRegistry.m in Sources */,
				2845A6EF132D9A240034D631 /* Field.m in Sources */,
				2845A6F1132D9A240034D631 /* GeneratedMessage_Builder.m in Sources */,
				2845A6F3132D9A240034D631 /* GeneratedMessage.m in Sources */,
				2845A6F5132D9A240034D631 /* MutableExtensionRegistry.m in Sources */,
				2845A6F7132D9A240034D631 /* MutableField.m in Sources */,
				2845A6F9132D9A240034D631 /* PBArray.m in Sources */,
				2845A6FB132D9A240034D631 /* RingBuffer.m in Sources */,
				2845A6FD132D9A240034D631 /* TextFormat.m in Sources */,
				2845A6FF132D9A240034D631 /* UnknownFieldSet_Builder.m in Sources */,
				2845A701132D9A240034D631 /* UnknownFieldSet.m in Sources */,
				2845A703132D9A240034D631 /* Utilities.m in Sources */,
				2845A705132D9A240034D631 /* WireFormat.m in Sources */,
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXSourcesBuildPhase section */

/* Begin XCBuildConfiguration section */
		2845A6AF132D99550034D631 /* Debug */ = {
			isa = XCBuildConfiguration;
			baseConfigurationReference = 28190CF2150D5D7300E07613 /* Base.xcconfig */;
			buildSettings = {
				ONLY_ACTIVE_ARCH = YES;
			};
			name = Debug;
		};
		2845A6B0132D99550034D631 /* Release */ = {
			isa = XCBuildConfiguration;
			baseConfigurationReference = 28190CF2150D5D7300E07613 /* Base.xcconfig */;
			buildSettings = {
			};
			name = Release;
		};
		2845A6B2132D99550034D631 /* Debug */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
			};
			name = Debug;
		};
		2845A6B3132D99550034D631 /* Release */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
			};
			name = Release;
		};
		2845A6C3132D99600034D631 /* Debug */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				COMBINE_HIDPI_IMAGES = YES;
				SDKROOT = macosx;
			};
			name = Debug;
		};
		2845A6C4132D99600034D631 /* Release */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				COMBINE_HIDPI_IMAGES = YES;
				SDKROOT = macosx;
			};
			name = Release;
		};
		28498F21138AB6C9000509DD /* BetaDist */ = {
			isa = XCBuildConfiguration;
			baseConfigurationReference = 28190CF2150D5D7300E07613 /* Base.xcconfig */;
			buildSettings = {
			};
			name = BetaDist;
		};
		28498F22138AB6C9000509DD /* BetaDist */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
			};
			name = BetaDist;
		};
		28498F23138AB6C9000509DD /* BetaDist */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				COMBINE_HIDPI_IMAGES = YES;
				SDKROOT = macosx;
			};
			name = BetaDist;
		};
		28A2AECA1478AA1B00F3B83F /* AppStore */ = {
			isa = XCBuildConfiguration;
			baseConfigurationReference = 28190CF2150D5D7300E07613 /* Base.xcconfig */;
			buildSettings = {
			};
			name = AppStore;
		};
		28A2AECB1478AA1B00F3B83F /* AppStore */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
			};
			name = AppStore;
		};
		28A2AECC1478AA1B00F3B83F /* AppStore */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				COMBINE_HIDPI_IMAGES = YES;
				SDKROOT = macosx;
			};
			name = AppStore;
		};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
		2845A6A1132D99550034D631 /* Build configuration list for PBXProject "ProtocolBuffers" */ = {
			isa = XCConfigurationList;
			buildConfigurations = (
				2845A6AF132D99550034D631 /* Debug */,
				2845A6B0132D99550034D631 /* Release */,
				28A2AECA1478AA1B00F3B83F /* AppStore */,
				28498F21138AB6C9000509DD /* BetaDist */,
			);
			defaultConfigurationIsVisible = 0;
			defaultConfigurationName = Release;
		};
		2845A6B1132D99550034D631 /* Build configuration list for PBXNativeTarget "ProtocolBuffers (iOS)" */ = {
			isa = XCConfigurationList;
			buildConfigurations = (
				2845A6B2132D99550034D631 /* Debug */,
				2845A6B3132D99550034D631 /* Release */,
				28A2AECB1478AA1B00F3B83F /* AppStore */,
				28498F22138AB6C9000509DD /* BetaDist */,
			);
			defaultConfigurationIsVisible = 0;
			defaultConfigurationName = Release;
		};
		2845A6C2132D99600034D631 /* Build configuration list for PBXNativeTarget "ProtocolBuffers (Mac)" */ = {
			isa = XCConfigurationList;
			buildConfigurations = (
				2845A6C3132D99600034D631 /* Debug */,
				2845A6C4132D99600034D631 /* Release */,
				28A2AECC1478AA1B00F3B83F /* AppStore */,
				28498F23138AB6C9000509DD /* BetaDist */,
			);
			defaultConfigurationIsVisible = 0;
			defaultConfigurationName = Release;
		};
/* End XCConfigurationList section */
	};
	rootObject = 2845A69E132D99550034D631 /* Project object */;
}