Subversion Repository Public Repository

Nextrek

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
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
// !$*UTF8*$!
{
	archiveVersion = 1;
	classes = {
	};
	objectVersion = 46;
	objects = {

/* Begin PBXBuildFile section */
		BF58854E16FDE7150051AAD4 /* guida.png in Resources */ = {isa = PBXBuildFile; fileRef = BF58854D16FDE7150051AAD4 /* guida.png */; };
		BF7DDC631784AA5000CA0A28 /* Crashlytics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BF7DDC621784AA5000CA0A28 /* Crashlytics.framework */; };
		BF92111C173F9F1E00AD6EE3 /* libGoogleAdMobAds.a in Frameworks */ = {isa = PBXBuildFile; fileRef = BF92111B173F9F1E00AD6EE3 /* libGoogleAdMobAds.a */; };
		BFEA653D1711FD42008C012A /* Default-568h@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = BFEA653C1711FD42008C012A /* Default-568h@2x.png */; };
		BFEA65401712055B008C012A /* close_iPad.png in Resources */ = {isa = PBXBuildFile; fileRef = BFEA653E1712055B008C012A /* close_iPad.png */; };
		BFEA65411712055B008C012A /* open_iPad.png in Resources */ = {isa = PBXBuildFile; fileRef = BFEA653F1712055B008C012A /* open_iPad.png */; };
		BFEA654417120563008C012A /* close_iPad@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = BFEA654217120563008C012A /* close_iPad@2x.png */; };
		BFEA654517120563008C012A /* open_iPad@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = BFEA654317120563008C012A /* open_iPad@2x.png */; };
		DB0BA6AA16BBD8A400496014 /* ASIAuthenticationDialog.m in Sources */ = {isa = PBXBuildFile; fileRef = DB0BA69016BBD8A400496014 /* ASIAuthenticationDialog.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; };
		DB0BA6AB16BBD8A400496014 /* ASIDownloadCache.m in Sources */ = {isa = PBXBuildFile; fileRef = DB0BA69316BBD8A400496014 /* ASIDownloadCache.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; };
		DB0BA6AC16BBD8A400496014 /* ASIFormDataRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = DB0BA69516BBD8A400496014 /* ASIFormDataRequest.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; };
		DB0BA6AD16BBD8A400496014 /* ASIHTTPRequest.m in Sources */ = {isa = PBXBuildFile; fileRef = DB0BA69716BBD8A400496014 /* ASIHTTPRequest.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; };
		DB0BA6AE16BBD8A400496014 /* ASIInputStream.m in Sources */ = {isa = PBXBuildFile; fileRef = DB0BA69B16BBD8A400496014 /* ASIInputStream.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; };
		DB0BA6AF16BBD8A400496014 /* ASINetworkQueue.m in Sources */ = {isa = PBXBuildFile; fileRef = DB0BA69D16BBD8A400496014 /* ASINetworkQueue.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; };
		DB0BA6B016BBD8A400496014 /* Reachability.m in Sources */ = {isa = PBXBuildFile; fileRef = DB0BA6A216BBD8A400496014 /* Reachability.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; };
		DB0BA6B116BBD8A400496014 /* NetService.m in Sources */ = {isa = PBXBuildFile; fileRef = DB0BA6A416BBD8A400496014 /* NetService.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; };
		DB0BA6B216BBD8A400496014 /* NSDataAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = DB0BA6A716BBD8A400496014 /* NSDataAdditions.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; };
		DB0BA6B316BBD8A400496014 /* TBXML.m in Sources */ = {isa = PBXBuildFile; fileRef = DB0BA6A916BBD8A400496014 /* TBXML.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; };
		DB1582F016C945C9000350ED /* ChannelsVC.m in Sources */ = {isa = PBXBuildFile; fileRef = DB1582EE16C945C9000350ED /* ChannelsVC.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; };
		DB1582F116C945C9000350ED /* ChannelsVC.xib in Resources */ = {isa = PBXBuildFile; fileRef = DB1582EF16C945C9000350ED /* ChannelsVC.xib */; };
		DB1582F616C945FA000350ED /* ChannelsVC_iPad.m in Sources */ = {isa = PBXBuildFile; fileRef = DB1582F416C945FA000350ED /* ChannelsVC_iPad.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; };
		DB1582F716C945FA000350ED /* ChannelsVC_iPad.xib in Resources */ = {isa = PBXBuildFile; fileRef = DB1582F516C945FA000350ED /* ChannelsVC_iPad.xib */; };
		DB418E5517129FDC006FDA2E /* monitor_57.png in Resources */ = {isa = PBXBuildFile; fileRef = DB418E5417129FDB006FDA2E /* monitor_57.png */; };
		DB418E5717129FEA006FDA2E /* monitor_114.png in Resources */ = {isa = PBXBuildFile; fileRef = DB418E5617129FEA006FDA2E /* monitor_114.png */; };
		DB418E5917129FF6006FDA2E /* monitor_72.png in Resources */ = {isa = PBXBuildFile; fileRef = DB418E5817129FF6006FDA2E /* monitor_72.png */; };
		DB418E5B1712A017006FDA2E /* monitor_144.png in Resources */ = {isa = PBXBuildFile; fileRef = DB418E5A1712A017006FDA2E /* monitor_144.png */; };
		DB418E5D1712A9EA006FDA2E /* Default.png in Resources */ = {isa = PBXBuildFile; fileRef = DB5B90A9170D9A42000C1383 /* Default.png */; };
		DB418E601712AC11006FDA2E /* Default@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = DB418E5F1712AC11006FDA2E /* Default@2x.png */; };
		DB5B90A1170D99C0000C1383 /* close@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = DB5B909F170D99BF000C1383 /* close@2x.png */; };
		DB5B90A2170D99C0000C1383 /* open@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = DB5B90A0170D99BF000C1383 /* open@2x.png */; };
		DB5B90A5170D99CD000C1383 /* close.png in Resources */ = {isa = PBXBuildFile; fileRef = DB5B90A3170D99CD000C1383 /* close.png */; };
		DB5B90A6170D99CD000C1383 /* open.png in Resources */ = {isa = PBXBuildFile; fileRef = DB5B90A4170D99CD000C1383 /* open.png */; };
		DB5B90A8170D9A13000C1383 /* guida@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = DB5B90A7170D9A13000C1383 /* guida@2x.png */; };
		DB5B90AE170D9D17000C1383 /* Default-Portrait@2x~ipad.png in Resources */ = {isa = PBXBuildFile; fileRef = DB5B90AD170D9D17000C1383 /* Default-Portrait@2x~ipad.png */; };
		DB5B90B0170D9D1C000C1383 /* Default-Landscape@2x~ipad.png in Resources */ = {isa = PBXBuildFile; fileRef = DB5B90AF170D9D1C000C1383 /* Default-Landscape@2x~ipad.png */; };
		DB5B90B2170D9D59000C1383 /* Default-Portrait~ipad.png in Resources */ = {isa = PBXBuildFile; fileRef = DB5B90B1170D9D59000C1383 /* Default-Portrait~ipad.png */; };
		DB5B90B4170D9D5D000C1383 /* Default-Landscape~ipad.png in Resources */ = {isa = PBXBuildFile; fileRef = DB5B90B3170D9D5D000C1383 /* Default-Landscape~ipad.png */; };
		DB675AF316E755AE0026A0D6 /* AboutVC.m in Sources */ = {isa = PBXBuildFile; fileRef = DB675AF116E755AE0026A0D6 /* AboutVC.m */; };
		DB675AF416E755AE0026A0D6 /* AboutVC.xib in Resources */ = {isa = PBXBuildFile; fileRef = DB675AF216E755AE0026A0D6 /* AboutVC.xib */; };
		DB675AF616E756510026A0D6 /* 320.png in Resources */ = {isa = PBXBuildFile; fileRef = DB675AF516E756510026A0D6 /* 320.png */; };
		DB675AF816E756590026A0D6 /* 320@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = DB675AF716E756590026A0D6 /* 320@2x.png */; };
		DB6FDA6616F379D000267932 /* BACKGROUND.png in Resources */ = {isa = PBXBuildFile; fileRef = DB6FDA6516F379D000267932 /* BACKGROUND.png */; };
		DB76F465171ED40E00D15119 /* ActivityViewVC.m in Sources */ = {isa = PBXBuildFile; fileRef = DB76F463171ED40E00D15119 /* ActivityViewVC.m */; };
		DB76F466171ED40E00D15119 /* ActivityViewVC.xib in Resources */ = {isa = PBXBuildFile; fileRef = DB76F464171ED40E00D15119 /* ActivityViewVC.xib */; };
		DB81D86516F07CB800A6597F /* ActivityViewFramed.m in Sources */ = {isa = PBXBuildFile; fileRef = DB81D86316F07CB800A6597F /* ActivityViewFramed.m */; };
		DB81D86616F07CB800A6597F /* ActivityViewFramed.xib in Resources */ = {isa = PBXBuildFile; fileRef = DB81D86416F07CB800A6597F /* ActivityViewFramed.xib */; };
		DB835CE316D65DF600545BDB /* ChannelsTVCell.m in Sources */ = {isa = PBXBuildFile; fileRef = DB835CE116D65DF600545BDB /* ChannelsTVCell.m */; };
		DB835CE416D65DF600545BDB /* ChannelsTVCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = DB835CE216D65DF600545BDB /* ChannelsTVCell.xib */; };
		DBA1AF5416E8B65E002139C4 /* AFHTTPClient.m in Sources */ = {isa = PBXBuildFile; fileRef = DBA1AF4016E8B65E002139C4 /* AFHTTPClient.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; };
		DBA1AF5516E8B65E002139C4 /* AFHTTPRequestOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = DBA1AF4216E8B65E002139C4 /* AFHTTPRequestOperation.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; };
		DBA1AF5616E8B65E002139C4 /* AFImageRequestOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = DBA1AF4416E8B65E002139C4 /* AFImageRequestOperation.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; };
		DBA1AF5716E8B65E002139C4 /* AFJSONRequestOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = DBA1AF4616E8B65E002139C4 /* AFJSONRequestOperation.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; };
		DBA1AF5816E8B65E002139C4 /* AFJSONUtilities.m in Sources */ = {isa = PBXBuildFile; fileRef = DBA1AF4816E8B65E002139C4 /* AFJSONUtilities.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; };
		DBA1AF5916E8B65E002139C4 /* AFNetworkActivityIndicatorManager.m in Sources */ = {isa = PBXBuildFile; fileRef = DBA1AF4A16E8B65E002139C4 /* AFNetworkActivityIndicatorManager.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; };
		DBA1AF5A16E8B65E002139C4 /* AFPropertyListRequestOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = DBA1AF4D16E8B65E002139C4 /* AFPropertyListRequestOperation.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; };
		DBA1AF5B16E8B65E002139C4 /* AFURLConnectionOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = DBA1AF4F16E8B65E002139C4 /* AFURLConnectionOperation.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; };
		DBA1AF5C16E8B65E002139C4 /* AFXMLRequestOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = DBA1AF5116E8B65E002139C4 /* AFXMLRequestOperation.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; };
		DBA1AF5D16E8B65E002139C4 /* UIImageView+AFNetworking.m in Sources */ = {isa = PBXBuildFile; fileRef = DBA1AF5316E8B65E002139C4 /* UIImageView+AFNetworking.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; };
		DBA1AF6016E8B777002139C4 /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DBA1AF5E16E8B728002139C4 /* QuartzCore.framework */; };
		DBB0373016E6074C00CABFC0 /* CHANGELOG.md in Resources */ = {isa = PBXBuildFile; fileRef = DBB0372C16E6074C00CABFC0 /* CHANGELOG.md */; };
		DBB0373116E6074C00CABFC0 /* JSONKit.m in Sources */ = {isa = PBXBuildFile; fileRef = DBB0372E16E6074C00CABFC0 /* JSONKit.m */; settings = {COMPILER_FLAGS = "-fno-objc-arc"; }; };
		DBB0373216E6074C00CABFC0 /* README.md in Resources */ = {isa = PBXBuildFile; fileRef = DBB0372F16E6074C00CABFC0 /* README.md */; };
		DBB0373516E60A4C00CABFC0 /* Programma.m in Sources */ = {isa = PBXBuildFile; fileRef = DBB0373416E60A4C00CABFC0 /* Programma.m */; };
		DBB0373816E6119100CABFC0 /* Channel.m in Sources */ = {isa = PBXBuildFile; fileRef = DBB0373716E6119100CABFC0 /* Channel.m */; };
		DBB4CC8116F8AE5B00CAB74B /* ProgrammazioneTVCelliPad.m in Sources */ = {isa = PBXBuildFile; fileRef = DBB4CC7F16F8AE5B00CAB74B /* ProgrammazioneTVCelliPad.m */; };
		DBB4CC8216F8AE5B00CAB74B /* ProgrammazioneTVCelliPad.xib in Resources */ = {isa = PBXBuildFile; fileRef = DBB4CC8016F8AE5B00CAB74B /* ProgrammazioneTVCelliPad.xib */; };
		DBC9FB4716E4F1FE00044262 /* ChannelsTVCelliPad.m in Sources */ = {isa = PBXBuildFile; fileRef = DBC9FB4516E4F1FE00044262 /* ChannelsTVCelliPad.m */; };
		DBC9FB4816E4F1FE00044262 /* ChannelsTVCelliPad.xib in Resources */ = {isa = PBXBuildFile; fileRef = DBC9FB4616E4F1FE00044262 /* ChannelsTVCelliPad.xib */; };
		DBC9FB4C16E5064600044262 /* ProgrammazioneTVCell.m in Sources */ = {isa = PBXBuildFile; fileRef = DBC9FB4A16E5064500044262 /* ProgrammazioneTVCell.m */; };
		DBC9FB4D16E5064600044262 /* ProgrammazioneTVCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = DBC9FB4B16E5064500044262 /* ProgrammazioneTVCell.xib */; };
		DBD3D04316B8121E00066200 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DBD3D04216B8121E00066200 /* UIKit.framework */; };
		DBD3D04516B8121E00066200 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DBD3D04416B8121E00066200 /* Foundation.framework */; };
		DBD3D04716B8121E00066200 /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DBD3D04616B8121E00066200 /* CoreGraphics.framework */; };
		DBD3D04F16B8121E00066200 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = DBD3D04E16B8121E00066200 /* main.m */; };
		DBD3D05316B8121E00066200 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = DBD3D05216B8121E00066200 /* AppDelegate.m */; };
		DBD3D07016B812B000066200 /* AdSupport.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DBD3D06816B812B000066200 /* AdSupport.framework */; };
		DBD3D07116B812B000066200 /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DBD3D06916B812B000066200 /* AudioToolbox.framework */; };
		DBD3D07216B812B000066200 /* CFNetwork.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DBD3D06A16B812B000066200 /* CFNetwork.framework */; };
		DBD3D07316B812B000066200 /* libz.1.2.5.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = DBD3D06B16B812B000066200 /* libz.1.2.5.dylib */; };
		DBD3D07416B812B000066200 /* MessageUI.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DBD3D06C16B812B000066200 /* MessageUI.framework */; };
		DBD3D07516B812B000066200 /* MobileCoreServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DBD3D06D16B812B000066200 /* MobileCoreServices.framework */; };
		DBD3D07616B812B000066200 /* StoreKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DBD3D06E16B812B000066200 /* StoreKit.framework */; };
		DBD3D07716B812B000066200 /* SystemConfiguration.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DBD3D06F16B812B000066200 /* SystemConfiguration.framework */; };
		DBD3D07F16B8134E00066200 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = DBD3D07E16B8134E00066200 /* InfoPlist.strings */; };
		DBD3D0B816B8136200066200 /* DataManager.m in Sources */ = {isa = PBXBuildFile; fileRef = DBD3D08C16B8136100066200 /* DataManager.m */; };
		DBD3D0B916B8136200066200 /* Error.m in Sources */ = {isa = PBXBuildFile; fileRef = DBD3D09616B8136100066200 /* Error.m */; };
		DBD3D0C516B8136200066200 /* Utilities.m in Sources */ = {isa = PBXBuildFile; fileRef = DBD3D0B616B8136200066200 /* Utilities.m */; };
		DBD3D0CD16B8231B00066200 /* LandVC_iPhone.m in Sources */ = {isa = PBXBuildFile; fileRef = DBD3D0CB16B8231B00066200 /* LandVC_iPhone.m */; };
		DBD3D0CE16B8231B00066200 /* LandVC_iPhone.xib in Resources */ = {isa = PBXBuildFile; fileRef = DBD3D0CC16B8231B00066200 /* LandVC_iPhone.xib */; };
		DBD3D0D216B8232E00066200 /* LandVC_iPad.m in Sources */ = {isa = PBXBuildFile; fileRef = DBD3D0D016B8232E00066200 /* LandVC_iPad.m */; };
		DBD3D0D316B8232E00066200 /* LandVC_iPad.xib in Resources */ = {isa = PBXBuildFile; fileRef = DBD3D0D116B8232E00066200 /* LandVC_iPad.xib */; };
		DBEC002C16B9258000FE6EF7 /* MediaPlayer.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DBEC002B16B9258000FE6EF7 /* MediaPlayer.framework */; };
/* End PBXBuildFile section */

/* Begin PBXFileReference section */
		BF58854D16FDE7150051AAD4 /* guida.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = guida.png; sourceTree = "<group>"; };
		BF7DDC621784AA5000CA0A28 /* Crashlytics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; path = Crashlytics.framework; sourceTree = "<group>"; };
		BF92111B173F9F1E00AD6EE3 /* libGoogleAdMobAds.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = libGoogleAdMobAds.a; sourceTree = "<group>"; };
		BFEA653C1711FD42008C012A /* Default-568h@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default-568h@2x.png"; sourceTree = "<group>"; };
		BFEA653E1712055B008C012A /* close_iPad.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = close_iPad.png; sourceTree = "<group>"; };
		BFEA653F1712055B008C012A /* open_iPad.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = open_iPad.png; sourceTree = "<group>"; };
		BFEA654217120563008C012A /* close_iPad@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "close_iPad@2x.png"; sourceTree = "<group>"; };
		BFEA654317120563008C012A /* open_iPad@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "open_iPad@2x.png"; sourceTree = "<group>"; };
		DB0BA68F16BBD8A400496014 /* ASIAuthenticationDialog.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ASIAuthenticationDialog.h; sourceTree = "<group>"; };
		DB0BA69016BBD8A400496014 /* ASIAuthenticationDialog.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ASIAuthenticationDialog.m; sourceTree = "<group>"; };
		DB0BA69116BBD8A400496014 /* ASICacheDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ASICacheDelegate.h; sourceTree = "<group>"; };
		DB0BA69216BBD8A400496014 /* ASIDownloadCache.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ASIDownloadCache.h; sourceTree = "<group>"; };
		DB0BA69316BBD8A400496014 /* ASIDownloadCache.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ASIDownloadCache.m; sourceTree = "<group>"; };
		DB0BA69416BBD8A400496014 /* ASIFormDataRequest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ASIFormDataRequest.h; sourceTree = "<group>"; };
		DB0BA69516BBD8A400496014 /* ASIFormDataRequest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ASIFormDataRequest.m; sourceTree = "<group>"; };
		DB0BA69616BBD8A400496014 /* ASIHTTPRequest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ASIHTTPRequest.h; sourceTree = "<group>"; };
		DB0BA69716BBD8A400496014 /* ASIHTTPRequest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ASIHTTPRequest.m; sourceTree = "<group>"; };
		DB0BA69816BBD8A400496014 /* ASIHTTPRequestConfig.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ASIHTTPRequestConfig.h; sourceTree = "<group>"; };
		DB0BA69916BBD8A400496014 /* ASIHTTPRequestDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ASIHTTPRequestDelegate.h; sourceTree = "<group>"; };
		DB0BA69A16BBD8A400496014 /* ASIInputStream.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ASIInputStream.h; sourceTree = "<group>"; };
		DB0BA69B16BBD8A400496014 /* ASIInputStream.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ASIInputStream.m; sourceTree = "<group>"; };
		DB0BA69C16BBD8A400496014 /* ASINetworkQueue.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ASINetworkQueue.h; sourceTree = "<group>"; };
		DB0BA69D16BBD8A400496014 /* ASINetworkQueue.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ASINetworkQueue.m; sourceTree = "<group>"; };
		DB0BA69E16BBD8A400496014 /* ASIProgressDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ASIProgressDelegate.h; sourceTree = "<group>"; };
		DB0BA6A116BBD8A400496014 /* Reachability.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Reachability.h; sourceTree = "<group>"; };
		DB0BA6A216BBD8A400496014 /* Reachability.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Reachability.m; sourceTree = "<group>"; };
		DB0BA6A316BBD8A400496014 /* NetService.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NetService.h; sourceTree = "<group>"; };
		DB0BA6A416BBD8A400496014 /* NetService.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = NetService.m; sourceTree = "<group>"; };
		DB0BA6A616BBD8A400496014 /* NSDataAdditions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = NSDataAdditions.h; sourceTree = "<group>"; };
		DB0BA6A716BBD8A400496014 /* NSDataAdditions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = NSDataAdditions.m; sourceTree = "<group>"; };
		DB0BA6A816BBD8A400496014 /* TBXML.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TBXML.h; sourceTree = "<group>"; };
		DB0BA6A916BBD8A400496014 /* TBXML.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TBXML.m; sourceTree = "<group>"; };
		DB1582ED16C945C9000350ED /* ChannelsVC.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ChannelsVC.h; sourceTree = "<group>"; };
		DB1582EE16C945C9000350ED /* ChannelsVC.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ChannelsVC.m; sourceTree = "<group>"; };
		DB1582EF16C945C9000350ED /* ChannelsVC.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = ChannelsVC.xib; sourceTree = "<group>"; };
		DB1582F316C945FA000350ED /* ChannelsVC_iPad.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ChannelsVC_iPad.h; sourceTree = "<group>"; };
		DB1582F416C945FA000350ED /* ChannelsVC_iPad.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ChannelsVC_iPad.m; sourceTree = "<group>"; };
		DB1582F516C945FA000350ED /* ChannelsVC_iPad.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = ChannelsVC_iPad.xib; sourceTree = "<group>"; };
		DB418E5417129FDB006FDA2E /* monitor_57.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = monitor_57.png; sourceTree = "<group>"; };
		DB418E5617129FEA006FDA2E /* monitor_114.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = monitor_114.png; sourceTree = "<group>"; };
		DB418E5817129FF6006FDA2E /* monitor_72.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = monitor_72.png; sourceTree = "<group>"; };
		DB418E5A1712A017006FDA2E /* monitor_144.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = monitor_144.png; sourceTree = "<group>"; };
		DB418E5F1712AC11006FDA2E /* Default@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default@2x.png"; sourceTree = "<group>"; };
		DB5B909F170D99BF000C1383 /* close@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "close@2x.png"; sourceTree = "<group>"; };
		DB5B90A0170D99BF000C1383 /* open@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "open@2x.png"; sourceTree = "<group>"; };
		DB5B90A3170D99CD000C1383 /* close.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = close.png; sourceTree = "<group>"; };
		DB5B90A4170D99CD000C1383 /* open.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = open.png; sourceTree = "<group>"; };
		DB5B90A7170D9A13000C1383 /* guida@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "guida@2x.png"; sourceTree = "<group>"; };
		DB5B90A9170D9A42000C1383 /* Default.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = Default.png; sourceTree = "<group>"; };
		DB5B90AD170D9D17000C1383 /* Default-Portrait@2x~ipad.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default-Portrait@2x~ipad.png"; sourceTree = "<group>"; };
		DB5B90AF170D9D1C000C1383 /* Default-Landscape@2x~ipad.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default-Landscape@2x~ipad.png"; sourceTree = "<group>"; };
		DB5B90B1170D9D59000C1383 /* Default-Portrait~ipad.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default-Portrait~ipad.png"; sourceTree = "<group>"; };
		DB5B90B3170D9D5D000C1383 /* Default-Landscape~ipad.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Default-Landscape~ipad.png"; sourceTree = "<group>"; };
		DB675AF016E755AE0026A0D6 /* AboutVC.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AboutVC.h; sourceTree = "<group>"; };
		DB675AF116E755AE0026A0D6 /* AboutVC.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AboutVC.m; sourceTree = "<group>"; };
		DB675AF216E755AE0026A0D6 /* AboutVC.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = AboutVC.xib; sourceTree = "<group>"; };
		DB675AF516E756510026A0D6 /* 320.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = 320.png; sourceTree = "<group>"; };
		DB675AF716E756590026A0D6 /* 320@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "320@2x.png"; sourceTree = "<group>"; };
		DB6FDA6516F379D000267932 /* BACKGROUND.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = BACKGROUND.png; sourceTree = "<group>"; };
		DB76F462171ED40E00D15119 /* ActivityViewVC.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ActivityViewVC.h; sourceTree = "<group>"; };
		DB76F463171ED40E00D15119 /* ActivityViewVC.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ActivityViewVC.m; sourceTree = "<group>"; };
		DB76F464171ED40E00D15119 /* ActivityViewVC.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = ActivityViewVC.xib; sourceTree = "<group>"; };
		DB81D86216F07CB800A6597F /* ActivityViewFramed.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ActivityViewFramed.h; sourceTree = "<group>"; };
		DB81D86316F07CB800A6597F /* ActivityViewFramed.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ActivityViewFramed.m; sourceTree = "<group>"; };
		DB81D86416F07CB800A6597F /* ActivityViewFramed.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = ActivityViewFramed.xib; sourceTree = "<group>"; };
		DB81D86716F07CDE00A6597F /* CodeMacros.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CodeMacros.h; sourceTree = "<group>"; };
		DB835CDA16D61D0300545BDB /* TargetConfig.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TargetConfig.h; sourceTree = "<group>"; };
		DB835CE016D65DF600545BDB /* ChannelsTVCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ChannelsTVCell.h; sourceTree = "<group>"; };
		DB835CE116D65DF600545BDB /* ChannelsTVCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ChannelsTVCell.m; sourceTree = "<group>"; };
		DB835CE216D65DF600545BDB /* ChannelsTVCell.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = ChannelsTVCell.xib; sourceTree = "<group>"; };
		DBA1AF3F16E8B65E002139C4 /* AFHTTPClient.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AFHTTPClient.h; sourceTree = "<group>"; };
		DBA1AF4016E8B65E002139C4 /* AFHTTPClient.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AFHTTPClient.m; sourceTree = "<group>"; };
		DBA1AF4116E8B65E002139C4 /* AFHTTPRequestOperation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AFHTTPRequestOperation.h; sourceTree = "<group>"; };
		DBA1AF4216E8B65E002139C4 /* AFHTTPRequestOperation.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AFHTTPRequestOperation.m; sourceTree = "<group>"; };
		DBA1AF4316E8B65E002139C4 /* AFImageRequestOperation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AFImageRequestOperation.h; sourceTree = "<group>"; };
		DBA1AF4416E8B65E002139C4 /* AFImageRequestOperation.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AFImageRequestOperation.m; sourceTree = "<group>"; };
		DBA1AF4516E8B65E002139C4 /* AFJSONRequestOperation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AFJSONRequestOperation.h; sourceTree = "<group>"; };
		DBA1AF4616E8B65E002139C4 /* AFJSONRequestOperation.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AFJSONRequestOperation.m; sourceTree = "<group>"; };
		DBA1AF4716E8B65E002139C4 /* AFJSONUtilities.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AFJSONUtilities.h; sourceTree = "<group>"; };
		DBA1AF4816E8B65E002139C4 /* AFJSONUtilities.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AFJSONUtilities.m; sourceTree = "<group>"; };
		DBA1AF4916E8B65E002139C4 /* AFNetworkActivityIndicatorManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AFNetworkActivityIndicatorManager.h; sourceTree = "<group>"; };
		DBA1AF4A16E8B65E002139C4 /* AFNetworkActivityIndicatorManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AFNetworkActivityIndicatorManager.m; sourceTree = "<group>"; };
		DBA1AF4B16E8B65E002139C4 /* AFNetworking.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AFNetworking.h; sourceTree = "<group>"; };
		DBA1AF4C16E8B65E002139C4 /* AFPropertyListRequestOperation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AFPropertyListRequestOperation.h; sourceTree = "<group>"; };
		DBA1AF4D16E8B65E002139C4 /* AFPropertyListRequestOperation.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AFPropertyListRequestOperation.m; sourceTree = "<group>"; };
		DBA1AF4E16E8B65E002139C4 /* AFURLConnectionOperation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AFURLConnectionOperation.h; sourceTree = "<group>"; };
		DBA1AF4F16E8B65E002139C4 /* AFURLConnectionOperation.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AFURLConnectionOperation.m; sourceTree = "<group>"; };
		DBA1AF5016E8B65E002139C4 /* AFXMLRequestOperation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AFXMLRequestOperation.h; sourceTree = "<group>"; };
		DBA1AF5116E8B65E002139C4 /* AFXMLRequestOperation.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AFXMLRequestOperation.m; sourceTree = "<group>"; };
		DBA1AF5216E8B65E002139C4 /* UIImageView+AFNetworking.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIImageView+AFNetworking.h"; sourceTree = "<group>"; };
		DBA1AF5316E8B65E002139C4 /* UIImageView+AFNetworking.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIImageView+AFNetworking.m"; sourceTree = "<group>"; };
		DBA1AF5E16E8B728002139C4 /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; };
		DBB0372C16E6074C00CABFC0 /* CHANGELOG.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = CHANGELOG.md; sourceTree = "<group>"; };
		DBB0372D16E6074C00CABFC0 /* JSONKit.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = JSONKit.h; sourceTree = "<group>"; };
		DBB0372E16E6074C00CABFC0 /* JSONKit.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = JSONKit.m; sourceTree = "<group>"; };
		DBB0372F16E6074C00CABFC0 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = README.md; sourceTree = "<group>"; };
		DBB0373316E60A4C00CABFC0 /* Programma.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Programma.h; sourceTree = "<group>"; };
		DBB0373416E60A4C00CABFC0 /* Programma.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Programma.m; sourceTree = "<group>"; };
		DBB0373616E6119100CABFC0 /* Channel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Channel.h; sourceTree = "<group>"; };
		DBB0373716E6119100CABFC0 /* Channel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Channel.m; sourceTree = "<group>"; };
		DBB4CC7E16F8AE5A00CAB74B /* ProgrammazioneTVCelliPad.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ProgrammazioneTVCelliPad.h; sourceTree = "<group>"; };
		DBB4CC7F16F8AE5B00CAB74B /* ProgrammazioneTVCelliPad.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ProgrammazioneTVCelliPad.m; sourceTree = "<group>"; };
		DBB4CC8016F8AE5B00CAB74B /* ProgrammazioneTVCelliPad.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = ProgrammazioneTVCelliPad.xib; sourceTree = "<group>"; };
		DBC9FB4416E4F1FE00044262 /* ChannelsTVCelliPad.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ChannelsTVCelliPad.h; sourceTree = "<group>"; };
		DBC9FB4516E4F1FE00044262 /* ChannelsTVCelliPad.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ChannelsTVCelliPad.m; sourceTree = "<group>"; };
		DBC9FB4616E4F1FE00044262 /* ChannelsTVCelliPad.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = ChannelsTVCelliPad.xib; sourceTree = "<group>"; };
		DBC9FB4916E5064500044262 /* ProgrammazioneTVCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ProgrammazioneTVCell.h; sourceTree = "<group>"; };
		DBC9FB4A16E5064500044262 /* ProgrammazioneTVCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ProgrammazioneTVCell.m; sourceTree = "<group>"; };
		DBC9FB4B16E5064500044262 /* ProgrammazioneTVCell.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = ProgrammazioneTVCell.xib; sourceTree = "<group>"; };
		DBD3D03F16B8121E00066200 /* iPocketVision.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = iPocketVision.app; sourceTree = BUILT_PRODUCTS_DIR; };
		DBD3D04216B8121E00066200 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
		DBD3D04416B8121E00066200 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
		DBD3D04616B8121E00066200 /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
		DBD3D04A16B8121E00066200 /* PocketVision-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "PocketVision-Info.plist"; sourceTree = "<group>"; };
		DBD3D04E16B8121E00066200 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
		DBD3D05016B8121E00066200 /* PocketVision-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "PocketVision-Prefix.pch"; sourceTree = "<group>"; };
		DBD3D05116B8121E00066200 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
		DBD3D05216B8121E00066200 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
		DBD3D06816B812B000066200 /* AdSupport.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AdSupport.framework; path = System/Library/Frameworks/AdSupport.framework; sourceTree = SDKROOT; };
		DBD3D06916B812B000066200 /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioToolbox.framework; path = System/Library/Frameworks/AudioToolbox.framework; sourceTree = SDKROOT; };
		DBD3D06A16B812B000066200 /* CFNetwork.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CFNetwork.framework; path = System/Library/Frameworks/CFNetwork.framework; sourceTree = SDKROOT; };
		DBD3D06B16B812B000066200 /* libz.1.2.5.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libz.1.2.5.dylib; path = usr/lib/libz.1.2.5.dylib; sourceTree = SDKROOT; };
		DBD3D06C16B812B000066200 /* MessageUI.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MessageUI.framework; path = System/Library/Frameworks/MessageUI.framework; sourceTree = SDKROOT; };
		DBD3D06D16B812B000066200 /* MobileCoreServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MobileCoreServices.framework; path = System/Library/Frameworks/MobileCoreServices.framework; sourceTree = SDKROOT; };
		DBD3D06E16B812B000066200 /* StoreKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = StoreKit.framework; path = System/Library/Frameworks/StoreKit.framework; sourceTree = SDKROOT; };
		DBD3D06F16B812B000066200 /* SystemConfiguration.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SystemConfiguration.framework; path = System/Library/Frameworks/SystemConfiguration.framework; sourceTree = SDKROOT; };
		DBD3D07E16B8134E00066200 /* InfoPlist.strings */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.strings; path = InfoPlist.strings; sourceTree = "<group>"; };
		DBD3D08116B8136100066200 /* GADAdMobExtras.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GADAdMobExtras.h; sourceTree = "<group>"; };
		DBD3D08216B8136100066200 /* GADAdNetworkExtras.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GADAdNetworkExtras.h; sourceTree = "<group>"; };
		DBD3D08316B8136100066200 /* GADAdSize.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GADAdSize.h; sourceTree = "<group>"; };
		DBD3D08416B8136100066200 /* GADBannerView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GADBannerView.h; sourceTree = "<group>"; };
		DBD3D08516B8136100066200 /* GADBannerViewDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GADBannerViewDelegate.h; sourceTree = "<group>"; };
		DBD3D08616B8136100066200 /* GADInterstitial.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GADInterstitial.h; sourceTree = "<group>"; };
		DBD3D08716B8136100066200 /* GADInterstitialDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GADInterstitialDelegate.h; sourceTree = "<group>"; };
		DBD3D08816B8136100066200 /* GADRequest.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GADRequest.h; sourceTree = "<group>"; };
		DBD3D08916B8136100066200 /* GADRequestError.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GADRequestError.h; sourceTree = "<group>"; };
		DBD3D08A16B8136100066200 /* AppConfig.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AppConfig.h; sourceTree = "<group>"; };
		DBD3D08B16B8136100066200 /* DataManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DataManager.h; sourceTree = "<group>"; };
		DBD3D08C16B8136100066200 /* DataManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = DataManager.m; sourceTree = "<group>"; };
		DBD3D09516B8136100066200 /* Error.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Error.h; sourceTree = "<group>"; };
		DBD3D09616B8136100066200 /* Error.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Error.m; sourceTree = "<group>"; };
		DBD3D0B416B8136200066200 /* Logger.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Logger.h; sourceTree = "<group>"; };
		DBD3D0B516B8136200066200 /* Utilities.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Utilities.h; sourceTree = "<group>"; };
		DBD3D0B616B8136200066200 /* Utilities.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Utilities.m; sourceTree = "<group>"; };
		DBD3D0CA16B8231B00066200 /* LandVC_iPhone.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LandVC_iPhone.h; sourceTree = "<group>"; };
		DBD3D0CB16B8231B00066200 /* LandVC_iPhone.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LandVC_iPhone.m; sourceTree = "<group>"; };
		DBD3D0CC16B8231B00066200 /* LandVC_iPhone.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = LandVC_iPhone.xib; sourceTree = "<group>"; };
		DBD3D0CF16B8232E00066200 /* LandVC_iPad.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LandVC_iPad.h; sourceTree = "<group>"; };
		DBD3D0D016B8232E00066200 /* LandVC_iPad.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = LandVC_iPad.m; sourceTree = "<group>"; };
		DBD3D0D116B8232E00066200 /* LandVC_iPad.xib */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.xib; path = LandVC_iPad.xib; sourceTree = "<group>"; };
		DBEC002816B9255C00FE6EF7 /* AVFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AVFoundation.framework; path = System/Library/Frameworks/AVFoundation.framework; sourceTree = SDKROOT; };
		DBEC002B16B9258000FE6EF7 /* MediaPlayer.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MediaPlayer.framework; path = System/Library/Frameworks/MediaPlayer.framework; sourceTree = SDKROOT; };
/* End PBXFileReference section */

/* Begin PBXFrameworksBuildPhase section */
		DBD3D03C16B8121E00066200 /* Frameworks */ = {
			isa = PBXFrameworksBuildPhase;
			buildActionMask = 2147483647;
			files = (
				DBA1AF6016E8B777002139C4 /* QuartzCore.framework in Frameworks */,
				DBEC002C16B9258000FE6EF7 /* MediaPlayer.framework in Frameworks */,
				DBD3D07016B812B000066200 /* AdSupport.framework in Frameworks */,
				DBD3D07116B812B000066200 /* AudioToolbox.framework in Frameworks */,
				DBD3D07216B812B000066200 /* CFNetwork.framework in Frameworks */,
				DBD3D07316B812B000066200 /* libz.1.2.5.dylib in Frameworks */,
				DBD3D07416B812B000066200 /* MessageUI.framework in Frameworks */,
				DBD3D07516B812B000066200 /* MobileCoreServices.framework in Frameworks */,
				DBD3D07616B812B000066200 /* StoreKit.framework in Frameworks */,
				DBD3D07716B812B000066200 /* SystemConfiguration.framework in Frameworks */,
				DBD3D04316B8121E00066200 /* UIKit.framework in Frameworks */,
				DBD3D04516B8121E00066200 /* Foundation.framework in Frameworks */,
				DBD3D04716B8121E00066200 /* CoreGraphics.framework in Frameworks */,
				BF92111C173F9F1E00AD6EE3 /* libGoogleAdMobAds.a in Frameworks */,
				BF7DDC631784AA5000CA0A28 /* Crashlytics.framework in Frameworks */,
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXFrameworksBuildPhase section */

/* Begin PBXGroup section */
		DB0BA68E16BBD8A400496014 /* ASIHTTP */ = {
			isa = PBXGroup;
			children = (
				DB0BA68F16BBD8A400496014 /* ASIAuthenticationDialog.h */,
				DB0BA69016BBD8A400496014 /* ASIAuthenticationDialog.m */,
				DB0BA69116BBD8A400496014 /* ASICacheDelegate.h */,
				DB0BA69216BBD8A400496014 /* ASIDownloadCache.h */,
				DB0BA69316BBD8A400496014 /* ASIDownloadCache.m */,
				DB0BA69416BBD8A400496014 /* ASIFormDataRequest.h */,
				DB0BA69516BBD8A400496014 /* ASIFormDataRequest.m */,
				DB0BA69616BBD8A400496014 /* ASIHTTPRequest.h */,
				DB0BA69716BBD8A400496014 /* ASIHTTPRequest.m */,
				DB0BA69816BBD8A400496014 /* ASIHTTPRequestConfig.h */,
				DB0BA69916BBD8A400496014 /* ASIHTTPRequestDelegate.h */,
				DB0BA69A16BBD8A400496014 /* ASIInputStream.h */,
				DB0BA69B16BBD8A400496014 /* ASIInputStream.m */,
				DB0BA69C16BBD8A400496014 /* ASINetworkQueue.h */,
				DB0BA69D16BBD8A400496014 /* ASINetworkQueue.m */,
				DB0BA69E16BBD8A400496014 /* ASIProgressDelegate.h */,
				DB0BA69F16BBD8A400496014 /* External */,
			);
			path = ASIHTTP;
			sourceTree = "<group>";
		};
		DB0BA69F16BBD8A400496014 /* External */ = {
			isa = PBXGroup;
			children = (
				DB0BA6A016BBD8A400496014 /* Reachability */,
			);
			path = External;
			sourceTree = "<group>";
		};
		DB0BA6A016BBD8A400496014 /* Reachability */ = {
			isa = PBXGroup;
			children = (
				DB0BA6A116BBD8A400496014 /* Reachability.h */,
				DB0BA6A216BBD8A400496014 /* Reachability.m */,
			);
			path = Reachability;
			sourceTree = "<group>";
		};
		DB0BA6A516BBD8A400496014 /* TBXML */ = {
			isa = PBXGroup;
			children = (
				DB0BA6A616BBD8A400496014 /* NSDataAdditions.h */,
				DB0BA6A716BBD8A400496014 /* NSDataAdditions.m */,
				DB0BA6A816BBD8A400496014 /* TBXML.h */,
				DB0BA6A916BBD8A400496014 /* TBXML.m */,
			);
			path = TBXML;
			sourceTree = "<group>";
		};
		DB1582EC16C94583000350ED /* ChannelsVC */ = {
			isa = PBXGroup;
			children = (
				DB835CDF16D65DA700545BDB /* ChannelsTableCell */,
				DB1582ED16C945C9000350ED /* ChannelsVC.h */,
				DB1582EE16C945C9000350ED /* ChannelsVC.m */,
				DB1582EF16C945C9000350ED /* ChannelsVC.xib */,
			);
			name = ChannelsVC;
			sourceTree = "<group>";
		};
		DB1582F216C945D8000350ED /* ChannelsVC */ = {
			isa = PBXGroup;
			children = (
				DBC9FB4316E4F1CF00044262 /* ChannelsTableCell */,
				DB1582F316C945FA000350ED /* ChannelsVC_iPad.h */,
				DB1582F416C945FA000350ED /* ChannelsVC_iPad.m */,
				DB1582F516C945FA000350ED /* ChannelsVC_iPad.xib */,
			);
			name = ChannelsVC;
			sourceTree = "<group>";
		};
		DB675AEA16E755840026A0D6 /* Shared */ = {
			isa = PBXGroup;
			children = (
				DB675AF016E755AE0026A0D6 /* AboutVC.h */,
				DB675AF116E755AE0026A0D6 /* AboutVC.m */,
				DB675AF216E755AE0026A0D6 /* AboutVC.xib */,
			);
			path = Shared;
			sourceTree = "<group>";
		};
		DB835CDF16D65DA700545BDB /* ChannelsTableCell */ = {
			isa = PBXGroup;
			children = (
				DB835CE016D65DF600545BDB /* ChannelsTVCell.h */,
				DB835CE116D65DF600545BDB /* ChannelsTVCell.m */,
				DB835CE216D65DF600545BDB /* ChannelsTVCell.xib */,
				DBC9FB4916E5064500044262 /* ProgrammazioneTVCell.h */,
				DBC9FB4A16E5064500044262 /* ProgrammazioneTVCell.m */,
				DBC9FB4B16E5064500044262 /* ProgrammazioneTVCell.xib */,
			);
			name = ChannelsTableCell;
			sourceTree = "<group>";
		};
		DBA1AF3D16E8B65E002139C4 /* ExternalLibraries */ = {
			isa = PBXGroup;
			children = (
				DBA1AF3E16E8B65E002139C4 /* AFNetworking */,
			);
			path = ExternalLibraries;
			sourceTree = "<group>";
		};
		DBA1AF3E16E8B65E002139C4 /* AFNetworking */ = {
			isa = PBXGroup;
			children = (
				DBA1AF3F16E8B65E002139C4 /* AFHTTPClient.h */,
				DBA1AF4016E8B65E002139C4 /* AFHTTPClient.m */,
				DBA1AF4116E8B65E002139C4 /* AFHTTPRequestOperation.h */,
				DBA1AF4216E8B65E002139C4 /* AFHTTPRequestOperation.m */,
				DBA1AF4316E8B65E002139C4 /* AFImageRequestOperation.h */,
				DBA1AF4416E8B65E002139C4 /* AFImageRequestOperation.m */,
				DBA1AF4516E8B65E002139C4 /* AFJSONRequestOperation.h */,
				DBA1AF4616E8B65E002139C4 /* AFJSONRequestOperation.m */,
				DBA1AF4716E8B65E002139C4 /* AFJSONUtilities.h */,
				DBA1AF4816E8B65E002139C4 /* AFJSONUtilities.m */,
				DBA1AF4916E8B65E002139C4 /* AFNetworkActivityIndicatorManager.h */,
				DBA1AF4A16E8B65E002139C4 /* AFNetworkActivityIndicatorManager.m */,
				DBA1AF4B16E8B65E002139C4 /* AFNetworking.h */,
				DBA1AF4C16E8B65E002139C4 /* AFPropertyListRequestOperation.h */,
				DBA1AF4D16E8B65E002139C4 /* AFPropertyListRequestOperation.m */,
				DBA1AF4E16E8B65E002139C4 /* AFURLConnectionOperation.h */,
				DBA1AF4F16E8B65E002139C4 /* AFURLConnectionOperation.m */,
				DBA1AF5016E8B65E002139C4 /* AFXMLRequestOperation.h */,
				DBA1AF5116E8B65E002139C4 /* AFXMLRequestOperation.m */,
				DBA1AF5216E8B65E002139C4 /* UIImageView+AFNetworking.h */,
				DBA1AF5316E8B65E002139C4 /* UIImageView+AFNetworking.m */,
			);
			path = AFNetworking;
			sourceTree = "<group>";
		};
		DBB0372B16E6074C00CABFC0 /* JSONKit */ = {
			isa = PBXGroup;
			children = (
				DBB0372C16E6074C00CABFC0 /* CHANGELOG.md */,
				DBB0372D16E6074C00CABFC0 /* JSONKit.h */,
				DBB0372E16E6074C00CABFC0 /* JSONKit.m */,
				DBB0372F16E6074C00CABFC0 /* README.md */,
			);
			path = JSONKit;
			sourceTree = "<group>";
		};
		DBC9FB4316E4F1CF00044262 /* ChannelsTableCell */ = {
			isa = PBXGroup;
			children = (
				DBC9FB4416E4F1FE00044262 /* ChannelsTVCelliPad.h */,
				DBC9FB4516E4F1FE00044262 /* ChannelsTVCelliPad.m */,
				DBC9FB4616E4F1FE00044262 /* ChannelsTVCelliPad.xib */,
				DBB4CC7E16F8AE5A00CAB74B /* ProgrammazioneTVCelliPad.h */,
				DBB4CC7F16F8AE5B00CAB74B /* ProgrammazioneTVCelliPad.m */,
				DBB4CC8016F8AE5B00CAB74B /* ProgrammazioneTVCelliPad.xib */,
			);
			name = ChannelsTableCell;
			sourceTree = "<group>";
		};
		DBD3D03616B8121E00066200 = {
			isa = PBXGroup;
			children = (
				DB418E5F1712AC11006FDA2E /* Default@2x.png */,
				DB418E5A1712A017006FDA2E /* monitor_144.png */,
				DB418E5817129FF6006FDA2E /* monitor_72.png */,
				DB418E5617129FEA006FDA2E /* monitor_114.png */,
				DB418E5417129FDB006FDA2E /* monitor_57.png */,
				BFEA653C1711FD42008C012A /* Default-568h@2x.png */,
				DB5B90B3170D9D5D000C1383 /* Default-Landscape~ipad.png */,
				DB5B90B1170D9D59000C1383 /* Default-Portrait~ipad.png */,
				DB5B90AF170D9D1C000C1383 /* Default-Landscape@2x~ipad.png */,
				DB5B90AD170D9D17000C1383 /* Default-Portrait@2x~ipad.png */,
				DB5B90A9170D9A42000C1383 /* Default.png */,
				DBD3D04816B8121E00066200 /* PocketVision */,
				DBD3D04116B8121E00066200 /* Frameworks */,
				DBD3D04016B8121E00066200 /* Products */,
			);
			sourceTree = "<group>";
		};
		DBD3D04016B8121E00066200 /* Products */ = {
			isa = PBXGroup;
			children = (
				DBD3D03F16B8121E00066200 /* iPocketVision.app */,
			);
			name = Products;
			sourceTree = "<group>";
		};
		DBD3D04116B8121E00066200 /* Frameworks */ = {
			isa = PBXGroup;
			children = (
				BF7DDC621784AA5000CA0A28 /* Crashlytics.framework */,
				DBD3D06816B812B000066200 /* AdSupport.framework */,
				DBD3D06916B812B000066200 /* AudioToolbox.framework */,
				DBEC002816B9255C00FE6EF7 /* AVFoundation.framework */,
				DBD3D06A16B812B000066200 /* CFNetwork.framework */,
				DBD3D04616B8121E00066200 /* CoreGraphics.framework */,
				DBD3D04416B8121E00066200 /* Foundation.framework */,
				DBD3D06B16B812B000066200 /* libz.1.2.5.dylib */,
				BF92111B173F9F1E00AD6EE3 /* libGoogleAdMobAds.a */,
				DBEC002B16B9258000FE6EF7 /* MediaPlayer.framework */,
				DBD3D06C16B812B000066200 /* MessageUI.framework */,
				DBD3D06D16B812B000066200 /* MobileCoreServices.framework */,
				DBA1AF5E16E8B728002139C4 /* QuartzCore.framework */,
				DBD3D06E16B812B000066200 /* StoreKit.framework */,
				DBD3D06F16B812B000066200 /* SystemConfiguration.framework */,
				DBD3D04216B8121E00066200 /* UIKit.framework */,
			);
			name = Frameworks;
			sourceTree = "<group>";
		};
		DBD3D04816B8121E00066200 /* PocketVision */ = {
			isa = PBXGroup;
			children = (
				DBD3D08016B8136100066200 /* ADSMob */,
				DBD3D08A16B8136100066200 /* AppConfig.h */,
				DBD3D08B16B8136100066200 /* DataManager.h */,
				DBD3D08C16B8136100066200 /* DataManager.m */,
				DBD3D08D16B8136100066200 /* Resources */,
				DBD3D09316B8136100066200 /* Shared */,
				DBD3D0B716B8136200066200 /* VC */,
				DBD3D05116B8121E00066200 /* AppDelegate.h */,
				DBD3D05216B8121E00066200 /* AppDelegate.m */,
				DBD3D04916B8121E00066200 /* Supporting Files */,
			);
			path = PocketVision;
			sourceTree = "<group>";
		};
		DBD3D04916B8121E00066200 /* Supporting Files */ = {
			isa = PBXGroup;
			children = (
				DBD3D04A16B8121E00066200 /* PocketVision-Info.plist */,
				DBD3D07E16B8134E00066200 /* InfoPlist.strings */,
				DBD3D04E16B8121E00066200 /* main.m */,
				DBD3D05016B8121E00066200 /* PocketVision-Prefix.pch */,
			);
			name = "Supporting Files";
			sourceTree = "<group>";
		};
		DBD3D08016B8136100066200 /* ADSMob */ = {
			isa = PBXGroup;
			children = (
				DBD3D08116B8136100066200 /* GADAdMobExtras.h */,
				DBD3D08216B8136100066200 /* GADAdNetworkExtras.h */,
				DBD3D08316B8136100066200 /* GADAdSize.h */,
				DBD3D08416B8136100066200 /* GADBannerView.h */,
				DBD3D08516B8136100066200 /* GADBannerViewDelegate.h */,
				DBD3D08616B8136100066200 /* GADInterstitial.h */,
				DBD3D08716B8136100066200 /* GADInterstitialDelegate.h */,
				DBD3D08816B8136100066200 /* GADRequest.h */,
				DBD3D08916B8136100066200 /* GADRequestError.h */,
			);
			path = ADSMob;
			sourceTree = "<group>";
		};
		DBD3D08D16B8136100066200 /* Resources */ = {
			isa = PBXGroup;
			children = (
				DBD3D08E16B8136100066200 /* Config */,
				DBD3D08F16B8136100066200 /* Images */,
			);
			path = Resources;
			sourceTree = "<group>";
		};
		DBD3D08E16B8136100066200 /* Config */ = {
			isa = PBXGroup;
			children = (
			);
			path = Config;
			sourceTree = "<group>";
		};
		DBD3D08F16B8136100066200 /* Images */ = {
			isa = PBXGroup;
			children = (
				DBD3D09016B8136100066200 /* Base */,
				DBD3D09116B8136100066200 /* Retina(3.5) */,
				DBD3D09216B8136100066200 /* Retina(4.0) */,
			);
			path = Images;
			sourceTree = "<group>";
		};
		DBD3D09016B8136100066200 /* Base */ = {
			isa = PBXGroup;
			children = (
				DB675AF516E756510026A0D6 /* 320.png */,
				DB6FDA6516F379D000267932 /* BACKGROUND.png */,
				DB5B90A3170D99CD000C1383 /* close.png */,
				BFEA653E1712055B008C012A /* close_iPad.png */,
				BF58854D16FDE7150051AAD4 /* guida.png */,
				DB5B90A4170D99CD000C1383 /* open.png */,
				BFEA653F1712055B008C012A /* open_iPad.png */,
			);
			path = Base;
			sourceTree = "<group>";
		};
		DBD3D09116B8136100066200 /* Retina(3.5) */ = {
			isa = PBXGroup;
			children = (
				DB675AF716E756590026A0D6 /* 320@2x.png */,
				DB5B909F170D99BF000C1383 /* close@2x.png */,
				BFEA654217120563008C012A /* close_iPad@2x.png */,
				DB5B90A7170D9A13000C1383 /* guida@2x.png */,
				DB5B90A0170D99BF000C1383 /* open@2x.png */,
				BFEA654317120563008C012A /* open_iPad@2x.png */,
			);
			path = "Retina(3.5)";
			sourceTree = "<group>";
		};
		DBD3D09216B8136100066200 /* Retina(4.0) */ = {
			isa = PBXGroup;
			children = (
			);
			path = "Retina(4.0)";
			sourceTree = "<group>";
		};
		DBD3D09316B8136100066200 /* Shared */ = {
			isa = PBXGroup;
			children = (
				DBD3D09416B8136100066200 /* DataModel */,
				DBD3D09716B8136100066200 /* Networking */,
				DBD3D0B316B8136200066200 /* Utils */,
			);
			path = Shared;
			sourceTree = "<group>";
		};
		DBD3D09416B8136100066200 /* DataModel */ = {
			isa = PBXGroup;
			children = (
				DBB0373616E6119100CABFC0 /* Channel.h */,
				DBB0373716E6119100CABFC0 /* Channel.m */,
				DBD3D09516B8136100066200 /* Error.h */,
				DBD3D09616B8136100066200 /* Error.m */,
				DBB0373316E60A4C00CABFC0 /* Programma.h */,
				DBB0373416E60A4C00CABFC0 /* Programma.m */,
			);
			path = DataModel;
			sourceTree = "<group>";
		};
		DBD3D09716B8136100066200 /* Networking */ = {
			isa = PBXGroup;
			children = (
				DBA1AF3D16E8B65E002139C4 /* ExternalLibraries */,
				DBB0372B16E6074C00CABFC0 /* JSONKit */,
				DB0BA68E16BBD8A400496014 /* ASIHTTP */,
				DB0BA6A316BBD8A400496014 /* NetService.h */,
				DB0BA6A416BBD8A400496014 /* NetService.m */,
				DB0BA6A516BBD8A400496014 /* TBXML */,
			);
			path = Networking;
			sourceTree = "<group>";
		};
		DBD3D0B316B8136200066200 /* Utils */ = {
			isa = PBXGroup;
			children = (
				DB81D86216F07CB800A6597F /* ActivityViewFramed.h */,
				DB81D86316F07CB800A6597F /* ActivityViewFramed.m */,
				DB81D86416F07CB800A6597F /* ActivityViewFramed.xib */,
				DB81D86716F07CDE00A6597F /* CodeMacros.h */,
				DBD3D0B416B8136200066200 /* Logger.h */,
				DB835CDA16D61D0300545BDB /* TargetConfig.h */,
				DBD3D0B516B8136200066200 /* Utilities.h */,
				DBD3D0B616B8136200066200 /* Utilities.m */,
				DB76F462171ED40E00D15119 /* ActivityViewVC.h */,
				DB76F463171ED40E00D15119 /* ActivityViewVC.m */,
				DB76F464171ED40E00D15119 /* ActivityViewVC.xib */,
			);
			path = Utils;
			sourceTree = "<group>";
		};
		DBD3D0B716B8136200066200 /* VC */ = {
			isa = PBXGroup;
			children = (
				DB675AEA16E755840026A0D6 /* Shared */,
				DBD3D0C616B822EC00066200 /* iPad */,
				DBD3D0C716B822EC00066200 /* iPhone */,
			);
			path = VC;
			sourceTree = "<group>";
		};
		DBD3D0C616B822EC00066200 /* iPad */ = {
			isa = PBXGroup;
			children = (
				DB1582F216C945D8000350ED /* ChannelsVC */,
				DBD3D0C916B8230200066200 /* LandVC */,
			);
			path = iPad;
			sourceTree = "<group>";
		};
		DBD3D0C716B822EC00066200 /* iPhone */ = {
			isa = PBXGroup;
			children = (
				DB1582EC16C94583000350ED /* ChannelsVC */,
				DBD3D0C816B822F400066200 /* LandVC */,
			);
			path = iPhone;
			sourceTree = "<group>";
		};
		DBD3D0C816B822F400066200 /* LandVC */ = {
			isa = PBXGroup;
			children = (
				DBD3D0CA16B8231B00066200 /* LandVC_iPhone.h */,
				DBD3D0CB16B8231B00066200 /* LandVC_iPhone.m */,
				DBD3D0CC16B8231B00066200 /* LandVC_iPhone.xib */,
			);
			name = LandVC;
			sourceTree = "<group>";
		};
		DBD3D0C916B8230200066200 /* LandVC */ = {
			isa = PBXGroup;
			children = (
				DBD3D0CF16B8232E00066200 /* LandVC_iPad.h */,
				DBD3D0D016B8232E00066200 /* LandVC_iPad.m */,
				DBD3D0D116B8232E00066200 /* LandVC_iPad.xib */,
			);
			name = LandVC;
			sourceTree = "<group>";
		};
/* End PBXGroup section */

/* Begin PBXNativeTarget section */
		DBD3D03E16B8121E00066200 /* iPocketVision */ = {
			isa = PBXNativeTarget;
			buildConfigurationList = DBD3D06516B8121E00066200 /* Build configuration list for PBXNativeTarget "iPocketVision" */;
			buildPhases = (
				DBD3D03B16B8121E00066200 /* Sources */,
				DBD3D03C16B8121E00066200 /* Frameworks */,
				DBD3D03D16B8121E00066200 /* Resources */,
				BF7DDC611784AA2100CA0A28 /* ShellScript */,
			);
			buildRules = (
			);
			dependencies = (
			);
			name = iPocketVision;
			productName = PocketVision;
			productReference = DBD3D03F16B8121E00066200 /* iPocketVision.app */;
			productType = "com.apple.product-type.application";
		};
/* End PBXNativeTarget section */

/* Begin PBXProject section */
		DBD3D03716B8121E00066200 /* Project object */ = {
			isa = PBXProject;
			attributes = {
				LastUpgradeCheck = 0460;
				ORGANIZATIONNAME = Odyssey;
			};
			buildConfigurationList = DBD3D03A16B8121E00066200 /* Build configuration list for PBXProject "PocketVision" */;
			compatibilityVersion = "Xcode 3.2";
			developmentRegion = English;
			hasScannedForEncodings = 0;
			knownRegions = (
				en,
			);
			mainGroup = DBD3D03616B8121E00066200;
			productRefGroup = DBD3D04016B8121E00066200 /* Products */;
			projectDirPath = "";
			projectRoot = "";
			targets = (
				DBD3D03E16B8121E00066200 /* iPocketVision */,
			);
		};
/* End PBXProject section */

/* Begin PBXResourcesBuildPhase section */
		DBD3D03D16B8121E00066200 /* Resources */ = {
			isa = PBXResourcesBuildPhase;
			buildActionMask = 2147483647;
			files = (
				DBD3D07F16B8134E00066200 /* InfoPlist.strings in Resources */,
				DBD3D0CE16B8231B00066200 /* LandVC_iPhone.xib in Resources */,
				DBD3D0D316B8232E00066200 /* LandVC_iPad.xib in Resources */,
				DB1582F116C945C9000350ED /* ChannelsVC.xib in Resources */,
				DB1582F716C945FA000350ED /* ChannelsVC_iPad.xib in Resources */,
				DB835CE416D65DF600545BDB /* ChannelsTVCell.xib in Resources */,
				DBC9FB4816E4F1FE00044262 /* ChannelsTVCelliPad.xib in Resources */,
				DBC9FB4D16E5064600044262 /* ProgrammazioneTVCell.xib in Resources */,
				DBB0373016E6074C00CABFC0 /* CHANGELOG.md in Resources */,
				DBB0373216E6074C00CABFC0 /* README.md in Resources */,
				DB675AF416E755AE0026A0D6 /* AboutVC.xib in Resources */,
				DB675AF616E756510026A0D6 /* 320.png in Resources */,
				DB675AF816E756590026A0D6 /* 320@2x.png in Resources */,
				DB81D86616F07CB800A6597F /* ActivityViewFramed.xib in Resources */,
				DB6FDA6616F379D000267932 /* BACKGROUND.png in Resources */,
				DBB4CC8216F8AE5B00CAB74B /* ProgrammazioneTVCelliPad.xib in Resources */,
				BF58854E16FDE7150051AAD4 /* guida.png in Resources */,
				DB5B90A1170D99C0000C1383 /* close@2x.png in Resources */,
				DB5B90A2170D99C0000C1383 /* open@2x.png in Resources */,
				DB5B90A5170D99CD000C1383 /* close.png in Resources */,
				DB5B90A6170D99CD000C1383 /* open.png in Resources */,
				DB5B90A8170D9A13000C1383 /* guida@2x.png in Resources */,
				DB5B90AE170D9D17000C1383 /* Default-Portrait@2x~ipad.png in Resources */,
				DB5B90B0170D9D1C000C1383 /* Default-Landscape@2x~ipad.png in Resources */,
				DB5B90B2170D9D59000C1383 /* Default-Portrait~ipad.png in Resources */,
				DB5B90B4170D9D5D000C1383 /* Default-Landscape~ipad.png in Resources */,
				BFEA653D1711FD42008C012A /* Default-568h@2x.png in Resources */,
				BFEA65401712055B008C012A /* close_iPad.png in Resources */,
				BFEA65411712055B008C012A /* open_iPad.png in Resources */,
				BFEA654417120563008C012A /* close_iPad@2x.png in Resources */,
				BFEA654517120563008C012A /* open_iPad@2x.png in Resources */,
				DB418E5517129FDC006FDA2E /* monitor_57.png in Resources */,
				DB418E5717129FEA006FDA2E /* monitor_114.png in Resources */,
				DB418E5917129FF6006FDA2E /* monitor_72.png in Resources */,
				DB418E5B1712A017006FDA2E /* monitor_144.png in Resources */,
				DB418E5D1712A9EA006FDA2E /* Default.png in Resources */,
				DB418E601712AC11006FDA2E /* Default@2x.png in Resources */,
				DB76F466171ED40E00D15119 /* ActivityViewVC.xib in Resources */,
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXResourcesBuildPhase section */

/* Begin PBXShellScriptBuildPhase section */
		BF7DDC611784AA2100CA0A28 /* ShellScript */ = {
			isa = PBXShellScriptBuildPhase;
			buildActionMask = 2147483647;
			files = (
			);
			inputPaths = (
			);
			outputPaths = (
			);
			runOnlyForDeploymentPostprocessing = 0;
			shellPath = /bin/sh;
			shellScript = "./Crashlytics.framework/run 712ffbaada6b31026e6cc638e2a14ab166029703";
		};
/* End PBXShellScriptBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
		DBD3D03B16B8121E00066200 /* Sources */ = {
			isa = PBXSourcesBuildPhase;
			buildActionMask = 2147483647;
			files = (
				DBD3D04F16B8121E00066200 /* main.m in Sources */,
				DBD3D05316B8121E00066200 /* AppDelegate.m in Sources */,
				DBD3D0B816B8136200066200 /* DataManager.m in Sources */,
				DBD3D0B916B8136200066200 /* Error.m in Sources */,
				DBD3D0C516B8136200066200 /* Utilities.m in Sources */,
				DBD3D0CD16B8231B00066200 /* LandVC_iPhone.m in Sources */,
				DBD3D0D216B8232E00066200 /* LandVC_iPad.m in Sources */,
				DB0BA6AA16BBD8A400496014 /* ASIAuthenticationDialog.m in Sources */,
				DB0BA6AB16BBD8A400496014 /* ASIDownloadCache.m in Sources */,
				DB0BA6AC16BBD8A400496014 /* ASIFormDataRequest.m in Sources */,
				DB0BA6AD16BBD8A400496014 /* ASIHTTPRequest.m in Sources */,
				DB0BA6AE16BBD8A400496014 /* ASIInputStream.m in Sources */,
				DB0BA6AF16BBD8A400496014 /* ASINetworkQueue.m in Sources */,
				DB0BA6B016BBD8A400496014 /* Reachability.m in Sources */,
				DB0BA6B116BBD8A400496014 /* NetService.m in Sources */,
				DB0BA6B216BBD8A400496014 /* NSDataAdditions.m in Sources */,
				DB0BA6B316BBD8A400496014 /* TBXML.m in Sources */,
				DB1582F016C945C9000350ED /* ChannelsVC.m in Sources */,
				DB1582F616C945FA000350ED /* ChannelsVC_iPad.m in Sources */,
				DB835CE316D65DF600545BDB /* ChannelsTVCell.m in Sources */,
				DBC9FB4716E4F1FE00044262 /* ChannelsTVCelliPad.m in Sources */,
				DBC9FB4C16E5064600044262 /* ProgrammazioneTVCell.m in Sources */,
				DBB0373116E6074C00CABFC0 /* JSONKit.m in Sources */,
				DBB0373516E60A4C00CABFC0 /* Programma.m in Sources */,
				DBB0373816E6119100CABFC0 /* Channel.m in Sources */,
				DB675AF316E755AE0026A0D6 /* AboutVC.m in Sources */,
				DBA1AF5416E8B65E002139C4 /* AFHTTPClient.m in Sources */,
				DBA1AF5516E8B65E002139C4 /* AFHTTPRequestOperation.m in Sources */,
				DBA1AF5616E8B65E002139C4 /* AFImageRequestOperation.m in Sources */,
				DBA1AF5716E8B65E002139C4 /* AFJSONRequestOperation.m in Sources */,
				DBA1AF5816E8B65E002139C4 /* AFJSONUtilities.m in Sources */,
				DBA1AF5916E8B65E002139C4 /* AFNetworkActivityIndicatorManager.m in Sources */,
				DBA1AF5A16E8B65E002139C4 /* AFPropertyListRequestOperation.m in Sources */,
				DBA1AF5B16E8B65E002139C4 /* AFURLConnectionOperation.m in Sources */,
				DBA1AF5C16E8B65E002139C4 /* AFXMLRequestOperation.m in Sources */,
				DBA1AF5D16E8B65E002139C4 /* UIImageView+AFNetworking.m in Sources */,
				DB81D86516F07CB800A6597F /* ActivityViewFramed.m in Sources */,
				DBB4CC8116F8AE5B00CAB74B /* ProgrammazioneTVCelliPad.m in Sources */,
				DB76F465171ED40E00D15119 /* ActivityViewVC.m in Sources */,
			);
			runOnlyForDeploymentPostprocessing = 0;
		};
/* End PBXSourcesBuildPhase section */

/* Begin XCBuildConfiguration section */
		DBD3D06316B8121E00066200 /* Debug */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				ALWAYS_SEARCH_USER_PATHS = NO;
				CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
				CLANG_CXX_LIBRARY = "libc++";
				CLANG_ENABLE_OBJC_ARC = YES;
				CLANG_WARN_CONSTANT_CONVERSION = YES;
				CLANG_WARN_EMPTY_BODY = YES;
				CLANG_WARN_ENUM_CONVERSION = YES;
				CLANG_WARN_INT_CONVERSION = YES;
				CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
				COPY_PHASE_STRIP = NO;
				GCC_C_LANGUAGE_STANDARD = gnu99;
				GCC_DYNAMIC_NO_PIC = NO;
				GCC_OPTIMIZATION_LEVEL = 0;
				GCC_PREPROCESSOR_DEFINITIONS = (
					"DEBUG=1",
					"$(inherited)",
				);
				GCC_SYMBOLS_PRIVATE_EXTERN = NO;
				GCC_WARN_ABOUT_RETURN_TYPE = YES;
				GCC_WARN_UNINITIALIZED_AUTOS = YES;
				GCC_WARN_UNUSED_VARIABLE = YES;
				IPHONEOS_DEPLOYMENT_TARGET = 5.0;
				ONLY_ACTIVE_ARCH = YES;
				SDKROOT = iphoneos;
				TARGETED_DEVICE_FAMILY = "1,2";
			};
			name = Debug;
		};
		DBD3D06416B8121E00066200 /* Release */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				ALWAYS_SEARCH_USER_PATHS = NO;
				CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
				CLANG_CXX_LIBRARY = "libc++";
				CLANG_ENABLE_OBJC_ARC = YES;
				CLANG_WARN_CONSTANT_CONVERSION = YES;
				CLANG_WARN_EMPTY_BODY = YES;
				CLANG_WARN_ENUM_CONVERSION = YES;
				CLANG_WARN_INT_CONVERSION = YES;
				CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
				CODE_SIGN_IDENTITY = "iPhone Distribution: Nextrek s.r.l.";
				COPY_PHASE_STRIP = YES;
				GCC_C_LANGUAGE_STANDARD = gnu99;
				GCC_WARN_ABOUT_RETURN_TYPE = YES;
				GCC_WARN_UNINITIALIZED_AUTOS = YES;
				GCC_WARN_UNUSED_VARIABLE = YES;
				IPHONEOS_DEPLOYMENT_TARGET = 5.0;
				OTHER_CFLAGS = "-DNS_BLOCK_ASSERTIONS=1";
				PROVISIONING_PROFILE = "B084F6DF-F4F2-482E-949C-56EF08524DDF";
				SDKROOT = iphoneos;
				TARGETED_DEVICE_FAMILY = "1,2";
				VALIDATE_PRODUCT = YES;
			};
			name = Release;
		};
		DBD3D06616B8121E00066200 /* Debug */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				FRAMEWORK_SEARCH_PATHS = (
					"$(inherited)",
					"\"$(SRCROOT)\"",
				);
				GCC_PRECOMPILE_PREFIX_HEADER = YES;
				GCC_PREFIX_HEADER = "PocketVision/PocketVision-Prefix.pch";
				INFOPLIST_FILE = "PocketVision/PocketVision-Info.plist";
				IPHONEOS_DEPLOYMENT_TARGET = 4.3;
				LIBRARY_SEARCH_PATHS = (
					"$(inherited)",
					"\"$(SRCROOT)\"",
				);
				OTHER_LDFLAGS = "-ObjC";
				PRODUCT_NAME = "$(TARGET_NAME)";
				TARGETED_DEVICE_FAMILY = "1,2";
				WRAPPER_EXTENSION = app;
			};
			name = Debug;
		};
		DBD3D06716B8121E00066200 /* Release */ = {
			isa = XCBuildConfiguration;
			buildSettings = {
				CODE_SIGN_IDENTITY = "iPhone Distribution: Nextrek s.r.l. (A8DAPN85E5)";
				FRAMEWORK_SEARCH_PATHS = (
					"$(inherited)",
					"\"$(SRCROOT)\"",
				);
				GCC_PRECOMPILE_PREFIX_HEADER = YES;
				GCC_PREFIX_HEADER = "PocketVision/PocketVision-Prefix.pch";
				INFOPLIST_FILE = "PocketVision/PocketVision-Info.plist";
				IPHONEOS_DEPLOYMENT_TARGET = 4.3;
				LIBRARY_SEARCH_PATHS = (
					"$(inherited)",
					"\"$(SRCROOT)\"",
				);
				OTHER_LDFLAGS = "-ObjC";
				PRODUCT_NAME = "$(TARGET_NAME)";
				PROVISIONING_PROFILE = "1309E9A4-3BB8-45D5-96C0-519EDF0C5808";
				TARGETED_DEVICE_FAMILY = "1,2";
				WRAPPER_EXTENSION = app;
			};
			name = Release;
		};
/* End XCBuildConfiguration section */

/* Begin XCConfigurationList section */
		DBD3D03A16B8121E00066200 /* Build configuration list for PBXProject "PocketVision" */ = {
			isa = XCConfigurationList;
			buildConfigurations = (
				DBD3D06316B8121E00066200 /* Debug */,
				DBD3D06416B8121E00066200 /* Release */,
			);
			defaultConfigurationIsVisible = 0;
			defaultConfigurationName = Release;
		};
		DBD3D06516B8121E00066200 /* Build configuration list for PBXNativeTarget "iPocketVision" */ = {
			isa = XCConfigurationList;
			buildConfigurations = (
				DBD3D06616B8121E00066200 /* Debug */,
				DBD3D06716B8121E00066200 /* Release */,
			);
			defaultConfigurationIsVisible = 0;
			defaultConfigurationName = Release;
		};
/* End XCConfigurationList section */
	};
	rootObject = DBD3D03716B8121E00066200 /* Project object */;
}

Commits for Nextrek/iOS/PocketVision/PocketVision.xcodeproj/project.pbxproj

Diff revisions: vs.
Revision Author Commited Message
62 FAquili picture FAquili Sat 18 Jan, 2014 16:39:26 +0000

PocketVision 1.0