summaryrefslogtreecommitdiffstats
path: root/xcode/tinySAK/tinySAK.xcodeproj/project.pbxproj
blob: 2716dffe04daf1627a06e8a66cff4a4410e78c80 (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
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
599
600
601
// !$*UTF8*$!
{
	archiveVersion = 1;
	classes = {
	};
	objectVersion = 45;
	objects = {

/* Begin PBXBuildFile section */
		EC6C55F210EDE669000E1B18 /* libtinySAK.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = D2AAC0630554660B00DB518D /* libtinySAK.dylib */; };
		EC6C560A10EDE6E1000E1B18 /* stdafx.c in Sources */ = {isa = PBXBuildFile; fileRef = EC6C55F610EDE6E1000E1B18 /* stdafx.c */; };
		EC6C560B10EDE6E1000E1B18 /* test.c in Sources */ = {isa = PBXBuildFile; fileRef = EC6C55F910EDE6E1000E1B18 /* test.c */; };
		EC6C563810EDEA69000E1B18 /* stdafx.h in Sources */ = {isa = PBXBuildFile; fileRef = EC6C55F710EDE6E1000E1B18 /* stdafx.h */; };
		EC6C563910EDEA69000E1B18 /* targetver.h in Sources */ = {isa = PBXBuildFile; fileRef = EC6C55F810EDE6E1000E1B18 /* targetver.h */; };
		EC6C563A10EDEA69000E1B18 /* test_base64.h in Sources */ = {isa = PBXBuildFile; fileRef = EC6C55FA10EDE6E1000E1B18 /* test_base64.h */; };
		EC6C563B10EDEA69000E1B18 /* test_buffer.h in Sources */ = {isa = PBXBuildFile; fileRef = EC6C55FB10EDE6E1000E1B18 /* test_buffer.h */; };
		EC6C563C10EDEA69000E1B18 /* test_condwait.h in Sources */ = {isa = PBXBuildFile; fileRef = EC6C55FC10EDE6E1000E1B18 /* test_condwait.h */; };
		EC6C563D10EDEA69000E1B18 /* test_heap.h in Sources */ = {isa = PBXBuildFile; fileRef = EC6C55FD10EDE6E1000E1B18 /* test_heap.h */; };
		EC6C563E10EDEA69000E1B18 /* test_lists.h in Sources */ = {isa = PBXBuildFile; fileRef = EC6C55FE10EDE6E1000E1B18 /* test_lists.h */; };
		EC6C563F10EDEA69000E1B18 /* test_md5.h in Sources */ = {isa = PBXBuildFile; fileRef = EC6C55FF10EDE6E1000E1B18 /* test_md5.h */; };
		EC6C564010EDEA69000E1B18 /* test_mutex.h in Sources */ = {isa = PBXBuildFile; fileRef = EC6C560010EDE6E1000E1B18 /* test_mutex.h */; };
		EC6C564110EDEA69000E1B18 /* test_object.h in Sources */ = {isa = PBXBuildFile; fileRef = EC6C560110EDE6E1000E1B18 /* test_object.h */; };
		EC6C564210EDEA69000E1B18 /* test_params.h in Sources */ = {isa = PBXBuildFile; fileRef = EC6C560210EDE6E1000E1B18 /* test_params.h */; };
		EC6C564310EDEA69000E1B18 /* test_runnable.h in Sources */ = {isa = PBXBuildFile; fileRef = EC6C560310EDE6E1000E1B18 /* test_runnable.h */; };
		EC6C564410EDEA69000E1B18 /* test_safeobject.h in Sources */ = {isa = PBXBuildFile; fileRef = EC6C560410EDE6E1000E1B18 /* test_safeobject.h */; };
		EC6C564510EDEA69000E1B18 /* test_semaphore.h in Sources */ = {isa = PBXBuildFile; fileRef = EC6C560510EDE6E1000E1B18 /* test_semaphore.h */; };
		EC6C564610EDEA69000E1B18 /* test_sha1.h in Sources */ = {isa = PBXBuildFile; fileRef = EC6C560610EDE6E1000E1B18 /* test_sha1.h */; };
		EC6C564710EDEA69000E1B18 /* test_strings.h in Sources */ = {isa = PBXBuildFile; fileRef = EC6C560710EDE6E1000E1B18 /* test_strings.h */; };
		EC6C564810EDEA69000E1B18 /* test_timer.h in Sources */ = {isa = PBXBuildFile; fileRef = EC6C560810EDE6E1000E1B18 /* test_timer.h */; };
		EC6C564910EDEA69000E1B18 /* test_url.h in Sources */ = {isa = PBXBuildFile; fileRef = EC6C560910EDE6E1000E1B18 /* test_url.h */; };
		ECF4BE3811434E5400B7C09B /* tinySAK_config.h in Headers */ = {isa = PBXBuildFile; fileRef = ECF4BDFD11434E5400B7C09B /* tinySAK_config.h */; };
		ECF4BE3911434E5400B7C09B /* tsk.c in Sources */ = {isa = PBXBuildFile; fileRef = ECF4BDFE11434E5400B7C09B /* tsk.c */; };
		ECF4BE3A11434E5400B7C09B /* tsk.h in Headers */ = {isa = PBXBuildFile; fileRef = ECF4BDFF11434E5400B7C09B /* tsk.h */; };
		ECF4BE3B11434E5400B7C09B /* tsk_base64.c in Sources */ = {isa = PBXBuildFile; fileRef = ECF4BE0011434E5400B7C09B /* tsk_base64.c */; };
		ECF4BE3C11434E5400B7C09B /* tsk_base64.h in Headers */ = {isa = PBXBuildFile; fileRef = ECF4BE0111434E5400B7C09B /* tsk_base64.h */; };
		ECF4BE3D11434E5400B7C09B /* tsk_binaryutils.c in Sources */ = {isa = PBXBuildFile; fileRef = ECF4BE0211434E5400B7C09B /* tsk_binaryutils.c */; };
		ECF4BE3E11434E5400B7C09B /* tsk_binaryutils.h in Headers */ = {isa = PBXBuildFile; fileRef = ECF4BE0311434E5400B7C09B /* tsk_binaryutils.h */; };
		ECF4BE3F11434E5400B7C09B /* tsk_buffer.c in Sources */ = {isa = PBXBuildFile; fileRef = ECF4BE0411434E5400B7C09B /* tsk_buffer.c */; };
		ECF4BE4011434E5400B7C09B /* tsk_buffer.h in Headers */ = {isa = PBXBuildFile; fileRef = ECF4BE0511434E5400B7C09B /* tsk_buffer.h */; };
		ECF4BE4111434E5400B7C09B /* tsk_condwait.c in Sources */ = {isa = PBXBuildFile; fileRef = ECF4BE0611434E5400B7C09B /* tsk_condwait.c */; };
		ECF4BE4211434E5400B7C09B /* tsk_condwait.h in Headers */ = {isa = PBXBuildFile; fileRef = ECF4BE0711434E5400B7C09B /* tsk_condwait.h */; };
		ECF4BE4311434E5400B7C09B /* tsk_debug.c in Sources */ = {isa = PBXBuildFile; fileRef = ECF4BE0811434E5400B7C09B /* tsk_debug.c */; };
		ECF4BE4411434E5400B7C09B /* tsk_debug.h in Headers */ = {isa = PBXBuildFile; fileRef = ECF4BE0911434E5400B7C09B /* tsk_debug.h */; };
		ECF4BE4511434E5400B7C09B /* tsk_errno.h in Headers */ = {isa = PBXBuildFile; fileRef = ECF4BE0A11434E5400B7C09B /* tsk_errno.h */; };
		ECF4BE4611434E5400B7C09B /* tsk_fsm.c in Sources */ = {isa = PBXBuildFile; fileRef = ECF4BE0B11434E5400B7C09B /* tsk_fsm.c */; };
		ECF4BE4711434E5400B7C09B /* tsk_fsm.h in Headers */ = {isa = PBXBuildFile; fileRef = ECF4BE0C11434E5400B7C09B /* tsk_fsm.h */; };
		ECF4BE4811434E5400B7C09B /* tsk_hmac.c in Sources */ = {isa = PBXBuildFile; fileRef = ECF4BE0D11434E5400B7C09B /* tsk_hmac.c */; };
		ECF4BE4911434E5400B7C09B /* tsk_hmac.h in Headers */ = {isa = PBXBuildFile; fileRef = ECF4BE0E11434E5400B7C09B /* tsk_hmac.h */; };
		ECF4BE4A11434E5400B7C09B /* tsk_list.c in Sources */ = {isa = PBXBuildFile; fileRef = ECF4BE0F11434E5400B7C09B /* tsk_list.c */; };
		ECF4BE4B11434E5400B7C09B /* tsk_list.h in Headers */ = {isa = PBXBuildFile; fileRef = ECF4BE1011434E5400B7C09B /* tsk_list.h */; };
		ECF4BE4C11434E5400B7C09B /* tsk_md5.c in Sources */ = {isa = PBXBuildFile; fileRef = ECF4BE1111434E5400B7C09B /* tsk_md5.c */; };
		ECF4BE4D11434E5400B7C09B /* tsk_md5.h in Headers */ = {isa = PBXBuildFile; fileRef = ECF4BE1211434E5400B7C09B /* tsk_md5.h */; };
		ECF4BE4E11434E5400B7C09B /* tsk_memory.c in Sources */ = {isa = PBXBuildFile; fileRef = ECF4BE1311434E5400B7C09B /* tsk_memory.c */; };
		ECF4BE4F11434E5400B7C09B /* tsk_memory.h in Headers */ = {isa = PBXBuildFile; fileRef = ECF4BE1411434E5400B7C09B /* tsk_memory.h */; };
		ECF4BE5011434E5400B7C09B /* tsk_mutex.c in Sources */ = {isa = PBXBuildFile; fileRef = ECF4BE1511434E5400B7C09B /* tsk_mutex.c */; };
		ECF4BE5111434E5400B7C09B /* tsk_mutex.h in Headers */ = {isa = PBXBuildFile; fileRef = ECF4BE1611434E5400B7C09B /* tsk_mutex.h */; };
		ECF4BE5211434E5400B7C09B /* tsk_object.c in Sources */ = {isa = PBXBuildFile; fileRef = ECF4BE1711434E5400B7C09B /* tsk_object.c */; };
		ECF4BE5311434E5400B7C09B /* tsk_object.h in Headers */ = {isa = PBXBuildFile; fileRef = ECF4BE1811434E5400B7C09B /* tsk_object.h */; };
		ECF4BE5411434E5400B7C09B /* tsk_params.c in Sources */ = {isa = PBXBuildFile; fileRef = ECF4BE1911434E5400B7C09B /* tsk_params.c */; };
		ECF4BE5511434E5400B7C09B /* tsk_params.h in Headers */ = {isa = PBXBuildFile; fileRef = ECF4BE1A11434E5400B7C09B /* tsk_params.h */; };
		ECF4BE5611434E5400B7C09B /* tsk_ppfcs16.c in Sources */ = {isa = PBXBuildFile; fileRef = ECF4BE1B11434E5400B7C09B /* tsk_ppfcs16.c */; };
		ECF4BE5711434E5400B7C09B /* tsk_ppfcs16.h in Headers */ = {isa = PBXBuildFile; fileRef = ECF4BE1C11434E5400B7C09B /* tsk_ppfcs16.h */; };
		ECF4BE5811434E5400B7C09B /* tsk_ppfcs32.c in Sources */ = {isa = PBXBuildFile; fileRef = ECF4BE1D11434E5400B7C09B /* tsk_ppfcs32.c */; };
		ECF4BE5911434E5400B7C09B /* tsk_ppfcs32.h in Headers */ = {isa = PBXBuildFile; fileRef = ECF4BE1E11434E5400B7C09B /* tsk_ppfcs32.h */; };
		ECF4BE5A11434E5400B7C09B /* tsk_ragel_state.c in Sources */ = {isa = PBXBuildFile; fileRef = ECF4BE1F11434E5400B7C09B /* tsk_ragel_state.c */; };
		ECF4BE5B11434E5400B7C09B /* tsk_ragel_state.h in Headers */ = {isa = PBXBuildFile; fileRef = ECF4BE2011434E5400B7C09B /* tsk_ragel_state.h */; };
		ECF4BE5C11434E5400B7C09B /* tsk_runnable.c in Sources */ = {isa = PBXBuildFile; fileRef = ECF4BE2111434E5400B7C09B /* tsk_runnable.c */; };
		ECF4BE5D11434E5400B7C09B /* tsk_runnable.h in Headers */ = {isa = PBXBuildFile; fileRef = ECF4BE2211434E5400B7C09B /* tsk_runnable.h */; };
		ECF4BE5E11434E5400B7C09B /* tsk_safeobj.c in Sources */ = {isa = PBXBuildFile; fileRef = ECF4BE2311434E5400B7C09B /* tsk_safeobj.c */; };
		ECF4BE5F11434E5400B7C09B /* tsk_safeobj.h in Headers */ = {isa = PBXBuildFile; fileRef = ECF4BE2411434E5400B7C09B /* tsk_safeobj.h */; };
		ECF4BE6011434E5400B7C09B /* tsk_semaphore.c in Sources */ = {isa = PBXBuildFile; fileRef = ECF4BE2511434E5400B7C09B /* tsk_semaphore.c */; };
		ECF4BE6111434E5400B7C09B /* tsk_semaphore.h in Headers */ = {isa = PBXBuildFile; fileRef = ECF4BE2611434E5400B7C09B /* tsk_semaphore.h */; };
		ECF4BE6211434E5400B7C09B /* tsk_sha1.c in Sources */ = {isa = PBXBuildFile; fileRef = ECF4BE2711434E5400B7C09B /* tsk_sha1.c */; };
		ECF4BE6311434E5400B7C09B /* tsk_sha1.h in Headers */ = {isa = PBXBuildFile; fileRef = ECF4BE2811434E5400B7C09B /* tsk_sha1.h */; };
		ECF4BE6411434E5400B7C09B /* tsk_string.c in Sources */ = {isa = PBXBuildFile; fileRef = ECF4BE2911434E5400B7C09B /* tsk_string.c */; };
		ECF4BE6511434E5400B7C09B /* tsk_string.h in Headers */ = {isa = PBXBuildFile; fileRef = ECF4BE2A11434E5400B7C09B /* tsk_string.h */; };
		ECF4BE6611434E5400B7C09B /* tsk_thread.c in Sources */ = {isa = PBXBuildFile; fileRef = ECF4BE2B11434E5400B7C09B /* tsk_thread.c */; };
		ECF4BE6711434E5400B7C09B /* tsk_thread.h in Headers */ = {isa = PBXBuildFile; fileRef = ECF4BE2C11434E5400B7C09B /* tsk_thread.h */; };
		ECF4BE6811434E5400B7C09B /* tsk_time.c in Sources */ = {isa = PBXBuildFile; fileRef = ECF4BE2D11434E5400B7C09B /* tsk_time.c */; };
		ECF4BE6911434E5400B7C09B /* tsk_time.h in Headers */ = {isa = PBXBuildFile; fileRef = ECF4BE2E11434E5400B7C09B /* tsk_time.h */; };
		ECF4BE6A11434E5400B7C09B /* tsk_timer.c in Sources */ = {isa = PBXBuildFile; fileRef = ECF4BE2F11434E5400B7C09B /* tsk_timer.c */; };
		ECF4BE6B11434E5400B7C09B /* tsk_timer.h in Headers */ = {isa = PBXBuildFile; fileRef = ECF4BE3011434E5400B7C09B /* tsk_timer.h */; };
		ECF4BE6C11434E5400B7C09B /* tsk_url.c in Sources */ = {isa = PBXBuildFile; fileRef = ECF4BE3111434E5400B7C09B /* tsk_url.c */; };
		ECF4BE6D11434E5400B7C09B /* tsk_url.h in Headers */ = {isa = PBXBuildFile; fileRef = ECF4BE3211434E5400B7C09B /* tsk_url.h */; };
		ECF4BE6E11434E5400B7C09B /* tsk_uuid.c in Sources */ = {isa = PBXBuildFile; fileRef = ECF4BE3311434E5400B7C09B /* tsk_uuid.c */; };
		ECF4BE6F11434E5400B7C09B /* tsk_uuid.h in Headers */ = {isa = PBXBuildFile; fileRef = ECF4BE3411434E5400B7C09B /* tsk_uuid.h */; };
		ECF4BE7011434E5400B7C09B /* tsk_xml.c in Sources */ = {isa = PBXBuildFile; fileRef = ECF4BE3511434E5400B7C09B /* tsk_xml.c */; };
		ECF4BE7111434E5400B7C09B /* tsk_xml.h in Headers */ = {isa = PBXBuildFile; fileRef = ECF4BE3611434E5400B7C09B /* tsk_xml.h */; };
/* End PBXBuildFile section */

/* Begin PBXContainerItemProxy section */
		EC6C55F010EDE664000E1B18 /* PBXContainerItemProxy */ = {
			isa = PBXContainerItemProxy;
			containerPortal = 08FB7793FE84155DC02AAC07 /* Project object */;
			proxyType = 1;
			remoteGlobalIDString = D2AAC0620554660B00DB518D;
			remoteInfo = tinySAK;
		};
/* End PBXContainerItemProxy section */

/* Begin PBXFileReference section */
		D2AAC0630554660B00DB518D /* libtinySAK.dylib */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; path = libtinySAK.dylib; sourceTree = BUILT_PRODUCTS_DIR; };
		EC6C55EC10EDE65C000E1B18 /* test */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = test; sourceTree = BUILT_PRODUCTS_DIR; };
		EC6C55F610EDE6E1000E1B18 /* stdafx.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = stdafx.c; path = ../../tinySAK/test/stdafx.c; sourceTree = SOURCE_ROOT; };
		EC6C55F710EDE6E1000E1B18 /* stdafx.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = stdafx.h; path = ../../tinySAK/test/stdafx.h; sourceTree = SOURCE_ROOT; };
		EC6C55F810EDE6E1000E1B18 /* targetver.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = targetver.h; path = ../../tinySAK/test/targetver.h; sourceTree = SOURCE_ROOT; };
		EC6C55F910EDE6E1000E1B18 /* test.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = test.c; path = ../../tinySAK/test/test.c; sourceTree = SOURCE_ROOT; };
		EC6C55FA10EDE6E1000E1B18 /* test_base64.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = test_base64.h; path = ../../tinySAK/test/test_base64.h; sourceTree = SOURCE_ROOT; };
		EC6C55FB10EDE6E1000E1B18 /* test_buffer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = test_buffer.h; path = ../../tinySAK/test/test_buffer.h; sourceTree = SOURCE_ROOT; };
		EC6C55FC10EDE6E1000E1B18 /* test_condwait.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = test_condwait.h; path = ../../tinySAK/test/test_condwait.h; sourceTree = SOURCE_ROOT; };
		EC6C55FD10EDE6E1000E1B18 /* test_heap.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = test_heap.h; path = ../../tinySAK/test/test_heap.h; sourceTree = SOURCE_ROOT; };
		EC6C55FE10EDE6E1000E1B18 /* test_lists.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = test_lists.h; path = ../../tinySAK/test/test_lists.h; sourceTree = SOURCE_ROOT; };
		EC6C55FF10EDE6E1000E1B18 /* test_md5.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = test_md5.h; path = ../../tinySAK/test/test_md5.h; sourceTree = SOURCE_ROOT; };
		EC6C560010EDE6E1000E1B18 /* test_mutex.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = test_mutex.h; path = ../../tinySAK/test/test_mutex.h; sourceTree = SOURCE_ROOT; };
		EC6C560110EDE6E1000E1B18 /* test_object.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = test_object.h; path = ../../tinySAK/test/test_object.h; sourceTree = SOURCE_ROOT; };
		EC6C560210EDE6E1000E1B18 /* test_params.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = test_params.h; path = ../../tinySAK/test/test_params.h; sourceTree = SOURCE_ROOT; };
		EC6C560310EDE6E1000E1B18 /* test_runnable.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = test_runnable.h; path = ../../tinySAK/test/test_runnable.h; sourceTree = SOURCE_ROOT; };
		EC6C560410EDE6E1000E1B18 /* test_safeobject.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = test_safeobject.h; path = ../../tinySAK/test/test_safeobject.h; sourceTree = SOURCE_ROOT; };
		EC6C560510EDE6E1000E1B18 /* test_semaphore.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = test_semaphore.h; path = ../../tinySAK/test/test_semaphore.h; sourceTree = SOURCE_ROOT; };
		EC6C560610EDE6E1000E1B18 /* test_sha1.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = test_sha1.h; path = ../../tinySAK/test/test_sha1.h; sourceTree = SOURCE_ROOT; };
		EC6C560710EDE6E1000E1B18 /* test_strings.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = test_strings.h; path = ../../tinySAK/test/test_strings.h; sourceTree = SOURCE_ROOT; };
		EC6C560810EDE6E1000E1B18 /* test_timer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = test_timer.h; path = ../../tinySAK/test/test_timer.h; sourceTree = SOURCE_ROOT; };
		EC6C560910EDE6E1000E1B18 /* test_url.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = test_url.h; path = ../../tinySAK/test/test_url.h; sourceTree = SOURCE_ROOT; };
		ECF4BDFD11434E5400B7C09B /* tinySAK_config.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tinySAK_config.h; sourceTree = "<group>"; };
		ECF4BDFE11434E5400B7C09B /* tsk.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tsk.c; sourceTree = "<group>"; };
		ECF4BDFF11434E5400B7C09B /* tsk.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tsk.h; sourceTree = "<group>"; };
		ECF4BE0011434E5400B7C09B /* tsk_base64.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tsk_base64.c; sourceTree = "<group>"; };
		ECF4BE0111434E5400B7C09B /* tsk_base64.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tsk_base64.h; sourceTree = "<group>"; };
		ECF4BE0211434E5400B7C09B /* tsk_binaryutils.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tsk_binaryutils.c; sourceTree = "<group>"; };
		ECF4BE0311434E5400B7C09B /* tsk_binaryutils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tsk_binaryutils.h; sourceTree = "<group>"; };
		ECF4BE0411434E5400B7C09B /* tsk_buffer.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tsk_buffer.c; sourceTree = "<group>"; };
		ECF4BE0511434E5400B7C09B /* tsk_buffer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tsk_buffer.h; sourceTree = "<group>"; };
		ECF4BE0611434E5400B7C09B /* tsk_condwait.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tsk_condwait.c; sourceTree = "<group>"; };
		ECF4BE0711434E5400B7C09B /* tsk_condwait.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tsk_condwait.h; sourceTree = "<group>"; };
		ECF4BE0811434E5400B7C09B /* tsk_debug.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tsk_debug.c; sourceTree = "<group>"; };
		ECF4BE0911434E5400B7C09B /* tsk_debug.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tsk_debug.h; sourceTree = "<group>"; };
		ECF4BE0A11434E5400B7C09B /* tsk_errno.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tsk_errno.h; sourceTree = "<group>"; };
		ECF4BE0B11434E5400B7C09B /* tsk_fsm.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tsk_fsm.c; sourceTree = "<group>"; };
		ECF4BE0C11434E5400B7C09B /* tsk_fsm.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tsk_fsm.h; sourceTree = "<group>"; };
		ECF4BE0D11434E5400B7C09B /* tsk_hmac.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tsk_hmac.c; sourceTree = "<group>"; };
		ECF4BE0E11434E5400B7C09B /* tsk_hmac.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tsk_hmac.h; sourceTree = "<group>"; };
		ECF4BE0F11434E5400B7C09B /* tsk_list.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tsk_list.c; sourceTree = "<group>"; };
		ECF4BE1011434E5400B7C09B /* tsk_list.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tsk_list.h; sourceTree = "<group>"; };
		ECF4BE1111434E5400B7C09B /* tsk_md5.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tsk_md5.c; sourceTree = "<group>"; };
		ECF4BE1211434E5400B7C09B /* tsk_md5.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tsk_md5.h; sourceTree = "<group>"; };
		ECF4BE1311434E5400B7C09B /* tsk_memory.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tsk_memory.c; sourceTree = "<group>"; };
		ECF4BE1411434E5400B7C09B /* tsk_memory.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tsk_memory.h; sourceTree = "<group>"; };
		ECF4BE1511434E5400B7C09B /* tsk_mutex.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tsk_mutex.c; sourceTree = "<group>"; };
		ECF4BE1611434E5400B7C09B /* tsk_mutex.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tsk_mutex.h; sourceTree = "<group>"; };
		ECF4BE1711434E5400B7C09B /* tsk_object.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tsk_object.c; sourceTree = "<group>"; };
		ECF4BE1811434E5400B7C09B /* tsk_object.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tsk_object.h; sourceTree = "<group>"; };
		ECF4BE1911434E5400B7C09B /* tsk_params.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tsk_params.c; sourceTree = "<group>"; };
		ECF4BE1A11434E5400B7C09B /* tsk_params.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tsk_params.h; sourceTree = "<group>"; };
		ECF4BE1B11434E5400B7C09B /* tsk_ppfcs16.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tsk_ppfcs16.c; sourceTree = "<group>"; };
		ECF4BE1C11434E5400B7C09B /* tsk_ppfcs16.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tsk_ppfcs16.h; sourceTree = "<group>"; };
		ECF4BE1D11434E5400B7C09B /* tsk_ppfcs32.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tsk_ppfcs32.c; sourceTree = "<group>"; };
		ECF4BE1E11434E5400B7C09B /* tsk_ppfcs32.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tsk_ppfcs32.h; sourceTree = "<group>"; };
		ECF4BE1F11434E5400B7C09B /* tsk_ragel_state.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tsk_ragel_state.c; sourceTree = "<group>"; };
		ECF4BE2011434E5400B7C09B /* tsk_ragel_state.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tsk_ragel_state.h; sourceTree = "<group>"; };
		ECF4BE2111434E5400B7C09B /* tsk_runnable.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tsk_runnable.c; sourceTree = "<group>"; };
		ECF4BE2211434E5400B7C09B /* tsk_runnable.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tsk_runnable.h; sourceTree = "<group>"; };
		ECF4BE2311434E5400B7C09B /* tsk_safeobj.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tsk_safeobj.c; sourceTree = "<group>"; };
		ECF4BE2411434E5400B7C09B /* tsk_safeobj.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tsk_safeobj.h; sourceTree = "<group>"; };
		ECF4BE2511434E5400B7C09B /* tsk_semaphore.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tsk_semaphore.c; sourceTree = "<group>"; };
		ECF4BE2611434E5400B7C09B /* tsk_semaphore.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tsk_semaphore.h; sourceTree = "<group>"; };
		ECF4BE2711434E5400B7C09B /* tsk_sha1.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tsk_sha1.c; sourceTree = "<group>"; };
		ECF4BE2811434E5400B7C09B /* tsk_sha1.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tsk_sha1.h; sourceTree = "<group>"; };
		ECF4BE2911434E5400B7C09B /* tsk_string.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tsk_string.c; sourceTree = "<group>"; };
		ECF4BE2A11434E5400B7C09B /* tsk_string.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tsk_string.h; sourceTree = "<group>"; };
		ECF4BE2B11434E5400B7C09B /* tsk_thread.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tsk_thread.c; sourceTree = "<group>"; };
		ECF4BE2C11434E5400B7C09B /* tsk_thread.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tsk_thread.h; sourceTree = "<group>"; };
		ECF4BE2D11434E5400B7C09B /* tsk_time.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tsk_time.c; sourceTree = "<group>"; };
		ECF4BE2E11434E5400B7C09B /* tsk_time.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tsk_time.h; sourceTree = "<group>"; };
		ECF4BE2F11434E5400B7C09B /* tsk_timer.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tsk_timer.c; sourceTree = "<group>"; };
		ECF4BE3011434E5400B7C09B /* tsk_timer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tsk_timer.h; sourceTree = "<group>"; };
		ECF4BE3111434E5400B7C09B /* tsk_url.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tsk_url.c; sourceTree = "<group>"; };
		ECF4BE3211434E5400B7C09B /* tsk_url.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tsk_url.h; sourceTree = "<group>"; };
		ECF4BE3311434E5400B7C09B /* tsk_uuid.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tsk_uuid.c; sourceTree = "<group>"; };
		ECF4BE3411434E5400B7C09B /* tsk_uuid.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tsk_uuid.h; sourceTree = "<group>"; };
		ECF4BE3511434E5400B7C09B /* tsk_xml.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = tsk_xml.c; sourceTree = "<group>"; };
		ECF4BE3611434E5400B7C09B /* tsk_xml.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = tsk_xml.h; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
		D289988505E68E00004EDB86 /* Frameworks */ = {
			isa = PBXFrameworksBuildPhase;
			buildActionMask = 2147483647;
			files = (
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
		EC6C55EA10EDE65C000E1B18 /* Frameworks */ = {
			isa = PBXFrameworksBuildPhase;
			buildActionMask = 2147483647;
			files = (
				EC6C55F210EDE669000E1B18 /* libtinySAK.dylib in Frameworks */,
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
		08FB7794FE84155DC02AAC07 /* tinySAK */ = {
			isa = PBXGroup;
			children = (
				ECF4BDFB11434E5400B7C09B /* src */,
				EC6C560C10EDE6E9000E1B18 /* test */,
				1AB674ADFE9D54B511CA2CBB /* Products */,
			);
			name = tinySAK;
			sourceTree = "<group>";
		};
		1AB674ADFE9D54B511CA2CBB /* Products */ = {
			isa = PBXGroup;
			children = (
				D2AAC0630554660B00DB518D /* libtinySAK.dylib */,
				EC6C55EC10EDE65C000E1B18 /* test */,
			);
			name = Products;
			sourceTree = "<group>";
		};
		EC6C560C10EDE6E9000E1B18 /* test */ = {
			isa = PBXGroup;
			children = (
				EC6C55F610EDE6E1000E1B18 /* stdafx.c */,
				EC6C55F710EDE6E1000E1B18 /* stdafx.h */,
				EC6C55F810EDE6E1000E1B18 /* targetver.h */,
				EC6C55F910EDE6E1000E1B18 /* test.c */,
				EC6C55FA10EDE6E1000E1B18 /* test_base64.h */,
				EC6C55FB10EDE6E1000E1B18 /* test_buffer.h */,
				EC6C55FC10EDE6E1000E1B18 /* test_condwait.h */,
				EC6C55FD10EDE6E1000E1B18 /* test_heap.h */,
				EC6C55FE10EDE6E1000E1B18 /* test_lists.h */,
				EC6C55FF10EDE6E1000E1B18 /* test_md5.h */,
				EC6C560010EDE6E1000E1B18 /* test_mutex.h */,
				EC6C560110EDE6E1000E1B18 /* test_object.h */,
				EC6C560210EDE6E1000E1B18 /* test_params.h */,
				EC6C560310EDE6E1000E1B18 /* test_runnable.h */,
				EC6C560410EDE6E1000E1B18 /* test_safeobject.h */,
				EC6C560510EDE6E1000E1B18 /* test_semaphore.h */,
				EC6C560610EDE6E1000E1B18 /* test_sha1.h */,
				EC6C560710EDE6E1000E1B18 /* test_strings.h */,
				EC6C560810EDE6E1000E1B18 /* test_timer.h */,
				EC6C560910EDE6E1000E1B18 /* test_url.h */,
			);
			name = test;
			sourceTree = "<group>";
		};
		ECF4BDFB11434E5400B7C09B /* src */ = {
			isa = PBXGroup;
			children = (
				ECF4BDFD11434E5400B7C09B /* tinySAK_config.h */,
				ECF4BDFE11434E5400B7C09B /* tsk.c */,
				ECF4BDFF11434E5400B7C09B /* tsk.h */,
				ECF4BE0011434E5400B7C09B /* tsk_base64.c */,
				ECF4BE0111434E5400B7C09B /* tsk_base64.h */,
				ECF4BE0211434E5400B7C09B /* tsk_binaryutils.c */,
				ECF4BE0311434E5400B7C09B /* tsk_binaryutils.h */,
				ECF4BE0411434E5400B7C09B /* tsk_buffer.c */,
				ECF4BE0511434E5400B7C09B /* tsk_buffer.h */,
				ECF4BE0611434E5400B7C09B /* tsk_condwait.c */,
				ECF4BE0711434E5400B7C09B /* tsk_condwait.h */,
				ECF4BE0811434E5400B7C09B /* tsk_debug.c */,
				ECF4BE0911434E5400B7C09B /* tsk_debug.h */,
				ECF4BE0A11434E5400B7C09B /* tsk_errno.h */,
				ECF4BE0B11434E5400B7C09B /* tsk_fsm.c */,
				ECF4BE0C11434E5400B7C09B /* tsk_fsm.h */,
				ECF4BE0D11434E5400B7C09B /* tsk_hmac.c */,
				ECF4BE0E11434E5400B7C09B /* tsk_hmac.h */,
				ECF4BE0F11434E5400B7C09B /* tsk_list.c */,
				ECF4BE1011434E5400B7C09B /* tsk_list.h */,
				ECF4BE1111434E5400B7C09B /* tsk_md5.c */,
				ECF4BE1211434E5400B7C09B /* tsk_md5.h */,
				ECF4BE1311434E5400B7C09B /* tsk_memory.c */,
				ECF4BE1411434E5400B7C09B /* tsk_memory.h */,
				ECF4BE1511434E5400B7C09B /* tsk_mutex.c */,
				ECF4BE1611434E5400B7C09B /* tsk_mutex.h */,
				ECF4BE1711434E5400B7C09B /* tsk_object.c */,
				ECF4BE1811434E5400B7C09B /* tsk_object.h */,
				ECF4BE1911434E5400B7C09B /* tsk_params.c */,
				ECF4BE1A11434E5400B7C09B /* tsk_params.h */,
				ECF4BE1B11434E5400B7C09B /* tsk_ppfcs16.c */,
				ECF4BE1C11434E5400B7C09B /* tsk_ppfcs16.h */,
				ECF4BE1D11434E5400B7C09B /* tsk_ppfcs32.c */,
				ECF4BE1E11434E5400B7C09B /* tsk_ppfcs32.h */,
				ECF4BE1F11434E5400B7C09B /* tsk_ragel_state.c */,
				ECF4BE2011434E5400B7C09B /* tsk_ragel_state.h */,
				ECF4BE2111434E5400B7C09B /* tsk_runnable.c */,
				ECF4BE2211434E5400B7C09B /* tsk_runnable.h */,
				ECF4BE2311434E5400B7C09B /* tsk_safeobj.c */,
				ECF4BE2411434E5400B7C09B /* tsk_safeobj.h */,
				ECF4BE2511434E5400B7C09B /* tsk_semaphore.c */,
				ECF4BE2611434E5400B7C09B /* tsk_semaphore.h */,
				ECF4BE2711434E5400B7C09B /* tsk_sha1.c */,
				ECF4BE2811434E5400B7C09B /* tsk_sha1.h */,
				ECF4BE2911434E5400B7C09B /* tsk_string.c */,
				ECF4BE2A11434E5400B7C09B /* tsk_string.h */,
				ECF4BE2B11434E5400B7C09B /* tsk_thread.c */,
				ECF4BE2C11434E5400B7C09B /* tsk_thread.h */,
				ECF4BE2D11434E5400B7C09B /* tsk_time.c */,
				ECF4BE2E11434E5400B7C09B /* tsk_time.h */,
				ECF4BE2F11434E5400B7C09B /* tsk_timer.c */,
				ECF4BE3011434E5400B7C09B /* tsk_timer.h */,
				ECF4BE3111434E5400B7C09B /* tsk_url.c */,
				ECF4BE3211434E5400B7C09B /* tsk_url.h */,
				ECF4BE3311434E5400B7C09B /* tsk_uuid.c */,
				ECF4BE3411434E5400B7C09B /* tsk_uuid.h */,
				ECF4BE3511434E5400B7C09B /* tsk_xml.c */,
				ECF4BE3611434E5400B7C09B /* tsk_xml.h */,
			);
			name = src;
			path = ../../tinySAK/src;
			sourceTree = SOURCE_ROOT;
		};
/* End PBXGroup section */

/* Begin PBXHeadersBuildPhase section */
		D2AAC0600554660B00DB518D /* Headers */ = {
			isa = PBXHeadersBuildPhase;
			buildActionMask = 2147483647;
			files = (
				ECF4BE3811434E5400B7C09B /* tinySAK_config.h in Headers */,
				ECF4BE3A11434E5400B7C09B /* tsk.h in Headers */,
				ECF4BE3C11434E5400B7C09B /* tsk_base64.h in Headers */,
				ECF4BE3E11434E5400B7C09B /* tsk_binaryutils.h in Headers */,
				ECF4BE4011434E5400B7C09B /* tsk_buffer.h in Headers */,
				ECF4BE4211434E5400B7C09B /* tsk_condwait.h in Headers */,
				ECF4BE4411434E5400B7C09B /* tsk_debug.h in Headers */,
				ECF4BE4511434E5400B7C09B /* tsk_errno.h in Headers */,
				ECF4BE4711434E5400B7C09B /* tsk_fsm.h in Headers */,
				ECF4BE4911434E5400B7C09B /* tsk_hmac.h in Headers */,
				ECF4BE4B11434E5400B7C09B /* tsk_list.h in Headers */,
				ECF4BE4D11434E5400B7C09B /* tsk_md5.h in Headers */,
				ECF4BE4F11434E5400B7C09B /* tsk_memory.h in Headers */,
				ECF4BE5111434E5400B7C09B /* tsk_mutex.h in Headers */,
				ECF4BE5311434E5400B7C09B /* tsk_object.h in Headers */,
				ECF4BE5511434E5400B7C09B /* tsk_params.h in Headers */,
				ECF4BE5711434E5400B7C09B /* tsk_ppfcs16.h in Headers */,
				ECF4BE5911434E5400B7C09B /* tsk_ppfcs32.h in Headers */,
				ECF4BE5B11434E5400B7C09B /* tsk_ragel_state.h in Headers */,
				ECF4BE5D11434E5400B7C09B /* tsk_runnable.h in Headers */,
				ECF4BE5F11434E5400B7C09B /* tsk_safeobj.h in Headers */,
				ECF4BE6111434E5400B7C09B /* tsk_semaphore.h in Headers */,
				ECF4BE6311434E5400B7C09B /* tsk_sha1.h in Headers */,
				ECF4BE6511434E5400B7C09B /* tsk_string.h in Headers */,
				ECF4BE6711434E5400B7C09B /* tsk_thread.h in Headers */,
				ECF4BE6911434E5400B7C09B /* tsk_time.h in Headers */,
				ECF4BE6B11434E5400B7C09B /* tsk_timer.h in Headers */,
				ECF4BE6D11434E5400B7C09B /* tsk_url.h in Headers */,
				ECF4BE6F11434E5400B7C09B /* tsk_uuid.h in Headers */,
				ECF4BE7111434E5400B7C09B /* tsk_xml.h in Headers */,
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXHeadersBuildPhase section */

/* Begin PBXNativeTarget section */
		D2AAC0620554660B00DB518D /* tinySAK */ = {
			isa = PBXNativeTarget;
			buildConfigurationList = 1DEB914A08733D8E0010E9CD /* Build configuration list for PBXNativeTarget "tinySAK" */;
			buildPhases = (
				D2AAC0600554660B00DB518D /* Headers */,
				D2AAC0610554660B00DB518D /* Sources */,
				D289988505E68E00004EDB86 /* Frameworks */,
			);
			buildRules = (
			);
			dependencies = (
			);
			name = tinySAK;
			productName = tinySAK;
			productReference = D2AAC0630554660B00DB518D /* libtinySAK.dylib */;
			productType = "com.apple.product-type.library.dynamic";
		};
		EC6C55EB10EDE65C000E1B18 /* test */ = {
			isa = PBXNativeTarget;
			buildConfigurationList = EC6C55F310EDE68F000E1B18 /* Build configuration list for PBXNativeTarget "test" */;
			buildPhases = (
				EC6C55E910EDE65C000E1B18 /* Sources */,
				EC6C55EA10EDE65C000E1B18 /* Frameworks */,
			);
			buildRules = (
			);
			dependencies = (
				EC6C55F110EDE664000E1B18 /* PBXTargetDependency */,
			);
			name = test;
			productName = test;
			productReference = EC6C55EC10EDE65C000E1B18 /* test */;
			productType = "com.apple.product-type.tool";
		};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
		08FB7793FE84155DC02AAC07 /* Project object */ = {
			isa = PBXProject;
			buildConfigurationList = 1DEB914E08733D8E0010E9CD /* Build configuration list for PBXProject "tinySAK" */;
			compatibilityVersion = "Xcode 3.1";
			hasScannedForEncodings = 1;
			mainGroup = 08FB7794FE84155DC02AAC07 /* tinySAK */;
			projectDirPath = "";
			projectRoot = "";
			targets = (
				D2AAC0620554660B00DB518D /* tinySAK */,
				EC6C55EB10EDE65C000E1B18 /* test */,
			);
		};
/* End PBXProject section */

/* Begin PBXSourcesBuildPhase section */
		D2AAC0610554660B00DB518D /* Sources */ = {
			isa = PBXSourcesBuildPhase;
			buildActionMask = 2147483647;
			files = (
				ECF4BE3911434E5400B7C09B /* tsk.c in Sources */,
				ECF4BE3B11434E5400B7C09B /* tsk_base64.c in Sources */,
				ECF4BE3D11434E5400B7C09B /* tsk_binaryutils.c in Sources */,
				ECF4BE3F11434E5400B7C09B /* tsk_buffer.c in Sources */,
				ECF4BE4111434E5400B7C09B /* tsk_condwait.c in Sources */,
				ECF4BE4311434E5400B7C09B /* tsk_debug.c in Sources */,
				ECF4BE4611434E5400B7C09B /* tsk_fsm.c in Sources */,
				ECF4BE4811434E5400B7C09B /* tsk_hmac.c in Sources */,
				ECF4BE4A11434E5400B7C09B /* tsk_list.c in Sources */,
				ECF4BE4C11434E5400B7C09B /* tsk_md5.c in Sources */,
				ECF4BE4E11434E5400B7C09B /* tsk_memory.c in Sources */,
				ECF4BE5011434E5400B7C09B /* tsk_mutex.c in Sources */,
				ECF4BE5211434E5400B7C09B /* tsk_object.c in Sources */,
				ECF4BE5411434E5400B7C09B /* tsk_params.c in Sources */,
				ECF4BE5611434E5400B7C09B /* tsk_ppfcs16.c in Sources */,
				ECF4BE5811434E5400B7C09B /* tsk_ppfcs32.c in Sources */,
				ECF4BE5A11434E5400B7C09B /* tsk_ragel_state.c in Sources */,
				ECF4BE5C11434E5400B7C09B /* tsk_runnable.c in Sources */,
				ECF4BE5E11434E5400B7C09B /* tsk_safeobj.c in Sources */,
				ECF4BE6011434E5400B7C09B /* tsk_semaphore.c in Sources */,
				ECF4BE6211434E5400B7C09B /* tsk_sha1.c in Sources */,
				ECF4BE6411434E5400B7C09B /* tsk_string.c in Sources */,
				ECF4BE6611434E5400B7C09B /* tsk_thread.c in Sources */,
				ECF4BE6811434E5400B7C09B /* tsk_time.c in Sources */,
				ECF4BE6A11434E5400B7C09B /* tsk_timer.c in Sources */,
				ECF4BE6C11434E5400B7C09B /* tsk_url.c in Sources */,
				ECF4BE6E11434E5400B7C09B /* tsk_uuid.c in Sources */,
				ECF4BE7011434E5400B7C09B /* tsk_xml.c in Sources */,
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
		EC6C55E910EDE65C000E1B18 /* Sources */ = {
			isa = PBXSourcesBuildPhase;
			buildActionMask = 2147483647;
			files = (
				EC6C560A10EDE6E1000E1B18 /* stdafx.c in Sources */,
				EC6C563810EDEA69000E1B18 /* stdafx.h in Sources */,
				EC6C563910EDEA69000E1B18 /* targetver.h in Sources */,
				EC6C560B10EDE6E1000E1B18 /* test.c in Sources */,
				EC6C563A10EDEA69000E1B18 /* test_base64.h in Sources */,
				EC6C563B10EDEA69000E1B18 /* test_buffer.h in Sources */,
				EC6C563C10EDEA69000E1B18 /* test_condwait.h in Sources */,
				EC6C563D10EDEA69000E1B18 /* test_heap.h in Sources */,
				EC6C563E10EDEA69000E1B18 /* test_lists.h in Sources */,
				EC6C563F10EDEA69000E1B18 /* test_md5.h in Sources */,
				EC6C564010EDEA69000E1B18 /* test_mutex.h in Sources */,
				EC6C564110EDEA69000E1B18 /* test_object.h in Sources */,
				EC6C564210EDEA69000E1B18 /* test_params.h in Sources */,
				EC6C564310EDEA69000E1B18 /* test_runnable.h in Sources */,
				EC6C564410EDEA69000E1B18 /* test_safeobject.h in Sources */,
				EC6C564510EDEA69000E1B18 /* test_semaphore.h in Sources */,
				EC6C564610EDEA69000E1B18 /* test_sha1.h in Sources */,
				EC6C564710EDEA69000E1B18 /* test_strings.h in Sources */,
				EC6C564810EDEA69000E1B18 /* test_timer.h in Sources */,
				EC6C564910EDEA69000E1B18 /* test_url.h in Sources */,
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXSourcesBuildPhase section */

/* Begin PBXTargetDependency section */
		EC6C55F110EDE664000E1B18 /* PBXTargetDependency */ = {
			isa = PBXTargetDependency;
			target = D2AAC0620554660B00DB518D /* tinySAK */;
			targetProxy = EC6C55F010EDE664000E1B18 /* PBXContainerItemProxy */;
		};
/* End PBXTargetDependency section */

/* Begin XCBuildConfiguration section */
		1DEB914B08733D8E0010E9CD /* Debug */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				ALWAYS_SEARCH_USER_PATHS = NO;
				COPY_PHASE_STRIP = NO;
				EXECUTABLE_PREFIX = lib;
				GCC_DYNAMIC_NO_PIC = NO;
				GCC_ENABLE_FIX_AND_CONTINUE = YES;
				GCC_MODEL_TUNING = G5;
				GCC_OPTIMIZATION_LEVEL = 0;
				INSTALL_PATH = /usr/local/lib;
				PRODUCT_NAME = tinySAK;
			};
			name = Debug;
		};
		1DEB914C08733D8E0010E9CD /* Release */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				ALWAYS_SEARCH_USER_PATHS = NO;
				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
				EXECUTABLE_PREFIX = lib;
				GCC_MODEL_TUNING = G5;
				INSTALL_PATH = /usr/local/lib;
				PRODUCT_NAME = tinySAK;
			};
			name = Release;
		};
		1DEB914F08733D8E0010E9CD /* Debug */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				ARCHS = "$(ARCHS_STANDARD_32_BIT)";
				GCC_C_LANGUAGE_STANDARD = c99;
				GCC_OPTIMIZATION_LEVEL = 0;
				GCC_WARN_ABOUT_RETURN_TYPE = YES;
				GCC_WARN_UNUSED_VARIABLE = YES;
				ONLY_ACTIVE_ARCH = YES;
				OTHER_CFLAGS = "-DTINYSAK_EXPORTS";
				PREBINDING = NO;
				SDKROOT = macosx10.5;
			};
			name = Debug;
		};
		1DEB915008733D8E0010E9CD /* Release */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				ARCHS = "$(ARCHS_STANDARD_32_BIT)";
				GCC_C_LANGUAGE_STANDARD = c99;
				GCC_WARN_ABOUT_RETURN_TYPE = YES;
				GCC_WARN_UNUSED_VARIABLE = YES;
				PREBINDING = NO;
				SDKROOT = macosx10.5;
			};
			name = Release;
		};
		EC6C55EE10EDE65D000E1B18 /* Debug */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				ALWAYS_SEARCH_USER_PATHS = NO;
				COPY_PHASE_STRIP = NO;
				GCC_DYNAMIC_NO_PIC = NO;
				GCC_ENABLE_FIX_AND_CONTINUE = YES;
				GCC_MODEL_TUNING = G5;
				GCC_OPTIMIZATION_LEVEL = 0;
				INSTALL_PATH = /usr/local/bin;
				PREBINDING = NO;
				PRODUCT_NAME = test;
			};
			name = Debug;
		};
		EC6C55EF10EDE65D000E1B18 /* Release */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				ALWAYS_SEARCH_USER_PATHS = NO;
				COPY_PHASE_STRIP = YES;
				DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
				GCC_ENABLE_FIX_AND_CONTINUE = NO;
				GCC_MODEL_TUNING = G5;
				INSTALL_PATH = /usr/local/bin;
				PREBINDING = NO;
				PRODUCT_NAME = test;
				ZERO_LINK = NO;
			};
			name = Release;
		};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
		1DEB914A08733D8E0010E9CD /* Build configuration list for PBXNativeTarget "tinySAK" */ = {
			isa = XCConfigurationList;
			buildConfigurations = (
				1DEB914B08733D8E0010E9CD /* Debug */,
				1DEB914C08733D8E0010E9CD /* Release */,
			);
			defaultConfigurationIsVisible = 0;
			defaultConfigurationName = Release;
		};
		1DEB914E08733D8E0010E9CD /* Build configuration list for PBXProject "tinySAK" */ = {
			isa = XCConfigurationList;
			buildConfigurations = (
				1DEB914F08733D8E0010E9CD /* Debug */,
				1DEB915008733D8E0010E9CD /* Release */,
			);
			defaultConfigurationIsVisible = 0;
			defaultConfigurationName = Release;
		};
		EC6C55F310EDE68F000E1B18 /* Build configuration list for PBXNativeTarget "test" */ = {
			isa = XCConfigurationList;
			buildConfigurations = (
				EC6C55EE10EDE65D000E1B18 /* Debug */,
				EC6C55EF10EDE65D000E1B18 /* Release */,
			);
			defaultConfigurationIsVisible = 0;
			defaultConfigurationName = Release;
		};
/* End XCConfigurationList section */
	};
	rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
}
OpenPOWER on IntegriCloud