project.pbxproj
37.5 KB
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
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 45;
objects = {
/* Begin PBXBuildFile section */
8D11072F0486CEB800E47090 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */; };
B55B5D200F76568E0064029C /* ASIFormDataRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = B55B5D120F76568E0064029C /* ASIFormDataRequest.m */; };
B55B5D210F76568E0064029C /* ASIHTTPRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = B55B5D140F76568E0064029C /* ASIHTTPRequest.m */; };
B55B5D220F76568E0064029C /* ASINetworkQueue.m in Sources */ = {isa = PBXBuildFile; fileRef = B55B5D160F76568E0064029C /* ASINetworkQueue.m */; };
B55B5D230F76568E0064029C /* NSHTTPCookieAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = B55B5D180F76568E0064029C /* NSHTTPCookieAdditions.m */; };
B55B5E700F7656A40064029C /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = B55B5E6E0F7656A40064029C /* main.m */; };
B55B5E7F0F76573B0064029C /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = B55B5E730F7656DA0064029C /* MainMenu.xib */; };
B55B5EB80F7658200064029C /* libz.1.2.3.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = B55B5EB70F7658200064029C /* libz.1.2.3.dylib */; };
B55B5ED20F76588D0064029C /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = B55B5ED10F76588D0064029C /* AppDelegate.m */; };
B55B5FE80F76594D0064029C /* GHTest.m in Sources */ = {isa = PBXBuildFile; fileRef = B55B5FAC0F76594D0064029C /* GHTest.m */; };
B55B5FE90F76594D0064029C /* GHTestCase.m in Sources */ = {isa = PBXBuildFile; fileRef = B55B5FAE0F76594D0064029C /* GHTestCase.m */; };
B55B5FEA0F76594D0064029C /* GHTestGroup.m in Sources */ = {isa = PBXBuildFile; fileRef = B55B5FB00F76594D0064029C /* GHTestGroup.m */; };
B55B5FEB0F76594D0064029C /* GHTestMacros.m in Sources */ = {isa = PBXBuildFile; fileRef = B55B5FB20F76594D0064029C /* GHTestMacros.m */; };
B55B5FEC0F76594D0064029C /* GHTestRunner.m in Sources */ = {isa = PBXBuildFile; fileRef = B55B5FB40F76594D0064029C /* GHTestRunner.m */; };
B55B5FED0F76594D0064029C /* GHTestSuite.m in Sources */ = {isa = PBXBuildFile; fileRef = B55B5FB60F76594D0064029C /* GHTestSuite.m */; };
B55B5FEE0F76594D0064029C /* GHTestUtils.m in Sources */ = {isa = PBXBuildFile; fileRef = B55B5FB80F76594D0064029C /* GHTestUtils.m */; };
B55B5FEF0F76594D0064029C /* RunTests.sh in Resources */ = {isa = PBXBuildFile; fileRef = B55B5FBA0F76594D0064029C /* RunTests.sh */; };
B55B5FF00F76594D0064029C /* GHTestViewModel.m in Sources */ = {isa = PBXBuildFile; fileRef = B55B5FBD0F76594D0064029C /* GHTestViewModel.m */; };
B55B5FF10F76594D0064029C /* GHLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = B55B5FC10F76594D0064029C /* GHLogger.m */; };
B55B5FF20F76594D0064029C /* GHNSInvocation+Utils.m in Sources */ = {isa = PBXBuildFile; fileRef = B55B5FC30F76594D0064029C /* GHNSInvocation+Utils.m */; };
B55B5FF30F76594D0064029C /* GHNSObject+Invocation.m in Sources */ = {isa = PBXBuildFile; fileRef = B55B5FC50F76594D0064029C /* GHNSObject+Invocation.m */; };
B55B5FF40F76594D0064029C /* GTMLogger.m in Sources */ = {isa = PBXBuildFile; fileRef = B55B5FCA0F76594D0064029C /* GTMLogger.m */; };
B55B5FF50F76594D0064029C /* GTMObjC2Runtime.m in Sources */ = {isa = PBXBuildFile; fileRef = B55B5FCC0F76594D0064029C /* GTMObjC2Runtime.m */; };
B55B5FF60F76594D0064029C /* GTMStackTrace.m in Sources */ = {isa = PBXBuildFile; fileRef = B55B5FCE0F76594D0064029C /* GTMStackTrace.m */; };
B55B5FF70F76594D0064029C /* README.md in Resources */ = {isa = PBXBuildFile; fileRef = B55B5FD00F76594D0064029C /* README.md */; };
B55B5FF80F76594D0064029C /* GHUnitTestMain.m in Sources */ = {isa = PBXBuildFile; fileRef = B55B5FD20F76594D0064029C /* GHUnitTestMain.m */; };
B55B5FF90F76594D0064029C /* GHTestApp.m in Sources */ = {isa = PBXBuildFile; fileRef = B55B5FD50F76594D0064029C /* GHTestApp.m */; };
B55B5FFA0F76594D0064029C /* GHTestApp.xib in Resources */ = {isa = PBXBuildFile; fileRef = B55B5FD60F76594D0064029C /* GHTestApp.xib */; };
B55B5FFB0F76594D0064029C /* GHTestAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = B55B5FD80F76594D0064029C /* GHTestAppDelegate.m */; };
B55B5FFC0F76594D0064029C /* GHTestView.xib in Resources */ = {isa = PBXBuildFile; fileRef = B55B5FD90F76594D0064029C /* GHTestView.xib */; };
B55B5FFD0F76594D0064029C /* GHTestViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = B55B5FDB0F76594D0064029C /* GHTestViewController.m */; };
B55B5FFE0F76594D0064029C /* GHTestWindow.xib in Resources */ = {isa = PBXBuildFile; fileRef = B55B5FDC0F76594D0064029C /* GHTestWindow.xib */; };
B55B5FFF0F76594D0064029C /* GHTestWindowController.m in Sources */ = {isa = PBXBuildFile; fileRef = B55B5FDE0F76594D0064029C /* GHTestWindowController.m */; };
B55B60080F7659790064029C /* ASIFormDataRequestTests.m in Sources */ = {isa = PBXBuildFile; fileRef = B55B5D1B0F76568E0064029C /* ASIFormDataRequestTests.m */; };
B55B60090F76597C0064029C /* ASIHTTPRequestTests.m in Sources */ = {isa = PBXBuildFile; fileRef = B55B5D1D0F76568E0064029C /* ASIHTTPRequestTests.m */; };
B55B600A0F7659800064029C /* ASINetworkQueueTests.m in Sources */ = {isa = PBXBuildFile; fileRef = B55B5D1F0F76568E0064029C /* ASINetworkQueueTests.m */; };
B55B600C0F7659880064029C /* ASINetworkQueue.m in Sources */ = {isa = PBXBuildFile; fileRef = B55B5D160F76568E0064029C /* ASINetworkQueue.m */; };
B55B600E0F76598D0064029C /* NSHTTPCookieAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = B55B5D180F76568E0064029C /* NSHTTPCookieAdditions.m */; };
B55B600F0F7659900064029C /* ASIHTTPRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = B55B5D140F76568E0064029C /* ASIHTTPRequest.m */; };
B55B60100F7659960064029C /* ASIFormDataRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = B55B5D120F76568E0064029C /* ASIFormDataRequest.m */; };
B55B60140F7659A30064029C /* libz.1.2.3.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = B55B5EB70F7658200064029C /* libz.1.2.3.dylib */; };
/* End PBXBuildFile section */
/* Begin PBXFileReference section */
1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = "<absolute>"; };
13E42FB307B3F0F600E4EEF1 /* CoreData.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreData.framework; path = /System/Library/Frameworks/CoreData.framework; sourceTree = "<absolute>"; };
29B97324FDCFA39411CA2CEA /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = /System/Library/Frameworks/AppKit.framework; sourceTree = "<absolute>"; };
29B97325FDCFA39411CA2CEA /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = /System/Library/Frameworks/Foundation.framework; sourceTree = "<absolute>"; };
8D1107320486CEB800E47090 /* Mac.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Mac.app; sourceTree = BUILT_PRODUCTS_DIR; };
B55B5D110F76568E0064029C /* ASIFormDataRequest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ASIFormDataRequest.h; sourceTree = "<group>"; };
B55B5D120F76568E0064029C /* ASIFormDataRequest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ASIFormDataRequest.m; sourceTree = "<group>"; };
B55B5D130F76568E0064029C /* ASIHTTPRequest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ASIHTTPRequest.h; sourceTree = "<group>"; };
B55B5D140F76568E0064029C /* ASIHTTPRequest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ASIHTTPRequest.m; sourceTree = "<group>"; };
B55B5D150F76568E0064029C /* ASINetworkQueue.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ASINetworkQueue.h; sourceTree = "<group>"; };
B55B5D160F76568E0064029C /* ASINetworkQueue.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ASINetworkQueue.m; sourceTree = "<group>"; };
B55B5D170F76568E0064029C /* NSHTTPCookieAdditions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NSHTTPCookieAdditions.h; sourceTree = "<group>"; };
B55B5D180F76568E0064029C /* NSHTTPCookieAdditions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = NSHTTPCookieAdditions.m; sourceTree = "<group>"; };
B55B5D1A0F76568E0064029C /* ASIFormDataRequestTests.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ASIFormDataRequestTests.h; sourceTree = "<group>"; };
B55B5D1B0F76568E0064029C /* ASIFormDataRequestTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ASIFormDataRequestTests.m; sourceTree = "<group>"; };
B55B5D1C0F76568E0064029C /* ASIHTTPRequestTests.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ASIHTTPRequestTests.h; sourceTree = "<group>"; };
B55B5D1D0F76568E0064029C /* ASIHTTPRequestTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ASIHTTPRequestTests.m; sourceTree = "<group>"; };
B55B5D1E0F76568E0064029C /* ASINetworkQueueTests.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ASINetworkQueueTests.h; sourceTree = "<group>"; };
B55B5D1F0F76568E0064029C /* ASINetworkQueueTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ASINetworkQueueTests.m; sourceTree = "<group>"; };
B55B5E6E0F7656A40064029C /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = "Mac Sample/main.m"; sourceTree = "<group>"; };
B55B5E6F0F7656A40064029C /* Mac_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Mac_Prefix.pch; path = "Mac Sample/Mac_Prefix.pch"; sourceTree = "<group>"; };
B55B5E710F7656C60064029C /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = "Mac Sample/Info.plist"; sourceTree = "<group>"; };
B55B5E740F7656DA0064029C /* English */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = English; path = "Mac Sample/English.lproj/MainMenu.xib"; sourceTree = "<group>"; };
B55B5E770F7656DF0064029C /* English */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; name = English; path = "Mac Sample/English.lproj/InfoPlist.strings"; sourceTree = "<group>"; };
B55B5EB70F7658200064029C /* libz.1.2.3.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libz.1.2.3.dylib; path = usr/lib/libz.1.2.3.dylib; sourceTree = SDKROOT; };
B55B5ED00F76588D0064029C /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AppDelegate.h; path = "Mac Sample/AppDelegate.h"; sourceTree = "<group>"; };
B55B5ED10F76588D0064029C /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AppDelegate.m; path = "Mac Sample/AppDelegate.m"; sourceTree = "<group>"; };
B55B5EDF0F7658C70064029C /* Unit Tests (GHUnit).app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "Unit Tests (GHUnit).app"; sourceTree = BUILT_PRODUCTS_DIR; };
B55B5FAB0F76594D0064029C /* GHTest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GHTest.h; sourceTree = "<group>"; };
B55B5FAC0F76594D0064029C /* GHTest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GHTest.m; sourceTree = "<group>"; };
B55B5FAD0F76594D0064029C /* GHTestCase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GHTestCase.h; sourceTree = "<group>"; };
B55B5FAE0F76594D0064029C /* GHTestCase.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GHTestCase.m; sourceTree = "<group>"; };
B55B5FAF0F76594D0064029C /* GHTestGroup.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GHTestGroup.h; sourceTree = "<group>"; };
B55B5FB00F76594D0064029C /* GHTestGroup.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GHTestGroup.m; sourceTree = "<group>"; };
B55B5FB10F76594D0064029C /* GHTestMacros.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GHTestMacros.h; sourceTree = "<group>"; };
B55B5FB20F76594D0064029C /* GHTestMacros.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GHTestMacros.m; sourceTree = "<group>"; };
B55B5FB30F76594D0064029C /* GHTestRunner.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GHTestRunner.h; sourceTree = "<group>"; };
B55B5FB40F76594D0064029C /* GHTestRunner.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GHTestRunner.m; sourceTree = "<group>"; };
B55B5FB50F76594D0064029C /* GHTestSuite.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GHTestSuite.h; sourceTree = "<group>"; };
B55B5FB60F76594D0064029C /* GHTestSuite.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GHTestSuite.m; sourceTree = "<group>"; };
B55B5FB70F76594D0064029C /* GHTestUtils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GHTestUtils.h; sourceTree = "<group>"; };
B55B5FB80F76594D0064029C /* GHTestUtils.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GHTestUtils.m; sourceTree = "<group>"; };
B55B5FB90F76594D0064029C /* GHUnit.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GHUnit.h; sourceTree = "<group>"; };
B55B5FBA0F76594D0064029C /* RunTests.sh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; path = RunTests.sh; sourceTree = "<group>"; };
B55B5FBC0F76594D0064029C /* GHTestViewModel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GHTestViewModel.h; sourceTree = "<group>"; };
B55B5FBD0F76594D0064029C /* GHTestViewModel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GHTestViewModel.m; sourceTree = "<group>"; };
B55B5FC00F76594D0064029C /* GHLogger.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GHLogger.h; sourceTree = "<group>"; };
B55B5FC10F76594D0064029C /* GHLogger.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GHLogger.m; sourceTree = "<group>"; };
B55B5FC20F76594D0064029C /* GHNSInvocation+Utils.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "GHNSInvocation+Utils.h"; sourceTree = "<group>"; };
B55B5FC30F76594D0064029C /* GHNSInvocation+Utils.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "GHNSInvocation+Utils.m"; sourceTree = "<group>"; };
B55B5FC40F76594D0064029C /* GHNSObject+Invocation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "GHNSObject+Invocation.h"; sourceTree = "<group>"; };
B55B5FC50F76594D0064029C /* GHNSObject+Invocation.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "GHNSObject+Invocation.m"; sourceTree = "<group>"; };
B55B5FC80F76594D0064029C /* GTMGarbageCollection.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GTMGarbageCollection.h; sourceTree = "<group>"; };
B55B5FC90F76594D0064029C /* GTMLogger.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GTMLogger.h; sourceTree = "<group>"; };
B55B5FCA0F76594D0064029C /* GTMLogger.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GTMLogger.m; sourceTree = "<group>"; };
B55B5FCB0F76594D0064029C /* GTMObjC2Runtime.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GTMObjC2Runtime.h; sourceTree = "<group>"; };
B55B5FCC0F76594D0064029C /* GTMObjC2Runtime.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GTMObjC2Runtime.m; sourceTree = "<group>"; };
B55B5FCD0F76594D0064029C /* GTMStackTrace.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GTMStackTrace.h; sourceTree = "<group>"; };
B55B5FCE0F76594D0064029C /* GTMStackTrace.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GTMStackTrace.m; sourceTree = "<group>"; };
B55B5FCF0F76594D0064029C /* GTMDefines.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GTMDefines.h; sourceTree = "<group>"; };
B55B5FD00F76594D0064029C /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.md; sourceTree = "<group>"; };
B55B5FD20F76594D0064029C /* GHUnitTestMain.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GHUnitTestMain.m; sourceTree = "<group>"; };
B55B5FD40F76594D0064029C /* GHTestApp.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GHTestApp.h; sourceTree = "<group>"; };
B55B5FD50F76594D0064029C /* GHTestApp.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GHTestApp.m; sourceTree = "<group>"; };
B55B5FD60F76594D0064029C /* GHTestApp.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = GHTestApp.xib; sourceTree = "<group>"; };
B55B5FD70F76594D0064029C /* GHTestAppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GHTestAppDelegate.h; sourceTree = "<group>"; };
B55B5FD80F76594D0064029C /* GHTestAppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GHTestAppDelegate.m; sourceTree = "<group>"; };
B55B5FD90F76594D0064029C /* GHTestView.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = GHTestView.xib; sourceTree = "<group>"; };
B55B5FDA0F76594D0064029C /* GHTestViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GHTestViewController.h; sourceTree = "<group>"; };
B55B5FDB0F76594D0064029C /* GHTestViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GHTestViewController.m; sourceTree = "<group>"; };
B55B5FDC0F76594D0064029C /* GHTestWindow.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = GHTestWindow.xib; sourceTree = "<group>"; };
B55B5FDD0F76594D0064029C /* GHTestWindowController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GHTestWindowController.h; sourceTree = "<group>"; };
B55B5FDE0F76594D0064029C /* GHTestWindowController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = GHTestWindowController.m; sourceTree = "<group>"; };
B5E3858B0F76606B00FD7857 /* Tests-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = "Tests-Info.plist"; path = "Mac Sample/Tests-Info.plist"; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
8D11072E0486CEB800E47090 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
8D11072F0486CEB800E47090 /* Cocoa.framework in Frameworks */,
B55B5EB80F7658200064029C /* libz.1.2.3.dylib in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
B55B5EDD0F7658C70064029C /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
B55B60140F7659A30064029C /* libz.1.2.3.dylib in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
1058C7A0FEA54F0111CA2CBB /* Linked Frameworks */ = {
isa = PBXGroup;
children = (
1058C7A1FEA54F0111CA2CBB /* Cocoa.framework */,
);
name = "Linked Frameworks";
sourceTree = "<group>";
};
1058C7A2FEA54F0111CA2CBB /* Other Frameworks */ = {
isa = PBXGroup;
children = (
29B97324FDCFA39411CA2CEA /* AppKit.framework */,
13E42FB307B3F0F600E4EEF1 /* CoreData.framework */,
29B97325FDCFA39411CA2CEA /* Foundation.framework */,
);
name = "Other Frameworks";
sourceTree = "<group>";
};
19C28FACFE9D520D11CA2CBB /* Products */ = {
isa = PBXGroup;
children = (
8D1107320486CEB800E47090 /* Mac.app */,
B55B5EDF0F7658C70064029C /* Unit Tests (GHUnit).app */,
);
name = Products;
sourceTree = "<group>";
};
29B97314FDCFA39411CA2CEA /* Mac */ = {
isa = PBXGroup;
children = (
B55B5D100F76568E0064029C /* Classes */,
29B97315FDCFA39411CA2CEA /* Other Sources */,
29B97317FDCFA39411CA2CEA /* Resources */,
29B97323FDCFA39411CA2CEA /* Frameworks */,
19C28FACFE9D520D11CA2CBB /* Products */,
B55B5EB70F7658200064029C /* libz.1.2.3.dylib */,
);
name = Mac;
sourceTree = "<group>";
};
29B97315FDCFA39411CA2CEA /* Other Sources */ = {
isa = PBXGroup;
children = (
B55B5E6E0F7656A40064029C /* main.m */,
B55B5E6F0F7656A40064029C /* Mac_Prefix.pch */,
B55B5ED00F76588D0064029C /* AppDelegate.h */,
B55B5ED10F76588D0064029C /* AppDelegate.m */,
);
name = "Other Sources";
sourceTree = "<group>";
};
29B97317FDCFA39411CA2CEA /* Resources */ = {
isa = PBXGroup;
children = (
B5E3858B0F76606B00FD7857 /* Tests-Info.plist */,
B55B5E760F7656DF0064029C /* InfoPlist.strings */,
B55B5E730F7656DA0064029C /* MainMenu.xib */,
B55B5E710F7656C60064029C /* Info.plist */,
);
name = Resources;
sourceTree = "<group>";
};
29B97323FDCFA39411CA2CEA /* Frameworks */ = {
isa = PBXGroup;
children = (
1058C7A0FEA54F0111CA2CBB /* Linked Frameworks */,
1058C7A2FEA54F0111CA2CBB /* Other Frameworks */,
);
name = Frameworks;
sourceTree = "<group>";
};
B55B5D100F76568E0064029C /* Classes */ = {
isa = PBXGroup;
children = (
B55B5FA30F7659360064029C /* GHUnit */,
B55B5D110F76568E0064029C /* ASIFormDataRequest.h */,
B55B5D120F76568E0064029C /* ASIFormDataRequest.m */,
B55B5D130F76568E0064029C /* ASIHTTPRequest.h */,
B55B5D140F76568E0064029C /* ASIHTTPRequest.m */,
B55B5D150F76568E0064029C /* ASINetworkQueue.h */,
B55B5D160F76568E0064029C /* ASINetworkQueue.m */,
B55B5D170F76568E0064029C /* NSHTTPCookieAdditions.h */,
B55B5D180F76568E0064029C /* NSHTTPCookieAdditions.m */,
B55B5D190F76568E0064029C /* Tests */,
);
path = Classes;
sourceTree = "<group>";
};
B55B5D190F76568E0064029C /* Tests */ = {
isa = PBXGroup;
children = (
B55B5D1A0F76568E0064029C /* ASIFormDataRequestTests.h */,
B55B5D1B0F76568E0064029C /* ASIFormDataRequestTests.m */,
B55B5D1C0F76568E0064029C /* ASIHTTPRequestTests.h */,
B55B5D1D0F76568E0064029C /* ASIHTTPRequestTests.m */,
B55B5D1E0F76568E0064029C /* ASINetworkQueueTests.h */,
B55B5D1F0F76568E0064029C /* ASINetworkQueueTests.m */,
);
path = Tests;
sourceTree = "<group>";
};
B55B5FA30F7659360064029C /* GHUnit */ = {
isa = PBXGroup;
children = (
B55B5FAA0F76594D0064029C /* Classes */,
B55B5FBE0F76594D0064029C /* Libraries */,
B55B5FD10F76594D0064029C /* Classes-MacOSX */,
);
name = GHUnit;
sourceTree = "<group>";
};
B55B5FAA0F76594D0064029C /* Classes */ = {
isa = PBXGroup;
children = (
B55B5FAB0F76594D0064029C /* GHTest.h */,
B55B5FAC0F76594D0064029C /* GHTest.m */,
B55B5FAD0F76594D0064029C /* GHTestCase.h */,
B55B5FAE0F76594D0064029C /* GHTestCase.m */,
B55B5FAF0F76594D0064029C /* GHTestGroup.h */,
B55B5FB00F76594D0064029C /* GHTestGroup.m */,
B55B5FB10F76594D0064029C /* GHTestMacros.h */,
B55B5FB20F76594D0064029C /* GHTestMacros.m */,
B55B5FB30F76594D0064029C /* GHTestRunner.h */,
B55B5FB40F76594D0064029C /* GHTestRunner.m */,
B55B5FB50F76594D0064029C /* GHTestSuite.h */,
B55B5FB60F76594D0064029C /* GHTestSuite.m */,
B55B5FB70F76594D0064029C /* GHTestUtils.h */,
B55B5FB80F76594D0064029C /* GHTestUtils.m */,
B55B5FB90F76594D0064029C /* GHUnit.h */,
B55B5FBA0F76594D0064029C /* RunTests.sh */,
B55B5FBB0F76594D0064029C /* SharedUI */,
);
name = Classes;
path = "../Downloads/gabriel-gh-unit-02ab4e28177c2b63a9aaddafbd9b43a5c53f042b/Classes";
sourceTree = SOURCE_ROOT;
};
B55B5FBB0F76594D0064029C /* SharedUI */ = {
isa = PBXGroup;
children = (
B55B5FBC0F76594D0064029C /* GHTestViewModel.h */,
B55B5FBD0F76594D0064029C /* GHTestViewModel.m */,
);
path = SharedUI;
sourceTree = "<group>";
};
B55B5FBE0F76594D0064029C /* Libraries */ = {
isa = PBXGroup;
children = (
B55B5FBF0F76594D0064029C /* GHKit */,
B55B5FC60F76594D0064029C /* GTM */,
B55B5FD00F76594D0064029C /* README.md */,
);
name = Libraries;
path = "../Downloads/gabriel-gh-unit-02ab4e28177c2b63a9aaddafbd9b43a5c53f042b/Libraries";
sourceTree = SOURCE_ROOT;
};
B55B5FBF0F76594D0064029C /* GHKit */ = {
isa = PBXGroup;
children = (
B55B5FC00F76594D0064029C /* GHLogger.h */,
B55B5FC10F76594D0064029C /* GHLogger.m */,
B55B5FC20F76594D0064029C /* GHNSInvocation+Utils.h */,
B55B5FC30F76594D0064029C /* GHNSInvocation+Utils.m */,
B55B5FC40F76594D0064029C /* GHNSObject+Invocation.h */,
B55B5FC50F76594D0064029C /* GHNSObject+Invocation.m */,
);
path = GHKit;
sourceTree = "<group>";
};
B55B5FC60F76594D0064029C /* GTM */ = {
isa = PBXGroup;
children = (
B55B5FC70F76594D0064029C /* Foundation */,
B55B5FCF0F76594D0064029C /* GTMDefines.h */,
);
path = GTM;
sourceTree = "<group>";
};
B55B5FC70F76594D0064029C /* Foundation */ = {
isa = PBXGroup;
children = (
B55B5FC80F76594D0064029C /* GTMGarbageCollection.h */,
B55B5FC90F76594D0064029C /* GTMLogger.h */,
B55B5FCA0F76594D0064029C /* GTMLogger.m */,
B55B5FCB0F76594D0064029C /* GTMObjC2Runtime.h */,
B55B5FCC0F76594D0064029C /* GTMObjC2Runtime.m */,
B55B5FCD0F76594D0064029C /* GTMStackTrace.h */,
B55B5FCE0F76594D0064029C /* GTMStackTrace.m */,
);
path = Foundation;
sourceTree = "<group>";
};
B55B5FD10F76594D0064029C /* Classes-MacOSX */ = {
isa = PBXGroup;
children = (
B55B5FD20F76594D0064029C /* GHUnitTestMain.m */,
B55B5FD30F76594D0064029C /* UI */,
);
name = "Classes-MacOSX";
path = "../Downloads/gabriel-gh-unit-02ab4e28177c2b63a9aaddafbd9b43a5c53f042b/Classes-MacOSX";
sourceTree = SOURCE_ROOT;
};
B55B5FD30F76594D0064029C /* UI */ = {
isa = PBXGroup;
children = (
B55B5FD40F76594D0064029C /* GHTestApp.h */,
B55B5FD50F76594D0064029C /* GHTestApp.m */,
B55B5FD60F76594D0064029C /* GHTestApp.xib */,
B55B5FD70F76594D0064029C /* GHTestAppDelegate.h */,
B55B5FD80F76594D0064029C /* GHTestAppDelegate.m */,
B55B5FD90F76594D0064029C /* GHTestView.xib */,
B55B5FDA0F76594D0064029C /* GHTestViewController.h */,
B55B5FDB0F76594D0064029C /* GHTestViewController.m */,
B55B5FDC0F76594D0064029C /* GHTestWindow.xib */,
B55B5FDD0F76594D0064029C /* GHTestWindowController.h */,
B55B5FDE0F76594D0064029C /* GHTestWindowController.m */,
);
path = UI;
sourceTree = "<group>";
};
/* End PBXGroup section */
/* Begin PBXNativeTarget section */
8D1107260486CEB800E47090 /* Mac */ = {
isa = PBXNativeTarget;
buildConfigurationList = C01FCF4A08A954540054247B /* Build configuration list for PBXNativeTarget "Mac" */;
buildPhases = (
8D1107290486CEB800E47090 /* Resources */,
8D11072C0486CEB800E47090 /* Sources */,
8D11072E0486CEB800E47090 /* Frameworks */,
);
buildRules = (
);
dependencies = (
);
name = Mac;
productInstallPath = "$(HOME)/Applications";
productName = Mac;
productReference = 8D1107320486CEB800E47090 /* Mac.app */;
productType = "com.apple.product-type.application";
};
B55B5EDE0F7658C70064029C /* Unit Tests (GHUnit) */ = {
isa = PBXNativeTarget;
buildConfigurationList = B55B5EE40F7658C80064029C /* Build configuration list for PBXNativeTarget "Unit Tests (GHUnit)" */;
buildPhases = (
B55B5EDB0F7658C70064029C /* Resources */,
B55B5EDC0F7658C70064029C /* Sources */,
B55B5EDD0F7658C70064029C /* Frameworks */,
);
buildRules = (
);
dependencies = (
);
name = "Unit Tests (GHUnit)";
productName = "Unit Tests (GHUnit)";
productReference = B55B5EDF0F7658C70064029C /* Unit Tests (GHUnit).app */;
productType = "com.apple.product-type.application";
};
/* End PBXNativeTarget section */
/* Begin PBXProject section */
29B97313FDCFA39411CA2CEA /* Project object */ = {
isa = PBXProject;
buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "Mac" */;
compatibilityVersion = "Xcode 3.1";
hasScannedForEncodings = 1;
mainGroup = 29B97314FDCFA39411CA2CEA /* Mac */;
projectDirPath = "";
projectRoot = "";
targets = (
8D1107260486CEB800E47090 /* Mac */,
B55B5EDE0F7658C70064029C /* Unit Tests (GHUnit) */,
);
};
/* End PBXProject section */
/* Begin PBXResourcesBuildPhase section */
8D1107290486CEB800E47090 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
B55B5E7F0F76573B0064029C /* MainMenu.xib in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
B55B5EDB0F7658C70064029C /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
B55B5FEF0F76594D0064029C /* RunTests.sh in Resources */,
B55B5FF70F76594D0064029C /* README.md in Resources */,
B55B5FFA0F76594D0064029C /* GHTestApp.xib in Resources */,
B55B5FFC0F76594D0064029C /* GHTestView.xib in Resources */,
B55B5FFE0F76594D0064029C /* GHTestWindow.xib in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */
/* Begin PBXSourcesBuildPhase section */
8D11072C0486CEB800E47090 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
B55B5D200F76568E0064029C /* ASIFormDataRequest.m in Sources */,
B55B5D210F76568E0064029C /* ASIHTTPRequest.m in Sources */,
B55B5D220F76568E0064029C /* ASINetworkQueue.m in Sources */,
B55B5D230F76568E0064029C /* NSHTTPCookieAdditions.m in Sources */,
B55B5ED20F76588D0064029C /* AppDelegate.m in Sources */,
B55B5E700F7656A40064029C /* main.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
B55B5EDC0F7658C70064029C /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
B55B5FE80F76594D0064029C /* GHTest.m in Sources */,
B55B5FE90F76594D0064029C /* GHTestCase.m in Sources */,
B55B5FEA0F76594D0064029C /* GHTestGroup.m in Sources */,
B55B5FEB0F76594D0064029C /* GHTestMacros.m in Sources */,
B55B5FEC0F76594D0064029C /* GHTestRunner.m in Sources */,
B55B5FED0F76594D0064029C /* GHTestSuite.m in Sources */,
B55B5FEE0F76594D0064029C /* GHTestUtils.m in Sources */,
B55B5FF00F76594D0064029C /* GHTestViewModel.m in Sources */,
B55B5FF10F76594D0064029C /* GHLogger.m in Sources */,
B55B5FF20F76594D0064029C /* GHNSInvocation+Utils.m in Sources */,
B55B5FF30F76594D0064029C /* GHNSObject+Invocation.m in Sources */,
B55B5FF40F76594D0064029C /* GTMLogger.m in Sources */,
B55B5FF50F76594D0064029C /* GTMObjC2Runtime.m in Sources */,
B55B5FF60F76594D0064029C /* GTMStackTrace.m in Sources */,
B55B5FF80F76594D0064029C /* GHUnitTestMain.m in Sources */,
B55B5FF90F76594D0064029C /* GHTestApp.m in Sources */,
B55B5FFB0F76594D0064029C /* GHTestAppDelegate.m in Sources */,
B55B5FFD0F76594D0064029C /* GHTestViewController.m in Sources */,
B55B5FFF0F76594D0064029C /* GHTestWindowController.m in Sources */,
B55B60080F7659790064029C /* ASIFormDataRequestTests.m in Sources */,
B55B60090F76597C0064029C /* ASIHTTPRequestTests.m in Sources */,
B55B600A0F7659800064029C /* ASINetworkQueueTests.m in Sources */,
B55B600C0F7659880064029C /* ASINetworkQueue.m in Sources */,
B55B600E0F76598D0064029C /* NSHTTPCookieAdditions.m in Sources */,
B55B600F0F7659900064029C /* ASIHTTPRequest.m in Sources */,
B55B60100F7659960064029C /* ASIFormDataRequest.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */
/* Begin PBXVariantGroup section */
B55B5E730F7656DA0064029C /* MainMenu.xib */ = {
isa = PBXVariantGroup;
children = (
B55B5E740F7656DA0064029C /* English */,
);
name = MainMenu.xib;
sourceTree = "<group>";
};
B55B5E760F7656DF0064029C /* InfoPlist.strings */ = {
isa = PBXVariantGroup;
children = (
B55B5E770F7656DF0064029C /* English */,
);
name = InfoPlist.strings;
sourceTree = "<group>";
};
/* End PBXVariantGroup section */
/* Begin XCBuildConfiguration section */
B55B5EE20F7658C80064029C /* 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;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "$(SYSTEM_LIBRARY_DIR)/Frameworks/AppKit.framework/Headers/AppKit.h";
INFOPLIST_FILE = "Mac Sample/Tests-Info.plist";
INSTALL_PATH = "$(HOME)/Applications";
OTHER_LDFLAGS = (
"-framework",
Foundation,
"-framework",
AppKit,
);
PREBINDING = NO;
PRODUCT_NAME = "Unit Tests (GHUnit)";
};
name = Debug;
};
B55B5EE30F7658C80064029C /* 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;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "$(SYSTEM_LIBRARY_DIR)/Frameworks/AppKit.framework/Headers/AppKit.h";
INFOPLIST_FILE = "Mac Sample/Tests-Info.plist";
INSTALL_PATH = "$(HOME)/Applications";
OTHER_LDFLAGS = (
"-framework",
Foundation,
"-framework",
AppKit,
);
PREBINDING = NO;
PRODUCT_NAME = "Unit Tests (GHUnit)";
ZERO_LINK = NO;
};
name = Release;
};
C01FCF4B08A954540054247B /* 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;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = "Mac Sample/Mac_Prefix.pch";
INFOPLIST_FILE = "Mac Sample/Info.plist";
INSTALL_PATH = "$(HOME)/Applications";
PRODUCT_NAME = Mac;
};
name = Debug;
};
C01FCF4C08A954540054247B /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
GCC_MODEL_TUNING = G5;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = Mac_Prefix.pch;
INFOPLIST_FILE = "Mac Sample/Info.plist";
INSTALL_PATH = "$(HOME)/Applications";
PRODUCT_NAME = Mac;
};
name = Release;
};
C01FCF4F08A954540054247B /* 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;
PREBINDING = NO;
SDKROOT = macosx10.5;
};
name = Debug;
};
C01FCF5008A954540054247B /* 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;
};
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
B55B5EE40F7658C80064029C /* Build configuration list for PBXNativeTarget "Unit Tests (GHUnit)" */ = {
isa = XCConfigurationList;
buildConfigurations = (
B55B5EE20F7658C80064029C /* Debug */,
B55B5EE30F7658C80064029C /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
C01FCF4A08A954540054247B /* Build configuration list for PBXNativeTarget "Mac" */ = {
isa = XCConfigurationList;
buildConfigurations = (
C01FCF4B08A954540054247B /* Debug */,
C01FCF4C08A954540054247B /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
C01FCF4E08A954540054247B /* Build configuration list for PBXProject "Mac" */ = {
isa = XCConfigurationList;
buildConfigurations = (
C01FCF4F08A954540054247B /* Debug */,
C01FCF5008A954540054247B /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = 29B97313FDCFA39411CA2CEA /* Project object */;
}