-
Notifications
You must be signed in to change notification settings - Fork 202
/
Copy pathproject.pbxproj
executable file
·768 lines (757 loc) · 52.7 KB
/
project.pbxproj
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
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 46;
objects = {
/* Begin PBXBuildFile section */
0275613E124AD4AD00B64593 /* MessageUI.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0275613D124AD4AD00B64593 /* MessageUI.framework */; };
1D60589F0D05DD5A006BFB54 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1D30AB110D05D00D00671497 /* Foundation.framework */; };
1DF5F4E00D08C38300B7A737 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1DF5F4DF0D08C38300B7A737 /* UIKit.framework */; settings = {ATTRIBUTES = (Weak, ); }; };
288765A50DF7441C002DB57D /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 288765A40DF7441C002DB57D /* CoreGraphics.framework */; };
3A18D6B4119DC7E300C56A7A /* CFNetwork.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3A18D6B3119DC7E300C56A7A /* CFNetwork.framework */; };
4CB139812734D3DE00995472 /* CoreServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4CB139802734D3DE00995472 /* CoreServices.framework */; };
9D06AE961237D37400470CEC /* polipo.config in Resources */ = {isa = PBXBuildFile; fileRef = 9D06AE951237D37400470CEC /* polipo.config */; };
9D211196110637FB009C3C7C /* iTunesArtwork in Resources */ = {isa = PBXBuildFile; fileRef = 9D211195110637FB009C3C7C /* iTunesArtwork */; };
9D2224E51105E6A6003F4E04 /* Entitlements.plist in Resources */ = {isa = PBXBuildFile; fileRef = 9D2224E41105E6A6003F4E04 /* Entitlements.plist */; };
9D3437F912420C5A00629728 /* AVFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9D3437F812420C5A00629728 /* AVFoundation.framework */; };
9D3438131242149300629728 /* silence.wav in Resources */ = {isa = PBXBuildFile; fileRef = 9D3438121242149300629728 /* silence.wav */; };
9D3ECC621244F6BA002B5F7E /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = 9D3ECC611244F6BA002B5F7E /* [email protected] */; };
9D3ECC641244F6C3002B5F7E /* Icon-72.png in Resources */ = {isa = PBXBuildFile; fileRef = 9D3ECC631244F6C3002B5F7E /* Icon-72.png */; };
9D3ECC661244F6CE002B5F7E /* Icon-Small.png in Resources */ = {isa = PBXBuildFile; fileRef = 9D3ECC651244F6CE002B5F7E /* Icon-Small.png */; };
9D3ECC681244F6D9002B5F7E /* Icon-Small-50.png in Resources */ = {isa = PBXBuildFile; fileRef = 9D3ECC671244F6D9002B5F7E /* Icon-Small-50.png */; };
9D3ECC6A1244F6E3002B5F7E /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = 9D3ECC691244F6E3002B5F7E /* [email protected] */; };
9D5B3C5F1103D4E2003C8FCF /* Icon.png in Resources */ = {isa = PBXBuildFile; fileRef = 9D5B3C5E1103D4E2003C8FCF /* Icon.png */; };
9D63173810FEAC8B0041EE37 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 9D63173410FEAC8B0041EE37 /* AppDelegate.m */; };
9D63173910FEAC8B0041EE37 /* MainViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 9D63173610FEAC8B0041EE37 /* MainViewController.m */; };
9D63173C10FEAC980041EE37 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 9D63173A10FEAC980041EE37 /* main.m */; };
9D63174910FEACD30041EE37 /* MainViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 9D63174610FEACD30041EE37 /* MainViewController.xib */; };
9D63174A10FEACD30041EE37 /* MainWindow.xib in Resources */ = {isa = PBXBuildFile; fileRef = 9D63174710FEACD30041EE37 /* MainWindow.xib */; };
9D71D7EC1237A598008538A1 /* atom.c in Sources */ = {isa = PBXBuildFile; fileRef = 9D71D7B81237A598008538A1 /* atom.c */; };
9D71D7ED1237A598008538A1 /* auth.c in Sources */ = {isa = PBXBuildFile; fileRef = 9D71D7BA1237A598008538A1 /* auth.c */; };
9D71D7EE1237A598008538A1 /* chunk.c in Sources */ = {isa = PBXBuildFile; fileRef = 9D71D7BC1237A598008538A1 /* chunk.c */; };
9D71D7EF1237A598008538A1 /* client.c in Sources */ = {isa = PBXBuildFile; fileRef = 9D71D7BE1237A598008538A1 /* client.c */; };
9D71D7F01237A598008538A1 /* config.c in Sources */ = {isa = PBXBuildFile; fileRef = 9D71D7C01237A598008538A1 /* config.c */; };
9D71D7F11237A598008538A1 /* diskcache.c in Sources */ = {isa = PBXBuildFile; fileRef = 9D71D7C21237A598008538A1 /* diskcache.c */; };
9D71D7F21237A598008538A1 /* dns.c in Sources */ = {isa = PBXBuildFile; fileRef = 9D71D7C41237A598008538A1 /* dns.c */; };
9D71D7F31237A598008538A1 /* event.c in Sources */ = {isa = PBXBuildFile; fileRef = 9D71D7C61237A598008538A1 /* event.c */; };
9D71D7F41237A598008538A1 /* forbidden.c in Sources */ = {isa = PBXBuildFile; fileRef = 9D71D7C81237A598008538A1 /* forbidden.c */; };
9D71D7F51237A598008538A1 /* fts_compat.c in Sources */ = {isa = PBXBuildFile; fileRef = 9D71D7CA1237A598008538A1 /* fts_compat.c */; };
9D71D7F61237A598008538A1 /* ftsimport.c in Sources */ = {isa = PBXBuildFile; fileRef = 9D71D7CC1237A598008538A1 /* ftsimport.c */; };
9D71D7F71237A598008538A1 /* http_parse.c in Sources */ = {isa = PBXBuildFile; fileRef = 9D71D7CE1237A598008538A1 /* http_parse.c */; };
9D71D7F81237A598008538A1 /* http.c in Sources */ = {isa = PBXBuildFile; fileRef = 9D71D7D01237A598008538A1 /* http.c */; };
9D71D7F91237A598008538A1 /* io.c in Sources */ = {isa = PBXBuildFile; fileRef = 9D71D7D21237A598008538A1 /* io.c */; };
9D71D7FA1237A598008538A1 /* local.c in Sources */ = {isa = PBXBuildFile; fileRef = 9D71D7D41237A598008538A1 /* local.c */; };
9D71D7FB1237A598008538A1 /* log.c in Sources */ = {isa = PBXBuildFile; fileRef = 9D71D7D61237A598008538A1 /* log.c */; };
9D71D7FC1237A598008538A1 /* main.c in Sources */ = {isa = PBXBuildFile; fileRef = 9D71D7D81237A598008538A1 /* main.c */; };
9D71D7FD1237A598008538A1 /* md5.c in Sources */ = {isa = PBXBuildFile; fileRef = 9D71D7D91237A598008538A1 /* md5.c */; };
9D71D7FF1237A598008538A1 /* mingw.c in Sources */ = {isa = PBXBuildFile; fileRef = 9D71D7DD1237A598008538A1 /* mingw.c */; };
9D71D8001237A598008538A1 /* object.c in Sources */ = {isa = PBXBuildFile; fileRef = 9D71D7DF1237A598008538A1 /* object.c */; };
9D71D8011237A598008538A1 /* parse_time.c in Sources */ = {isa = PBXBuildFile; fileRef = 9D71D7E11237A598008538A1 /* parse_time.c */; };
9D71D8021237A598008538A1 /* server.c in Sources */ = {isa = PBXBuildFile; fileRef = 9D71D7E41237A598008538A1 /* server.c */; };
9D71D8031237A598008538A1 /* socks.c in Sources */ = {isa = PBXBuildFile; fileRef = 9D71D7E61237A598008538A1 /* socks.c */; };
9D71D8041237A598008538A1 /* tunnel.c in Sources */ = {isa = PBXBuildFile; fileRef = 9D71D7E81237A598008538A1 /* tunnel.c */; };
9D71D8051237A598008538A1 /* util.c in Sources */ = {isa = PBXBuildFile; fileRef = 9D71D7EA1237A598008538A1 /* util.c */; };
9D79C2BF124E7173008F7F98 /* NSStringAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = 9D79C2BE124E7173008F7F98 /* NSStringAdditions.m */; };
9D7AC136124BD80C00A31FE2 /* auth-pwd.c in Sources */ = {isa = PBXBuildFile; fileRef = 9D7AC11A124BD80C00A31FE2 /* auth-pwd.c */; };
9D7AC13D124BD80C00A31FE2 /* get-bind.c in Sources */ = {isa = PBXBuildFile; fileRef = 9D7AC121124BD80C00A31FE2 /* get-bind.c */; };
9D7AC13E124BD80C00A31FE2 /* init.c in Sources */ = {isa = PBXBuildFile; fileRef = 9D7AC122124BD80C00A31FE2 /* init.c */; };
9D7AC141124BD80C00A31FE2 /* main.c in Sources */ = {isa = PBXBuildFile; fileRef = 9D7AC125124BD80C00A31FE2 /* main.c */; };
9D7AC143124BD80C00A31FE2 /* readconf.c in Sources */ = {isa = PBXBuildFile; fileRef = 9D7AC127124BD80C00A31FE2 /* readconf.c */; };
9D7AC144124BD80C00A31FE2 /* relay.c in Sources */ = {isa = PBXBuildFile; fileRef = 9D7AC128124BD80C00A31FE2 /* relay.c */; };
9D7AC14A124BD80C00A31FE2 /* socks.c in Sources */ = {isa = PBXBuildFile; fileRef = 9D7AC12F124BD80C00A31FE2 /* socks.c */; };
9D7AC14E124BD80C00A31FE2 /* util.c in Sources */ = {isa = PBXBuildFile; fileRef = 9D7AC134124BD80C00A31FE2 /* util.c */; };
9D83D36711B9AF5C00A9922F /* PacFileResponse.m in Sources */ = {isa = PBXBuildFile; fileRef = 9D83D36111B9AF5C00A9922F /* PacFileResponse.m */; };
9D83D36811B9AF5C00A9922F /* HTTPResponseHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 9D83D36311B9AF5C00A9922F /* HTTPResponseHandler.m */; };
9D83D36911B9AF5C00A9922F /* HTTPServer.m in Sources */ = {isa = PBXBuildFile; fileRef = 9D83D36511B9AF5C00A9922F /* HTTPServer.m */; };
9D94CB80110E727700F8C260 /* Default.png in Resources */ = {isa = PBXBuildFile; fileRef = 9D94CB7F110E727700F8C260 /* Default.png */; };
9DDA4C2E124E460D00BF30F3 /* InfoViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 9DDA4C2C124E460D00BF30F3 /* InfoViewController.m */; };
9DDA4C31124E466C00BF30F3 /* InfoViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 9DDA4C30124E466C00BF30F3 /* InfoViewController.xib */; };
9DDA4C7B124E4E2300BF30F3 /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = 9DDA4C7A124E4E2300BF30F3 /* [email protected] */; };
9DF66D6712482B170012D66D /* UIDeviceAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = 9DF66D6612482B170012D66D /* UIDeviceAdditions.m */; };
9DF66DB0124830AF0012D66D /* UIViewAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = 9DF66DAF124830AF0012D66D /* UIViewAdditions.m */; };
9DF66E4C124839050012D66D /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 9DF66E4B124839050012D66D /* QuartzCore.framework */; };
9DF66E8B12483BE30012D66D /* Icon-72-transparent.png in Resources */ = {isa = PBXBuildFile; fileRef = 9DF66E8A12483BE30012D66D /* Icon-72-transparent.png */; };
/* End PBXBuildFile section */
/* Begin PBXFileReference section */
020BC9CD124ADBD000E2E1F2 /* MobileCoreServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MobileCoreServices.framework; path = System/Library/Frameworks/MobileCoreServices.framework; sourceTree = SDKROOT; };
0275613D124AD4AD00B64593 /* MessageUI.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MessageUI.framework; path = System/Library/Frameworks/MessageUI.framework; sourceTree = SDKROOT; };
1D30AB110D05D00D00671497 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
1D6058910D05DD3D006BFB54 /* iProxy.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = iProxy.app; sourceTree = BUILT_PRODUCTS_DIR; };
1DF5F4DF0D08C38300B7A737 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
288765A40DF7441C002DB57D /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
3A18D6B3119DC7E300C56A7A /* CFNetwork.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CFNetwork.framework; path = System/Library/Frameworks/CFNetwork.framework; sourceTree = SDKROOT; };
4CB139802734D3DE00995472 /* CoreServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreServices.framework; path = System/Library/Frameworks/CoreServices.framework; sourceTree = SDKROOT; };
9D06AE951237D37400470CEC /* polipo.config */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; name = polipo.config; path = Resources/polipo.config; sourceTree = "<group>"; };
9D211195110637FB009C3C7C /* iTunesArtwork */ = {isa = PBXFileReference; lastKnownFileType = file; name = iTunesArtwork; path = Resources/iTunesArtwork; sourceTree = "<group>"; };
9D2224E41105E6A6003F4E04 /* Entitlements.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Entitlements.plist; path = Resources/Entitlements.plist; sourceTree = "<group>"; };
9D3437F812420C5A00629728 /* AVFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AVFoundation.framework; path = System/Library/Frameworks/AVFoundation.framework; sourceTree = SDKROOT; };
9D3438121242149300629728 /* silence.wav */ = {isa = PBXFileReference; lastKnownFileType = audio.wav; name = silence.wav; path = Resources/silence.wav; sourceTree = "<group>"; };
9D3ECC611244F6BA002B5F7E /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "[email protected]"; path = "Resources/[email protected]"; sourceTree = "<group>"; };
9D3ECC631244F6C3002B5F7E /* Icon-72.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "Icon-72.png"; path = "Resources/Icon-72.png"; sourceTree = "<group>"; };
9D3ECC651244F6CE002B5F7E /* Icon-Small.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "Icon-Small.png"; path = "Resources/Icon-Small.png"; sourceTree = "<group>"; };
9D3ECC671244F6D9002B5F7E /* Icon-Small-50.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "Icon-Small-50.png"; path = "Resources/Icon-Small-50.png"; sourceTree = "<group>"; };
9D3ECC691244F6E3002B5F7E /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "[email protected]"; path = "Resources/[email protected]"; sourceTree = "<group>"; };
9D5B3C5E1103D4E2003C8FCF /* Icon.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = Icon.png; path = Resources/Icon.png; sourceTree = "<group>"; };
9D63173310FEAC8B0041EE37 /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AppDelegate.h; path = Sources/AppDelegate.h; sourceTree = "<group>"; };
9D63173410FEAC8B0041EE37 /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AppDelegate.m; path = Sources/AppDelegate.m; sourceTree = "<group>"; };
9D63173510FEAC8B0041EE37 /* MainViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = MainViewController.h; path = Sources/MainViewController.h; sourceTree = "<group>"; };
9D63173610FEAC8B0041EE37 /* MainViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = MainViewController.m; path = Sources/MainViewController.m; sourceTree = "<group>"; };
9D63173710FEAC8B0041EE37 /* route.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = route.h; path = Sources/route.h; sourceTree = "<group>"; };
9D63173A10FEAC980041EE37 /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = Sources/main.m; sourceTree = "<group>"; };
9D63173B10FEAC980041EE37 /* Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = Prefix.pch; path = Sources/Prefix.pch; sourceTree = "<group>"; };
9D63174510FEACD30041EE37 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = Resources/Info.plist; sourceTree = "<group>"; };
9D63174610FEACD30041EE37 /* MainViewController.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = MainViewController.xib; path = Resources/MainViewController.xib; sourceTree = "<group>"; };
9D63174710FEACD30041EE37 /* MainWindow.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = MainWindow.xib; path = Resources/MainWindow.xib; sourceTree = "<group>"; };
9D71D7B81237A598008538A1 /* atom.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = atom.c; path = "Frameworks/polipo-20091115/atom.c"; sourceTree = "<group>"; };
9D71D7B91237A598008538A1 /* atom.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = atom.h; path = "Frameworks/polipo-20091115/atom.h"; sourceTree = "<group>"; };
9D71D7BA1237A598008538A1 /* auth.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = auth.c; path = "Frameworks/polipo-20091115/auth.c"; sourceTree = "<group>"; };
9D71D7BB1237A598008538A1 /* auth.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = auth.h; path = "Frameworks/polipo-20091115/auth.h"; sourceTree = "<group>"; };
9D71D7BC1237A598008538A1 /* chunk.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = chunk.c; path = "Frameworks/polipo-20091115/chunk.c"; sourceTree = "<group>"; };
9D71D7BD1237A598008538A1 /* chunk.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = chunk.h; path = "Frameworks/polipo-20091115/chunk.h"; sourceTree = "<group>"; };
9D71D7BE1237A598008538A1 /* client.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = client.c; path = "Frameworks/polipo-20091115/client.c"; sourceTree = "<group>"; };
9D71D7BF1237A598008538A1 /* client.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = client.h; path = "Frameworks/polipo-20091115/client.h"; sourceTree = "<group>"; };
9D71D7C01237A598008538A1 /* config.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = config.c; path = "Frameworks/polipo-20091115/config.c"; sourceTree = "<group>"; };
9D71D7C11237A598008538A1 /* config.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = config.h; path = "Frameworks/polipo-20091115/config.h"; sourceTree = "<group>"; };
9D71D7C21237A598008538A1 /* diskcache.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = diskcache.c; path = "Frameworks/polipo-20091115/diskcache.c"; sourceTree = "<group>"; };
9D71D7C31237A598008538A1 /* diskcache.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = diskcache.h; path = "Frameworks/polipo-20091115/diskcache.h"; sourceTree = "<group>"; };
9D71D7C41237A598008538A1 /* dns.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = dns.c; path = "Frameworks/polipo-20091115/dns.c"; sourceTree = "<group>"; };
9D71D7C51237A598008538A1 /* dns.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = dns.h; path = "Frameworks/polipo-20091115/dns.h"; sourceTree = "<group>"; };
9D71D7C61237A598008538A1 /* event.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = event.c; path = "Frameworks/polipo-20091115/event.c"; sourceTree = "<group>"; };
9D71D7C71237A598008538A1 /* event.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = event.h; path = "Frameworks/polipo-20091115/event.h"; sourceTree = "<group>"; };
9D71D7C81237A598008538A1 /* forbidden.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = forbidden.c; path = "Frameworks/polipo-20091115/forbidden.c"; sourceTree = "<group>"; };
9D71D7C91237A598008538A1 /* forbidden.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = forbidden.h; path = "Frameworks/polipo-20091115/forbidden.h"; sourceTree = "<group>"; };
9D71D7CA1237A598008538A1 /* fts_compat.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = fts_compat.c; path = "Frameworks/polipo-20091115/fts_compat.c"; sourceTree = "<group>"; };
9D71D7CB1237A598008538A1 /* fts_compat.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = fts_compat.h; path = "Frameworks/polipo-20091115/fts_compat.h"; sourceTree = "<group>"; };
9D71D7CC1237A598008538A1 /* ftsimport.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = ftsimport.c; path = "Frameworks/polipo-20091115/ftsimport.c"; sourceTree = "<group>"; };
9D71D7CD1237A598008538A1 /* ftsimport.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = ftsimport.h; path = "Frameworks/polipo-20091115/ftsimport.h"; sourceTree = "<group>"; };
9D71D7CE1237A598008538A1 /* http_parse.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = http_parse.c; path = "Frameworks/polipo-20091115/http_parse.c"; sourceTree = "<group>"; };
9D71D7CF1237A598008538A1 /* http_parse.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = http_parse.h; path = "Frameworks/polipo-20091115/http_parse.h"; sourceTree = "<group>"; };
9D71D7D01237A598008538A1 /* http.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = http.c; path = "Frameworks/polipo-20091115/http.c"; sourceTree = "<group>"; };
9D71D7D11237A598008538A1 /* http.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = http.h; path = "Frameworks/polipo-20091115/http.h"; sourceTree = "<group>"; };
9D71D7D21237A598008538A1 /* io.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = io.c; path = "Frameworks/polipo-20091115/io.c"; sourceTree = "<group>"; };
9D71D7D31237A598008538A1 /* io.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = io.h; path = "Frameworks/polipo-20091115/io.h"; sourceTree = "<group>"; };
9D71D7D41237A598008538A1 /* local.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = local.c; path = "Frameworks/polipo-20091115/local.c"; sourceTree = "<group>"; };
9D71D7D51237A598008538A1 /* local.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = local.h; path = "Frameworks/polipo-20091115/local.h"; sourceTree = "<group>"; };
9D71D7D61237A598008538A1 /* log.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = log.c; path = "Frameworks/polipo-20091115/log.c"; sourceTree = "<group>"; };
9D71D7D71237A598008538A1 /* log.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = log.h; path = "Frameworks/polipo-20091115/log.h"; sourceTree = "<group>"; };
9D71D7D81237A598008538A1 /* main.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = main.c; path = "Frameworks/polipo-20091115/main.c"; sourceTree = "<group>"; };
9D71D7D91237A598008538A1 /* md5.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = md5.c; path = "Frameworks/polipo-20091115/md5.c"; sourceTree = "<group>"; };
9D71D7DA1237A598008538A1 /* md5.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = md5.h; path = "Frameworks/polipo-20091115/md5.h"; sourceTree = "<group>"; };
9D71D7DD1237A598008538A1 /* mingw.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = mingw.c; path = "Frameworks/polipo-20091115/mingw.c"; sourceTree = "<group>"; };
9D71D7DE1237A598008538A1 /* mingw.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = mingw.h; path = "Frameworks/polipo-20091115/mingw.h"; sourceTree = "<group>"; };
9D71D7DF1237A598008538A1 /* object.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = object.c; path = "Frameworks/polipo-20091115/object.c"; sourceTree = "<group>"; };
9D71D7E01237A598008538A1 /* object.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = object.h; path = "Frameworks/polipo-20091115/object.h"; sourceTree = "<group>"; };
9D71D7E11237A598008538A1 /* parse_time.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = parse_time.c; path = "Frameworks/polipo-20091115/parse_time.c"; sourceTree = "<group>"; };
9D71D7E21237A598008538A1 /* parse_time.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = parse_time.h; path = "Frameworks/polipo-20091115/parse_time.h"; sourceTree = "<group>"; };
9D71D7E31237A598008538A1 /* polipo.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = polipo.h; path = "Frameworks/polipo-20091115/polipo.h"; sourceTree = "<group>"; };
9D71D7E41237A598008538A1 /* server.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = server.c; path = "Frameworks/polipo-20091115/server.c"; sourceTree = "<group>"; };
9D71D7E51237A598008538A1 /* server.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = server.h; path = "Frameworks/polipo-20091115/server.h"; sourceTree = "<group>"; };
9D71D7E61237A598008538A1 /* socks.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = socks.c; path = "Frameworks/polipo-20091115/socks.c"; sourceTree = "<group>"; };
9D71D7E71237A598008538A1 /* socks.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = socks.h; path = "Frameworks/polipo-20091115/socks.h"; sourceTree = "<group>"; };
9D71D7E81237A598008538A1 /* tunnel.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = tunnel.c; path = "Frameworks/polipo-20091115/tunnel.c"; sourceTree = "<group>"; };
9D71D7E91237A598008538A1 /* tunnel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = tunnel.h; path = "Frameworks/polipo-20091115/tunnel.h"; sourceTree = "<group>"; };
9D71D7EA1237A598008538A1 /* util.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = util.c; path = "Frameworks/polipo-20091115/util.c"; sourceTree = "<group>"; };
9D71D7EB1237A598008538A1 /* util.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = util.h; path = "Frameworks/polipo-20091115/util.h"; sourceTree = "<group>"; };
9D79C2BD124E7173008F7F98 /* NSStringAdditions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = NSStringAdditions.h; path = Sources/NSStringAdditions.h; sourceTree = "<group>"; };
9D79C2BE124E7173008F7F98 /* NSStringAdditions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = NSStringAdditions.m; path = Sources/NSStringAdditions.m; sourceTree = "<group>"; };
9D7AC11A124BD80C00A31FE2 /* auth-pwd.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = "auth-pwd.c"; sourceTree = "<group>"; };
9D7AC121124BD80C00A31FE2 /* get-bind.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = "get-bind.c"; sourceTree = "<group>"; };
9D7AC122124BD80C00A31FE2 /* init.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = init.c; sourceTree = "<group>"; };
9D7AC125124BD80C00A31FE2 /* main.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = main.c; sourceTree = "<group>"; };
9D7AC127124BD80C00A31FE2 /* readconf.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = readconf.c; sourceTree = "<group>"; };
9D7AC128124BD80C00A31FE2 /* relay.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = relay.c; sourceTree = "<group>"; };
9D7AC12F124BD80C00A31FE2 /* socks.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = socks.c; sourceTree = "<group>"; };
9D7AC132124BD80C00A31FE2 /* srelay.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = srelay.h; sourceTree = "<group>"; };
9D7AC134124BD80C00A31FE2 /* util.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = util.c; sourceTree = "<group>"; };
9D7AC135124BD80C00A31FE2 /* v6defs.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = v6defs.h; sourceTree = "<group>"; };
9D83D36011B9AF5C00A9922F /* PacFileResponse.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = PacFileResponse.h; path = Sources/PacFileResponse.h; sourceTree = "<group>"; };
9D83D36111B9AF5C00A9922F /* PacFileResponse.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = PacFileResponse.m; path = Sources/PacFileResponse.m; sourceTree = "<group>"; };
9D83D36211B9AF5C00A9922F /* HTTPResponseHandler.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = HTTPResponseHandler.h; path = Sources/HTTPResponseHandler.h; sourceTree = "<group>"; };
9D83D36311B9AF5C00A9922F /* HTTPResponseHandler.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = HTTPResponseHandler.m; path = Sources/HTTPResponseHandler.m; sourceTree = "<group>"; };
9D83D36411B9AF5C00A9922F /* HTTPServer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = HTTPServer.h; path = Sources/HTTPServer.h; sourceTree = "<group>"; };
9D83D36511B9AF5C00A9922F /* HTTPServer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = HTTPServer.m; path = Sources/HTTPServer.m; sourceTree = "<group>"; };
9D83D36611B9AF5C00A9922F /* SynthesizeSingleton.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = SynthesizeSingleton.h; path = Sources/SynthesizeSingleton.h; sourceTree = "<group>"; };
9D94CB7F110E727700F8C260 /* Default.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = Default.png; path = Resources/Default.png; sourceTree = "<group>"; };
9DDA4C2B124E460D00BF30F3 /* InfoViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = InfoViewController.h; path = Sources/InfoViewController.h; sourceTree = "<group>"; };
9DDA4C2C124E460D00BF30F3 /* InfoViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = InfoViewController.m; path = Sources/InfoViewController.m; sourceTree = "<group>"; };
9DDA4C30124E466C00BF30F3 /* InfoViewController.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = InfoViewController.xib; path = Resources/InfoViewController.xib; sourceTree = "<group>"; };
9DDA4C7A124E4E2300BF30F3 /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "[email protected]"; path = "Resources/[email protected]"; sourceTree = "<group>"; };
9DF66D6512482B170012D66D /* UIDeviceAdditions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = UIDeviceAdditions.h; path = Sources/UIDeviceAdditions.h; sourceTree = "<group>"; };
9DF66D6612482B170012D66D /* UIDeviceAdditions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = UIDeviceAdditions.m; path = Sources/UIDeviceAdditions.m; sourceTree = "<group>"; };
9DF66DAE124830AF0012D66D /* UIViewAdditions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = UIViewAdditions.h; path = Sources/UIViewAdditions.h; sourceTree = "<group>"; };
9DF66DAF124830AF0012D66D /* UIViewAdditions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = UIViewAdditions.m; path = Sources/UIViewAdditions.m; sourceTree = "<group>"; };
9DF66E4B124839050012D66D /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; };
9DF66E8A12483BE30012D66D /* Icon-72-transparent.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; name = "Icon-72-transparent.png"; path = "Resources/Icon-72-transparent.png"; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
1D60588F0D05DD3D006BFB54 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
1D60589F0D05DD5A006BFB54 /* Foundation.framework in Frameworks */,
1DF5F4E00D08C38300B7A737 /* UIKit.framework in Frameworks */,
288765A50DF7441C002DB57D /* CoreGraphics.framework in Frameworks */,
3A18D6B4119DC7E300C56A7A /* CFNetwork.framework in Frameworks */,
4CB139812734D3DE00995472 /* CoreServices.framework in Frameworks */,
0275613E124AD4AD00B64593 /* MessageUI.framework in Frameworks */,
9D3437F912420C5A00629728 /* AVFoundation.framework in Frameworks */,
9DF66E4C124839050012D66D /* QuartzCore.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
19C28FACFE9D520D11CA2CBB /* Products */ = {
isa = PBXGroup;
children = (
1D6058910D05DD3D006BFB54 /* iProxy.app */,
);
name = Products;
sourceTree = "<group>";
};
29B97314FDCFA39411CA2CEA /* CustomTemplate */ = {
isa = PBXGroup;
children = (
9D63174410FEACBE0041EE37 /* Classes */,
29B97315FDCFA39411CA2CEA /* Other Sources */,
29B97317FDCFA39411CA2CEA /* Resources */,
29B97323FDCFA39411CA2CEA /* Frameworks */,
19C28FACFE9D520D11CA2CBB /* Products */,
);
name = CustomTemplate;
sourceTree = "<group>";
};
29B97315FDCFA39411CA2CEA /* Other Sources */ = {
isa = PBXGroup;
children = (
9D63173A10FEAC980041EE37 /* main.m */,
9D63173710FEAC8B0041EE37 /* route.h */,
9D63173B10FEAC980041EE37 /* Prefix.pch */,
);
name = "Other Sources";
sourceTree = "<group>";
};
29B97317FDCFA39411CA2CEA /* Resources */ = {
isa = PBXGroup;
children = (
9D3ECC5F1244F6A1002B5F7E /* Icons */,
9DE52B1A110E77920035266A /* Nibs */,
9D63174510FEACD30041EE37 /* Info.plist */,
9D94CB7F110E727700F8C260 /* Default.png */,
9DDA4C7A124E4E2300BF30F3 /* [email protected] */,
9D2224E41105E6A6003F4E04 /* Entitlements.plist */,
9D06AE951237D37400470CEC /* polipo.config */,
9D3438121242149300629728 /* silence.wav */,
);
name = Resources;
sourceTree = "<group>";
};
29B97323FDCFA39411CA2CEA /* Frameworks */ = {
isa = PBXGroup;
children = (
4CB139802734D3DE00995472 /* CoreServices.framework */,
9D7AC119124BD80C00A31FE2 /* srelay */,
9D71D7AD1237A53C008538A1 /* polipo */,
3A18D6B3119DC7E300C56A7A /* CFNetwork.framework */,
1DF5F4DF0D08C38300B7A737 /* UIKit.framework */,
1D30AB110D05D00D00671497 /* Foundation.framework */,
288765A40DF7441C002DB57D /* CoreGraphics.framework */,
0275613D124AD4AD00B64593 /* MessageUI.framework */,
020BC9CD124ADBD000E2E1F2 /* MobileCoreServices.framework */,
9D3437F812420C5A00629728 /* AVFoundation.framework */,
9DF66E4B124839050012D66D /* QuartzCore.framework */,
);
name = Frameworks;
sourceTree = "<group>";
};
3A18D67F119DC6F700C56A7A /* WebServer */ = {
isa = PBXGroup;
children = (
9D83D36011B9AF5C00A9922F /* PacFileResponse.h */,
9D83D36111B9AF5C00A9922F /* PacFileResponse.m */,
9D83D36211B9AF5C00A9922F /* HTTPResponseHandler.h */,
9D83D36311B9AF5C00A9922F /* HTTPResponseHandler.m */,
9D83D36411B9AF5C00A9922F /* HTTPServer.h */,
9D83D36511B9AF5C00A9922F /* HTTPServer.m */,
9D83D36611B9AF5C00A9922F /* SynthesizeSingleton.h */,
);
name = WebServer;
sourceTree = "<group>";
};
9D3ECC5F1244F6A1002B5F7E /* Icons */ = {
isa = PBXGroup;
children = (
9D211195110637FB009C3C7C /* iTunesArtwork */,
9D5B3C5E1103D4E2003C8FCF /* Icon.png */,
9D3ECC611244F6BA002B5F7E /* [email protected] */,
9D3ECC631244F6C3002B5F7E /* Icon-72.png */,
9D3ECC651244F6CE002B5F7E /* Icon-Small.png */,
9D3ECC671244F6D9002B5F7E /* Icon-Small-50.png */,
9D3ECC691244F6E3002B5F7E /* [email protected] */,
9DF66E8A12483BE30012D66D /* Icon-72-transparent.png */,
);
name = Icons;
sourceTree = "<group>";
};
9D63174410FEACBE0041EE37 /* Classes */ = {
isa = PBXGroup;
children = (
9DF66D6412482AF70012D66D /* Additions */,
3A18D67F119DC6F700C56A7A /* WebServer */,
9DDA4C62124E4AD200BF30F3 /* ViewControllers */,
9D63173310FEAC8B0041EE37 /* AppDelegate.h */,
9D63173410FEAC8B0041EE37 /* AppDelegate.m */,
);
name = Classes;
sourceTree = "<group>";
};
9D71D7AD1237A53C008538A1 /* polipo */ = {
isa = PBXGroup;
children = (
9D71D7B81237A598008538A1 /* atom.c */,
9D71D7B91237A598008538A1 /* atom.h */,
9D71D7BA1237A598008538A1 /* auth.c */,
9D71D7BB1237A598008538A1 /* auth.h */,
9D71D7BC1237A598008538A1 /* chunk.c */,
9D71D7BD1237A598008538A1 /* chunk.h */,
9D71D7BE1237A598008538A1 /* client.c */,
9D71D7BF1237A598008538A1 /* client.h */,
9D71D7C01237A598008538A1 /* config.c */,
9D71D7C11237A598008538A1 /* config.h */,
9D71D7C21237A598008538A1 /* diskcache.c */,
9D71D7C31237A598008538A1 /* diskcache.h */,
9D71D7C41237A598008538A1 /* dns.c */,
9D71D7C51237A598008538A1 /* dns.h */,
9D71D7C61237A598008538A1 /* event.c */,
9D71D7C71237A598008538A1 /* event.h */,
9D71D7C81237A598008538A1 /* forbidden.c */,
9D71D7C91237A598008538A1 /* forbidden.h */,
9D71D7CA1237A598008538A1 /* fts_compat.c */,
9D71D7CB1237A598008538A1 /* fts_compat.h */,
9D71D7CC1237A598008538A1 /* ftsimport.c */,
9D71D7CD1237A598008538A1 /* ftsimport.h */,
9D71D7CE1237A598008538A1 /* http_parse.c */,
9D71D7CF1237A598008538A1 /* http_parse.h */,
9D71D7D01237A598008538A1 /* http.c */,
9D71D7D11237A598008538A1 /* http.h */,
9D71D7D21237A598008538A1 /* io.c */,
9D71D7D31237A598008538A1 /* io.h */,
9D71D7D41237A598008538A1 /* local.c */,
9D71D7D51237A598008538A1 /* local.h */,
9D71D7D61237A598008538A1 /* log.c */,
9D71D7D71237A598008538A1 /* log.h */,
9D71D7D81237A598008538A1 /* main.c */,
9D71D7D91237A598008538A1 /* md5.c */,
9D71D7DA1237A598008538A1 /* md5.h */,
9D71D7DD1237A598008538A1 /* mingw.c */,
9D71D7DE1237A598008538A1 /* mingw.h */,
9D71D7DF1237A598008538A1 /* object.c */,
9D71D7E01237A598008538A1 /* object.h */,
9D71D7E11237A598008538A1 /* parse_time.c */,
9D71D7E21237A598008538A1 /* parse_time.h */,
9D71D7E31237A598008538A1 /* polipo.h */,
9D71D7E41237A598008538A1 /* server.c */,
9D71D7E51237A598008538A1 /* server.h */,
9D71D7E61237A598008538A1 /* socks.c */,
9D71D7E71237A598008538A1 /* socks.h */,
9D71D7E81237A598008538A1 /* tunnel.c */,
9D71D7E91237A598008538A1 /* tunnel.h */,
9D71D7EA1237A598008538A1 /* util.c */,
9D71D7EB1237A598008538A1 /* util.h */,
);
name = polipo;
sourceTree = "<group>";
};
9D7AC119124BD80C00A31FE2 /* srelay */ = {
isa = PBXGroup;
children = (
9D7AC11A124BD80C00A31FE2 /* auth-pwd.c */,
9D7AC121124BD80C00A31FE2 /* get-bind.c */,
9D7AC122124BD80C00A31FE2 /* init.c */,
9D7AC125124BD80C00A31FE2 /* main.c */,
9D7AC127124BD80C00A31FE2 /* readconf.c */,
9D7AC128124BD80C00A31FE2 /* relay.c */,
9D7AC12F124BD80C00A31FE2 /* socks.c */,
9D7AC132124BD80C00A31FE2 /* srelay.h */,
9D7AC134124BD80C00A31FE2 /* util.c */,
9D7AC135124BD80C00A31FE2 /* v6defs.h */,
);
name = srelay;
path = "Frameworks/srelay-0.4.7p3";
sourceTree = "<group>";
};
9DDA4C62124E4AD200BF30F3 /* ViewControllers */ = {
isa = PBXGroup;
children = (
9D63173510FEAC8B0041EE37 /* MainViewController.h */,
9D63173610FEAC8B0041EE37 /* MainViewController.m */,
9DDA4C2B124E460D00BF30F3 /* InfoViewController.h */,
9DDA4C2C124E460D00BF30F3 /* InfoViewController.m */,
);
name = ViewControllers;
sourceTree = "<group>";
};
9DE52B1A110E77920035266A /* Nibs */ = {
isa = PBXGroup;
children = (
9D63174610FEACD30041EE37 /* MainViewController.xib */,
9D63174710FEACD30041EE37 /* MainWindow.xib */,
9DDA4C30124E466C00BF30F3 /* InfoViewController.xib */,
);
name = Nibs;
sourceTree = "<group>";
};
9DF66D6412482AF70012D66D /* Additions */ = {
isa = PBXGroup;
children = (
9D79C2BD124E7173008F7F98 /* NSStringAdditions.h */,
9D79C2BE124E7173008F7F98 /* NSStringAdditions.m */,
9DF66D6512482B170012D66D /* UIDeviceAdditions.h */,
9DF66D6612482B170012D66D /* UIDeviceAdditions.m */,
9DF66DAE124830AF0012D66D /* UIViewAdditions.h */,
9DF66DAF124830AF0012D66D /* UIViewAdditions.m */,
);
name = Additions;
sourceTree = "<group>";
};
/* End PBXGroup section */
/* Begin PBXNativeTarget section */
1D6058900D05DD3D006BFB54 /* iProxy */ = {
isa = PBXNativeTarget;
buildConfigurationList = 1D6058960D05DD3E006BFB54 /* Build configuration list for PBXNativeTarget "iProxy" */;
buildPhases = (
1D60588D0D05DD3D006BFB54 /* Resources */,
1D60588E0D05DD3D006BFB54 /* Sources */,
1D60588F0D05DD3D006BFB54 /* Frameworks */,
9D2225261105EC06003F4E04 /* ShellScript */,
);
buildRules = (
);
dependencies = (
);
name = iProxy;
productName = iProxy;
productReference = 1D6058910D05DD3D006BFB54 /* iProxy.app */;
productType = "com.apple.product-type.application";
};
/* End PBXNativeTarget section */
/* Begin PBXProject section */
29B97313FDCFA39411CA2CEA /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 1310;
};
buildConfigurationList = C01FCF4E08A954540054247B /* Build configuration list for PBXProject "iProxy" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = en;
hasScannedForEncodings = 1;
knownRegions = (
en,
Base,
);
mainGroup = 29B97314FDCFA39411CA2CEA /* CustomTemplate */;
projectDirPath = "";
projectRoot = "";
targets = (
1D6058900D05DD3D006BFB54 /* iProxy */,
);
};
/* End PBXProject section */
/* Begin PBXResourcesBuildPhase section */
1D60588D0D05DD3D006BFB54 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
9D63174910FEACD30041EE37 /* MainViewController.xib in Resources */,
9D63174A10FEACD30041EE37 /* MainWindow.xib in Resources */,
9D5B3C5F1103D4E2003C8FCF /* Icon.png in Resources */,
9D2224E51105E6A6003F4E04 /* Entitlements.plist in Resources */,
9D211196110637FB009C3C7C /* iTunesArtwork in Resources */,
9D94CB80110E727700F8C260 /* Default.png in Resources */,
9D06AE961237D37400470CEC /* polipo.config in Resources */,
9D3438131242149300629728 /* silence.wav in Resources */,
9D3ECC621244F6BA002B5F7E /* [email protected] in Resources */,
9D3ECC641244F6C3002B5F7E /* Icon-72.png in Resources */,
9D3ECC661244F6CE002B5F7E /* Icon-Small.png in Resources */,
9D3ECC681244F6D9002B5F7E /* Icon-Small-50.png in Resources */,
9D3ECC6A1244F6E3002B5F7E /* [email protected] in Resources */,
9DF66E8B12483BE30012D66D /* Icon-72-transparent.png in Resources */,
9DDA4C31124E466C00BF30F3 /* InfoViewController.xib in Resources */,
9DDA4C7B124E4E2300BF30F3 /* [email protected] in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */
/* Begin PBXShellScriptBuildPhase section */
9D2225261105EC06003F4E04 /* ShellScript */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "ROOT=`pwd`\nVERSION=`/usr/libexec/PlistBuddy -c \"Print :CFBundleVersion\" Resources/Info.plist`\n\nrm -f $ROOT/build/$PRODUCT_NAME.zip\n\nif [ -f \"$ROOT/Distribution.mobileprovision\" ]; then\n cp $ROOT/Distribution.mobileprovision $TARGET_BUILD_DIR\nfi\n\n/usr/bin/ditto -c -k --sequesterRsrc \"$TARGET_BUILD_DIR\" \"$ROOT/build/$PRODUCT_NAME-$VERSION.zip\"";
showEnvVarsInLog = 0;
};
/* End PBXShellScriptBuildPhase section */
/* Begin PBXSourcesBuildPhase section */
1D60588E0D05DD3D006BFB54 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
9D63173810FEAC8B0041EE37 /* AppDelegate.m in Sources */,
9D63173910FEAC8B0041EE37 /* MainViewController.m in Sources */,
9D63173C10FEAC980041EE37 /* main.m in Sources */,
9D83D36711B9AF5C00A9922F /* PacFileResponse.m in Sources */,
9D83D36811B9AF5C00A9922F /* HTTPResponseHandler.m in Sources */,
9D83D36911B9AF5C00A9922F /* HTTPServer.m in Sources */,
9D71D7EC1237A598008538A1 /* atom.c in Sources */,
9D71D7ED1237A598008538A1 /* auth.c in Sources */,
9D71D7EE1237A598008538A1 /* chunk.c in Sources */,
9D71D7EF1237A598008538A1 /* client.c in Sources */,
9D71D7F01237A598008538A1 /* config.c in Sources */,
9D71D7F11237A598008538A1 /* diskcache.c in Sources */,
9D71D7F21237A598008538A1 /* dns.c in Sources */,
9D71D7F31237A598008538A1 /* event.c in Sources */,
9D71D7F41237A598008538A1 /* forbidden.c in Sources */,
9D71D7F51237A598008538A1 /* fts_compat.c in Sources */,
9D71D7F61237A598008538A1 /* ftsimport.c in Sources */,
9D71D7F71237A598008538A1 /* http_parse.c in Sources */,
9D71D7F81237A598008538A1 /* http.c in Sources */,
9D71D7F91237A598008538A1 /* io.c in Sources */,
9D71D7FA1237A598008538A1 /* local.c in Sources */,
9D71D7FB1237A598008538A1 /* log.c in Sources */,
9D71D7FC1237A598008538A1 /* main.c in Sources */,
9D71D7FD1237A598008538A1 /* md5.c in Sources */,
9D71D7FF1237A598008538A1 /* mingw.c in Sources */,
9D71D8001237A598008538A1 /* object.c in Sources */,
9D71D8011237A598008538A1 /* parse_time.c in Sources */,
9D71D8021237A598008538A1 /* server.c in Sources */,
9D71D8031237A598008538A1 /* socks.c in Sources */,
9D71D8041237A598008538A1 /* tunnel.c in Sources */,
9D71D8051237A598008538A1 /* util.c in Sources */,
9DF66D6712482B170012D66D /* UIDeviceAdditions.m in Sources */,
9DF66DB0124830AF0012D66D /* UIViewAdditions.m in Sources */,
9D7AC136124BD80C00A31FE2 /* auth-pwd.c in Sources */,
9D7AC13D124BD80C00A31FE2 /* get-bind.c in Sources */,
9D7AC13E124BD80C00A31FE2 /* init.c in Sources */,
9D7AC141124BD80C00A31FE2 /* main.c in Sources */,
9D7AC143124BD80C00A31FE2 /* readconf.c in Sources */,
9D7AC144124BD80C00A31FE2 /* relay.c in Sources */,
9D7AC14A124BD80C00A31FE2 /* socks.c in Sources */,
9D7AC14E124BD80C00A31FE2 /* util.c in Sources */,
9DDA4C2E124E460D00BF30F3 /* InfoViewController.m in Sources */,
9D79C2BF124E7173008F7F98 /* NSStringAdditions.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */
/* Begin XCBuildConfiguration section */
1D6058940D05DD3E006BFB54 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
ARCHS = "$(ARCHS_STANDARD)";
CLANG_ENABLE_OBJC_WEAK = YES;
COPY_PHASE_STRIP = NO;
DEVELOPMENT_TEAM = "";
GCC_DYNAMIC_NO_PIC = NO;
GCC_OPTIMIZATION_LEVEL = 0;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = Sources/Prefix.pch;
GCC_PREPROCESSOR_DEFINITIONS = "";
INFOPLIST_FILE = Resources/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
OTHER_LDFLAGS = "";
PRODUCT_BUNDLE_IDENTIFIER = org.vafer.iproxy;
PRODUCT_NAME = iProxy;
SDKROOT = iphoneos;
TARGETED_DEVICE_FAMILY = 1;
};
name = Debug;
};
1D6058950D05DD3E006BFB54 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
ARCHS = "$(ARCHS_STANDARD)";
CLANG_ENABLE_OBJC_WEAK = YES;
COPY_PHASE_STRIP = YES;
DEVELOPMENT_TEAM = "";
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = Sources/Prefix.pch;
GCC_PREPROCESSOR_DEFINITIONS = "";
INFOPLIST_FILE = Resources/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
OTHER_LDFLAGS = "";
PRODUCT_BUNDLE_IDENTIFIER = org.vafer.iproxy;
PRODUCT_NAME = iProxy;
SDKROOT = iphoneos;
};
name = Release;
};
9D2224DD1105E60B003F4E04 /* Ad-hoc */ = {
isa = XCBuildConfiguration;
buildSettings = {
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_COMMA = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INFINITE_RECURSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
CLANG_WARN_STRICT_PROTOTYPES = YES;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
ENABLE_STRICT_OBJC_MSGSEND = YES;
GCC_C_LANGUAGE_STANDARD = c99;
GCC_NO_COMMON_BLOCKS = YES;
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNDECLARED_SELECTOR = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
ONLY_ACTIVE_ARCH = NO;
SDKROOT = iphoneos;
TARGETED_DEVICE_FAMILY = 1;
VALIDATE_PRODUCT = YES;
};
name = "Ad-hoc";
};
9D2224DE1105E60B003F4E04 /* Ad-hoc */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
ARCHS = "$(ARCHS_STANDARD)";
CLANG_ENABLE_OBJC_WEAK = YES;
CODE_SIGN_ENTITLEMENTS = Resources/Entitlements.plist;
COPY_PHASE_STRIP = YES;
DEVELOPMENT_TEAM = "";
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = Sources/Prefix.pch;
GCC_PREPROCESSOR_DEFINITIONS = "";
INFOPLIST_FILE = Resources/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
OTHER_LDFLAGS = "";
PRODUCT_BUNDLE_IDENTIFIER = org.vafer.iproxy;
PRODUCT_NAME = iProxy;
SDKROOT = iphoneos;
};
name = "Ad-hoc";
};
C01FCF4F08A954540054247B /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_COMMA = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INFINITE_RECURSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
CLANG_WARN_STRICT_PROTOTYPES = YES;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
GCC_C_LANGUAGE_STANDARD = c99;
GCC_NO_COMMON_BLOCKS = YES;
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNDECLARED_SELECTOR = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
};
name = Debug;
};
C01FCF5008A954540054247B /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_COMMA = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INFINITE_RECURSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
CLANG_WARN_STRICT_PROTOTYPES = YES;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
ENABLE_STRICT_OBJC_MSGSEND = YES;
GCC_C_LANGUAGE_STANDARD = c99;
GCC_NO_COMMON_BLOCKS = YES;
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES;
GCC_WARN_UNDECLARED_SELECTOR = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 15.0;
ONLY_ACTIVE_ARCH = NO;
SDKROOT = iphoneos;
TARGETED_DEVICE_FAMILY = 1;
};
name = Release;
};
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
1D6058960D05DD3E006BFB54 /* Build configuration list for PBXNativeTarget "iProxy" */ = {
isa = XCConfigurationList;
buildConfigurations = (
1D6058940D05DD3E006BFB54 /* Debug */,
1D6058950D05DD3E006BFB54 /* Release */,
9D2224DE1105E60B003F4E04 /* Ad-hoc */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
C01FCF4E08A954540054247B /* Build configuration list for PBXProject "iProxy" */ = {
isa = XCConfigurationList;
buildConfigurations = (
C01FCF4F08A954540054247B /* Debug */,
C01FCF5008A954540054247B /* Release */,
9D2224DD1105E60B003F4E04 /* Ad-hoc */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = 29B97313FDCFA39411CA2CEA /* Project object */;
}