summaryrefslogtreecommitdiffstats
path: root/PicCast.xcodeproj/project.pbxproj
blob: 67b61d0a97ce0c7847bbc7b3e7ca10959aaf468e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
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
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
// !$*UTF8*$!
{
	archiveVersion = 1;
	classes = {
	};
	objectVersion = 45;
	objects = {

/* Begin PBXBuildFile section */
		1D3623260D0F684500981E51 /* PicCastAppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 1D3623250D0F684500981E51 /* PicCastAppDelegate.m */; };
		1D60589B0D05DD56006BFB54 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 29B97316FDCFA39411CA2CEA /* main.m */; };
		1D60589F0D05DD5A006BFB54 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1D30AB110D05D00D00671497 /* Foundation.framework */; };
		1DF5F4E00D08C38300B7A737 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1DF5F4DF0D08C38300B7A737 /* UIKit.framework */; };
		28216C970DB411BC00E5133A /* TabViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 28216C960DB411BC00E5133A /* TabViewController.m */; };
		282CCBFE0DB6C98000C4EA27 /* SecondView.xib in Resources */ = {isa = PBXBuildFile; fileRef = 282CCBFD0DB6C98000C4EA27 /* SecondView.xib */; };
		2840D7CE1179279E00D7F93C /* TopicsView.xib in Resources */ = {isa = PBXBuildFile; fileRef = 2840D7CD1179279E00D7F93C /* TopicsView.xib */; };
		288765080DF74369002DB57D /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 288765070DF74369002DB57D /* CoreGraphics.framework */; };
		28AD73880D9D96C1002E5188 /* MainWindow.xib in Resources */ = {isa = PBXBuildFile; fileRef = 28AD73870D9D96C1002E5188 /* MainWindow.xib */; };
		3201088596B4756681693705 /* libThree20UICommon.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 3201088596B4756681693704 /* libThree20UICommon.a */; };
		320A2827FEC940B25BC42C65 /* libThree20Core.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 320A2827FEC940B25BC42C64 /* libThree20Core.a */; };
		320A5A189C235877202780D5 /* libThree20Network.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 320A5A189C235877202780D4 /* libThree20Network.a */; };
		320A737074758E53BA54BE95 /* libThree20UINavigator.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 320A737074758E53BA54BE94 /* libThree20UINavigator.a */; };
		320AF8492C47A4D819F7C451 /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 320AF8492C47A4D819F7C450 /* QuartzCore.framework */; };
		320B6C86F11D9990244A9731 /* Three20.bundle in Resources */ = {isa = PBXBuildFile; fileRef = 320B6C86F11D9990244A9730 /* Three20.bundle */; };
		320CC833B8AF0ACFD35E6225 /* libThree20Style.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 320CC833B8AF0ACFD35E6224 /* libThree20Style.a */; };
		320D7DCCE32703ACAB9A45E5 /* libThree20.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 320D7DCCE32703ACAB9A45E4 /* libThree20.a */; };
		320F2C48872C2E2C4DF86205 /* libThree20UI.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 320F2C48872C2E2C4DF86204 /* libThree20UI.a */; };
		4E6827EA13594115001EB808 /* TopicsViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 4E6827E813594115001EB808 /* TopicsViewController.m */; };
		4E68280E13594261001EB808 /* TopicTableViewCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 4E68280D13594261001EB808 /* TopicTableViewCell.m */; };
		4E6828181359437D001EB808 /* XMLParser.m in Sources */ = {isa = PBXBuildFile; fileRef = 4E6828171359437D001EB808 /* XMLParser.m */; };
		4E68282F13594C48001EB808 /* Topic.m in Sources */ = {isa = PBXBuildFile; fileRef = 4E68282E13594C48001EB808 /* Topic.m */; };
		4E68298B13596FB9001EB808 /* TopicTableViewCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = 4E68298A13596FB9001EB808 /* TopicTableViewCell.xib */; };
		4E6829F313597AF1001EB808 /* AsyncImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = 4E6829F113597AF1001EB808 /* AsyncImageView.m */; };
		4E759C46135DCC4D00171031 /* iAd.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4E759C45135DCC4D00171031 /* iAd.framework */; };
		4EA95FCB135CE8C3009243EE /* PhotoSource.m in Sources */ = {isa = PBXBuildFile; fileRef = 4EA95FC9135CE8C3009243EE /* PhotoSource.m */; };
		4EA95FD5135CE959009243EE /* PhotoViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 4EA95FD4135CE959009243EE /* PhotoViewController.m */; };
		4ECFB6D2135F5807007FAB8D /* AcidCowFeedburnerParser.m in Sources */ = {isa = PBXBuildFile; fileRef = 4ECFB6D0135F5807007FAB8D /* AcidCowFeedburnerParser.m */; };
		4ECFB6E9135F6FDB007FAB8D /* PicCast.png in Resources */ = {isa = PBXBuildFile; fileRef = 4ECFB6E8135F6FDB007FAB8D /* PicCast.png */; };
		4ECFB758135F8869007FAB8D /* PicCastTabBarIcons.category.30.png in Resources */ = {isa = PBXBuildFile; fileRef = 4ECFB752135F8869007FAB8D /* PicCastTabBarIcons.category.30.png */; };
		4ECFB759135F8869007FAB8D /* PicCastTabBarIcons.category.30@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 4ECFB753135F8869007FAB8D /* PicCastTabBarIcons.category.30@2x.png */; };
		4ECFB75A135F8869007FAB8D /* PicCastTabBarIcons.fave.30.png in Resources */ = {isa = PBXBuildFile; fileRef = 4ECFB754135F8869007FAB8D /* PicCastTabBarIcons.fave.30.png */; };
		4ECFB75B135F8869007FAB8D /* PicCastTabBarIcons.fave.30@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 4ECFB755135F8869007FAB8D /* PicCastTabBarIcons.fave.30@2x.png */; };
		4ECFB75C135F8869007FAB8D /* PicCastTabBarIcons.feeds.30.png in Resources */ = {isa = PBXBuildFile; fileRef = 4ECFB756135F8869007FAB8D /* PicCastTabBarIcons.feeds.30.png */; };
		4ECFB75D135F8869007FAB8D /* PicCastTabBarIcons.feeds.30@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 4ECFB757135F8869007FAB8D /* PicCastTabBarIcons.feeds.30@2x.png */; };
		4ED6DB26135A194A00BEF0B7 /* HJWeakMutableArray.m in Sources */ = {isa = PBXBuildFile; fileRef = 4ED6DB12135A194A00BEF0B7 /* HJWeakMutableArray.m */; };
		4ED6DB27135A194A00BEF0B7 /* HJObjManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 4ED6DB14135A194A00BEF0B7 /* HJObjManager.m */; };
		4ED6DB28135A194A00BEF0B7 /* HJMOUserBase.m in Sources */ = {isa = PBXBuildFile; fileRef = 4ED6DB16135A194A00BEF0B7 /* HJMOUserBase.m */; };
		4ED6DB29135A194A00BEF0B7 /* HJMOPolicy.m in Sources */ = {isa = PBXBuildFile; fileRef = 4ED6DB19135A194A00BEF0B7 /* HJMOPolicy.m */; };
		4ED6DB2A135A194A00BEF0B7 /* HJMOHandler.m in Sources */ = {isa = PBXBuildFile; fileRef = 4ED6DB1B135A194A00BEF0B7 /* HJMOHandler.m */; };
		4ED6DB2B135A194A00BEF0B7 /* HJMOFileCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 4ED6DB1D135A194A00BEF0B7 /* HJMOFileCache.m */; };
		4ED6DB2C135A194A00BEF0B7 /* HJMOBigFileCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 4ED6DB1F135A194A00BEF0B7 /* HJMOBigFileCache.m */; };
		4ED6DB2D135A194A00BEF0B7 /* HJManagedImageV.m in Sources */ = {isa = PBXBuildFile; fileRef = 4ED6DB22135A194A00BEF0B7 /* HJManagedImageV.m */; };
		4ED6DB2E135A194A00BEF0B7 /* HJCircularBuffer.m in Sources */ = {isa = PBXBuildFile; fileRef = 4ED6DB24135A194A00BEF0B7 /* HJCircularBuffer.m */; };
		4ED6DB71135A2F5400BEF0B7 /* PicDumpViewController.xib in Resources */ = {isa = PBXBuildFile; fileRef = 4ED6DB6F135A2F5400BEF0B7 /* PicDumpViewController.xib */; };
		4ED6DC5D135B4E0700BEF0B7 /* gradient.png in Resources */ = {isa = PBXBuildFile; fileRef = 4ED6DC5C135B4E0700BEF0B7 /* gradient.png */; };
/* End PBXBuildFile section */

/* Begin PBXContainerItemProxy section */
		3201088596B4756681693702 /* PBXContainerItemProxy */ = {
			isa = PBXContainerItemProxy;
			containerPortal = 3201088596B4756681693700 /* Three20UICommon.xcodeproj */;
			proxyType = 1;
			remoteGlobalIDString = BEF31F390F352DF5000DE5D2;
			remoteInfo = Three20UICommon;
		};
		3201088596B4756681693706 /* PBXContainerItemProxy */ = {
			isa = PBXContainerItemProxy;
			containerPortal = 3201088596B4756681693700 /* Three20UICommon.xcodeproj */;
			proxyType = 2;
			remoteGlobalIDString = BEF31F3A0F352DF5000DE5D2;
			remoteInfo = Three20UICommon;
		};
		320A2827FEC940B25BC42C62 /* PBXContainerItemProxy */ = {
			isa = PBXContainerItemProxy;
			containerPortal = 320A2827FEC940B25BC42C60 /* Three20Core.xcodeproj */;
			proxyType = 1;
			remoteGlobalIDString = BEF31F390F352DF5000DE5D2;
			remoteInfo = Three20Core;
		};
		320A2827FEC940B25BC42C66 /* PBXContainerItemProxy */ = {
			isa = PBXContainerItemProxy;
			containerPortal = 320A2827FEC940B25BC42C60 /* Three20Core.xcodeproj */;
			proxyType = 2;
			remoteGlobalIDString = BEF31F3A0F352DF5000DE5D2;
			remoteInfo = Three20Core;
		};
		320A5A189C235877202780D2 /* PBXContainerItemProxy */ = {
			isa = PBXContainerItemProxy;
			containerPortal = 320A5A189C235877202780D0 /* Three20Network.xcodeproj */;
			proxyType = 1;
			remoteGlobalIDString = BEF31F390F352DF5000DE5D2;
			remoteInfo = Three20Network;
		};
		320A5A189C235877202780D6 /* PBXContainerItemProxy */ = {
			isa = PBXContainerItemProxy;
			containerPortal = 320A5A189C235877202780D0 /* Three20Network.xcodeproj */;
			proxyType = 2;
			remoteGlobalIDString = BEF31F3A0F352DF5000DE5D2;
			remoteInfo = Three20Network;
		};
		320A737074758E53BA54BE92 /* PBXContainerItemProxy */ = {
			isa = PBXContainerItemProxy;
			containerPortal = 320A737074758E53BA54BE90 /* Three20UINavigator.xcodeproj */;
			proxyType = 1;
			remoteGlobalIDString = BEF31F390F352DF5000DE5D2;
			remoteInfo = Three20UINavigator;
		};
		320A737074758E53BA54BE96 /* PBXContainerItemProxy */ = {
			isa = PBXContainerItemProxy;
			containerPortal = 320A737074758E53BA54BE90 /* Three20UINavigator.xcodeproj */;
			proxyType = 2;
			remoteGlobalIDString = BEF31F3A0F352DF5000DE5D2;
			remoteInfo = Three20UINavigator;
		};
		320CC833B8AF0ACFD35E6222 /* PBXContainerItemProxy */ = {
			isa = PBXContainerItemProxy;
			containerPortal = 320CC833B8AF0ACFD35E6220 /* Three20Style.xcodeproj */;
			proxyType = 1;
			remoteGlobalIDString = BEF31F390F352DF5000DE5D2;
			remoteInfo = Three20Style;
		};
		320CC833B8AF0ACFD35E6226 /* PBXContainerItemProxy */ = {
			isa = PBXContainerItemProxy;
			containerPortal = 320CC833B8AF0ACFD35E6220 /* Three20Style.xcodeproj */;
			proxyType = 2;
			remoteGlobalIDString = BEF31F3A0F352DF5000DE5D2;
			remoteInfo = Three20Style;
		};
		320D7DCCE32703ACAB9A45E2 /* PBXContainerItemProxy */ = {
			isa = PBXContainerItemProxy;
			containerPortal = 320D7DCCE32703ACAB9A45E0 /* Three20.xcodeproj */;
			proxyType = 1;
			remoteGlobalIDString = BEF31F390F352DF5000DE5D2;
			remoteInfo = Three20;
		};
		320D7DCCE32703ACAB9A45E6 /* PBXContainerItemProxy */ = {
			isa = PBXContainerItemProxy;
			containerPortal = 320D7DCCE32703ACAB9A45E0 /* Three20.xcodeproj */;
			proxyType = 2;
			remoteGlobalIDString = BEF31F3A0F352DF5000DE5D2;
			remoteInfo = Three20;
		};
		320F2C48872C2E2C4DF86202 /* PBXContainerItemProxy */ = {
			isa = PBXContainerItemProxy;
			containerPortal = 320F2C48872C2E2C4DF86200 /* Three20UI.xcodeproj */;
			proxyType = 1;
			remoteGlobalIDString = BEF31F390F352DF5000DE5D2;
			remoteInfo = Three20UI;
		};
		320F2C48872C2E2C4DF86206 /* PBXContainerItemProxy */ = {
			isa = PBXContainerItemProxy;
			containerPortal = 320F2C48872C2E2C4DF86200 /* Three20UI.xcodeproj */;
			proxyType = 2;
			remoteGlobalIDString = BEF31F3A0F352DF5000DE5D2;
			remoteInfo = Three20UI;
		};
		4EA95F22135CCE8F009243EE /* PBXContainerItemProxy */ = {
			isa = PBXContainerItemProxy;
			containerPortal = 320D7DCCE32703ACAB9A45E0 /* Three20.xcodeproj */;
			proxyType = 2;
			remoteGlobalIDString = EB9E6C6210B6A8F800DE563C;
			remoteInfo = Three20UnitTests;
		};
		4EA95F25135CCE8F009243EE /* PBXContainerItemProxy */ = {
			isa = PBXContainerItemProxy;
			containerPortal = 320A2827FEC940B25BC42C60 /* Three20Core.xcodeproj */;
			proxyType = 2;
			remoteGlobalIDString = EB9E6C6210B6A8F800DE563C;
			remoteInfo = Three20CoreUnitTests;
		};
		4EA95F28135CCE8F009243EE /* PBXContainerItemProxy */ = {
			isa = PBXContainerItemProxy;
			containerPortal = 320A5A189C235877202780D0 /* Three20Network.xcodeproj */;
			proxyType = 2;
			remoteGlobalIDString = EB9E6C6210B6A8F800DE563C;
			remoteInfo = Three20NetworkUnitTests;
		};
		4EA95F2B135CCE8F009243EE /* PBXContainerItemProxy */ = {
			isa = PBXContainerItemProxy;
			containerPortal = 320CC833B8AF0ACFD35E6220 /* Three20Style.xcodeproj */;
			proxyType = 2;
			remoteGlobalIDString = EB9E6C6210B6A8F800DE563C;
			remoteInfo = Three20StyleUnitTests;
		};
		4EA95F2E135CCE8F009243EE /* PBXContainerItemProxy */ = {
			isa = PBXContainerItemProxy;
			containerPortal = 320F2C48872C2E2C4DF86200 /* Three20UI.xcodeproj */;
			proxyType = 2;
			remoteGlobalIDString = EB9E6C6210B6A8F800DE563C;
			remoteInfo = Three20UIUnitTests;
		};
		4EA95F31135CCE8F009243EE /* PBXContainerItemProxy */ = {
			isa = PBXContainerItemProxy;
			containerPortal = 3201088596B4756681693700 /* Three20UICommon.xcodeproj */;
			proxyType = 2;
			remoteGlobalIDString = EB9E6C6210B6A8F800DE563C;
			remoteInfo = Three20UICommonUnitTests;
		};
		4EA95F34135CCE8F009243EE /* PBXContainerItemProxy */ = {
			isa = PBXContainerItemProxy;
			containerPortal = 320A737074758E53BA54BE90 /* Three20UINavigator.xcodeproj */;
			proxyType = 2;
			remoteGlobalIDString = EB9E6C6210B6A8F800DE563C;
			remoteInfo = Three20UINavigatorUnitTests;
		};
/* End PBXContainerItemProxy section */

/* Begin PBXFileReference section */
		1D30AB110D05D00D00671497 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
		1D3623240D0F684500981E51 /* PicCastAppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PicCastAppDelegate.h; sourceTree = "<group>"; };
		1D3623250D0F684500981E51 /* PicCastAppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PicCastAppDelegate.m; sourceTree = "<group>"; };
		1D6058910D05DD3D006BFB54 /* PicCast.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = PicCast.app; sourceTree = BUILT_PRODUCTS_DIR; };
		1DF5F4DF0D08C38300B7A737 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
		28216C950DB411BC00E5133A /* TabViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TabViewController.h; sourceTree = "<group>"; };
		28216C960DB411BC00E5133A /* TabViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TabViewController.m; sourceTree = "<group>"; };
		282CCBFD0DB6C98000C4EA27 /* SecondView.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = SecondView.xib; sourceTree = "<group>"; };
		2840D7CD1179279E00D7F93C /* TopicsView.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = TopicsView.xib; sourceTree = "<group>"; };
		288765070DF74369002DB57D /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
		28A0AB4B0D9B1048005BE974 /* PicCast_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PicCast_Prefix.pch; sourceTree = "<group>"; };
		28AD73870D9D96C1002E5188 /* MainWindow.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = MainWindow.xib; sourceTree = "<group>"; };
		29B97316FDCFA39411CA2CEA /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
		3201088596B4756681693700 /* Three20UICommon.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = Three20UICommon.xcodeproj; path = ../../github/three20/src/Three20UICommon/Three20UICommon.xcodeproj; sourceTree = SOURCE_ROOT; };
		320A2827FEC940B25BC42C60 /* Three20Core.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = Three20Core.xcodeproj; path = ../../github/three20/src/Three20Core/Three20Core.xcodeproj; sourceTree = SOURCE_ROOT; };
		320A5A189C235877202780D0 /* Three20Network.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = Three20Network.xcodeproj; path = ../../github/three20/src/Three20Network/Three20Network.xcodeproj; sourceTree = SOURCE_ROOT; };
		320A737074758E53BA54BE90 /* Three20UINavigator.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = Three20UINavigator.xcodeproj; path = ../../github/three20/src/Three20UINavigator/Three20UINavigator.xcodeproj; sourceTree = SOURCE_ROOT; };
		320AF8492C47A4D819F7C450 /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; };
		320B6C86F11D9990244A9730 /* Three20.bundle */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.plug-in"; name = Three20.bundle; path = ../../github/three20/src/Three20.bundle; sourceTree = SOURCE_ROOT; };
		320CC833B8AF0ACFD35E6220 /* Three20Style.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = Three20Style.xcodeproj; path = ../../github/three20/src/Three20Style/Three20Style.xcodeproj; sourceTree = SOURCE_ROOT; };
		320D7DCCE32703ACAB9A45E0 /* Three20.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = Three20.xcodeproj; path = ../../github/three20/src/Three20/Three20.xcodeproj; sourceTree = SOURCE_ROOT; };
		320F2C48872C2E2C4DF86200 /* Three20UI.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = Three20UI.xcodeproj; path = ../../github/three20/src/Three20UI/Three20UI.xcodeproj; sourceTree = SOURCE_ROOT; };
		4E6827E713594115001EB808 /* TopicsViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TopicsViewController.h; sourceTree = "<group>"; };
		4E6827E813594115001EB808 /* TopicsViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TopicsViewController.m; sourceTree = "<group>"; };
		4E68280C13594261001EB808 /* TopicTableViewCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TopicTableViewCell.h; sourceTree = "<group>"; };
		4E68280D13594261001EB808 /* TopicTableViewCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TopicTableViewCell.m; sourceTree = "<group>"; };
		4E6828161359437D001EB808 /* XMLParser.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = XMLParser.h; sourceTree = "<group>"; };
		4E6828171359437D001EB808 /* XMLParser.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = XMLParser.m; sourceTree = "<group>"; };
		4E68282D13594C48001EB808 /* Topic.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Topic.h; sourceTree = "<group>"; };
		4E68282E13594C48001EB808 /* Topic.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Topic.m; sourceTree = "<group>"; };
		4E68298A13596FB9001EB808 /* TopicTableViewCell.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = TopicTableViewCell.xib; sourceTree = "<group>"; };
		4E6829F113597AF1001EB808 /* AsyncImageView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AsyncImageView.m; sourceTree = "<group>"; };
		4E6829F213597AF1001EB808 /* AsyncImageView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AsyncImageView.h; sourceTree = "<group>"; };
		4E759C45135DCC4D00171031 /* iAd.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = iAd.framework; path = System/Library/Frameworks/iAd.framework; sourceTree = SDKROOT; };
		4EA95FC9135CE8C3009243EE /* PhotoSource.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PhotoSource.m; sourceTree = "<group>"; };
		4EA95FCA135CE8C3009243EE /* PhotoSource.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PhotoSource.h; sourceTree = "<group>"; };
		4EA95FD3135CE959009243EE /* PhotoViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PhotoViewController.h; sourceTree = "<group>"; };
		4EA95FD4135CE959009243EE /* PhotoViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = PhotoViewController.m; sourceTree = "<group>"; };
		4ECFB6D0135F5807007FAB8D /* AcidCowFeedburnerParser.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AcidCowFeedburnerParser.m; sourceTree = "<group>"; };
		4ECFB6D1135F5807007FAB8D /* AcidCowFeedburnerParser.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AcidCowFeedburnerParser.h; sourceTree = "<group>"; };
		4ECFB6E8135F6FDB007FAB8D /* PicCast.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = PicCast.png; sourceTree = "<group>"; };
		4ECFB752135F8869007FAB8D /* PicCastTabBarIcons.category.30.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = PicCastTabBarIcons.category.30.png; sourceTree = "<group>"; };
		4ECFB753135F8869007FAB8D /* PicCastTabBarIcons.category.30@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "PicCastTabBarIcons.category.30@2x.png"; sourceTree = "<group>"; };
		4ECFB754135F8869007FAB8D /* PicCastTabBarIcons.fave.30.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = PicCastTabBarIcons.fave.30.png; sourceTree = "<group>"; };
		4ECFB755135F8869007FAB8D /* PicCastTabBarIcons.fave.30@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "PicCastTabBarIcons.fave.30@2x.png"; sourceTree = "<group>"; };
		4ECFB756135F8869007FAB8D /* PicCastTabBarIcons.feeds.30.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = PicCastTabBarIcons.feeds.30.png; sourceTree = "<group>"; };
		4ECFB757135F8869007FAB8D /* PicCastTabBarIcons.feeds.30@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "PicCastTabBarIcons.feeds.30@2x.png"; sourceTree = "<group>"; };
		4ED6DB12135A194A00BEF0B7 /* HJWeakMutableArray.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HJWeakMutableArray.m; sourceTree = "<group>"; };
		4ED6DB13135A194A00BEF0B7 /* HJWeakMutableArray.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HJWeakMutableArray.h; sourceTree = "<group>"; };
		4ED6DB14135A194A00BEF0B7 /* HJObjManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HJObjManager.m; sourceTree = "<group>"; };
		4ED6DB15135A194A00BEF0B7 /* HJObjManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HJObjManager.h; sourceTree = "<group>"; };
		4ED6DB16135A194A00BEF0B7 /* HJMOUserBase.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HJMOUserBase.m; sourceTree = "<group>"; };
		4ED6DB17135A194A00BEF0B7 /* HJMOUserBase.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HJMOUserBase.h; sourceTree = "<group>"; };
		4ED6DB18135A194A00BEF0B7 /* HJMOUser.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HJMOUser.h; sourceTree = "<group>"; };
		4ED6DB19135A194A00BEF0B7 /* HJMOPolicy.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HJMOPolicy.m; sourceTree = "<group>"; };
		4ED6DB1A135A194A00BEF0B7 /* HJMOPolicy.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HJMOPolicy.h; sourceTree = "<group>"; };
		4ED6DB1B135A194A00BEF0B7 /* HJMOHandler.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HJMOHandler.m; sourceTree = "<group>"; };
		4ED6DB1C135A194A00BEF0B7 /* HJMOHandler.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HJMOHandler.h; sourceTree = "<group>"; };
		4ED6DB1D135A194A00BEF0B7 /* HJMOFileCache.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HJMOFileCache.m; sourceTree = "<group>"; };
		4ED6DB1E135A194A00BEF0B7 /* HJMOFileCache.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HJMOFileCache.h; sourceTree = "<group>"; };
		4ED6DB1F135A194A00BEF0B7 /* HJMOBigFileCache.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HJMOBigFileCache.m; sourceTree = "<group>"; };
		4ED6DB20135A194A00BEF0B7 /* HJMOBigFileCache.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HJMOBigFileCache.h; sourceTree = "<group>"; };
		4ED6DB21135A194A00BEF0B7 /* HJManagedImageVDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HJManagedImageVDelegate.h; sourceTree = "<group>"; };
		4ED6DB22135A194A00BEF0B7 /* HJManagedImageV.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HJManagedImageV.m; sourceTree = "<group>"; };
		4ED6DB23135A194A00BEF0B7 /* HJManagedImageV.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HJManagedImageV.h; sourceTree = "<group>"; };
		4ED6DB24135A194A00BEF0B7 /* HJCircularBuffer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = HJCircularBuffer.m; sourceTree = "<group>"; };
		4ED6DB25135A194A00BEF0B7 /* HJCircularBuffer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = HJCircularBuffer.h; sourceTree = "<group>"; };
		4ED6DB6F135A2F5400BEF0B7 /* PicDumpViewController.xib */ = {isa = PBXFileReference; lastKnownFileType = file.xib; path = PicDumpViewController.xib; sourceTree = "<group>"; };
		4ED6DC5C135B4E0700BEF0B7 /* gradient.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = gradient.png; sourceTree = SOURCE_ROOT; };
		8D1107310486CEB800E47090 /* PicCast-Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = "PicCast-Info.plist"; plistStructureDefinitionIdentifier = "com.apple.xcode.plist.structure-definition.iphone.info-plist"; sourceTree = "<group>"; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
		1D60588F0D05DD3D006BFB54 /* Frameworks */ = {
			isa = PBXFrameworksBuildPhase;
			buildActionMask = 2147483647;
			files = (
				3201088596B4756681693705 /* libThree20UICommon.a in Frameworks */,
				320D7DCCE32703ACAB9A45E5 /* libThree20.a in Frameworks */,
				320A737074758E53BA54BE95 /* libThree20UINavigator.a in Frameworks */,
				320A2827FEC940B25BC42C65 /* libThree20Core.a in Frameworks */,
				320F2C48872C2E2C4DF86205 /* libThree20UI.a in Frameworks */,
				320AF8492C47A4D819F7C451 /* QuartzCore.framework in Frameworks */,
				320A5A189C235877202780D5 /* libThree20Network.a in Frameworks */,
				320CC833B8AF0ACFD35E6225 /* libThree20Style.a in Frameworks */,
				1D60589F0D05DD5A006BFB54 /* Foundation.framework in Frameworks */,
				1DF5F4E00D08C38300B7A737 /* UIKit.framework in Frameworks */,
				288765080DF74369002DB57D /* CoreGraphics.framework in Frameworks */,
				4E759C46135DCC4D00171031 /* iAd.framework in Frameworks */,
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
		080E96DDFE201D6D7F000001 /* Classes */ = {
			isa = PBXGroup;
			children = (
				4ECFB6E8135F6FDB007FAB8D /* PicCast.png */,
				4EA95FD3135CE959009243EE /* PhotoViewController.h */,
				4EA95FD4135CE959009243EE /* PhotoViewController.m */,
				4ED6DC5C135B4E0700BEF0B7 /* gradient.png */,
				4ED6DB10135A192700BEF0B7 /* HJCacheClass */,
				4E68283013594C50001EB808 /* Objects */,
				4E682819135943A2001EB808 /* Parsing */,
				4E68280C13594261001EB808 /* TopicTableViewCell.h */,
				4E68280D13594261001EB808 /* TopicTableViewCell.m */,
				28216C950DB411BC00E5133A /* TabViewController.h */,
				28216C960DB411BC00E5133A /* TabViewController.m */,
				1D3623240D0F684500981E51 /* PicCastAppDelegate.h */,
				1D3623250D0F684500981E51 /* PicCastAppDelegate.m */,
				4E6827E713594115001EB808 /* TopicsViewController.h */,
				4E6827E813594115001EB808 /* TopicsViewController.m */,
				4E68298A13596FB9001EB808 /* TopicTableViewCell.xib */,
				4ED6DB6F135A2F5400BEF0B7 /* PicDumpViewController.xib */,
			);
			path = Classes;
			sourceTree = "<group>";
		};
		19C28FACFE9D520D11CA2CBB /* Products */ = {
			isa = PBXGroup;
			children = (
				1D6058910D05DD3D006BFB54 /* PicCast.app */,
			);
			name = Products;
			sourceTree = "<group>";
		};
		29B97314FDCFA39411CA2CEA /* PicCast */ = {
			isa = PBXGroup;
			children = (
				4ECFB751135F8869007FAB8D /* Images */,
				080E96DDFE201D6D7F000001 /* Classes */,
				29B97315FDCFA39411CA2CEA /* Other Sources */,
				29B97317FDCFA39411CA2CEA /* Resources */,
				29B97323FDCFA39411CA2CEA /* Frameworks */,
				19C28FACFE9D520D11CA2CBB /* Products */,
			);
			name = PicCast;
			sourceTree = "<group>";
		};
		29B97315FDCFA39411CA2CEA /* Other Sources */ = {
			isa = PBXGroup;
			children = (
				28A0AB4B0D9B1048005BE974 /* PicCast_Prefix.pch */,
				29B97316FDCFA39411CA2CEA /* main.m */,
			);
			name = "Other Sources";
			sourceTree = "<group>";
		};
		29B97317FDCFA39411CA2CEA /* Resources */ = {
			isa = PBXGroup;
			children = (
				320B6C86F11D9990244A9730 /* Three20.bundle */,
				2840D7CD1179279E00D7F93C /* TopicsView.xib */,
				282CCBFD0DB6C98000C4EA27 /* SecondView.xib */,
				28AD73870D9D96C1002E5188 /* MainWindow.xib */,
				8D1107310486CEB800E47090 /* PicCast-Info.plist */,
			);
			name = Resources;
			sourceTree = "<group>";
		};
		29B97323FDCFA39411CA2CEA /* Frameworks */ = {
			isa = PBXGroup;
			children = (
				3201088596B4756681693700 /* Three20UICommon.xcodeproj */,
				320D7DCCE32703ACAB9A45E0 /* Three20.xcodeproj */,
				320A737074758E53BA54BE90 /* Three20UINavigator.xcodeproj */,
				320A2827FEC940B25BC42C60 /* Three20Core.xcodeproj */,
				320F2C48872C2E2C4DF86200 /* Three20UI.xcodeproj */,
				320AF8492C47A4D819F7C450 /* QuartzCore.framework */,
				320A5A189C235877202780D0 /* Three20Network.xcodeproj */,
				320CC833B8AF0ACFD35E6220 /* Three20Style.xcodeproj */,
				1DF5F4DF0D08C38300B7A737 /* UIKit.framework */,
				1D30AB110D05D00D00671497 /* Foundation.framework */,
				288765070DF74369002DB57D /* CoreGraphics.framework */,
				4E759C45135DCC4D00171031 /* iAd.framework */,
			);
			name = Frameworks;
			sourceTree = "<group>";
		};
		3201088596B4756681693703 /* Products */ = {
			isa = PBXGroup;
			children = (
				3201088596B4756681693704 /* libThree20UICommon.a */,
				4EA95F32135CCE8F009243EE /* UICommonUnitTests.octest */,
			);
			name = Products;
			sourceTree = "<group>";
		};
		320A2827FEC940B25BC42C63 /* Products */ = {
			isa = PBXGroup;
			children = (
				320A2827FEC940B25BC42C64 /* libThree20Core.a */,
				4EA95F26135CCE8F009243EE /* CoreUnitTests.octest */,
			);
			name = Products;
			sourceTree = "<group>";
		};
		320A5A189C235877202780D3 /* Products */ = {
			isa = PBXGroup;
			children = (
				320A5A189C235877202780D4 /* libThree20Network.a */,
				4EA95F29135CCE8F009243EE /* NetworkUnitTests.octest */,
			);
			name = Products;
			sourceTree = "<group>";
		};
		320A737074758E53BA54BE93 /* Products */ = {
			isa = PBXGroup;
			children = (
				320A737074758E53BA54BE94 /* libThree20UINavigator.a */,
				4EA95F35135CCE8F009243EE /* UINavigatorUnitTests.octest */,
			);
			name = Products;
			sourceTree = "<group>";
		};
		320CC833B8AF0ACFD35E6223 /* Products */ = {
			isa = PBXGroup;
			children = (
				320CC833B8AF0ACFD35E6224 /* libThree20Style.a */,
				4EA95F2C135CCE8F009243EE /* StyleUnitTests.octest */,
			);
			name = Products;
			sourceTree = "<group>";
		};
		320D7DCCE32703ACAB9A45E3 /* Products */ = {
			isa = PBXGroup;
			children = (
				320D7DCCE32703ACAB9A45E4 /* libThree20.a */,
				4EA95F23135CCE8F009243EE /* Three20UnitTests.octest */,
			);
			name = Products;
			sourceTree = "<group>";
		};
		320F2C48872C2E2C4DF86203 /* Products */ = {
			isa = PBXGroup;
			children = (
				320F2C48872C2E2C4DF86204 /* libThree20UI.a */,
				4EA95F2F135CCE8F009243EE /* UIUnitTests.octest */,
			);
			name = Products;
			sourceTree = "<group>";
		};
		4E682819135943A2001EB808 /* Parsing */ = {
			isa = PBXGroup;
			children = (
				4ECFB6D0135F5807007FAB8D /* AcidCowFeedburnerParser.m */,
				4ECFB6D1135F5807007FAB8D /* AcidCowFeedburnerParser.h */,
				4E6828161359437D001EB808 /* XMLParser.h */,
				4E6828171359437D001EB808 /* XMLParser.m */,
			);
			name = Parsing;
			sourceTree = "<group>";
		};
		4E68283013594C50001EB808 /* Objects */ = {
			isa = PBXGroup;
			children = (
				4EA95FC9135CE8C3009243EE /* PhotoSource.m */,
				4EA95FCA135CE8C3009243EE /* PhotoSource.h */,
				4E6829F113597AF1001EB808 /* AsyncImageView.m */,
				4E6829F213597AF1001EB808 /* AsyncImageView.h */,
				4E68282D13594C48001EB808 /* Topic.h */,
				4E68282E13594C48001EB808 /* Topic.m */,
			);
			name = Objects;
			sourceTree = "<group>";
		};
		4ECFB751135F8869007FAB8D /* Images */ = {
			isa = PBXGroup;
			children = (
				4ECFB752135F8869007FAB8D /* PicCastTabBarIcons.category.30.png */,
				4ECFB753135F8869007FAB8D /* PicCastTabBarIcons.category.30@2x.png */,
				4ECFB754135F8869007FAB8D /* PicCastTabBarIcons.fave.30.png */,
				4ECFB755135F8869007FAB8D /* PicCastTabBarIcons.fave.30@2x.png */,
				4ECFB756135F8869007FAB8D /* PicCastTabBarIcons.feeds.30.png */,
				4ECFB757135F8869007FAB8D /* PicCastTabBarIcons.feeds.30@2x.png */,
			);
			path = Images;
			sourceTree = "<group>";
		};
		4ED6DB10135A192700BEF0B7 /* HJCacheClass */ = {
			isa = PBXGroup;
			children = (
				4ED6DB12135A194A00BEF0B7 /* HJWeakMutableArray.m */,
				4ED6DB13135A194A00BEF0B7 /* HJWeakMutableArray.h */,
				4ED6DB14135A194A00BEF0B7 /* HJObjManager.m */,
				4ED6DB15135A194A00BEF0B7 /* HJObjManager.h */,
				4ED6DB16135A194A00BEF0B7 /* HJMOUserBase.m */,
				4ED6DB17135A194A00BEF0B7 /* HJMOUserBase.h */,
				4ED6DB18135A194A00BEF0B7 /* HJMOUser.h */,
				4ED6DB19135A194A00BEF0B7 /* HJMOPolicy.m */,
				4ED6DB1A135A194A00BEF0B7 /* HJMOPolicy.h */,
				4ED6DB1B135A194A00BEF0B7 /* HJMOHandler.m */,
				4ED6DB1C135A194A00BEF0B7 /* HJMOHandler.h */,
				4ED6DB1D135A194A00BEF0B7 /* HJMOFileCache.m */,
				4ED6DB1E135A194A00BEF0B7 /* HJMOFileCache.h */,
				4ED6DB1F135A194A00BEF0B7 /* HJMOBigFileCache.m */,
				4ED6DB20135A194A00BEF0B7 /* HJMOBigFileCache.h */,
				4ED6DB21135A194A00BEF0B7 /* HJManagedImageVDelegate.h */,
				4ED6DB22135A194A00BEF0B7 /* HJManagedImageV.m */,
				4ED6DB23135A194A00BEF0B7 /* HJManagedImageV.h */,
				4ED6DB24135A194A00BEF0B7 /* HJCircularBuffer.m */,
				4ED6DB25135A194A00BEF0B7 /* HJCircularBuffer.h */,
			);
			name = HJCacheClass;
			sourceTree = "<group>";
		};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
		1D6058900D05DD3D006BFB54 /* PicCast */ = {
			isa = PBXNativeTarget;
			buildConfigurationList = 1D6058960D05DD3E006BFB54 /* Build configuration list for PBXNativeTarget "PicCast" */;
			buildPhases = (
				1D60588D0D05DD3D006BFB54 /* Resources */,
				1D60588E0D05DD3D006BFB54 /* Sources */,
				1D60588F0D05DD3D006BFB54 /* Frameworks */,
			);
			buildRules = (
			);
			dependencies = (
				3201088596B4756681693701 /* PBXTargetDependency */,
				320D7DCCE32703ACAB9A45E1 /* PBXTargetDependency */,
				320A737074758E53BA54BE91 /* PBXTargetDependency */,
				320A2827FEC940B25BC42C61 /* PBXTargetDependency */,
				320F2C48872C2E2C4DF86201 /* PBXTargetDependency */,
				320A5A189C235877202780D1 /* PBXTargetDependency */,
				320CC833B8AF0ACFD35E6221 /* PBXTargetDependency */,
			);
			name = PicCast;
			productName = PicCast;
			productReference = 1D6058910D05DD3D006BFB54 /* PicCast.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 "PicCast" */;
			compatibilityVersion = "Xcode 3.1";
			developmentRegion = English;
			hasScannedForEncodings = 1;
			knownRegions = (
				English,
				Japanese,
				French,
				German,
			);
			mainGroup = 29B97314FDCFA39411CA2CEA /* PicCast */;
			projectDirPath = "";
			projectReferences = (
				{
					ProductGroup = 320D7DCCE32703ACAB9A45E3 /* Products */;
					ProjectRef = 320D7DCCE32703ACAB9A45E0 /* Three20.xcodeproj */;
				},
				{
					ProductGroup = 320A2827FEC940B25BC42C63 /* Products */;
					ProjectRef = 320A2827FEC940B25BC42C60 /* Three20Core.xcodeproj */;
				},
				{
					ProductGroup = 320A5A189C235877202780D3 /* Products */;
					ProjectRef = 320A5A189C235877202780D0 /* Three20Network.xcodeproj */;
				},
				{
					ProductGroup = 320CC833B8AF0ACFD35E6223 /* Products */;
					ProjectRef = 320CC833B8AF0ACFD35E6220 /* Three20Style.xcodeproj */;
				},
				{
					ProductGroup = 320F2C48872C2E2C4DF86203 /* Products */;
					ProjectRef = 320F2C48872C2E2C4DF86200 /* Three20UI.xcodeproj */;
				},
				{
					ProductGroup = 3201088596B4756681693703 /* Products */;
					ProjectRef = 3201088596B4756681693700 /* Three20UICommon.xcodeproj */;
				},
				{
					ProductGroup = 320A737074758E53BA54BE93 /* Products */;
					ProjectRef = 320A737074758E53BA54BE90 /* Three20UINavigator.xcodeproj */;
				},
			);
			projectRoot = "";
			targets = (
				1D6058900D05DD3D006BFB54 /* PicCast */,
			);
		};
/* End PBXProject section */

/* Begin PBXReferenceProxy section */
		3201088596B4756681693704 /* libThree20UICommon.a */ = {
			isa = PBXReferenceProxy;
			fileType = archive.ar;
			path = libThree20UICommon.a;
			remoteRef = 3201088596B4756681693706 /* PBXContainerItemProxy */;
			sourceTree = BUILT_PRODUCTS_DIR;
		};
		320A2827FEC940B25BC42C64 /* libThree20Core.a */ = {
			isa = PBXReferenceProxy;
			fileType = archive.ar;
			path = libThree20Core.a;
			remoteRef = 320A2827FEC940B25BC42C66 /* PBXContainerItemProxy */;
			sourceTree = BUILT_PRODUCTS_DIR;
		};
		320A5A189C235877202780D4 /* libThree20Network.a */ = {
			isa = PBXReferenceProxy;
			fileType = archive.ar;
			path = libThree20Network.a;
			remoteRef = 320A5A189C235877202780D6 /* PBXContainerItemProxy */;
			sourceTree = BUILT_PRODUCTS_DIR;
		};
		320A737074758E53BA54BE94 /* libThree20UINavigator.a */ = {
			isa = PBXReferenceProxy;
			fileType = archive.ar;
			path = libThree20UINavigator.a;
			remoteRef = 320A737074758E53BA54BE96 /* PBXContainerItemProxy */;
			sourceTree = BUILT_PRODUCTS_DIR;
		};
		320CC833B8AF0ACFD35E6224 /* libThree20Style.a */ = {
			isa = PBXReferenceProxy;
			fileType = archive.ar;
			path = libThree20Style.a;
			remoteRef = 320CC833B8AF0ACFD35E6226 /* PBXContainerItemProxy */;
			sourceTree = BUILT_PRODUCTS_DIR;
		};
		320D7DCCE32703ACAB9A45E4 /* libThree20.a */ = {
			isa = PBXReferenceProxy;
			fileType = archive.ar;
			path = libThree20.a;
			remoteRef = 320D7DCCE32703ACAB9A45E6 /* PBXContainerItemProxy */;
			sourceTree = BUILT_PRODUCTS_DIR;
		};
		320F2C48872C2E2C4DF86204 /* libThree20UI.a */ = {
			isa = PBXReferenceProxy;
			fileType = archive.ar;
			path = libThree20UI.a;
			remoteRef = 320F2C48872C2E2C4DF86206 /* PBXContainerItemProxy */;
			sourceTree = BUILT_PRODUCTS_DIR;
		};
		4EA95F23135CCE8F009243EE /* Three20UnitTests.octest */ = {
			isa = PBXReferenceProxy;
			fileType = wrapper.cfbundle;
			path = Three20UnitTests.octest;
			remoteRef = 4EA95F22135CCE8F009243EE /* PBXContainerItemProxy */;
			sourceTree = BUILT_PRODUCTS_DIR;
		};
		4EA95F26135CCE8F009243EE /* CoreUnitTests.octest */ = {
			isa = PBXReferenceProxy;
			fileType = wrapper.cfbundle;
			path = CoreUnitTests.octest;
			remoteRef = 4EA95F25135CCE8F009243EE /* PBXContainerItemProxy */;
			sourceTree = BUILT_PRODUCTS_DIR;
		};
		4EA95F29135CCE8F009243EE /* NetworkUnitTests.octest */ = {
			isa = PBXReferenceProxy;
			fileType = wrapper.cfbundle;
			path = NetworkUnitTests.octest;
			remoteRef = 4EA95F28135CCE8F009243EE /* PBXContainerItemProxy */;
			sourceTree = BUILT_PRODUCTS_DIR;
		};
		4EA95F2C135CCE8F009243EE /* StyleUnitTests.octest */ = {
			isa = PBXReferenceProxy;
			fileType = wrapper.cfbundle;
			path = StyleUnitTests.octest;
			remoteRef = 4EA95F2B135CCE8F009243EE /* PBXContainerItemProxy */;
			sourceTree = BUILT_PRODUCTS_DIR;
		};
		4EA95F2F135CCE8F009243EE /* UIUnitTests.octest */ = {
			isa = PBXReferenceProxy;
			fileType = wrapper.cfbundle;
			path = UIUnitTests.octest;
			remoteRef = 4EA95F2E135CCE8F009243EE /* PBXContainerItemProxy */;
			sourceTree = BUILT_PRODUCTS_DIR;
		};
		4EA95F32135CCE8F009243EE /* UICommonUnitTests.octest */ = {
			isa = PBXReferenceProxy;
			fileType = wrapper.cfbundle;
			path = UICommonUnitTests.octest;
			remoteRef = 4EA95F31135CCE8F009243EE /* PBXContainerItemProxy */;
			sourceTree = BUILT_PRODUCTS_DIR;
		};
		4EA95F35135CCE8F009243EE /* UINavigatorUnitTests.octest */ = {
			isa = PBXReferenceProxy;
			fileType = wrapper.cfbundle;
			path = UINavigatorUnitTests.octest;
			remoteRef = 4EA95F34135CCE8F009243EE /* PBXContainerItemProxy */;
			sourceTree = BUILT_PRODUCTS_DIR;
		};
/* End PBXReferenceProxy section */

/* Begin PBXResourcesBuildPhase section */
		1D60588D0D05DD3D006BFB54 /* Resources */ = {
			isa = PBXResourcesBuildPhase;
			buildActionMask = 2147483647;
			files = (
				320B6C86F11D9990244A9731 /* Three20.bundle in Resources */,
				28AD73880D9D96C1002E5188 /* MainWindow.xib in Resources */,
				282CCBFE0DB6C98000C4EA27 /* SecondView.xib in Resources */,
				2840D7CE1179279E00D7F93C /* TopicsView.xib in Resources */,
				4E68298B13596FB9001EB808 /* TopicTableViewCell.xib in Resources */,
				4ED6DB71135A2F5400BEF0B7 /* PicDumpViewController.xib in Resources */,
				4ED6DC5D135B4E0700BEF0B7 /* gradient.png in Resources */,
				4ECFB6E9135F6FDB007FAB8D /* PicCast.png in Resources */,
				4ECFB758135F8869007FAB8D /* PicCastTabBarIcons.category.30.png in Resources */,
				4ECFB759135F8869007FAB8D /* PicCastTabBarIcons.category.30@2x.png in Resources */,
				4ECFB75A135F8869007FAB8D /* PicCastTabBarIcons.fave.30.png in Resources */,
				4ECFB75B135F8869007FAB8D /* PicCastTabBarIcons.fave.30@2x.png in Resources */,
				4ECFB75C135F8869007FAB8D /* PicCastTabBarIcons.feeds.30.png in Resources */,
				4ECFB75D135F8869007FAB8D /* PicCastTabBarIcons.feeds.30@2x.png in Resources */,
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXResourcesBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
		1D60588E0D05DD3D006BFB54 /* Sources */ = {
			isa = PBXSourcesBuildPhase;
			buildActionMask = 2147483647;
			files = (
				1D60589B0D05DD56006BFB54 /* main.m in Sources */,
				1D3623260D0F684500981E51 /* PicCastAppDelegate.m in Sources */,
				28216C970DB411BC00E5133A /* TabViewController.m in Sources */,
				4E6827EA13594115001EB808 /* TopicsViewController.m in Sources */,
				4E68280E13594261001EB808 /* TopicTableViewCell.m in Sources */,
				4E6828181359437D001EB808 /* XMLParser.m in Sources */,
				4E68282F13594C48001EB808 /* Topic.m in Sources */,
				4E6829F313597AF1001EB808 /* AsyncImageView.m in Sources */,
				4ED6DB26135A194A00BEF0B7 /* HJWeakMutableArray.m in Sources */,
				4ED6DB27135A194A00BEF0B7 /* HJObjManager.m in Sources */,
				4ED6DB28135A194A00BEF0B7 /* HJMOUserBase.m in Sources */,
				4ED6DB29135A194A00BEF0B7 /* HJMOPolicy.m in Sources */,
				4ED6DB2A135A194A00BEF0B7 /* HJMOHandler.m in Sources */,
				4ED6DB2B135A194A00BEF0B7 /* HJMOFileCache.m in Sources */,
				4ED6DB2C135A194A00BEF0B7 /* HJMOBigFileCache.m in Sources */,
				4ED6DB2D135A194A00BEF0B7 /* HJManagedImageV.m in Sources */,
				4ED6DB2E135A194A00BEF0B7 /* HJCircularBuffer.m in Sources */,
				4EA95FCB135CE8C3009243EE /* PhotoSource.m in Sources */,
				4EA95FD5135CE959009243EE /* PhotoViewController.m in Sources */,
				4ECFB6D2135F5807007FAB8D /* AcidCowFeedburnerParser.m in Sources */,
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXSourcesBuildPhase section */

/* Begin PBXTargetDependency section */
		3201088596B4756681693701 /* PBXTargetDependency */ = {
			isa = PBXTargetDependency;
			name = Three20UICommon;
			targetProxy = 3201088596B4756681693702 /* PBXContainerItemProxy */;
		};
		320A2827FEC940B25BC42C61 /* PBXTargetDependency */ = {
			isa = PBXTargetDependency;
			name = Three20Core;
			targetProxy = 320A2827FEC940B25BC42C62 /* PBXContainerItemProxy */;
		};
		320A5A189C235877202780D1 /* PBXTargetDependency */ = {
			isa = PBXTargetDependency;
			name = Three20Network;
			targetProxy = 320A5A189C235877202780D2 /* PBXContainerItemProxy */;
		};
		320A737074758E53BA54BE91 /* PBXTargetDependency */ = {
			isa = PBXTargetDependency;
			name = Three20UINavigator;
			targetProxy = 320A737074758E53BA54BE92 /* PBXContainerItemProxy */;
		};
		320CC833B8AF0ACFD35E6221 /* PBXTargetDependency */ = {
			isa = PBXTargetDependency;
			name = Three20Style;
			targetProxy = 320CC833B8AF0ACFD35E6222 /* PBXContainerItemProxy */;
		};
		320D7DCCE32703ACAB9A45E1 /* PBXTargetDependency */ = {
			isa = PBXTargetDependency;
			name = Three20;
			targetProxy = 320D7DCCE32703ACAB9A45E2 /* PBXContainerItemProxy */;
		};
		320F2C48872C2E2C4DF86201 /* PBXTargetDependency */ = {
			isa = PBXTargetDependency;
			name = Three20UI;
			targetProxy = 320F2C48872C2E2C4DF86202 /* PBXContainerItemProxy */;
		};
/* End PBXTargetDependency section */

/* Begin XCBuildConfiguration section */
		1D6058940D05DD3E006BFB54 /* Debug */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				ALWAYS_SEARCH_USER_PATHS = NO;
				COPY_PHASE_STRIP = NO;
				GCC_DYNAMIC_NO_PIC = NO;
				GCC_OPTIMIZATION_LEVEL = 0;
				GCC_PRECOMPILE_PREFIX_HEADER = YES;
				GCC_PREFIX_HEADER = PicCast_Prefix.pch;
				HEADER_SEARCH_PATHS = ../../github/three20/Build/Products/three20;
				INFOPLIST_FILE = "PicCast-Info.plist";
				OTHER_LDFLAGS = "-ObjC";
				PRODUCT_NAME = PicCast;
			};
			name = Debug;
		};
		1D6058950D05DD3E006BFB54 /* Release */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				ALWAYS_SEARCH_USER_PATHS = NO;
				COPY_PHASE_STRIP = YES;
				GCC_PRECOMPILE_PREFIX_HEADER = YES;
				GCC_PREFIX_HEADER = PicCast_Prefix.pch;
				HEADER_SEARCH_PATHS = ../../github/three20/Build/Products/three20;
				INFOPLIST_FILE = "PicCast-Info.plist";
				IPHONEOS_DEPLOYMENT_TARGET = 4.0;
				OTHER_LDFLAGS = "-ObjC";
				PRODUCT_NAME = PicCast;
				VALIDATE_PRODUCT = YES;
			};
			name = Release;
		};
		C01FCF4F08A954540054247B /* Debug */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				ARCHS = "$(ARCHS_STANDARD_32_BIT)";
				"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
				GCC_C_LANGUAGE_STANDARD = c99;
				GCC_WARN_ABOUT_RETURN_TYPE = YES;
				GCC_WARN_UNUSED_VARIABLE = YES;
				IPHONEOS_DEPLOYMENT_TARGET = 4.0;
				PREBINDING = NO;
				SDKROOT = iphoneos;
			};
			name = Debug;
		};
		C01FCF5008A954540054247B /* Release */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				ARCHS = "$(ARCHS_STANDARD_32_BIT)";
				"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
				GCC_C_LANGUAGE_STANDARD = c99;
				GCC_WARN_ABOUT_RETURN_TYPE = YES;
				GCC_WARN_UNUSED_VARIABLE = YES;
				OTHER_CFLAGS = "-DNS_BLOCK_ASSERTIONS=1";
				PREBINDING = NO;
				SDKROOT = iphoneos;
			};
			name = Release;
		};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
		1D6058960D05DD3E006BFB54 /* Build configuration list for PBXNativeTarget "PicCast" */ = {
			isa = XCConfigurationList;
			buildConfigurations = (
				1D6058940D05DD3E006BFB54 /* Debug */,
				1D6058950D05DD3E006BFB54 /* Release */,
			);
			defaultConfigurationIsVisible = 0;
			defaultConfigurationName = Release;
		};
		C01FCF4E08A954540054247B /* Build configuration list for PBXProject "PicCast" */ = {
			isa = XCConfigurationList;
			buildConfigurations = (
				C01FCF4F08A954540054247B /* Debug */,
				C01FCF5008A954540054247B /* Release */,
			);
			defaultConfigurationIsVisible = 0;
			defaultConfigurationName = Release;
		};
/* End XCConfigurationList section */
	};
	rootObject = 29B97313FDCFA39411CA2CEA /* Project object */;
}