project.pbxproj
56.9 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
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
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 46;
objects = {
/* Begin PBXBuildFile section */
340F156D1C310C390002328B /* UINavigation+Pop.m in Sources */ = {isa = PBXBuildFile; fileRef = 340F156C1C310C390002328B /* UINavigation+Pop.m */; };
500053DE1AFB164500AF7D48 /* untitled.html in Resources */ = {isa = PBXBuildFile; fileRef = 500053DD1AFB164500AF7D48 /* untitled.html */; };
50386F0E1B6F3E43000F62A8 /* YHURLCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 50386EA61B6F3E43000F62A8 /* YHURLCache.m */; };
50386F0F1B6F3E43000F62A8 /* config.xml in Resources */ = {isa = PBXBuildFile; fileRef = 50386EA71B6F3E43000F62A8 /* config.xml */; };
50386F101B6F3E43000F62A8 /* cordova.js in Resources */ = {isa = PBXBuildFile; fileRef = 50386EA81B6F3E43000F62A8 /* cordova.js */; };
50386F111B6F3E43000F62A8 /* CDVCommandQueue.m in Sources */ = {isa = PBXBuildFile; fileRef = 50386EAC1B6F3E43000F62A8 /* CDVCommandQueue.m */; };
50386F121B6F3E43000F62A8 /* CDVConfigParser.m in Sources */ = {isa = PBXBuildFile; fileRef = 50386EAE1B6F3E43000F62A8 /* CDVConfigParser.m */; };
50386F131B6F3E43000F62A8 /* CDVViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 50386EB01B6F3E43000F62A8 /* CDVViewController.m */; };
50386F141B6F3E43000F62A8 /* CDVCommandDelegateImpl.m in Sources */ = {isa = PBXBuildFile; fileRef = 50386EB71B6F3E43000F62A8 /* CDVCommandDelegateImpl.m */; };
50386F151B6F3E43000F62A8 /* CDVHandleOpenURL.m in Sources */ = {isa = PBXBuildFile; fileRef = 50386EB91B6F3E43000F62A8 /* CDVHandleOpenURL.m */; };
50386F161B6F3E43000F62A8 /* CDVInvokedUrlCommand.m in Sources */ = {isa = PBXBuildFile; fileRef = 50386EBB1B6F3E43000F62A8 /* CDVInvokedUrlCommand.m */; };
50386F171B6F3E43000F62A8 /* CDVJSON.m in Sources */ = {isa = PBXBuildFile; fileRef = 50386EBD1B6F3E43000F62A8 /* CDVJSON.m */; };
50386F181B6F3E43000F62A8 /* CDVJSON_private.m in Sources */ = {isa = PBXBuildFile; fileRef = 50386EBF1B6F3E43000F62A8 /* CDVJSON_private.m */; };
50386F191B6F3E43000F62A8 /* CDVLocalStorage.m in Sources */ = {isa = PBXBuildFile; fileRef = 50386EC11B6F3E43000F62A8 /* CDVLocalStorage.m */; };
50386F1A1B6F3E43000F62A8 /* CDVPlugin.m in Sources */ = {isa = PBXBuildFile; fileRef = 50386EC31B6F3E43000F62A8 /* CDVPlugin.m */; };
50386F1B1B6F3E43000F62A8 /* CDVPluginResult.m in Sources */ = {isa = PBXBuildFile; fileRef = 50386EC51B6F3E43000F62A8 /* CDVPluginResult.m */; };
50386F1C1B6F3E43000F62A8 /* CDVURLProtocol.m in Sources */ = {isa = PBXBuildFile; fileRef = 50386EC91B6F3E43000F62A8 /* CDVURLProtocol.m */; };
50386F1D1B6F3E43000F62A8 /* CDVUserAgentUtil.m in Sources */ = {isa = PBXBuildFile; fileRef = 50386ECB1B6F3E43000F62A8 /* CDVUserAgentUtil.m */; };
50386F1E1B6F3E43000F62A8 /* CDVWebViewDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 50386ECD1B6F3E43000F62A8 /* CDVWebViewDelegate.m */; };
50386F1F1B6F3E43000F62A8 /* CDVWhitelist.m in Sources */ = {isa = PBXBuildFile; fileRef = 50386ECF1B6F3E43000F62A8 /* CDVWhitelist.m */; };
50386F201B6F3E43000F62A8 /* CDVTimer.m in Sources */ = {isa = PBXBuildFile; fileRef = 50386ED31B6F3E43000F62A8 /* CDVTimer.m */; };
50386F211B6F3E43000F62A8 /* NSArray+Comparisons.m in Sources */ = {isa = PBXBuildFile; fileRef = 50386ED51B6F3E43000F62A8 /* NSArray+Comparisons.m */; };
50386F221B6F3E43000F62A8 /* NSData+Base64.m in Sources */ = {isa = PBXBuildFile; fileRef = 50386ED71B6F3E43000F62A8 /* NSData+Base64.m */; };
50386F231B6F3E43000F62A8 /* NSDictionary+Extensions.m in Sources */ = {isa = PBXBuildFile; fileRef = 50386ED91B6F3E43000F62A8 /* NSDictionary+Extensions.m */; };
50386F241B6F3E43000F62A8 /* NSMutableArray+QueueAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = 50386EDB1B6F3E43000F62A8 /* NSMutableArray+QueueAdditions.m */; };
50386F251B6F3E43000F62A8 /* UIDevice+Extensions.m in Sources */ = {isa = PBXBuildFile; fileRef = 50386EDD1B6F3E43000F62A8 /* UIDevice+Extensions.m */; };
50386F261B6F3E43000F62A8 /* CDVYHInterface.m in Sources */ = {isa = PBXBuildFile; fileRef = 50386EE01B6F3E43000F62A8 /* CDVYHInterface.m */; };
50386F271B6F3E43000F62A8 /* UIImage+CropScaleOrientation.m in Sources */ = {isa = PBXBuildFile; fileRef = 50386EE41B6F3E43000F62A8 /* UIImage+CropScaleOrientation.m */; };
50386F281B6F3E43000F62A8 /* native_camera.js in Resources */ = {isa = PBXBuildFile; fileRef = 50386EE71B6F3E43000F62A8 /* native_camera.js */; };
50386F291B6F3E43000F62A8 /* YHNativeCamera.m in Sources */ = {isa = PBXBuildFile; fileRef = 50386EE91B6F3E43000F62A8 /* YHNativeCamera.m */; };
50386F2A1B6F3E43000F62A8 /* native_device.js in Resources */ = {isa = PBXBuildFile; fileRef = 50386EEB1B6F3E43000F62A8 /* native_device.js */; };
50386F2B1B6F3E43000F62A8 /* YHNativeDevice.m in Sources */ = {isa = PBXBuildFile; fileRef = 50386EED1B6F3E43000F62A8 /* YHNativeDevice.m */; };
50386F2C1B6F3E43000F62A8 /* native_FS.js in Resources */ = {isa = PBXBuildFile; fileRef = 50386EEF1B6F3E43000F62A8 /* native_FS.js */; };
50386F2D1B6F3E43000F62A8 /* YHNativeFS.m in Sources */ = {isa = PBXBuildFile; fileRef = 50386EF11B6F3E43000F62A8 /* YHNativeFS.m */; };
50386F2E1B6F3E43000F62A8 /* native_LBS.js in Resources */ = {isa = PBXBuildFile; fileRef = 50386EF31B6F3E43000F62A8 /* native_LBS.js */; };
50386F2F1B6F3E43000F62A8 /* YHNaviteLBS.m in Sources */ = {isa = PBXBuildFile; fileRef = 50386EF51B6F3E43000F62A8 /* YHNaviteLBS.m */; };
50386F301B6F3E43000F62A8 /* YHNativeMedia.m in Sources */ = {isa = PBXBuildFile; fileRef = 50386EF81B6F3E43000F62A8 /* YHNativeMedia.m */; };
50386F311B6F3E43000F62A8 /* native_motion.js in Resources */ = {isa = PBXBuildFile; fileRef = 50386EFA1B6F3E43000F62A8 /* native_motion.js */; };
50386F321B6F3E43000F62A8 /* YHNativeMotion.m in Sources */ = {isa = PBXBuildFile; fileRef = 50386EFC1B6F3E43000F62A8 /* YHNativeMotion.m */; };
50386F331B6F3E43000F62A8 /* YHNative.m in Sources */ = {isa = PBXBuildFile; fileRef = 50386EFE1B6F3E43000F62A8 /* YHNative.m */; };
50386F341B6F3E43000F62A8 /* YHWebViewProgress.m in Sources */ = {isa = PBXBuildFile; fileRef = 50386F011B6F3E43000F62A8 /* YHWebViewProgress.m */; };
50386F351B6F3E43000F62A8 /* YHWebViewProgressView.m in Sources */ = {isa = PBXBuildFile; fileRef = 50386F031B6F3E43000F62A8 /* YHWebViewProgressView.m */; };
50386F361B6F3E43000F62A8 /* YHExplorerView.m in Sources */ = {isa = PBXBuildFile; fileRef = 50386F061B6F3E43000F62A8 /* YHExplorerView.m */; };
50386F371B6F3E43000F62A8 /* YHExplorerViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 50386F081B6F3E43000F62A8 /* YHExplorerViewController.m */; };
50386F381B6F3E43000F62A8 /* YHLinkDefaultParser.m in Sources */ = {isa = PBXBuildFile; fileRef = 50386F0B1B6F3E43000F62A8 /* YHLinkDefaultParser.m */; };
503FA1C11BA275C9003ACF8E /* product.html in Resources */ = {isa = PBXBuildFile; fileRef = 503FA1C01BA275C9003ACF8E /* product.html */; };
5071B40F1C11734F004A4DFD /* YHNative_Message.m in Sources */ = {isa = PBXBuildFile; fileRef = 5071B40E1C11734F004A4DFD /* YHNative_Message.m */; };
50901E441AA4571D002723B1 /* WebViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 50901E431AA4571D002723B1 /* WebViewController.m */; };
50901E471AA458B6002723B1 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 50901E451AA458B6002723B1 /* Main.storyboard */; };
50A269F71BA6C72F00CA89A4 /* YHNativeClickToShow.m in Sources */ = {isa = PBXBuildFile; fileRef = 50A269F61BA6C72F00CA89A4 /* YHNativeClickToShow.m */; };
50D048C21AA6E28C0033ABAA /* tset.html in Resources */ = {isa = PBXBuildFile; fileRef = 50D048C01AA6E28C0033ABAA /* tset.html */; };
50DA5A481AAD431700EFE4A0 /* test@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 50DA5A471AAD431700EFE4A0 /* test@2x.png */; };
50DE8C511AA83330004DAA9D /* cordova.ios.js in Resources */ = {isa = PBXBuildFile; fileRef = 50DE8C4F1AA83330004DAA9D /* cordova.ios.js */; };
50DE8C521AA83330004DAA9D /* mash.ios.js in Resources */ = {isa = PBXBuildFile; fileRef = 50DE8C501AA83330004DAA9D /* mash.ios.js */; };
50DE8C581AA8402A004DAA9D /* 1.html in Resources */ = {isa = PBXBuildFile; fileRef = 50DE8C571AA8402A004DAA9D /* 1.html */; };
50E3181D1AA0375700D79E9E /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 50E3181C1AA0375700D79E9E /* main.m */; };
50E318201AA0375700D79E9E /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 50E3181F1AA0375700D79E9E /* AppDelegate.m */; };
50E318231AA0375700D79E9E /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 50E318221AA0375700D79E9E /* ViewController.m */; };
50E318281AA0375700D79E9E /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 50E318271AA0375700D79E9E /* Images.xcassets */; };
50E3182B1AA0375700D79E9E /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = 50E318291AA0375700D79E9E /* LaunchScreen.xib */; };
50E318371AA0375700D79E9E /* YohoExplorerDemoTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 50E318361AA0375700D79E9E /* YohoExplorerDemoTests.m */; };
50E9DD321AA9809D00D42064 /* Release_carmer_btn_n@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = 50E9DD311AA9809D00D42064 /* Release_carmer_btn_n@2x.png */; };
/* End PBXBuildFile section */
/* Begin PBXContainerItemProxy section */
50E318311AA0375700D79E9E /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 50E3180F1AA0375700D79E9E /* Project object */;
proxyType = 1;
remoteGlobalIDString = 50E318161AA0375700D79E9E;
remoteInfo = YohoExplorerDemo;
};
/* End PBXContainerItemProxy section */
/* Begin PBXFileReference section */
340F156B1C310C390002328B /* UINavigation+Pop.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UINavigation+Pop.h"; sourceTree = "<group>"; };
340F156C1C310C390002328B /* UINavigation+Pop.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UINavigation+Pop.m"; sourceTree = "<group>"; };
500053DD1AFB164500AF7D48 /* untitled.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = untitled.html; sourceTree = "<group>"; };
50386EA51B6F3E43000F62A8 /* YHURLCache.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YHURLCache.h; sourceTree = "<group>"; };
50386EA61B6F3E43000F62A8 /* YHURLCache.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YHURLCache.m; sourceTree = "<group>"; };
50386EA71B6F3E43000F62A8 /* config.xml */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = config.xml; sourceTree = "<group>"; };
50386EA81B6F3E43000F62A8 /* cordova.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = cordova.js; sourceTree = "<group>"; };
50386EAB1B6F3E43000F62A8 /* CDVCommandQueue.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CDVCommandQueue.h; sourceTree = "<group>"; };
50386EAC1B6F3E43000F62A8 /* CDVCommandQueue.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CDVCommandQueue.m; sourceTree = "<group>"; };
50386EAD1B6F3E43000F62A8 /* CDVConfigParser.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CDVConfigParser.h; sourceTree = "<group>"; };
50386EAE1B6F3E43000F62A8 /* CDVConfigParser.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CDVConfigParser.m; sourceTree = "<group>"; };
50386EAF1B6F3E43000F62A8 /* CDVViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CDVViewController.h; sourceTree = "<group>"; };
50386EB01B6F3E43000F62A8 /* CDVViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CDVViewController.m; sourceTree = "<group>"; };
50386EB21B6F3E43000F62A8 /* CDV.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CDV.h; sourceTree = "<group>"; };
50386EB31B6F3E43000F62A8 /* CDVAvailability.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CDVAvailability.h; sourceTree = "<group>"; };
50386EB41B6F3E43000F62A8 /* CDVAvailabilityDeprecated.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CDVAvailabilityDeprecated.h; sourceTree = "<group>"; };
50386EB51B6F3E43000F62A8 /* CDVCommandDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CDVCommandDelegate.h; sourceTree = "<group>"; };
50386EB61B6F3E43000F62A8 /* CDVCommandDelegateImpl.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CDVCommandDelegateImpl.h; sourceTree = "<group>"; };
50386EB71B6F3E43000F62A8 /* CDVCommandDelegateImpl.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CDVCommandDelegateImpl.m; sourceTree = "<group>"; };
50386EB81B6F3E43000F62A8 /* CDVHandleOpenURL.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CDVHandleOpenURL.h; sourceTree = "<group>"; };
50386EB91B6F3E43000F62A8 /* CDVHandleOpenURL.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CDVHandleOpenURL.m; sourceTree = "<group>"; };
50386EBA1B6F3E43000F62A8 /* CDVInvokedUrlCommand.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CDVInvokedUrlCommand.h; sourceTree = "<group>"; };
50386EBB1B6F3E43000F62A8 /* CDVInvokedUrlCommand.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CDVInvokedUrlCommand.m; sourceTree = "<group>"; };
50386EBC1B6F3E43000F62A8 /* CDVJSON.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CDVJSON.h; sourceTree = "<group>"; };
50386EBD1B6F3E43000F62A8 /* CDVJSON.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CDVJSON.m; sourceTree = "<group>"; };
50386EBE1B6F3E43000F62A8 /* CDVJSON_private.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CDVJSON_private.h; sourceTree = "<group>"; };
50386EBF1B6F3E43000F62A8 /* CDVJSON_private.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CDVJSON_private.m; sourceTree = "<group>"; };
50386EC01B6F3E43000F62A8 /* CDVLocalStorage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CDVLocalStorage.h; sourceTree = "<group>"; };
50386EC11B6F3E43000F62A8 /* CDVLocalStorage.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CDVLocalStorage.m; sourceTree = "<group>"; };
50386EC21B6F3E43000F62A8 /* CDVPlugin.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CDVPlugin.h; sourceTree = "<group>"; };
50386EC31B6F3E43000F62A8 /* CDVPlugin.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CDVPlugin.m; sourceTree = "<group>"; };
50386EC41B6F3E43000F62A8 /* CDVPluginResult.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CDVPluginResult.h; sourceTree = "<group>"; };
50386EC51B6F3E43000F62A8 /* CDVPluginResult.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CDVPluginResult.m; sourceTree = "<group>"; };
50386EC61B6F3E43000F62A8 /* CDVScreenOrientationDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CDVScreenOrientationDelegate.h; sourceTree = "<group>"; };
50386EC71B6F3E43000F62A8 /* CDVShared.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CDVShared.h; sourceTree = "<group>"; };
50386EC81B6F3E43000F62A8 /* CDVURLProtocol.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CDVURLProtocol.h; sourceTree = "<group>"; };
50386EC91B6F3E43000F62A8 /* CDVURLProtocol.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CDVURLProtocol.m; sourceTree = "<group>"; };
50386ECA1B6F3E43000F62A8 /* CDVUserAgentUtil.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CDVUserAgentUtil.h; sourceTree = "<group>"; };
50386ECB1B6F3E43000F62A8 /* CDVUserAgentUtil.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CDVUserAgentUtil.m; sourceTree = "<group>"; };
50386ECC1B6F3E43000F62A8 /* CDVWebViewDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CDVWebViewDelegate.h; sourceTree = "<group>"; };
50386ECD1B6F3E43000F62A8 /* CDVWebViewDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CDVWebViewDelegate.m; sourceTree = "<group>"; };
50386ECE1B6F3E43000F62A8 /* CDVWhitelist.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CDVWhitelist.h; sourceTree = "<group>"; };
50386ECF1B6F3E43000F62A8 /* CDVWhitelist.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CDVWhitelist.m; sourceTree = "<group>"; };
50386ED11B6F3E43000F62A8 /* CDVDebug.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CDVDebug.h; sourceTree = "<group>"; };
50386ED21B6F3E43000F62A8 /* CDVTimer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CDVTimer.h; sourceTree = "<group>"; };
50386ED31B6F3E43000F62A8 /* CDVTimer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CDVTimer.m; sourceTree = "<group>"; };
50386ED41B6F3E43000F62A8 /* NSArray+Comparisons.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSArray+Comparisons.h"; sourceTree = "<group>"; };
50386ED51B6F3E43000F62A8 /* NSArray+Comparisons.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSArray+Comparisons.m"; sourceTree = "<group>"; };
50386ED61B6F3E43000F62A8 /* NSData+Base64.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSData+Base64.h"; sourceTree = "<group>"; };
50386ED71B6F3E43000F62A8 /* NSData+Base64.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSData+Base64.m"; sourceTree = "<group>"; };
50386ED81B6F3E43000F62A8 /* NSDictionary+Extensions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSDictionary+Extensions.h"; sourceTree = "<group>"; };
50386ED91B6F3E43000F62A8 /* NSDictionary+Extensions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSDictionary+Extensions.m"; sourceTree = "<group>"; };
50386EDA1B6F3E43000F62A8 /* NSMutableArray+QueueAdditions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSMutableArray+QueueAdditions.h"; sourceTree = "<group>"; };
50386EDB1B6F3E43000F62A8 /* NSMutableArray+QueueAdditions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSMutableArray+QueueAdditions.m"; sourceTree = "<group>"; };
50386EDC1B6F3E43000F62A8 /* UIDevice+Extensions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIDevice+Extensions.h"; sourceTree = "<group>"; };
50386EDD1B6F3E43000F62A8 /* UIDevice+Extensions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIDevice+Extensions.m"; sourceTree = "<group>"; };
50386EDF1B6F3E43000F62A8 /* CDVYHInterface.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CDVYHInterface.h; sourceTree = "<group>"; };
50386EE01B6F3E43000F62A8 /* CDVYHInterface.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = CDVYHInterface.m; sourceTree = "<group>"; };
50386EE11B6F3E43000F62A8 /* CDVYHInterfaceDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = CDVYHInterfaceDelegate.h; sourceTree = "<group>"; };
50386EE31B6F3E43000F62A8 /* UIImage+CropScaleOrientation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIImage+CropScaleOrientation.h"; sourceTree = "<group>"; };
50386EE41B6F3E43000F62A8 /* UIImage+CropScaleOrientation.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIImage+CropScaleOrientation.m"; sourceTree = "<group>"; };
50386EE71B6F3E43000F62A8 /* native_camera.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = native_camera.js; sourceTree = "<group>"; };
50386EE81B6F3E43000F62A8 /* YHNativeCamera.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YHNativeCamera.h; sourceTree = "<group>"; };
50386EE91B6F3E43000F62A8 /* YHNativeCamera.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YHNativeCamera.m; sourceTree = "<group>"; };
50386EEB1B6F3E43000F62A8 /* native_device.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = native_device.js; sourceTree = "<group>"; };
50386EEC1B6F3E43000F62A8 /* YHNativeDevice.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YHNativeDevice.h; sourceTree = "<group>"; };
50386EED1B6F3E43000F62A8 /* YHNativeDevice.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YHNativeDevice.m; sourceTree = "<group>"; };
50386EEF1B6F3E43000F62A8 /* native_FS.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = native_FS.js; sourceTree = "<group>"; };
50386EF01B6F3E43000F62A8 /* YHNativeFS.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YHNativeFS.h; sourceTree = "<group>"; };
50386EF11B6F3E43000F62A8 /* YHNativeFS.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YHNativeFS.m; sourceTree = "<group>"; };
50386EF31B6F3E43000F62A8 /* native_LBS.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = native_LBS.js; sourceTree = "<group>"; };
50386EF41B6F3E43000F62A8 /* YHNaviteLBS.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YHNaviteLBS.h; sourceTree = "<group>"; };
50386EF51B6F3E43000F62A8 /* YHNaviteLBS.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YHNaviteLBS.m; sourceTree = "<group>"; };
50386EF71B6F3E43000F62A8 /* YHNativeMedia.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YHNativeMedia.h; sourceTree = "<group>"; };
50386EF81B6F3E43000F62A8 /* YHNativeMedia.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YHNativeMedia.m; sourceTree = "<group>"; };
50386EFA1B6F3E43000F62A8 /* native_motion.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = native_motion.js; sourceTree = "<group>"; };
50386EFB1B6F3E43000F62A8 /* YHNativeMotion.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YHNativeMotion.h; sourceTree = "<group>"; };
50386EFC1B6F3E43000F62A8 /* YHNativeMotion.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YHNativeMotion.m; sourceTree = "<group>"; };
50386EFD1B6F3E43000F62A8 /* YHNative.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YHNative.h; sourceTree = "<group>"; };
50386EFE1B6F3E43000F62A8 /* YHNative.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YHNative.m; sourceTree = "<group>"; };
50386F001B6F3E43000F62A8 /* YHWebViewProgress.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YHWebViewProgress.h; sourceTree = "<group>"; };
50386F011B6F3E43000F62A8 /* YHWebViewProgress.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YHWebViewProgress.m; sourceTree = "<group>"; };
50386F021B6F3E43000F62A8 /* YHWebViewProgressView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YHWebViewProgressView.h; sourceTree = "<group>"; };
50386F031B6F3E43000F62A8 /* YHWebViewProgressView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YHWebViewProgressView.m; sourceTree = "<group>"; };
50386F041B6F3E43000F62A8 /* YHWebViewProgressViewProtocol.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YHWebViewProgressViewProtocol.h; sourceTree = "<group>"; };
50386F051B6F3E43000F62A8 /* YHExplorerView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YHExplorerView.h; sourceTree = "<group>"; };
50386F061B6F3E43000F62A8 /* YHExplorerView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YHExplorerView.m; sourceTree = "<group>"; };
50386F071B6F3E43000F62A8 /* YHExplorerViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YHExplorerViewController.h; sourceTree = "<group>"; };
50386F081B6F3E43000F62A8 /* YHExplorerViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YHExplorerViewController.m; sourceTree = "<group>"; };
50386F0A1B6F3E43000F62A8 /* YHLinkDefaultParser.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YHLinkDefaultParser.h; sourceTree = "<group>"; };
50386F0B1B6F3E43000F62A8 /* YHLinkDefaultParser.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YHLinkDefaultParser.m; sourceTree = "<group>"; };
50386F0C1B6F3E43000F62A8 /* YHLinkParserDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YHLinkParserDelegate.h; sourceTree = "<group>"; };
503FA1C01BA275C9003ACF8E /* product.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = product.html; sourceTree = "<group>"; };
5071B40D1C11734F004A4DFD /* YHNative_Message.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YHNative_Message.h; sourceTree = "<group>"; };
5071B40E1C11734F004A4DFD /* YHNative_Message.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YHNative_Message.m; sourceTree = "<group>"; };
50901E421AA4571D002723B1 /* WebViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WebViewController.h; sourceTree = "<group>"; };
50901E431AA4571D002723B1 /* WebViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = WebViewController.m; sourceTree = "<group>"; };
50901E461AA458B6002723B1 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
5093BBE91ACCE3C70085A053 /* PrefixHeader.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = PrefixHeader.pch; sourceTree = "<group>"; };
50A269F51BA6C72F00CA89A4 /* YHNativeClickToShow.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YHNativeClickToShow.h; sourceTree = "<group>"; };
50A269F61BA6C72F00CA89A4 /* YHNativeClickToShow.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YHNativeClickToShow.m; sourceTree = "<group>"; };
50D048C01AA6E28C0033ABAA /* tset.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = tset.html; sourceTree = "<group>"; };
50DA5A471AAD431700EFE4A0 /* test@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "test@2x.png"; sourceTree = "<group>"; };
50DE8C4F1AA83330004DAA9D /* cordova.ios.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = cordova.ios.js; sourceTree = "<group>"; };
50DE8C501AA83330004DAA9D /* mash.ios.js */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.javascript; path = mash.ios.js; sourceTree = "<group>"; };
50DE8C571AA8402A004DAA9D /* 1.html */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = 1.html; sourceTree = "<group>"; };
50E318171AA0375700D79E9E /* YohoExplorerDemo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = YohoExplorerDemo.app; sourceTree = BUILT_PRODUCTS_DIR; };
50E3181B1AA0375700D79E9E /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
50E3181C1AA0375700D79E9E /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
50E3181E1AA0375700D79E9E /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
50E3181F1AA0375700D79E9E /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
50E318211AA0375700D79E9E /* ViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = "<group>"; };
50E318221AA0375700D79E9E /* ViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = "<group>"; };
50E318271AA0375700D79E9E /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
50E3182A1AA0375700D79E9E /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/LaunchScreen.xib; sourceTree = "<group>"; };
50E318301AA0375700D79E9E /* YohoExplorerDemoTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = YohoExplorerDemoTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
50E318351AA0375700D79E9E /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
50E318361AA0375700D79E9E /* YohoExplorerDemoTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = YohoExplorerDemoTests.m; sourceTree = "<group>"; };
50E9DD311AA9809D00D42064 /* Release_carmer_btn_n@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "Release_carmer_btn_n@2x.png"; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
50E318141AA0375700D79E9E /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
50E3182D1AA0375700D79E9E /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
340F156A1C310C390002328B /* UINavigation+Pop */ = {
isa = PBXGroup;
children = (
340F156B1C310C390002328B /* UINavigation+Pop.h */,
340F156C1C310C390002328B /* UINavigation+Pop.m */,
);
path = "UINavigation+Pop";
sourceTree = "<group>";
};
50386EA11B6F3E43000F62A8 /* YHExplorer */ = {
isa = PBXGroup;
children = (
340F156A1C310C390002328B /* UINavigation+Pop */,
50386EA21B6F3E43000F62A8 /* Cache */,
50386EA71B6F3E43000F62A8 /* config.xml */,
50386EA81B6F3E43000F62A8 /* cordova.js */,
50386EA91B6F3E43000F62A8 /* CordovaLib */,
50386EDE1B6F3E43000F62A8 /* CordovaPlugins */,
50386EE21B6F3E43000F62A8 /* Extend */,
50386EE51B6F3E43000F62A8 /* NativeActions */,
50386EFF1B6F3E43000F62A8 /* WebProgressView */,
50386F051B6F3E43000F62A8 /* YHExplorerView.h */,
50386F061B6F3E43000F62A8 /* YHExplorerView.m */,
50386F071B6F3E43000F62A8 /* YHExplorerViewController.h */,
50386F081B6F3E43000F62A8 /* YHExplorerViewController.m */,
50386F091B6F3E43000F62A8 /* YHLinkParser */,
);
name = YHExplorer;
path = ../YHExplorer;
sourceTree = "<group>";
};
50386EA21B6F3E43000F62A8 /* Cache */ = {
isa = PBXGroup;
children = (
50386EA51B6F3E43000F62A8 /* YHURLCache.h */,
50386EA61B6F3E43000F62A8 /* YHURLCache.m */,
);
path = Cache;
sourceTree = "<group>";
};
50386EA91B6F3E43000F62A8 /* CordovaLib */ = {
isa = PBXGroup;
children = (
50386EAA1B6F3E43000F62A8 /* Cleaver */,
50386EB11B6F3E43000F62A8 /* Commands */,
50386ED01B6F3E43000F62A8 /* Util */,
);
path = CordovaLib;
sourceTree = "<group>";
};
50386EAA1B6F3E43000F62A8 /* Cleaver */ = {
isa = PBXGroup;
children = (
50386EAB1B6F3E43000F62A8 /* CDVCommandQueue.h */,
50386EAC1B6F3E43000F62A8 /* CDVCommandQueue.m */,
50386EAD1B6F3E43000F62A8 /* CDVConfigParser.h */,
50386EAE1B6F3E43000F62A8 /* CDVConfigParser.m */,
50386EAF1B6F3E43000F62A8 /* CDVViewController.h */,
50386EB01B6F3E43000F62A8 /* CDVViewController.m */,
);
path = Cleaver;
sourceTree = "<group>";
};
50386EB11B6F3E43000F62A8 /* Commands */ = {
isa = PBXGroup;
children = (
50386EB21B6F3E43000F62A8 /* CDV.h */,
50386EB31B6F3E43000F62A8 /* CDVAvailability.h */,
50386EB41B6F3E43000F62A8 /* CDVAvailabilityDeprecated.h */,
50386EB51B6F3E43000F62A8 /* CDVCommandDelegate.h */,
50386EB61B6F3E43000F62A8 /* CDVCommandDelegateImpl.h */,
50386EB71B6F3E43000F62A8 /* CDVCommandDelegateImpl.m */,
50386EB81B6F3E43000F62A8 /* CDVHandleOpenURL.h */,
50386EB91B6F3E43000F62A8 /* CDVHandleOpenURL.m */,
50386EBA1B6F3E43000F62A8 /* CDVInvokedUrlCommand.h */,
50386EBB1B6F3E43000F62A8 /* CDVInvokedUrlCommand.m */,
50386EBC1B6F3E43000F62A8 /* CDVJSON.h */,
50386EBD1B6F3E43000F62A8 /* CDVJSON.m */,
50386EBE1B6F3E43000F62A8 /* CDVJSON_private.h */,
50386EBF1B6F3E43000F62A8 /* CDVJSON_private.m */,
50386EC01B6F3E43000F62A8 /* CDVLocalStorage.h */,
50386EC11B6F3E43000F62A8 /* CDVLocalStorage.m */,
50386EC21B6F3E43000F62A8 /* CDVPlugin.h */,
50386EC31B6F3E43000F62A8 /* CDVPlugin.m */,
50386EC41B6F3E43000F62A8 /* CDVPluginResult.h */,
50386EC51B6F3E43000F62A8 /* CDVPluginResult.m */,
50386EC61B6F3E43000F62A8 /* CDVScreenOrientationDelegate.h */,
50386EC71B6F3E43000F62A8 /* CDVShared.h */,
50386EC81B6F3E43000F62A8 /* CDVURLProtocol.h */,
50386EC91B6F3E43000F62A8 /* CDVURLProtocol.m */,
50386ECA1B6F3E43000F62A8 /* CDVUserAgentUtil.h */,
50386ECB1B6F3E43000F62A8 /* CDVUserAgentUtil.m */,
50386ECC1B6F3E43000F62A8 /* CDVWebViewDelegate.h */,
50386ECD1B6F3E43000F62A8 /* CDVWebViewDelegate.m */,
50386ECE1B6F3E43000F62A8 /* CDVWhitelist.h */,
50386ECF1B6F3E43000F62A8 /* CDVWhitelist.m */,
);
path = Commands;
sourceTree = "<group>";
};
50386ED01B6F3E43000F62A8 /* Util */ = {
isa = PBXGroup;
children = (
50386ED11B6F3E43000F62A8 /* CDVDebug.h */,
50386ED21B6F3E43000F62A8 /* CDVTimer.h */,
50386ED31B6F3E43000F62A8 /* CDVTimer.m */,
50386ED41B6F3E43000F62A8 /* NSArray+Comparisons.h */,
50386ED51B6F3E43000F62A8 /* NSArray+Comparisons.m */,
50386ED61B6F3E43000F62A8 /* NSData+Base64.h */,
50386ED71B6F3E43000F62A8 /* NSData+Base64.m */,
50386ED81B6F3E43000F62A8 /* NSDictionary+Extensions.h */,
50386ED91B6F3E43000F62A8 /* NSDictionary+Extensions.m */,
50386EDA1B6F3E43000F62A8 /* NSMutableArray+QueueAdditions.h */,
50386EDB1B6F3E43000F62A8 /* NSMutableArray+QueueAdditions.m */,
50386EDC1B6F3E43000F62A8 /* UIDevice+Extensions.h */,
50386EDD1B6F3E43000F62A8 /* UIDevice+Extensions.m */,
);
path = Util;
sourceTree = "<group>";
};
50386EDE1B6F3E43000F62A8 /* CordovaPlugins */ = {
isa = PBXGroup;
children = (
50386EDF1B6F3E43000F62A8 /* CDVYHInterface.h */,
50386EE01B6F3E43000F62A8 /* CDVYHInterface.m */,
50386EE11B6F3E43000F62A8 /* CDVYHInterfaceDelegate.h */,
);
path = CordovaPlugins;
sourceTree = "<group>";
};
50386EE21B6F3E43000F62A8 /* Extend */ = {
isa = PBXGroup;
children = (
50386EE31B6F3E43000F62A8 /* UIImage+CropScaleOrientation.h */,
50386EE41B6F3E43000F62A8 /* UIImage+CropScaleOrientation.m */,
);
path = Extend;
sourceTree = "<group>";
};
50386EE51B6F3E43000F62A8 /* NativeActions */ = {
isa = PBXGroup;
children = (
5071B40C1C11732B004A4DFD /* Message */,
50CA26FA1BA6C6D9005E6238 /* ClickImageToShow */,
50386EE61B6F3E43000F62A8 /* Camera */,
50386EEA1B6F3E43000F62A8 /* Device */,
50386EEE1B6F3E43000F62A8 /* FileSystem */,
50386EF21B6F3E43000F62A8 /* LBS */,
50386EF61B6F3E43000F62A8 /* Media */,
50386EF91B6F3E43000F62A8 /* Motion */,
50386EFD1B6F3E43000F62A8 /* YHNative.h */,
50386EFE1B6F3E43000F62A8 /* YHNative.m */,
);
path = NativeActions;
sourceTree = "<group>";
};
50386EE61B6F3E43000F62A8 /* Camera */ = {
isa = PBXGroup;
children = (
50386EE71B6F3E43000F62A8 /* native_camera.js */,
50386EE81B6F3E43000F62A8 /* YHNativeCamera.h */,
50386EE91B6F3E43000F62A8 /* YHNativeCamera.m */,
);
path = Camera;
sourceTree = "<group>";
};
50386EEA1B6F3E43000F62A8 /* Device */ = {
isa = PBXGroup;
children = (
50386EEB1B6F3E43000F62A8 /* native_device.js */,
50386EEC1B6F3E43000F62A8 /* YHNativeDevice.h */,
50386EED1B6F3E43000F62A8 /* YHNativeDevice.m */,
);
path = Device;
sourceTree = "<group>";
};
50386EEE1B6F3E43000F62A8 /* FileSystem */ = {
isa = PBXGroup;
children = (
50386EEF1B6F3E43000F62A8 /* native_FS.js */,
50386EF01B6F3E43000F62A8 /* YHNativeFS.h */,
50386EF11B6F3E43000F62A8 /* YHNativeFS.m */,
);
path = FileSystem;
sourceTree = "<group>";
};
50386EF21B6F3E43000F62A8 /* LBS */ = {
isa = PBXGroup;
children = (
50386EF31B6F3E43000F62A8 /* native_LBS.js */,
50386EF41B6F3E43000F62A8 /* YHNaviteLBS.h */,
50386EF51B6F3E43000F62A8 /* YHNaviteLBS.m */,
);
path = LBS;
sourceTree = "<group>";
};
50386EF61B6F3E43000F62A8 /* Media */ = {
isa = PBXGroup;
children = (
50386EF71B6F3E43000F62A8 /* YHNativeMedia.h */,
50386EF81B6F3E43000F62A8 /* YHNativeMedia.m */,
);
path = Media;
sourceTree = "<group>";
};
50386EF91B6F3E43000F62A8 /* Motion */ = {
isa = PBXGroup;
children = (
50386EFA1B6F3E43000F62A8 /* native_motion.js */,
50386EFB1B6F3E43000F62A8 /* YHNativeMotion.h */,
50386EFC1B6F3E43000F62A8 /* YHNativeMotion.m */,
);
path = Motion;
sourceTree = "<group>";
};
50386EFF1B6F3E43000F62A8 /* WebProgressView */ = {
isa = PBXGroup;
children = (
50386F001B6F3E43000F62A8 /* YHWebViewProgress.h */,
50386F011B6F3E43000F62A8 /* YHWebViewProgress.m */,
50386F021B6F3E43000F62A8 /* YHWebViewProgressView.h */,
50386F031B6F3E43000F62A8 /* YHWebViewProgressView.m */,
50386F041B6F3E43000F62A8 /* YHWebViewProgressViewProtocol.h */,
);
path = WebProgressView;
sourceTree = "<group>";
};
50386F091B6F3E43000F62A8 /* YHLinkParser */ = {
isa = PBXGroup;
children = (
50386F0A1B6F3E43000F62A8 /* YHLinkDefaultParser.h */,
50386F0B1B6F3E43000F62A8 /* YHLinkDefaultParser.m */,
50386F0C1B6F3E43000F62A8 /* YHLinkParserDelegate.h */,
);
path = YHLinkParser;
sourceTree = "<group>";
};
5071B40C1C11732B004A4DFD /* Message */ = {
isa = PBXGroup;
children = (
5071B40D1C11734F004A4DFD /* YHNative_Message.h */,
5071B40E1C11734F004A4DFD /* YHNative_Message.m */,
);
path = Message;
sourceTree = "<group>";
};
50CA26FA1BA6C6D9005E6238 /* ClickImageToShow */ = {
isa = PBXGroup;
children = (
50A269F51BA6C72F00CA89A4 /* YHNativeClickToShow.h */,
50A269F61BA6C72F00CA89A4 /* YHNativeClickToShow.m */,
);
path = ClickImageToShow;
sourceTree = "<group>";
};
50E3180E1AA0375700D79E9E = {
isa = PBXGroup;
children = (
50386EA11B6F3E43000F62A8 /* YHExplorer */,
50E318191AA0375700D79E9E /* YohoExplorerDemo */,
50E318331AA0375700D79E9E /* YohoExplorerDemoTests */,
50E318181AA0375700D79E9E /* Products */,
);
sourceTree = "<group>";
};
50E318181AA0375700D79E9E /* Products */ = {
isa = PBXGroup;
children = (
50E318171AA0375700D79E9E /* YohoExplorerDemo.app */,
50E318301AA0375700D79E9E /* YohoExplorerDemoTests.xctest */,
);
name = Products;
sourceTree = "<group>";
};
50E318191AA0375700D79E9E /* YohoExplorerDemo */ = {
isa = PBXGroup;
children = (
50E3181E1AA0375700D79E9E /* AppDelegate.h */,
50E3181F1AA0375700D79E9E /* AppDelegate.m */,
50E318211AA0375700D79E9E /* ViewController.h */,
50E318221AA0375700D79E9E /* ViewController.m */,
50901E421AA4571D002723B1 /* WebViewController.h */,
50901E431AA4571D002723B1 /* WebViewController.m */,
50901E451AA458B6002723B1 /* Main.storyboard */,
50E318271AA0375700D79E9E /* Images.xcassets */,
50E318291AA0375700D79E9E /* LaunchScreen.xib */,
50E3181A1AA0375700D79E9E /* Supporting Files */,
);
path = YohoExplorerDemo;
sourceTree = "<group>";
};
50E3181A1AA0375700D79E9E /* Supporting Files */ = {
isa = PBXGroup;
children = (
503FA1C01BA275C9003ACF8E /* product.html */,
5093BBE91ACCE3C70085A053 /* PrefixHeader.pch */,
500053DD1AFB164500AF7D48 /* untitled.html */,
50DA5A471AAD431700EFE4A0 /* test@2x.png */,
50E9DD311AA9809D00D42064 /* Release_carmer_btn_n@2x.png */,
50DE8C571AA8402A004DAA9D /* 1.html */,
50D048C01AA6E28C0033ABAA /* tset.html */,
50DE8C4F1AA83330004DAA9D /* cordova.ios.js */,
50DE8C501AA83330004DAA9D /* mash.ios.js */,
50E3181B1AA0375700D79E9E /* Info.plist */,
50E3181C1AA0375700D79E9E /* main.m */,
);
name = "Supporting Files";
sourceTree = "<group>";
};
50E318331AA0375700D79E9E /* YohoExplorerDemoTests */ = {
isa = PBXGroup;
children = (
50E318361AA0375700D79E9E /* YohoExplorerDemoTests.m */,
50E318341AA0375700D79E9E /* Supporting Files */,
);
path = YohoExplorerDemoTests;
sourceTree = "<group>";
};
50E318341AA0375700D79E9E /* Supporting Files */ = {
isa = PBXGroup;
children = (
50E318351AA0375700D79E9E /* Info.plist */,
);
name = "Supporting Files";
sourceTree = "<group>";
};
/* End PBXGroup section */
/* Begin PBXNativeTarget section */
50E318161AA0375700D79E9E /* YohoExplorerDemo */ = {
isa = PBXNativeTarget;
buildConfigurationList = 50E3183A1AA0375700D79E9E /* Build configuration list for PBXNativeTarget "YohoExplorerDemo" */;
buildPhases = (
50E318131AA0375700D79E9E /* Sources */,
50E318141AA0375700D79E9E /* Frameworks */,
50E318151AA0375700D79E9E /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = YohoExplorerDemo;
productName = YohoExplorerDemo;
productReference = 50E318171AA0375700D79E9E /* YohoExplorerDemo.app */;
productType = "com.apple.product-type.application";
};
50E3182F1AA0375700D79E9E /* YohoExplorerDemoTests */ = {
isa = PBXNativeTarget;
buildConfigurationList = 50E3183D1AA0375700D79E9E /* Build configuration list for PBXNativeTarget "YohoExplorerDemoTests" */;
buildPhases = (
50E3182C1AA0375700D79E9E /* Sources */,
50E3182D1AA0375700D79E9E /* Frameworks */,
50E3182E1AA0375700D79E9E /* Resources */,
);
buildRules = (
);
dependencies = (
50E318321AA0375700D79E9E /* PBXTargetDependency */,
);
name = YohoExplorerDemoTests;
productName = YohoExplorerDemoTests;
productReference = 50E318301AA0375700D79E9E /* YohoExplorerDemoTests.xctest */;
productType = "com.apple.product-type.bundle.unit-test";
};
/* End PBXNativeTarget section */
/* Begin PBXProject section */
50E3180F1AA0375700D79E9E /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 0610;
ORGANIZATIONNAME = "gaoqiang xu";
TargetAttributes = {
50E318161AA0375700D79E9E = {
CreatedOnToolsVersion = 6.1.1;
DevelopmentTeam = WKQV5DN8XZ;
};
50E3182F1AA0375700D79E9E = {
CreatedOnToolsVersion = 6.1.1;
TestTargetID = 50E318161AA0375700D79E9E;
};
};
};
buildConfigurationList = 50E318121AA0375700D79E9E /* Build configuration list for PBXProject "YohoExplorerDemo" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
en,
Base,
);
mainGroup = 50E3180E1AA0375700D79E9E;
productRefGroup = 50E318181AA0375700D79E9E /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
50E318161AA0375700D79E9E /* YohoExplorerDemo */,
50E3182F1AA0375700D79E9E /* YohoExplorerDemoTests */,
);
};
/* End PBXProject section */
/* Begin PBXResourcesBuildPhase section */
50E318151AA0375700D79E9E /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
50DE8C511AA83330004DAA9D /* cordova.ios.js in Resources */,
50D048C21AA6E28C0033ABAA /* tset.html in Resources */,
50386F2C1B6F3E43000F62A8 /* native_FS.js in Resources */,
50386F281B6F3E43000F62A8 /* native_camera.js in Resources */,
50E3182B1AA0375700D79E9E /* LaunchScreen.xib in Resources */,
50DA5A481AAD431700EFE4A0 /* test@2x.png in Resources */,
50386F0F1B6F3E43000F62A8 /* config.xml in Resources */,
50386F311B6F3E43000F62A8 /* native_motion.js in Resources */,
503FA1C11BA275C9003ACF8E /* product.html in Resources */,
50DE8C581AA8402A004DAA9D /* 1.html in Resources */,
50901E471AA458B6002723B1 /* Main.storyboard in Resources */,
50386F101B6F3E43000F62A8 /* cordova.js in Resources */,
50E318281AA0375700D79E9E /* Images.xcassets in Resources */,
50DE8C521AA83330004DAA9D /* mash.ios.js in Resources */,
50386F2A1B6F3E43000F62A8 /* native_device.js in Resources */,
50E9DD321AA9809D00D42064 /* Release_carmer_btn_n@2x.png in Resources */,
500053DE1AFB164500AF7D48 /* untitled.html in Resources */,
50386F2E1B6F3E43000F62A8 /* native_LBS.js in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
50E3182E1AA0375700D79E9E /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */
/* Begin PBXSourcesBuildPhase section */
50E318131AA0375700D79E9E /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
50386F321B6F3E43000F62A8 /* YHNativeMotion.m in Sources */,
50386F171B6F3E43000F62A8 /* CDVJSON.m in Sources */,
340F156D1C310C390002328B /* UINavigation+Pop.m in Sources */,
50386F241B6F3E43000F62A8 /* NSMutableArray+QueueAdditions.m in Sources */,
50386F361B6F3E43000F62A8 /* YHExplorerView.m in Sources */,
50386F261B6F3E43000F62A8 /* CDVYHInterface.m in Sources */,
50386F351B6F3E43000F62A8 /* YHWebViewProgressView.m in Sources */,
50386F271B6F3E43000F62A8 /* UIImage+CropScaleOrientation.m in Sources */,
50386F141B6F3E43000F62A8 /* CDVCommandDelegateImpl.m in Sources */,
50386F1A1B6F3E43000F62A8 /* CDVPlugin.m in Sources */,
50386F341B6F3E43000F62A8 /* YHWebViewProgress.m in Sources */,
50386F191B6F3E43000F62A8 /* CDVLocalStorage.m in Sources */,
50E318231AA0375700D79E9E /* ViewController.m in Sources */,
50386F2D1B6F3E43000F62A8 /* YHNativeFS.m in Sources */,
50386F381B6F3E43000F62A8 /* YHLinkDefaultParser.m in Sources */,
50386F221B6F3E43000F62A8 /* NSData+Base64.m in Sources */,
50386F131B6F3E43000F62A8 /* CDVViewController.m in Sources */,
50386F0E1B6F3E43000F62A8 /* YHURLCache.m in Sources */,
5071B40F1C11734F004A4DFD /* YHNative_Message.m in Sources */,
50A269F71BA6C72F00CA89A4 /* YHNativeClickToShow.m in Sources */,
50386F201B6F3E43000F62A8 /* CDVTimer.m in Sources */,
50E318201AA0375700D79E9E /* AppDelegate.m in Sources */,
50386F2B1B6F3E43000F62A8 /* YHNativeDevice.m in Sources */,
50386F121B6F3E43000F62A8 /* CDVConfigParser.m in Sources */,
50901E441AA4571D002723B1 /* WebViewController.m in Sources */,
50386F371B6F3E43000F62A8 /* YHExplorerViewController.m in Sources */,
50386F2F1B6F3E43000F62A8 /* YHNaviteLBS.m in Sources */,
50386F231B6F3E43000F62A8 /* NSDictionary+Extensions.m in Sources */,
50386F251B6F3E43000F62A8 /* UIDevice+Extensions.m in Sources */,
50386F1F1B6F3E43000F62A8 /* CDVWhitelist.m in Sources */,
50386F301B6F3E43000F62A8 /* YHNativeMedia.m in Sources */,
50386F161B6F3E43000F62A8 /* CDVInvokedUrlCommand.m in Sources */,
50386F291B6F3E43000F62A8 /* YHNativeCamera.m in Sources */,
50386F1B1B6F3E43000F62A8 /* CDVPluginResult.m in Sources */,
50386F211B6F3E43000F62A8 /* NSArray+Comparisons.m in Sources */,
50E3181D1AA0375700D79E9E /* main.m in Sources */,
50386F181B6F3E43000F62A8 /* CDVJSON_private.m in Sources */,
50386F151B6F3E43000F62A8 /* CDVHandleOpenURL.m in Sources */,
50386F1E1B6F3E43000F62A8 /* CDVWebViewDelegate.m in Sources */,
50386F111B6F3E43000F62A8 /* CDVCommandQueue.m in Sources */,
50386F331B6F3E43000F62A8 /* YHNative.m in Sources */,
50386F1D1B6F3E43000F62A8 /* CDVUserAgentUtil.m in Sources */,
50386F1C1B6F3E43000F62A8 /* CDVURLProtocol.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
50E3182C1AA0375700D79E9E /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
50E318371AA0375700D79E9E /* YohoExplorerDemoTests.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */
/* Begin PBXTargetDependency section */
50E318321AA0375700D79E9E /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = 50E318161AA0375700D79E9E /* YohoExplorerDemo */;
targetProxy = 50E318311AA0375700D79E9E /* PBXContainerItemProxy */;
};
/* End PBXTargetDependency section */
/* Begin PBXVariantGroup section */
50901E451AA458B6002723B1 /* Main.storyboard */ = {
isa = PBXVariantGroup;
children = (
50901E461AA458B6002723B1 /* Base */,
);
name = Main.storyboard;
sourceTree = "<group>";
};
50E318291AA0375700D79E9E /* LaunchScreen.xib */ = {
isa = PBXVariantGroup;
children = (
50E3182A1AA0375700D79E9E /* Base */,
);
name = LaunchScreen.xib;
sourceTree = "<group>";
};
/* End PBXVariantGroup section */
/* Begin XCBuildConfiguration section */
50E318381AA0375700D79E9E /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COPY_PHASE_STRIP = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
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_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
GCC_WARN_UNDECLARED_SELECTOR = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 8.1;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
};
name = Debug;
};
50E318391AA0375700D79E9E /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COPY_PHASE_STRIP = YES;
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
GCC_WARN_UNDECLARED_SELECTOR = YES;
GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
GCC_WARN_UNUSED_FUNCTION = YES;
GCC_WARN_UNUSED_VARIABLE = YES;
IPHONEOS_DEPLOYMENT_TARGET = 8.1;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos;
VALIDATE_PRODUCT = YES;
};
name = Release;
};
50E3183B1AA0375700D79E9E /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_IDENTITY = "iPhone Developer";
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = YohoExplorerDemo/PrefixHeader.pch;
INFOPLIST_FILE = YohoExplorerDemo/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 6.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
LIBRARY_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)/YHExplorer/CordovaLib",
);
ONLY_ACTIVE_ARCH = NO;
PRODUCT_BUNDLE_IDENTIFIER = com.SealedCompany.YohoExplorerDemo;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE = "aedab98a-ff7e-43b1-a8c3-2e4d1b1a0248";
};
name = Debug;
};
50E3183C1AA0375700D79E9E /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
CODE_SIGN_IDENTITY = "iPhone Developer";
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = YohoExplorerDemo/PrefixHeader.pch;
INFOPLIST_FILE = YohoExplorerDemo/Info.plist;
IPHONEOS_DEPLOYMENT_TARGET = 6.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
LIBRARY_SEARCH_PATHS = (
"$(inherited)",
"$(PROJECT_DIR)/YHExplorer/CordovaLib",
);
ONLY_ACTIVE_ARCH = NO;
PRODUCT_BUNDLE_IDENTIFIER = com.SealedCompany.YohoExplorerDemo;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE = "aedab98a-ff7e-43b1-a8c3-2e4d1b1a0248";
};
name = Release;
};
50E3183E1AA0375700D79E9E /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
BUNDLE_LOADER = "$(TEST_HOST)";
FRAMEWORK_SEARCH_PATHS = (
"$(SDKROOT)/Developer/Library/Frameworks",
"$(inherited)",
);
GCC_PREPROCESSOR_DEFINITIONS = (
"DEBUG=1",
"$(inherited)",
);
INFOPLIST_FILE = YohoExplorerDemoTests/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_NAME = "$(TARGET_NAME)";
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/YohoExplorerDemo.app/YohoExplorerDemo";
};
name = Debug;
};
50E3183F1AA0375700D79E9E /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
BUNDLE_LOADER = "$(TEST_HOST)";
FRAMEWORK_SEARCH_PATHS = (
"$(SDKROOT)/Developer/Library/Frameworks",
"$(inherited)",
);
INFOPLIST_FILE = YohoExplorerDemoTests/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_NAME = "$(TARGET_NAME)";
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/YohoExplorerDemo.app/YohoExplorerDemo";
};
name = Release;
};
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
50E318121AA0375700D79E9E /* Build configuration list for PBXProject "YohoExplorerDemo" */ = {
isa = XCConfigurationList;
buildConfigurations = (
50E318381AA0375700D79E9E /* Debug */,
50E318391AA0375700D79E9E /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
50E3183A1AA0375700D79E9E /* Build configuration list for PBXNativeTarget "YohoExplorerDemo" */ = {
isa = XCConfigurationList;
buildConfigurations = (
50E3183B1AA0375700D79E9E /* Debug */,
50E3183C1AA0375700D79E9E /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
50E3183D1AA0375700D79E9E /* Build configuration list for PBXNativeTarget "YohoExplorerDemoTests" */ = {
isa = XCConfigurationList;
buildConfigurations = (
50E3183E1AA0375700D79E9E /* Debug */,
50E3183F1AA0375700D79E9E /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = 50E3180F1AA0375700D79E9E /* Project object */;
}