File: project.pbxproj

package info (click to toggle)
apngasm 2.91-6
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,760 kB
  • sloc: ansic: 34,259; cpp: 7,258; makefile: 40
file content (598 lines) | stat: -rw-r--r-- 41,520 bytes parent folder | download | duplicates (4)
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
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
// !$*UTF8*$!
{
	archiveVersion = 1;
	classes = {
	};
	objectVersion = 46;
	objects = {

/* Begin PBXBuildFile section */
		EEC895271DEF6154002A727F /* apngasm.cpp in Sources */ = {isa = PBXBuildFile; fileRef = EE4F466917DB1C0D0073DDBC /* apngasm.cpp */; };
		EEC8953E1DEF61A0002A727F /* png.c in Sources */ = {isa = PBXBuildFile; fileRef = EEC895281DEF61A0002A727F /* png.c */; };
		EEC8953F1DEF61A0002A727F /* pngerror.c in Sources */ = {isa = PBXBuildFile; fileRef = EEC8952C1DEF61A0002A727F /* pngerror.c */; };
		EEC895401DEF61A0002A727F /* pngget.c in Sources */ = {isa = PBXBuildFile; fileRef = EEC8952D1DEF61A0002A727F /* pngget.c */; };
		EEC895411DEF61A0002A727F /* pngmem.c in Sources */ = {isa = PBXBuildFile; fileRef = EEC895301DEF61A0002A727F /* pngmem.c */; };
		EEC895421DEF61A0002A727F /* pngpread.c in Sources */ = {isa = PBXBuildFile; fileRef = EEC895311DEF61A0002A727F /* pngpread.c */; };
		EEC895431DEF61A0002A727F /* pngread.c in Sources */ = {isa = PBXBuildFile; fileRef = EEC895331DEF61A0002A727F /* pngread.c */; };
		EEC895441DEF61A0002A727F /* pngrio.c in Sources */ = {isa = PBXBuildFile; fileRef = EEC895341DEF61A0002A727F /* pngrio.c */; };
		EEC895451DEF61A0002A727F /* pngrtran.c in Sources */ = {isa = PBXBuildFile; fileRef = EEC895351DEF61A0002A727F /* pngrtran.c */; };
		EEC895461DEF61A0002A727F /* pngrutil.c in Sources */ = {isa = PBXBuildFile; fileRef = EEC895361DEF61A0002A727F /* pngrutil.c */; };
		EEC895471DEF61A0002A727F /* pngset.c in Sources */ = {isa = PBXBuildFile; fileRef = EEC895371DEF61A0002A727F /* pngset.c */; };
		EEC895481DEF61A0002A727F /* pngtrans.c in Sources */ = {isa = PBXBuildFile; fileRef = EEC895391DEF61A0002A727F /* pngtrans.c */; };
		EEC895491DEF61A0002A727F /* pngwio.c in Sources */ = {isa = PBXBuildFile; fileRef = EEC8953A1DEF61A0002A727F /* pngwio.c */; };
		EEC8954A1DEF61A0002A727F /* pngwrite.c in Sources */ = {isa = PBXBuildFile; fileRef = EEC8953B1DEF61A0002A727F /* pngwrite.c */; };
		EEC8954B1DEF61A0002A727F /* pngwtran.c in Sources */ = {isa = PBXBuildFile; fileRef = EEC8953C1DEF61A0002A727F /* pngwtran.c */; };
		EEC8954C1DEF61A0002A727F /* pngwutil.c in Sources */ = {isa = PBXBuildFile; fileRef = EEC8953D1DEF61A0002A727F /* pngwutil.c */; };
		EEC895881DEF6215002A727F /* 7zdeflate.cc in Sources */ = {isa = PBXBuildFile; fileRef = EEC8954E1DEF6215002A727F /* 7zdeflate.cc */; };
		EEC895891DEF6215002A727F /* 7zlzma.cc in Sources */ = {isa = PBXBuildFile; fileRef = EEC8954F1DEF6215002A727F /* 7zlzma.cc */; };
		EEC8958A1DEF6215002A727F /* AriBitCoder.cc in Sources */ = {isa = PBXBuildFile; fileRef = EEC895501DEF6215002A727F /* AriBitCoder.cc */; };
		EEC8958B1DEF6215002A727F /* CRC.cc in Sources */ = {isa = PBXBuildFile; fileRef = EEC895641DEF6215002A727F /* CRC.cc */; };
		EEC8958C1DEF6215002A727F /* DeflateDecoder.cc in Sources */ = {isa = PBXBuildFile; fileRef = EEC895661DEF6215002A727F /* DeflateDecoder.cc */; };
		EEC8958D1DEF6215002A727F /* DeflateEncoder.cc in Sources */ = {isa = PBXBuildFile; fileRef = EEC895681DEF6215002A727F /* DeflateEncoder.cc */; };
		EEC8958E1DEF6215002A727F /* HuffmanEncoder.cc in Sources */ = {isa = PBXBuildFile; fileRef = EEC8956B1DEF6215002A727F /* HuffmanEncoder.cc */; };
		EEC8958F1DEF6215002A727F /* IInOutStreams.cc in Sources */ = {isa = PBXBuildFile; fileRef = EEC8956D1DEF6215002A727F /* IInOutStreams.cc */; };
		EEC895901DEF6215002A727F /* InByte.cc in Sources */ = {isa = PBXBuildFile; fileRef = EEC8956F1DEF6215002A727F /* InByte.cc */; };
		EEC895911DEF6215002A727F /* LenCoder.cc in Sources */ = {isa = PBXBuildFile; fileRef = EEC895711DEF6215002A727F /* LenCoder.cc */; };
		EEC895921DEF6215002A727F /* LiteralCoder.cc in Sources */ = {isa = PBXBuildFile; fileRef = EEC895731DEF6215002A727F /* LiteralCoder.cc */; };
		EEC895931DEF6215002A727F /* LSBFDecoder.cc in Sources */ = {isa = PBXBuildFile; fileRef = EEC895751DEF6215002A727F /* LSBFDecoder.cc */; };
		EEC895941DEF6215002A727F /* LSBFEncoder.cc in Sources */ = {isa = PBXBuildFile; fileRef = EEC895771DEF6215002A727F /* LSBFEncoder.cc */; };
		EEC895951DEF6215002A727F /* LZMA.cc in Sources */ = {isa = PBXBuildFile; fileRef = EEC895791DEF6215002A727F /* LZMA.cc */; };
		EEC895961DEF6215002A727F /* LZMADecoder.cc in Sources */ = {isa = PBXBuildFile; fileRef = EEC8957B1DEF6215002A727F /* LZMADecoder.cc */; };
		EEC895971DEF6215002A727F /* LZMAEncoder.cc in Sources */ = {isa = PBXBuildFile; fileRef = EEC8957D1DEF6215002A727F /* LZMAEncoder.cc */; };
		EEC895981DEF6215002A727F /* OutByte.cc in Sources */ = {isa = PBXBuildFile; fileRef = EEC8957F1DEF6215002A727F /* OutByte.cc */; };
		EEC895991DEF6215002A727F /* WindowIn.cc in Sources */ = {isa = PBXBuildFile; fileRef = EEC895841DEF6215002A727F /* WindowIn.cc */; };
		EEC8959A1DEF6215002A727F /* WindowOut.cc in Sources */ = {isa = PBXBuildFile; fileRef = EEC895861DEF6215002A727F /* WindowOut.cc */; };
		EEC895B31DEF622B002A727F /* blocksplitter.c in Sources */ = {isa = PBXBuildFile; fileRef = EEC8959B1DEF622B002A727F /* blocksplitter.c */; };
		EEC895B41DEF622B002A727F /* cache.c in Sources */ = {isa = PBXBuildFile; fileRef = EEC8959D1DEF622B002A727F /* cache.c */; };
		EEC895B51DEF622B002A727F /* deflate.c in Sources */ = {isa = PBXBuildFile; fileRef = EEC8959F1DEF622B002A727F /* deflate.c */; };
		EEC895B61DEF622B002A727F /* gzip_container.c in Sources */ = {isa = PBXBuildFile; fileRef = EEC895A11DEF622B002A727F /* gzip_container.c */; };
		EEC895B71DEF622B002A727F /* hash.c in Sources */ = {isa = PBXBuildFile; fileRef = EEC895A31DEF622B002A727F /* hash.c */; };
		EEC895B81DEF622B002A727F /* katajainen.c in Sources */ = {isa = PBXBuildFile; fileRef = EEC895A51DEF622B002A727F /* katajainen.c */; };
		EEC895B91DEF622B002A727F /* lz77.c in Sources */ = {isa = PBXBuildFile; fileRef = EEC895A71DEF622B002A727F /* lz77.c */; };
		EEC895BA1DEF622B002A727F /* squeeze.c in Sources */ = {isa = PBXBuildFile; fileRef = EEC895A91DEF622B002A727F /* squeeze.c */; };
		EEC895BB1DEF622B002A727F /* tree.c in Sources */ = {isa = PBXBuildFile; fileRef = EEC895AB1DEF622B002A727F /* tree.c */; };
		EEC895BC1DEF622B002A727F /* util.c in Sources */ = {isa = PBXBuildFile; fileRef = EEC895AD1DEF622B002A727F /* util.c */; };
		EEC895BD1DEF622B002A727F /* zlib_container.c in Sources */ = {isa = PBXBuildFile; fileRef = EEC895AF1DEF622B002A727F /* zlib_container.c */; };
		EEC895BE1DEF622B002A727F /* zopfli_lib.c in Sources */ = {isa = PBXBuildFile; fileRef = EEC895B11DEF622B002A727F /* zopfli_lib.c */; };
		EEC895BF1DEF6268002A727F /* image.cpp in Sources */ = {isa = PBXBuildFile; fileRef = EE4F466B17DB1C0D0073DDBC /* image.cpp */; };
/* End PBXBuildFile section */

/* Begin PBXCopyFilesBuildPhase section */
		EEF498711DEE13BB00E03B2C /* CopyFiles */ = {
			isa = PBXCopyFilesBuildPhase;
			buildActionMask = 2147483647;
			dstPath = /usr/share/man/man1/;
			dstSubfolderSpec = 0;
			files = (
			);
			runOnlyForDeploymentPostprocessing = 1;
		};
/* End PBXCopyFilesBuildPhase section */

/* Begin PBXFileReference section */
		EE4F466617DB1C0D0073DDBC /* apngasm */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = apngasm; sourceTree = BUILT_PRODUCTS_DIR; };
		EE4F466917DB1C0D0073DDBC /* apngasm.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = apngasm.cpp; sourceTree = "<group>"; };
		EE4F466B17DB1C0D0073DDBC /* image.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = image.cpp; sourceTree = "<group>"; };
		EE4F466C17DB1C0D0073DDBC /* image.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = image.h; sourceTree = "<group>"; };
		EEC895281DEF61A0002A727F /* png.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = png.c; sourceTree = "<group>"; };
		EEC895291DEF61A0002A727F /* png.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = png.h; sourceTree = "<group>"; };
		EEC8952A1DEF61A0002A727F /* pngconf.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pngconf.h; sourceTree = "<group>"; };
		EEC8952B1DEF61A0002A727F /* pngdebug.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pngdebug.h; sourceTree = "<group>"; };
		EEC8952C1DEF61A0002A727F /* pngerror.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pngerror.c; sourceTree = "<group>"; };
		EEC8952D1DEF61A0002A727F /* pngget.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pngget.c; sourceTree = "<group>"; };
		EEC8952E1DEF61A0002A727F /* pnginfo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pnginfo.h; sourceTree = "<group>"; };
		EEC8952F1DEF61A0002A727F /* pnglibconf.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pnglibconf.h; sourceTree = "<group>"; };
		EEC895301DEF61A0002A727F /* pngmem.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pngmem.c; sourceTree = "<group>"; };
		EEC895311DEF61A0002A727F /* pngpread.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pngpread.c; sourceTree = "<group>"; };
		EEC895321DEF61A0002A727F /* pngpriv.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pngpriv.h; sourceTree = "<group>"; };
		EEC895331DEF61A0002A727F /* pngread.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pngread.c; sourceTree = "<group>"; };
		EEC895341DEF61A0002A727F /* pngrio.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pngrio.c; sourceTree = "<group>"; };
		EEC895351DEF61A0002A727F /* pngrtran.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pngrtran.c; sourceTree = "<group>"; };
		EEC895361DEF61A0002A727F /* pngrutil.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pngrutil.c; sourceTree = "<group>"; };
		EEC895371DEF61A0002A727F /* pngset.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pngset.c; sourceTree = "<group>"; };
		EEC895381DEF61A0002A727F /* pngstruct.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = pngstruct.h; sourceTree = "<group>"; };
		EEC895391DEF61A0002A727F /* pngtrans.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pngtrans.c; sourceTree = "<group>"; };
		EEC8953A1DEF61A0002A727F /* pngwio.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pngwio.c; sourceTree = "<group>"; };
		EEC8953B1DEF61A0002A727F /* pngwrite.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pngwrite.c; sourceTree = "<group>"; };
		EEC8953C1DEF61A0002A727F /* pngwtran.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pngwtran.c; sourceTree = "<group>"; };
		EEC8953D1DEF61A0002A727F /* pngwutil.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = pngwutil.c; sourceTree = "<group>"; };
		EEC8954D1DEF6215002A727F /* 7z.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = 7z.h; sourceTree = "<group>"; };
		EEC8954E1DEF6215002A727F /* 7zdeflate.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = 7zdeflate.cc; sourceTree = "<group>"; };
		EEC8954F1DEF6215002A727F /* 7zlzma.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = 7zlzma.cc; sourceTree = "<group>"; };
		EEC895501DEF6215002A727F /* AriBitCoder.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AriBitCoder.cc; sourceTree = "<group>"; };
		EEC895511DEF6215002A727F /* AriBitCoder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AriBitCoder.h; sourceTree = "<group>"; };
		EEC895521DEF6215002A727F /* AriConst.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AriConst.h; sourceTree = "<group>"; };
		EEC895531DEF6215002A727F /* AriPrice.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AriPrice.h; sourceTree = "<group>"; };
		EEC895541DEF6215002A727F /* BinTree.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BinTree.h; sourceTree = "<group>"; };
		EEC895551DEF6215002A727F /* BinTree2.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BinTree2.h; sourceTree = "<group>"; };
		EEC895561DEF6215002A727F /* BinTree2Main.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BinTree2Main.h; sourceTree = "<group>"; };
		EEC895571DEF6215002A727F /* BinTree3.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BinTree3.h; sourceTree = "<group>"; };
		EEC895581DEF6215002A727F /* BinTree3Main.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BinTree3Main.h; sourceTree = "<group>"; };
		EEC895591DEF6215002A727F /* BinTree3Z.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BinTree3Z.h; sourceTree = "<group>"; };
		EEC8955A1DEF6215002A727F /* BinTree3ZMain.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BinTree3ZMain.h; sourceTree = "<group>"; };
		EEC8955B1DEF6215002A727F /* BinTree4.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BinTree4.h; sourceTree = "<group>"; };
		EEC8955C1DEF6215002A727F /* BinTree4b.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BinTree4b.h; sourceTree = "<group>"; };
		EEC8955D1DEF6215002A727F /* BinTree4bMain.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BinTree4bMain.h; sourceTree = "<group>"; };
		EEC8955E1DEF6215002A727F /* BinTree4Main.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BinTree4Main.h; sourceTree = "<group>"; };
		EEC8955F1DEF6215002A727F /* BinTreeMain.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BinTreeMain.h; sourceTree = "<group>"; };
		EEC895601DEF6215002A727F /* BinTreeMF.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BinTreeMF.h; sourceTree = "<group>"; };
		EEC895611DEF6215002A727F /* BinTreeMFMain.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BinTreeMFMain.h; sourceTree = "<group>"; };
		EEC895621DEF6215002A727F /* BitTreeCoder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BitTreeCoder.h; sourceTree = "<group>"; };
		EEC895631DEF6215002A727F /* Const.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Const.h; sourceTree = "<group>"; };
		EEC895641DEF6215002A727F /* CRC.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = CRC.cc; sourceTree = "<group>"; };
		EEC895651DEF6215002A727F /* CRC.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CRC.h; sourceTree = "<group>"; };
		EEC895661DEF6215002A727F /* DeflateDecoder.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DeflateDecoder.cc; sourceTree = "<group>"; };
		EEC895671DEF6215002A727F /* DeflateDecoder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DeflateDecoder.h; sourceTree = "<group>"; };
		EEC895681DEF6215002A727F /* DeflateEncoder.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DeflateEncoder.cc; sourceTree = "<group>"; };
		EEC895691DEF6215002A727F /* DeflateEncoder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DeflateEncoder.h; sourceTree = "<group>"; };
		EEC8956A1DEF6215002A727F /* HuffmanDecoder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HuffmanDecoder.h; sourceTree = "<group>"; };
		EEC8956B1DEF6215002A727F /* HuffmanEncoder.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = HuffmanEncoder.cc; sourceTree = "<group>"; };
		EEC8956C1DEF6215002A727F /* HuffmanEncoder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HuffmanEncoder.h; sourceTree = "<group>"; };
		EEC8956D1DEF6215002A727F /* IInOutStreams.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = IInOutStreams.cc; sourceTree = "<group>"; };
		EEC8956E1DEF6215002A727F /* IInOutStreams.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = IInOutStreams.h; sourceTree = "<group>"; };
		EEC8956F1DEF6215002A727F /* InByte.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = InByte.cc; sourceTree = "<group>"; };
		EEC895701DEF6215002A727F /* InByte.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = InByte.h; sourceTree = "<group>"; };
		EEC895711DEF6215002A727F /* LenCoder.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = LenCoder.cc; sourceTree = "<group>"; };
		EEC895721DEF6215002A727F /* LenCoder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LenCoder.h; sourceTree = "<group>"; };
		EEC895731DEF6215002A727F /* LiteralCoder.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = LiteralCoder.cc; sourceTree = "<group>"; };
		EEC895741DEF6215002A727F /* LiteralCoder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LiteralCoder.h; sourceTree = "<group>"; };
		EEC895751DEF6215002A727F /* LSBFDecoder.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = LSBFDecoder.cc; sourceTree = "<group>"; };
		EEC895761DEF6215002A727F /* LSBFDecoder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LSBFDecoder.h; sourceTree = "<group>"; };
		EEC895771DEF6215002A727F /* LSBFEncoder.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = LSBFEncoder.cc; sourceTree = "<group>"; };
		EEC895781DEF6215002A727F /* LSBFEncoder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LSBFEncoder.h; sourceTree = "<group>"; };
		EEC895791DEF6215002A727F /* LZMA.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = LZMA.cc; sourceTree = "<group>"; };
		EEC8957A1DEF6215002A727F /* LZMA.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LZMA.h; sourceTree = "<group>"; };
		EEC8957B1DEF6215002A727F /* LZMADecoder.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = LZMADecoder.cc; sourceTree = "<group>"; };
		EEC8957C1DEF6215002A727F /* LZMADecoder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LZMADecoder.h; sourceTree = "<group>"; };
		EEC8957D1DEF6215002A727F /* LZMAEncoder.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = LZMAEncoder.cc; sourceTree = "<group>"; };
		EEC8957E1DEF6215002A727F /* LZMAEncoder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LZMAEncoder.h; sourceTree = "<group>"; };
		EEC8957F1DEF6215002A727F /* OutByte.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = OutByte.cc; sourceTree = "<group>"; };
		EEC895801DEF6215002A727F /* OutByte.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = OutByte.h; sourceTree = "<group>"; };
		EEC895811DEF6215002A727F /* Portable.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Portable.h; sourceTree = "<group>"; };
		EEC895821DEF6215002A727F /* RangeCoder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RangeCoder.h; sourceTree = "<group>"; };
		EEC895831DEF6215002A727F /* RCDefs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RCDefs.h; sourceTree = "<group>"; };
		EEC895841DEF6215002A727F /* WindowIn.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = WindowIn.cc; sourceTree = "<group>"; };
		EEC895851DEF6215002A727F /* WindowIn.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WindowIn.h; sourceTree = "<group>"; };
		EEC895861DEF6215002A727F /* WindowOut.cc */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = WindowOut.cc; sourceTree = "<group>"; };
		EEC895871DEF6215002A727F /* WindowOut.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WindowOut.h; sourceTree = "<group>"; };
		EEC8959B1DEF622B002A727F /* blocksplitter.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = blocksplitter.c; sourceTree = "<group>"; };
		EEC8959C1DEF622B002A727F /* blocksplitter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = blocksplitter.h; sourceTree = "<group>"; };
		EEC8959D1DEF622B002A727F /* cache.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = cache.c; sourceTree = "<group>"; };
		EEC8959E1DEF622B002A727F /* cache.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = cache.h; sourceTree = "<group>"; };
		EEC8959F1DEF622B002A727F /* deflate.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = deflate.c; sourceTree = "<group>"; };
		EEC895A01DEF622B002A727F /* deflate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = deflate.h; sourceTree = "<group>"; };
		EEC895A11DEF622B002A727F /* gzip_container.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = gzip_container.c; sourceTree = "<group>"; };
		EEC895A21DEF622B002A727F /* gzip_container.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = gzip_container.h; sourceTree = "<group>"; };
		EEC895A31DEF622B002A727F /* hash.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = hash.c; sourceTree = "<group>"; };
		EEC895A41DEF622B002A727F /* hash.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = hash.h; sourceTree = "<group>"; };
		EEC895A51DEF622B002A727F /* katajainen.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = katajainen.c; sourceTree = "<group>"; };
		EEC895A61DEF622B002A727F /* katajainen.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = katajainen.h; sourceTree = "<group>"; };
		EEC895A71DEF622B002A727F /* lz77.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = lz77.c; sourceTree = "<group>"; };
		EEC895A81DEF622B002A727F /* lz77.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = lz77.h; sourceTree = "<group>"; };
		EEC895A91DEF622B002A727F /* squeeze.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = squeeze.c; sourceTree = "<group>"; };
		EEC895AA1DEF622B002A727F /* squeeze.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = squeeze.h; sourceTree = "<group>"; };
		EEC895AB1DEF622B002A727F /* tree.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tree.c; sourceTree = "<group>"; };
		EEC895AC1DEF622B002A727F /* tree.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tree.h; sourceTree = "<group>"; };
		EEC895AD1DEF622B002A727F /* util.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = util.c; sourceTree = "<group>"; };
		EEC895AE1DEF622B002A727F /* util.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = util.h; sourceTree = "<group>"; };
		EEC895AF1DEF622B002A727F /* zlib_container.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = zlib_container.c; sourceTree = "<group>"; };
		EEC895B01DEF622B002A727F /* zlib_container.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = zlib_container.h; sourceTree = "<group>"; };
		EEC895B11DEF622B002A727F /* zopfli_lib.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = zopfli_lib.c; sourceTree = "<group>"; };
		EEC895B21DEF622B002A727F /* zopfli.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = zopfli.h; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
		EE4F466317DB1C0D0073DDBC /* Frameworks */ = {
			isa = PBXFrameworksBuildPhase;
			buildActionMask = 2147483647;
			files = (
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
		EE4F465D17DB1C0C0073DDBC = {
			isa = PBXGroup;
			children = (
				EE4F466817DB1C0D0073DDBC /* ../.. */,
				EE4F466717DB1C0D0073DDBC /* Products */,
			);
			sourceTree = "<group>";
		};
		EE4F466717DB1C0D0073DDBC /* Products */ = {
			isa = PBXGroup;
			children = (
				EE4F466617DB1C0D0073DDBC /* apngasm */,
			);
			name = Products;
			sourceTree = "<group>";
		};
		EE4F466817DB1C0D0073DDBC /* ../.. */ = {
			isa = PBXGroup;
			children = (
				EE4F469C17DB1EDB0073DDBC /* 7z */,
				EE4F46EB17DB1EF70073DDBC /* zopfli */,
				EEBD06A117EB9FD000FC389B /* libpng */,
				EE4F466917DB1C0D0073DDBC /* apngasm.cpp */,
				EE4F466B17DB1C0D0073DDBC /* image.cpp */,
				EE4F466C17DB1C0D0073DDBC /* image.h */,
			);
			path = ../..;
			sourceTree = "<group>";
		};
		EE4F469C17DB1EDB0073DDBC /* 7z */ = {
			isa = PBXGroup;
			children = (
				EEC8954D1DEF6215002A727F /* 7z.h */,
				EEC8954E1DEF6215002A727F /* 7zdeflate.cc */,
				EEC8954F1DEF6215002A727F /* 7zlzma.cc */,
				EEC895501DEF6215002A727F /* AriBitCoder.cc */,
				EEC895511DEF6215002A727F /* AriBitCoder.h */,
				EEC895521DEF6215002A727F /* AriConst.h */,
				EEC895531DEF6215002A727F /* AriPrice.h */,
				EEC895541DEF6215002A727F /* BinTree.h */,
				EEC895551DEF6215002A727F /* BinTree2.h */,
				EEC895561DEF6215002A727F /* BinTree2Main.h */,
				EEC895571DEF6215002A727F /* BinTree3.h */,
				EEC895581DEF6215002A727F /* BinTree3Main.h */,
				EEC895591DEF6215002A727F /* BinTree3Z.h */,
				EEC8955A1DEF6215002A727F /* BinTree3ZMain.h */,
				EEC8955B1DEF6215002A727F /* BinTree4.h */,
				EEC8955C1DEF6215002A727F /* BinTree4b.h */,
				EEC8955D1DEF6215002A727F /* BinTree4bMain.h */,
				EEC8955E1DEF6215002A727F /* BinTree4Main.h */,
				EEC8955F1DEF6215002A727F /* BinTreeMain.h */,
				EEC895601DEF6215002A727F /* BinTreeMF.h */,
				EEC895611DEF6215002A727F /* BinTreeMFMain.h */,
				EEC895621DEF6215002A727F /* BitTreeCoder.h */,
				EEC895631DEF6215002A727F /* Const.h */,
				EEC895641DEF6215002A727F /* CRC.cc */,
				EEC895651DEF6215002A727F /* CRC.h */,
				EEC895661DEF6215002A727F /* DeflateDecoder.cc */,
				EEC895671DEF6215002A727F /* DeflateDecoder.h */,
				EEC895681DEF6215002A727F /* DeflateEncoder.cc */,
				EEC895691DEF6215002A727F /* DeflateEncoder.h */,
				EEC8956A1DEF6215002A727F /* HuffmanDecoder.h */,
				EEC8956B1DEF6215002A727F /* HuffmanEncoder.cc */,
				EEC8956C1DEF6215002A727F /* HuffmanEncoder.h */,
				EEC8956D1DEF6215002A727F /* IInOutStreams.cc */,
				EEC8956E1DEF6215002A727F /* IInOutStreams.h */,
				EEC8956F1DEF6215002A727F /* InByte.cc */,
				EEC895701DEF6215002A727F /* InByte.h */,
				EEC895711DEF6215002A727F /* LenCoder.cc */,
				EEC895721DEF6215002A727F /* LenCoder.h */,
				EEC895731DEF6215002A727F /* LiteralCoder.cc */,
				EEC895741DEF6215002A727F /* LiteralCoder.h */,
				EEC895751DEF6215002A727F /* LSBFDecoder.cc */,
				EEC895761DEF6215002A727F /* LSBFDecoder.h */,
				EEC895771DEF6215002A727F /* LSBFEncoder.cc */,
				EEC895781DEF6215002A727F /* LSBFEncoder.h */,
				EEC895791DEF6215002A727F /* LZMA.cc */,
				EEC8957A1DEF6215002A727F /* LZMA.h */,
				EEC8957B1DEF6215002A727F /* LZMADecoder.cc */,
				EEC8957C1DEF6215002A727F /* LZMADecoder.h */,
				EEC8957D1DEF6215002A727F /* LZMAEncoder.cc */,
				EEC8957E1DEF6215002A727F /* LZMAEncoder.h */,
				EEC8957F1DEF6215002A727F /* OutByte.cc */,
				EEC895801DEF6215002A727F /* OutByte.h */,
				EEC895811DEF6215002A727F /* Portable.h */,
				EEC895821DEF6215002A727F /* RangeCoder.h */,
				EEC895831DEF6215002A727F /* RCDefs.h */,
				EEC895841DEF6215002A727F /* WindowIn.cc */,
				EEC895851DEF6215002A727F /* WindowIn.h */,
				EEC895861DEF6215002A727F /* WindowOut.cc */,
				EEC895871DEF6215002A727F /* WindowOut.h */,
			);
			path = 7z;
			sourceTree = "<group>";
		};
		EE4F46EB17DB1EF70073DDBC /* zopfli */ = {
			isa = PBXGroup;
			children = (
				EEC8959B1DEF622B002A727F /* blocksplitter.c */,
				EEC8959C1DEF622B002A727F /* blocksplitter.h */,
				EEC8959D1DEF622B002A727F /* cache.c */,
				EEC8959E1DEF622B002A727F /* cache.h */,
				EEC8959F1DEF622B002A727F /* deflate.c */,
				EEC895A01DEF622B002A727F /* deflate.h */,
				EEC895A11DEF622B002A727F /* gzip_container.c */,
				EEC895A21DEF622B002A727F /* gzip_container.h */,
				EEC895A31DEF622B002A727F /* hash.c */,
				EEC895A41DEF622B002A727F /* hash.h */,
				EEC895A51DEF622B002A727F /* katajainen.c */,
				EEC895A61DEF622B002A727F /* katajainen.h */,
				EEC895A71DEF622B002A727F /* lz77.c */,
				EEC895A81DEF622B002A727F /* lz77.h */,
				EEC895A91DEF622B002A727F /* squeeze.c */,
				EEC895AA1DEF622B002A727F /* squeeze.h */,
				EEC895AB1DEF622B002A727F /* tree.c */,
				EEC895AC1DEF622B002A727F /* tree.h */,
				EEC895AD1DEF622B002A727F /* util.c */,
				EEC895AE1DEF622B002A727F /* util.h */,
				EEC895AF1DEF622B002A727F /* zlib_container.c */,
				EEC895B01DEF622B002A727F /* zlib_container.h */,
				EEC895B11DEF622B002A727F /* zopfli_lib.c */,
				EEC895B21DEF622B002A727F /* zopfli.h */,
			);
			path = zopfli;
			sourceTree = "<group>";
		};
		EEBD06A117EB9FD000FC389B /* libpng */ = {
			isa = PBXGroup;
			children = (
				EEC895281DEF61A0002A727F /* png.c */,
				EEC895291DEF61A0002A727F /* png.h */,
				EEC8952A1DEF61A0002A727F /* pngconf.h */,
				EEC8952B1DEF61A0002A727F /* pngdebug.h */,
				EEC8952C1DEF61A0002A727F /* pngerror.c */,
				EEC8952D1DEF61A0002A727F /* pngget.c */,
				EEC8952E1DEF61A0002A727F /* pnginfo.h */,
				EEC8952F1DEF61A0002A727F /* pnglibconf.h */,
				EEC895301DEF61A0002A727F /* pngmem.c */,
				EEC895311DEF61A0002A727F /* pngpread.c */,
				EEC895321DEF61A0002A727F /* pngpriv.h */,
				EEC895331DEF61A0002A727F /* pngread.c */,
				EEC895341DEF61A0002A727F /* pngrio.c */,
				EEC895351DEF61A0002A727F /* pngrtran.c */,
				EEC895361DEF61A0002A727F /* pngrutil.c */,
				EEC895371DEF61A0002A727F /* pngset.c */,
				EEC895381DEF61A0002A727F /* pngstruct.h */,
				EEC895391DEF61A0002A727F /* pngtrans.c */,
				EEC8953A1DEF61A0002A727F /* pngwio.c */,
				EEC8953B1DEF61A0002A727F /* pngwrite.c */,
				EEC8953C1DEF61A0002A727F /* pngwtran.c */,
				EEC8953D1DEF61A0002A727F /* pngwutil.c */,
			);
			path = libpng;
			sourceTree = "<group>";
		};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
		EE4F466517DB1C0D0073DDBC /* apngasm */ = {
			isa = PBXNativeTarget;
			buildConfigurationList = EE4F466F17DB1C0D0073DDBC /* Build configuration list for PBXNativeTarget "apngasm" */;
			buildPhases = (
				EE4F466217DB1C0D0073DDBC /* Sources */,
				EE4F466317DB1C0D0073DDBC /* Frameworks */,
				EEF498711DEE13BB00E03B2C /* CopyFiles */,
			);
			buildRules = (
			);
			dependencies = (
			);
			name = apngasm;
			productName = apngasm;
			productReference = EE4F466617DB1C0D0073DDBC /* apngasm */;
			productType = "com.apple.product-type.tool";
		};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
		EE4F465E17DB1C0C0073DDBC /* Project object */ = {
			isa = PBXProject;
			attributes = {
				LastUpgradeCheck = 0800;
				ORGANIZATIONNAME = "Max Stepin";
				TargetAttributes = {
					EE4F466517DB1C0D0073DDBC = {
						CreatedOnToolsVersion = 8.0;
						ProvisioningStyle = Automatic;
					};
				};
			};
			buildConfigurationList = EE4F466117DB1C0D0073DDBC /* Build configuration list for PBXProject "apngasm" */;
			compatibilityVersion = "Xcode 3.2";
			developmentRegion = English;
			hasScannedForEncodings = 0;
			knownRegions = (
				en,
			);
			mainGroup = EE4F465D17DB1C0C0073DDBC;
			productRefGroup = EE4F466717DB1C0D0073DDBC /* Products */;
			projectDirPath = "";
			projectRoot = ../..;
			targets = (
				EE4F466517DB1C0D0073DDBC /* apngasm */,
			);
		};
/* End PBXProject section */

/* Begin PBXSourcesBuildPhase section */
		EE4F466217DB1C0D0073DDBC /* Sources */ = {
			isa = PBXSourcesBuildPhase;
			buildActionMask = 2147483647;
			files = (
				EEC895991DEF6215002A727F /* WindowIn.cc in Sources */,
				EEC895941DEF6215002A727F /* LSBFEncoder.cc in Sources */,
				EEC895B31DEF622B002A727F /* blocksplitter.c in Sources */,
				EEC895891DEF6215002A727F /* 7zlzma.cc in Sources */,
				EEC8958E1DEF6215002A727F /* HuffmanEncoder.cc in Sources */,
				EEC895B91DEF622B002A727F /* lz77.c in Sources */,
				EEC895951DEF6215002A727F /* LZMA.cc in Sources */,
				EEC895921DEF6215002A727F /* LiteralCoder.cc in Sources */,
				EEC895B51DEF622B002A727F /* deflate.c in Sources */,
				EEC895481DEF61A0002A727F /* pngtrans.c in Sources */,
				EEC895441DEF61A0002A727F /* pngrio.c in Sources */,
				EEC895B61DEF622B002A727F /* gzip_container.c in Sources */,
				EEC895BE1DEF622B002A727F /* zopfli_lib.c in Sources */,
				EEC8953F1DEF61A0002A727F /* pngerror.c in Sources */,
				EEC8954A1DEF61A0002A727F /* pngwrite.c in Sources */,
				EEC895471DEF61A0002A727F /* pngset.c in Sources */,
				EEC8958D1DEF6215002A727F /* DeflateEncoder.cc in Sources */,
				EEC8954C1DEF61A0002A727F /* pngwutil.c in Sources */,
				EEC895881DEF6215002A727F /* 7zdeflate.cc in Sources */,
				EEC895BA1DEF622B002A727F /* squeeze.c in Sources */,
				EEC895271DEF6154002A727F /* apngasm.cpp in Sources */,
				EEC895BD1DEF622B002A727F /* zlib_container.c in Sources */,
				EEC8959A1DEF6215002A727F /* WindowOut.cc in Sources */,
				EEC895961DEF6215002A727F /* LZMADecoder.cc in Sources */,
				EEC8958F1DEF6215002A727F /* IInOutStreams.cc in Sources */,
				EEC895491DEF61A0002A727F /* pngwio.c in Sources */,
				EEC8958B1DEF6215002A727F /* CRC.cc in Sources */,
				EEC895401DEF61A0002A727F /* pngget.c in Sources */,
				EEC895451DEF61A0002A727F /* pngrtran.c in Sources */,
				EEC895BF1DEF6268002A727F /* image.cpp in Sources */,
				EEC895411DEF61A0002A727F /* pngmem.c in Sources */,
				EEC895421DEF61A0002A727F /* pngpread.c in Sources */,
				EEC895971DEF6215002A727F /* LZMAEncoder.cc in Sources */,
				EEC8953E1DEF61A0002A727F /* png.c in Sources */,
				EEC895BB1DEF622B002A727F /* tree.c in Sources */,
				EEC8958C1DEF6215002A727F /* DeflateDecoder.cc in Sources */,
				EEC895461DEF61A0002A727F /* pngrutil.c in Sources */,
				EEC895901DEF6215002A727F /* InByte.cc in Sources */,
				EEC895BC1DEF622B002A727F /* util.c in Sources */,
				EEC895981DEF6215002A727F /* OutByte.cc in Sources */,
				EEC8958A1DEF6215002A727F /* AriBitCoder.cc in Sources */,
				EEC895911DEF6215002A727F /* LenCoder.cc in Sources */,
				EEC895B71DEF622B002A727F /* hash.c in Sources */,
				EEC8954B1DEF61A0002A727F /* pngwtran.c in Sources */,
				EEC895B41DEF622B002A727F /* cache.c in Sources */,
				EEC895431DEF61A0002A727F /* pngread.c in Sources */,
				EEC895931DEF6215002A727F /* LSBFDecoder.cc in Sources */,
				EEC895B81DEF622B002A727F /* katajainen.c in Sources */,
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXSourcesBuildPhase section */

/* Begin XCBuildConfiguration section */
		EE4F466D17DB1C0D0073DDBC /* Debug */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				ALWAYS_SEARCH_USER_PATHS = NO;
				CLANG_ANALYZER_NONNULL = YES;
				CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
				CLANG_CXX_LIBRARY = "libc++";
				CLANG_ENABLE_MODULES = YES;
				CLANG_ENABLE_OBJC_ARC = YES;
				CLANG_WARN_BOOL_CONVERSION = YES;
				CLANG_WARN_CONSTANT_CONVERSION = YES;
				CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
				CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
				CLANG_WARN_EMPTY_BODY = YES;
				CLANG_WARN_ENUM_CONVERSION = YES;
				CLANG_WARN_INFINITE_RECURSION = YES;
				CLANG_WARN_INT_CONVERSION = YES;
				CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
				CLANG_WARN_SUSPICIOUS_MOVES = YES;
				CLANG_WARN_UNREACHABLE_CODE = YES;
				CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
				CODE_SIGN_IDENTITY = "-";
				COPY_PHASE_STRIP = NO;
				DEBUG_INFORMATION_FORMAT = dwarf;
				ENABLE_STRICT_OBJC_MSGSEND = YES;
				ENABLE_TESTABILITY = YES;
				GCC_C_LANGUAGE_STANDARD = gnu99;
				GCC_DYNAMIC_NO_PIC = NO;
				GCC_NO_COMMON_BLOCKS = YES;
				GCC_OPTIMIZATION_LEVEL = 0;
				GCC_PREPROCESSOR_DEFINITIONS = (
					"DEBUG=1",
					"$(inherited)",
				);
				GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
				GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
				GCC_WARN_UNDECLARED_SELECTOR = YES;
				GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
				GCC_WARN_UNUSED_FUNCTION = YES;
				GCC_WARN_UNUSED_VARIABLE = YES;
				MACOSX_DEPLOYMENT_TARGET = 10.12;
				MTL_ENABLE_DEBUG_INFO = YES;
				ONLY_ACTIVE_ARCH = YES;
				SDKROOT = macosx;
			};
			name = Debug;
		};
		EE4F466E17DB1C0D0073DDBC /* Release */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				ALWAYS_SEARCH_USER_PATHS = NO;
				CLANG_ANALYZER_NONNULL = YES;
				CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
				CLANG_CXX_LIBRARY = "libc++";
				CLANG_ENABLE_MODULES = YES;
				CLANG_ENABLE_OBJC_ARC = YES;
				CLANG_WARN_BOOL_CONVERSION = YES;
				CLANG_WARN_CONSTANT_CONVERSION = YES;
				CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
				CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
				CLANG_WARN_EMPTY_BODY = YES;
				CLANG_WARN_ENUM_CONVERSION = YES;
				CLANG_WARN_INFINITE_RECURSION = YES;
				CLANG_WARN_INT_CONVERSION = YES;
				CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
				CLANG_WARN_SUSPICIOUS_MOVES = YES;
				CLANG_WARN_UNREACHABLE_CODE = YES;
				CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
				CODE_SIGN_IDENTITY = "-";
				COPY_PHASE_STRIP = NO;
				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
				ENABLE_NS_ASSERTIONS = NO;
				ENABLE_STRICT_OBJC_MSGSEND = YES;
				GCC_C_LANGUAGE_STANDARD = gnu99;
				GCC_NO_COMMON_BLOCKS = YES;
				GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
				GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
				GCC_WARN_UNDECLARED_SELECTOR = YES;
				GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
				GCC_WARN_UNUSED_FUNCTION = YES;
				GCC_WARN_UNUSED_VARIABLE = YES;
				MACOSX_DEPLOYMENT_TARGET = 10.12;
				MTL_ENABLE_DEBUG_INFO = NO;
				SDKROOT = macosx;
			};
			name = Release;
		};
		EE4F467017DB1C0D0073DDBC /* Debug */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				"GCC_PREPROCESSOR_DEFINITIONS[arch=*]" = (
					FEATURE_7ZIP,
					FEATURE_ZOPFLI,
				);
				MACOSX_DEPLOYMENT_TARGET = 10.10;
				OTHER_LDFLAGS = "-lz";
				PRODUCT_NAME = "$(TARGET_NAME)";
			};
			name = Debug;
		};
		EE4F467117DB1C0D0073DDBC /* Release */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				"GCC_PREPROCESSOR_DEFINITIONS[arch=*]" = (
					FEATURE_7ZIP,
					FEATURE_ZOPFLI,
				);
				MACOSX_DEPLOYMENT_TARGET = 10.10;
				OTHER_LDFLAGS = "-lz";
				PRODUCT_NAME = "$(TARGET_NAME)";
			};
			name = Release;
		};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
		EE4F466117DB1C0D0073DDBC /* Build configuration list for PBXProject "apngasm" */ = {
			isa = XCConfigurationList;
			buildConfigurations = (
				EE4F466D17DB1C0D0073DDBC /* Debug */,
				EE4F466E17DB1C0D0073DDBC /* Release */,
			);
			defaultConfigurationIsVisible = 0;
			defaultConfigurationName = Release;
		};
		EE4F466F17DB1C0D0073DDBC /* Build configuration list for PBXNativeTarget "apngasm" */ = {
			isa = XCConfigurationList;
			buildConfigurations = (
				EE4F467017DB1C0D0073DDBC /* Debug */,
				EE4F467117DB1C0D0073DDBC /* Release */,
			);
			defaultConfigurationIsVisible = 0;
			defaultConfigurationName = Release;
		};
/* End XCConfigurationList section */
	};
	rootObject = EE4F465E17DB1C0C0073DDBC /* Project object */;
}