-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathproject.pbxproj
846 lines (833 loc) · 52.1 KB
/
project.pbxproj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
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
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 46;
objects = {
/* Begin PBXBuildFile section */
090E22F31F42B6D50072022D /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 090E22F21F42B6D50072022D /* main.m */; };
090E22F61F42B6D50072022D /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 090E22F51F42B6D50072022D /* AppDelegate.m */; };
090E22F91F42B6D50072022D /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 090E22F81F42B6D50072022D /* ViewController.m */; };
090E22FC1F42B6D60072022D /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 090E22FA1F42B6D60072022D /* Main.storyboard */; };
090E22FE1F42B6D60072022D /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 090E22FD1F42B6D60072022D /* Assets.xcassets */; };
090E23011F42B6D60072022D /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 090E22FF1F42B6D60072022D /* LaunchScreen.storyboard */; };
090E230C1F42B6D60072022D /* WaterTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 090E230B1F42B6D60072022D /* WaterTests.m */; };
090E23171F42B6D60072022D /* WaterUITests.m in Sources */ = {isa = PBXBuildFile; fileRef = 090E23161F42B6D60072022D /* WaterUITests.m */; };
090E23261F42B7D80072022D /* WaterMatchResultViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 090E23251F42B7D80072022D /* WaterMatchResultViewController.m */; };
090E23291F42B8BE0072022D /* WaterMatchResultCell.m in Sources */ = {isa = PBXBuildFile; fileRef = 090E23281F42B8BE0072022D /* WaterMatchResultCell.m */; };
090E232C1F42B8FB0072022D /* WaterMatchResultModel.m in Sources */ = {isa = PBXBuildFile; fileRef = 090E232B1F42B8FB0072022D /* WaterMatchResultModel.m */; };
090E23321F42C0880072022D /* WaterflowLayout.m in Sources */ = {isa = PBXBuildFile; fileRef = 090E23311F42C0880072022D /* WaterflowLayout.m */; };
09C32D4D1F4401BA00DB06C9 /* SPImageManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 09C32D4C1F4401BA00DB06C9 /* SPImageManager.m */; };
09C32D941F44364A00DB06C9 /* Datasource.m in Sources */ = {isa = PBXBuildFile; fileRef = 09C32D501F44364A00DB06C9 /* Datasource.m */; };
09C32D951F44364A00DB06C9 /* LICENSE in Resources */ = {isa = PBXBuildFile; fileRef = 09C32D521F44364A00DB06C9 /* LICENSE */; };
09C32D961F44364A00DB06C9 /* MASCompositeConstraint.m in Sources */ = {isa = PBXBuildFile; fileRef = 09C32D551F44364A00DB06C9 /* MASCompositeConstraint.m */; };
09C32D971F44364A00DB06C9 /* MASConstraint.m in Sources */ = {isa = PBXBuildFile; fileRef = 09C32D581F44364A00DB06C9 /* MASConstraint.m */; };
09C32D981F44364A00DB06C9 /* MASConstraintMaker.m in Sources */ = {isa = PBXBuildFile; fileRef = 09C32D5A1F44364A00DB06C9 /* MASConstraintMaker.m */; };
09C32D991F44364A00DB06C9 /* MASLayoutConstraint.m in Sources */ = {isa = PBXBuildFile; fileRef = 09C32D5C1F44364A00DB06C9 /* MASLayoutConstraint.m */; };
09C32D9A1F44364A00DB06C9 /* MASViewAttribute.m in Sources */ = {isa = PBXBuildFile; fileRef = 09C32D601F44364A00DB06C9 /* MASViewAttribute.m */; };
09C32D9B1F44364A00DB06C9 /* MASViewConstraint.m in Sources */ = {isa = PBXBuildFile; fileRef = 09C32D621F44364A00DB06C9 /* MASViewConstraint.m */; };
09C32D9C1F44364A00DB06C9 /* NSArray+MASAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = 09C32D641F44364A00DB06C9 /* NSArray+MASAdditions.m */; };
09C32D9D1F44364A00DB06C9 /* NSLayoutConstraint+MASDebugAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = 09C32D671F44364A00DB06C9 /* NSLayoutConstraint+MASDebugAdditions.m */; };
09C32D9E1F44364A00DB06C9 /* View+MASAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = 09C32D691F44364A00DB06C9 /* View+MASAdditions.m */; };
09C32D9F1F44364A00DB06C9 /* ViewController+MASAdditions.m in Sources */ = {isa = PBXBuildFile; fileRef = 09C32D6C1F44364A00DB06C9 /* ViewController+MASAdditions.m */; };
09C32DA01F44364A00DB06C9 /* README.md in Sources */ = {isa = PBXBuildFile; fileRef = 09C32D6D1F44364A00DB06C9 /* README.md */; };
09C32DA11F44364A00DB06C9 /* MKAnnotationView+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 09C32D701F44364A00DB06C9 /* MKAnnotationView+WebCache.m */; };
09C32DA21F44364A00DB06C9 /* NSData+GIF.m in Sources */ = {isa = PBXBuildFile; fileRef = 09C32D721F44364A00DB06C9 /* NSData+GIF.m */; };
09C32DA31F44364A00DB06C9 /* NSData+ImageContentType.m in Sources */ = {isa = PBXBuildFile; fileRef = 09C32D741F44364A00DB06C9 /* NSData+ImageContentType.m */; };
09C32DA41F44364A00DB06C9 /* SDImageCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 09C32D761F44364A00DB06C9 /* SDImageCache.m */; };
09C32DA51F44364A00DB06C9 /* SDWebImageCompat.m in Sources */ = {isa = PBXBuildFile; fileRef = 09C32D781F44364A00DB06C9 /* SDWebImageCompat.m */; };
09C32DA61F44364A00DB06C9 /* SDWebImageDecoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 09C32D7A1F44364A00DB06C9 /* SDWebImageDecoder.m */; };
09C32DA71F44364A00DB06C9 /* SDWebImageDownloader.m in Sources */ = {isa = PBXBuildFile; fileRef = 09C32D7C1F44364A00DB06C9 /* SDWebImageDownloader.m */; };
09C32DA81F44364A00DB06C9 /* SDWebImageDownloaderOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 09C32D7E1F44364A00DB06C9 /* SDWebImageDownloaderOperation.m */; };
09C32DA91F44364A00DB06C9 /* SDWebImageManager+MJ.m in Sources */ = {isa = PBXBuildFile; fileRef = 09C32D801F44364A00DB06C9 /* SDWebImageManager+MJ.m */; };
09C32DAA1F44364A00DB06C9 /* SDWebImageManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 09C32D821F44364A00DB06C9 /* SDWebImageManager.m */; };
09C32DAB1F44364A00DB06C9 /* SDWebImagePrefetcher.m in Sources */ = {isa = PBXBuildFile; fileRef = 09C32D851F44364A00DB06C9 /* SDWebImagePrefetcher.m */; };
09C32DAC1F44364A00DB06C9 /* UIButton+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 09C32D871F44364A00DB06C9 /* UIButton+WebCache.m */; };
09C32DAD1F44364A00DB06C9 /* UIImage+GIF.m in Sources */ = {isa = PBXBuildFile; fileRef = 09C32D891F44364A00DB06C9 /* UIImage+GIF.m */; };
09C32DAE1F44364A00DB06C9 /* UIImage+MultiFormat.m in Sources */ = {isa = PBXBuildFile; fileRef = 09C32D8B1F44364A00DB06C9 /* UIImage+MultiFormat.m */; };
09C32DAF1F44364A00DB06C9 /* UIImage+WebP.m in Sources */ = {isa = PBXBuildFile; fileRef = 09C32D8D1F44364A00DB06C9 /* UIImage+WebP.m */; };
09C32DB01F44364A00DB06C9 /* UIImageView+HighlightedWebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 09C32D8F1F44364A00DB06C9 /* UIImageView+HighlightedWebCache.m */; };
09C32DB11F44364A00DB06C9 /* UIImageView+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 09C32D911F44364A00DB06C9 /* UIImageView+WebCache.m */; };
09C32DB21F44364A00DB06C9 /* UIView+WebCacheOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 09C32D931F44364A00DB06C9 /* UIView+WebCacheOperation.m */; };
09C32DB91F444A5F00DB06C9 /* SPLoadingHUD.m in Sources */ = {isa = PBXBuildFile; fileRef = 09C32DB81F444A5F00DB06C9 /* SPLoadingHUD.m */; };
56BFDCB01F4304D600A10FFE /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = 56BFDCA81F4304D600A10FFE /* [email protected] */; };
56BFDCB11F4304D600A10FFE /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = 56BFDCA91F4304D600A10FFE /* [email protected] */; };
56BFDCB21F4304D600A10FFE /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = 56BFDCAA1F4304D600A10FFE /* [email protected] */; };
56BFDCB31F4304D600A10FFE /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = 56BFDCAB1F4304D600A10FFE /* [email protected] */; };
56BFDCB41F4304D600A10FFE /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = 56BFDCAC1F4304D600A10FFE /* [email protected] */; };
56BFDCB51F4304D600A10FFE /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = 56BFDCAD1F4304D600A10FFE /* [email protected] */; };
56BFDCB61F4304D600A10FFE /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = 56BFDCAE1F4304D600A10FFE /* [email protected] */; };
56BFDCB71F4304D600A10FFE /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = 56BFDCAF1F4304D600A10FFE /* [email protected] */; };
/* End PBXBuildFile section */
/* Begin PBXContainerItemProxy section */
090E23081F42B6D60072022D /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 090E22E61F42B6D50072022D /* Project object */;
proxyType = 1;
remoteGlobalIDString = 090E22ED1F42B6D50072022D;
remoteInfo = Water;
};
090E23131F42B6D60072022D /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 090E22E61F42B6D50072022D /* Project object */;
proxyType = 1;
remoteGlobalIDString = 090E22ED1F42B6D50072022D;
remoteInfo = Water;
};
/* End PBXContainerItemProxy section */
/* Begin PBXFileReference section */
090E22EE1F42B6D50072022D /* Water.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = Water.app; sourceTree = BUILT_PRODUCTS_DIR; };
090E22F21F42B6D50072022D /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
090E22F41F42B6D50072022D /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
090E22F51F42B6D50072022D /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
090E22F71F42B6D50072022D /* ViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = "<group>"; };
090E22F81F42B6D50072022D /* ViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = "<group>"; };
090E22FB1F42B6D60072022D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
090E22FD1F42B6D60072022D /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
090E23001F42B6D60072022D /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
090E23021F42B6D60072022D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
090E23071F42B6D60072022D /* WaterTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = WaterTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
090E230B1F42B6D60072022D /* WaterTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = WaterTests.m; sourceTree = "<group>"; };
090E230D1F42B6D60072022D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
090E23121F42B6D60072022D /* WaterUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = WaterUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
090E23161F42B6D60072022D /* WaterUITests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = WaterUITests.m; sourceTree = "<group>"; };
090E23181F42B6D60072022D /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
090E23241F42B7D80072022D /* WaterMatchResultViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WaterMatchResultViewController.h; sourceTree = "<group>"; };
090E23251F42B7D80072022D /* WaterMatchResultViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = WaterMatchResultViewController.m; sourceTree = "<group>"; };
090E23271F42B8BE0072022D /* WaterMatchResultCell.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WaterMatchResultCell.h; sourceTree = "<group>"; };
090E23281F42B8BE0072022D /* WaterMatchResultCell.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = WaterMatchResultCell.m; sourceTree = "<group>"; };
090E232A1F42B8FB0072022D /* WaterMatchResultModel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WaterMatchResultModel.h; sourceTree = "<group>"; };
090E232B1F42B8FB0072022D /* WaterMatchResultModel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = WaterMatchResultModel.m; sourceTree = "<group>"; };
090E23301F42C0880072022D /* WaterflowLayout.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WaterflowLayout.h; sourceTree = "<group>"; };
090E23311F42C0880072022D /* WaterflowLayout.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = WaterflowLayout.m; sourceTree = "<group>"; };
09C32D4B1F4401BA00DB06C9 /* SPImageManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SPImageManager.h; sourceTree = "<group>"; };
09C32D4C1F4401BA00DB06C9 /* SPImageManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SPImageManager.m; sourceTree = "<group>"; };
09C32D4F1F44364A00DB06C9 /* Datasource.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Datasource.h; sourceTree = "<group>"; };
09C32D501F44364A00DB06C9 /* Datasource.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Datasource.m; sourceTree = "<group>"; };
09C32D521F44364A00DB06C9 /* LICENSE */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = LICENSE; sourceTree = "<group>"; };
09C32D541F44364A00DB06C9 /* MASCompositeConstraint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MASCompositeConstraint.h; sourceTree = "<group>"; };
09C32D551F44364A00DB06C9 /* MASCompositeConstraint.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MASCompositeConstraint.m; sourceTree = "<group>"; };
09C32D561F44364A00DB06C9 /* MASConstraint+Private.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "MASConstraint+Private.h"; sourceTree = "<group>"; };
09C32D571F44364A00DB06C9 /* MASConstraint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MASConstraint.h; sourceTree = "<group>"; };
09C32D581F44364A00DB06C9 /* MASConstraint.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MASConstraint.m; sourceTree = "<group>"; };
09C32D591F44364A00DB06C9 /* MASConstraintMaker.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MASConstraintMaker.h; sourceTree = "<group>"; };
09C32D5A1F44364A00DB06C9 /* MASConstraintMaker.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MASConstraintMaker.m; sourceTree = "<group>"; };
09C32D5B1F44364A00DB06C9 /* MASLayoutConstraint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MASLayoutConstraint.h; sourceTree = "<group>"; };
09C32D5C1F44364A00DB06C9 /* MASLayoutConstraint.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MASLayoutConstraint.m; sourceTree = "<group>"; };
09C32D5D1F44364A00DB06C9 /* Masonry.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Masonry.h; sourceTree = "<group>"; };
09C32D5E1F44364A00DB06C9 /* MASUtilities.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MASUtilities.h; sourceTree = "<group>"; };
09C32D5F1F44364A00DB06C9 /* MASViewAttribute.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MASViewAttribute.h; sourceTree = "<group>"; };
09C32D601F44364A00DB06C9 /* MASViewAttribute.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MASViewAttribute.m; sourceTree = "<group>"; };
09C32D611F44364A00DB06C9 /* MASViewConstraint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MASViewConstraint.h; sourceTree = "<group>"; };
09C32D621F44364A00DB06C9 /* MASViewConstraint.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MASViewConstraint.m; sourceTree = "<group>"; };
09C32D631F44364A00DB06C9 /* NSArray+MASAdditions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSArray+MASAdditions.h"; sourceTree = "<group>"; };
09C32D641F44364A00DB06C9 /* NSArray+MASAdditions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSArray+MASAdditions.m"; sourceTree = "<group>"; };
09C32D651F44364A00DB06C9 /* NSArray+MASShorthandAdditions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSArray+MASShorthandAdditions.h"; sourceTree = "<group>"; };
09C32D661F44364A00DB06C9 /* NSLayoutConstraint+MASDebugAdditions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSLayoutConstraint+MASDebugAdditions.h"; sourceTree = "<group>"; };
09C32D671F44364A00DB06C9 /* NSLayoutConstraint+MASDebugAdditions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSLayoutConstraint+MASDebugAdditions.m"; sourceTree = "<group>"; };
09C32D681F44364A00DB06C9 /* View+MASAdditions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "View+MASAdditions.h"; sourceTree = "<group>"; };
09C32D691F44364A00DB06C9 /* View+MASAdditions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "View+MASAdditions.m"; sourceTree = "<group>"; };
09C32D6A1F44364A00DB06C9 /* View+MASShorthandAdditions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "View+MASShorthandAdditions.h"; sourceTree = "<group>"; };
09C32D6B1F44364A00DB06C9 /* ViewController+MASAdditions.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "ViewController+MASAdditions.h"; sourceTree = "<group>"; };
09C32D6C1F44364A00DB06C9 /* ViewController+MASAdditions.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "ViewController+MASAdditions.m"; sourceTree = "<group>"; };
09C32D6D1F44364A00DB06C9 /* README.md */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
09C32D6F1F44364A00DB06C9 /* MKAnnotationView+WebCache.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "MKAnnotationView+WebCache.h"; sourceTree = "<group>"; };
09C32D701F44364A00DB06C9 /* MKAnnotationView+WebCache.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "MKAnnotationView+WebCache.m"; sourceTree = "<group>"; };
09C32D711F44364A00DB06C9 /* NSData+GIF.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSData+GIF.h"; sourceTree = "<group>"; };
09C32D721F44364A00DB06C9 /* NSData+GIF.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSData+GIF.m"; sourceTree = "<group>"; };
09C32D731F44364A00DB06C9 /* NSData+ImageContentType.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSData+ImageContentType.h"; sourceTree = "<group>"; };
09C32D741F44364A00DB06C9 /* NSData+ImageContentType.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSData+ImageContentType.m"; sourceTree = "<group>"; };
09C32D751F44364A00DB06C9 /* SDImageCache.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDImageCache.h; sourceTree = "<group>"; };
09C32D761F44364A00DB06C9 /* SDImageCache.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SDImageCache.m; sourceTree = "<group>"; };
09C32D771F44364A00DB06C9 /* SDWebImageCompat.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDWebImageCompat.h; sourceTree = "<group>"; };
09C32D781F44364A00DB06C9 /* SDWebImageCompat.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SDWebImageCompat.m; sourceTree = "<group>"; };
09C32D791F44364A00DB06C9 /* SDWebImageDecoder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDWebImageDecoder.h; sourceTree = "<group>"; };
09C32D7A1F44364A00DB06C9 /* SDWebImageDecoder.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SDWebImageDecoder.m; sourceTree = "<group>"; };
09C32D7B1F44364A00DB06C9 /* SDWebImageDownloader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDWebImageDownloader.h; sourceTree = "<group>"; };
09C32D7C1F44364A00DB06C9 /* SDWebImageDownloader.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SDWebImageDownloader.m; sourceTree = "<group>"; };
09C32D7D1F44364A00DB06C9 /* SDWebImageDownloaderOperation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDWebImageDownloaderOperation.h; sourceTree = "<group>"; };
09C32D7E1F44364A00DB06C9 /* SDWebImageDownloaderOperation.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SDWebImageDownloaderOperation.m; sourceTree = "<group>"; };
09C32D7F1F44364A00DB06C9 /* SDWebImageManager+MJ.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "SDWebImageManager+MJ.h"; sourceTree = "<group>"; };
09C32D801F44364A00DB06C9 /* SDWebImageManager+MJ.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "SDWebImageManager+MJ.m"; sourceTree = "<group>"; };
09C32D811F44364A00DB06C9 /* SDWebImageManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDWebImageManager.h; sourceTree = "<group>"; };
09C32D821F44364A00DB06C9 /* SDWebImageManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SDWebImageManager.m; sourceTree = "<group>"; };
09C32D831F44364A00DB06C9 /* SDWebImageOperation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDWebImageOperation.h; sourceTree = "<group>"; };
09C32D841F44364A00DB06C9 /* SDWebImagePrefetcher.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDWebImagePrefetcher.h; sourceTree = "<group>"; };
09C32D851F44364A00DB06C9 /* SDWebImagePrefetcher.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SDWebImagePrefetcher.m; sourceTree = "<group>"; };
09C32D861F44364A00DB06C9 /* UIButton+WebCache.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIButton+WebCache.h"; sourceTree = "<group>"; };
09C32D871F44364A00DB06C9 /* UIButton+WebCache.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIButton+WebCache.m"; sourceTree = "<group>"; };
09C32D881F44364A00DB06C9 /* UIImage+GIF.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIImage+GIF.h"; sourceTree = "<group>"; };
09C32D891F44364A00DB06C9 /* UIImage+GIF.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIImage+GIF.m"; sourceTree = "<group>"; };
09C32D8A1F44364A00DB06C9 /* UIImage+MultiFormat.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIImage+MultiFormat.h"; sourceTree = "<group>"; };
09C32D8B1F44364A00DB06C9 /* UIImage+MultiFormat.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIImage+MultiFormat.m"; sourceTree = "<group>"; };
09C32D8C1F44364A00DB06C9 /* UIImage+WebP.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIImage+WebP.h"; sourceTree = "<group>"; };
09C32D8D1F44364A00DB06C9 /* UIImage+WebP.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIImage+WebP.m"; sourceTree = "<group>"; };
09C32D8E1F44364A00DB06C9 /* UIImageView+HighlightedWebCache.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIImageView+HighlightedWebCache.h"; sourceTree = "<group>"; };
09C32D8F1F44364A00DB06C9 /* UIImageView+HighlightedWebCache.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIImageView+HighlightedWebCache.m"; sourceTree = "<group>"; };
09C32D901F44364A00DB06C9 /* UIImageView+WebCache.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIImageView+WebCache.h"; sourceTree = "<group>"; };
09C32D911F44364A00DB06C9 /* UIImageView+WebCache.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIImageView+WebCache.m"; sourceTree = "<group>"; };
09C32D921F44364A00DB06C9 /* UIView+WebCacheOperation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIView+WebCacheOperation.h"; sourceTree = "<group>"; };
09C32D931F44364A00DB06C9 /* UIView+WebCacheOperation.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIView+WebCacheOperation.m"; sourceTree = "<group>"; };
09C32DB71F444A5F00DB06C9 /* SPLoadingHUD.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SPLoadingHUD.h; sourceTree = "<group>"; };
09C32DB81F444A5F00DB06C9 /* SPLoadingHUD.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SPLoadingHUD.m; sourceTree = "<group>"; };
56BFDCA81F4304D600A10FFE /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "[email protected]"; sourceTree = "<group>"; };
56BFDCA91F4304D600A10FFE /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "[email protected]"; sourceTree = "<group>"; };
56BFDCAA1F4304D600A10FFE /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "[email protected]"; sourceTree = "<group>"; };
56BFDCAB1F4304D600A10FFE /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "[email protected]"; sourceTree = "<group>"; };
56BFDCAC1F4304D600A10FFE /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "[email protected]"; sourceTree = "<group>"; };
56BFDCAD1F4304D600A10FFE /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "[email protected]"; sourceTree = "<group>"; };
56BFDCAE1F4304D600A10FFE /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "[email protected]"; sourceTree = "<group>"; };
56BFDCAF1F4304D600A10FFE /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "[email protected]"; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
090E22EB1F42B6D50072022D /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
090E23041F42B6D60072022D /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
090E230F1F42B6D60072022D /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
090E22E51F42B6D50072022D = {
isa = PBXGroup;
children = (
090E22F01F42B6D50072022D /* Water */,
090E230A1F42B6D60072022D /* WaterTests */,
090E23151F42B6D60072022D /* WaterUITests */,
090E22EF1F42B6D50072022D /* Products */,
);
sourceTree = "<group>";
};
090E22EF1F42B6D50072022D /* Products */ = {
isa = PBXGroup;
children = (
090E22EE1F42B6D50072022D /* Water.app */,
090E23071F42B6D60072022D /* WaterTests.xctest */,
090E23121F42B6D60072022D /* WaterUITests.xctest */,
);
name = Products;
sourceTree = "<group>";
};
090E22F01F42B6D50072022D /* Water */ = {
isa = PBXGroup;
children = (
090E22F41F42B6D50072022D /* AppDelegate.h */,
090E22F51F42B6D50072022D /* AppDelegate.m */,
09C32D4E1F44364A00DB06C9 /* tools */,
090E22F71F42B6D50072022D /* ViewController.h */,
090E22F81F42B6D50072022D /* ViewController.m */,
090E23241F42B7D80072022D /* WaterMatchResultViewController.h */,
090E23251F42B7D80072022D /* WaterMatchResultViewController.m */,
090E23271F42B8BE0072022D /* WaterMatchResultCell.h */,
090E23281F42B8BE0072022D /* WaterMatchResultCell.m */,
090E232A1F42B8FB0072022D /* WaterMatchResultModel.h */,
090E232B1F42B8FB0072022D /* WaterMatchResultModel.m */,
090E23301F42C0880072022D /* WaterflowLayout.h */,
090E23311F42C0880072022D /* WaterflowLayout.m */,
09C32D4B1F4401BA00DB06C9 /* SPImageManager.h */,
09C32D4C1F4401BA00DB06C9 /* SPImageManager.m */,
090E22FA1F42B6D60072022D /* Main.storyboard */,
090E22FD1F42B6D60072022D /* Assets.xcassets */,
090E22FF1F42B6D60072022D /* LaunchScreen.storyboard */,
090E23021F42B6D60072022D /* Info.plist */,
090E22F11F42B6D50072022D /* Supporting Files */,
);
path = Water;
sourceTree = "<group>";
};
090E22F11F42B6D50072022D /* Supporting Files */ = {
isa = PBXGroup;
children = (
56BFDCA81F4304D600A10FFE /* [email protected] */,
56BFDCA91F4304D600A10FFE /* [email protected] */,
56BFDCAA1F4304D600A10FFE /* [email protected] */,
56BFDCAB1F4304D600A10FFE /* [email protected] */,
56BFDCAC1F4304D600A10FFE /* [email protected] */,
56BFDCAD1F4304D600A10FFE /* [email protected] */,
56BFDCAE1F4304D600A10FFE /* [email protected] */,
56BFDCAF1F4304D600A10FFE /* [email protected] */,
090E22F21F42B6D50072022D /* main.m */,
);
name = "Supporting Files";
sourceTree = "<group>";
};
090E230A1F42B6D60072022D /* WaterTests */ = {
isa = PBXGroup;
children = (
090E230B1F42B6D60072022D /* WaterTests.m */,
090E230D1F42B6D60072022D /* Info.plist */,
);
path = WaterTests;
sourceTree = "<group>";
};
090E23151F42B6D60072022D /* WaterUITests */ = {
isa = PBXGroup;
children = (
090E23161F42B6D60072022D /* WaterUITests.m */,
090E23181F42B6D60072022D /* Info.plist */,
);
path = WaterUITests;
sourceTree = "<group>";
};
09C32D4E1F44364A00DB06C9 /* tools */ = {
isa = PBXGroup;
children = (
09C32D4F1F44364A00DB06C9 /* Datasource.h */,
09C32D501F44364A00DB06C9 /* Datasource.m */,
09C32DB61F444A5F00DB06C9 /* SPLoadingHUD */,
09C32D511F44364A00DB06C9 /* Masonry */,
09C32D6E1F44364A00DB06C9 /* SDWebImage */,
);
path = tools;
sourceTree = "<group>";
};
09C32D511F44364A00DB06C9 /* Masonry */ = {
isa = PBXGroup;
children = (
09C32D521F44364A00DB06C9 /* LICENSE */,
09C32D531F44364A00DB06C9 /* Masonry */,
09C32D6D1F44364A00DB06C9 /* README.md */,
);
path = Masonry;
sourceTree = "<group>";
};
09C32D531F44364A00DB06C9 /* Masonry */ = {
isa = PBXGroup;
children = (
09C32D541F44364A00DB06C9 /* MASCompositeConstraint.h */,
09C32D551F44364A00DB06C9 /* MASCompositeConstraint.m */,
09C32D561F44364A00DB06C9 /* MASConstraint+Private.h */,
09C32D571F44364A00DB06C9 /* MASConstraint.h */,
09C32D581F44364A00DB06C9 /* MASConstraint.m */,
09C32D591F44364A00DB06C9 /* MASConstraintMaker.h */,
09C32D5A1F44364A00DB06C9 /* MASConstraintMaker.m */,
09C32D5B1F44364A00DB06C9 /* MASLayoutConstraint.h */,
09C32D5C1F44364A00DB06C9 /* MASLayoutConstraint.m */,
09C32D5D1F44364A00DB06C9 /* Masonry.h */,
09C32D5E1F44364A00DB06C9 /* MASUtilities.h */,
09C32D5F1F44364A00DB06C9 /* MASViewAttribute.h */,
09C32D601F44364A00DB06C9 /* MASViewAttribute.m */,
09C32D611F44364A00DB06C9 /* MASViewConstraint.h */,
09C32D621F44364A00DB06C9 /* MASViewConstraint.m */,
09C32D631F44364A00DB06C9 /* NSArray+MASAdditions.h */,
09C32D641F44364A00DB06C9 /* NSArray+MASAdditions.m */,
09C32D651F44364A00DB06C9 /* NSArray+MASShorthandAdditions.h */,
09C32D661F44364A00DB06C9 /* NSLayoutConstraint+MASDebugAdditions.h */,
09C32D671F44364A00DB06C9 /* NSLayoutConstraint+MASDebugAdditions.m */,
09C32D681F44364A00DB06C9 /* View+MASAdditions.h */,
09C32D691F44364A00DB06C9 /* View+MASAdditions.m */,
09C32D6A1F44364A00DB06C9 /* View+MASShorthandAdditions.h */,
09C32D6B1F44364A00DB06C9 /* ViewController+MASAdditions.h */,
09C32D6C1F44364A00DB06C9 /* ViewController+MASAdditions.m */,
);
path = Masonry;
sourceTree = "<group>";
};
09C32D6E1F44364A00DB06C9 /* SDWebImage */ = {
isa = PBXGroup;
children = (
09C32D6F1F44364A00DB06C9 /* MKAnnotationView+WebCache.h */,
09C32D701F44364A00DB06C9 /* MKAnnotationView+WebCache.m */,
09C32D711F44364A00DB06C9 /* NSData+GIF.h */,
09C32D721F44364A00DB06C9 /* NSData+GIF.m */,
09C32D731F44364A00DB06C9 /* NSData+ImageContentType.h */,
09C32D741F44364A00DB06C9 /* NSData+ImageContentType.m */,
09C32D751F44364A00DB06C9 /* SDImageCache.h */,
09C32D761F44364A00DB06C9 /* SDImageCache.m */,
09C32D771F44364A00DB06C9 /* SDWebImageCompat.h */,
09C32D781F44364A00DB06C9 /* SDWebImageCompat.m */,
09C32D791F44364A00DB06C9 /* SDWebImageDecoder.h */,
09C32D7A1F44364A00DB06C9 /* SDWebImageDecoder.m */,
09C32D7B1F44364A00DB06C9 /* SDWebImageDownloader.h */,
09C32D7C1F44364A00DB06C9 /* SDWebImageDownloader.m */,
09C32D7D1F44364A00DB06C9 /* SDWebImageDownloaderOperation.h */,
09C32D7E1F44364A00DB06C9 /* SDWebImageDownloaderOperation.m */,
09C32D7F1F44364A00DB06C9 /* SDWebImageManager+MJ.h */,
09C32D801F44364A00DB06C9 /* SDWebImageManager+MJ.m */,
09C32D811F44364A00DB06C9 /* SDWebImageManager.h */,
09C32D821F44364A00DB06C9 /* SDWebImageManager.m */,
09C32D831F44364A00DB06C9 /* SDWebImageOperation.h */,
09C32D841F44364A00DB06C9 /* SDWebImagePrefetcher.h */,
09C32D851F44364A00DB06C9 /* SDWebImagePrefetcher.m */,
09C32D861F44364A00DB06C9 /* UIButton+WebCache.h */,
09C32D871F44364A00DB06C9 /* UIButton+WebCache.m */,
09C32D881F44364A00DB06C9 /* UIImage+GIF.h */,
09C32D891F44364A00DB06C9 /* UIImage+GIF.m */,
09C32D8A1F44364A00DB06C9 /* UIImage+MultiFormat.h */,
09C32D8B1F44364A00DB06C9 /* UIImage+MultiFormat.m */,
09C32D8C1F44364A00DB06C9 /* UIImage+WebP.h */,
09C32D8D1F44364A00DB06C9 /* UIImage+WebP.m */,
09C32D8E1F44364A00DB06C9 /* UIImageView+HighlightedWebCache.h */,
09C32D8F1F44364A00DB06C9 /* UIImageView+HighlightedWebCache.m */,
09C32D901F44364A00DB06C9 /* UIImageView+WebCache.h */,
09C32D911F44364A00DB06C9 /* UIImageView+WebCache.m */,
09C32D921F44364A00DB06C9 /* UIView+WebCacheOperation.h */,
09C32D931F44364A00DB06C9 /* UIView+WebCacheOperation.m */,
);
path = SDWebImage;
sourceTree = "<group>";
};
09C32DB61F444A5F00DB06C9 /* SPLoadingHUD */ = {
isa = PBXGroup;
children = (
09C32DB71F444A5F00DB06C9 /* SPLoadingHUD.h */,
09C32DB81F444A5F00DB06C9 /* SPLoadingHUD.m */,
);
path = SPLoadingHUD;
sourceTree = "<group>";
};
/* End PBXGroup section */
/* Begin PBXNativeTarget section */
090E22ED1F42B6D50072022D /* Water */ = {
isa = PBXNativeTarget;
buildConfigurationList = 090E231B1F42B6D60072022D /* Build configuration list for PBXNativeTarget "Water" */;
buildPhases = (
090E22EA1F42B6D50072022D /* Sources */,
090E22EB1F42B6D50072022D /* Frameworks */,
090E22EC1F42B6D50072022D /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = Water;
productName = Water;
productReference = 090E22EE1F42B6D50072022D /* Water.app */;
productType = "com.apple.product-type.application";
};
090E23061F42B6D60072022D /* WaterTests */ = {
isa = PBXNativeTarget;
buildConfigurationList = 090E231E1F42B6D60072022D /* Build configuration list for PBXNativeTarget "WaterTests" */;
buildPhases = (
090E23031F42B6D60072022D /* Sources */,
090E23041F42B6D60072022D /* Frameworks */,
090E23051F42B6D60072022D /* Resources */,
);
buildRules = (
);
dependencies = (
090E23091F42B6D60072022D /* PBXTargetDependency */,
);
name = WaterTests;
productName = WaterTests;
productReference = 090E23071F42B6D60072022D /* WaterTests.xctest */;
productType = "com.apple.product-type.bundle.unit-test";
};
090E23111F42B6D60072022D /* WaterUITests */ = {
isa = PBXNativeTarget;
buildConfigurationList = 090E23211F42B6D60072022D /* Build configuration list for PBXNativeTarget "WaterUITests" */;
buildPhases = (
090E230E1F42B6D60072022D /* Sources */,
090E230F1F42B6D60072022D /* Frameworks */,
090E23101F42B6D60072022D /* Resources */,
);
buildRules = (
);
dependencies = (
090E23141F42B6D60072022D /* PBXTargetDependency */,
);
name = WaterUITests;
productName = WaterUITests;
productReference = 090E23121F42B6D60072022D /* WaterUITests.xctest */;
productType = "com.apple.product-type.bundle.ui-testing";
};
/* End PBXNativeTarget section */
/* Begin PBXProject section */
090E22E61F42B6D50072022D /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 0820;
ORGANIZATIONNAME = iDress;
TargetAttributes = {
090E22ED1F42B6D50072022D = {
CreatedOnToolsVersion = 8.2.1;
DevelopmentTeam = MP8K63J94Y;
ProvisioningStyle = Automatic;
};
090E23061F42B6D60072022D = {
CreatedOnToolsVersion = 8.2.1;
DevelopmentTeam = SXULSRC6Y5;
ProvisioningStyle = Automatic;
TestTargetID = 090E22ED1F42B6D50072022D;
};
090E23111F42B6D60072022D = {
CreatedOnToolsVersion = 8.2.1;
DevelopmentTeam = SXULSRC6Y5;
ProvisioningStyle = Automatic;
TestTargetID = 090E22ED1F42B6D50072022D;
};
};
};
buildConfigurationList = 090E22E91F42B6D50072022D /* Build configuration list for PBXProject "Water" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
en,
Base,
);
mainGroup = 090E22E51F42B6D50072022D;
productRefGroup = 090E22EF1F42B6D50072022D /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
090E22ED1F42B6D50072022D /* Water */,
090E23061F42B6D60072022D /* WaterTests */,
090E23111F42B6D60072022D /* WaterUITests */,
);
};
/* End PBXProject section */
/* Begin PBXResourcesBuildPhase section */
090E22EC1F42B6D50072022D /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
56BFDCB21F4304D600A10FFE /* [email protected] in Resources */,
090E23011F42B6D60072022D /* LaunchScreen.storyboard in Resources */,
09C32D951F44364A00DB06C9 /* LICENSE in Resources */,
090E22FE1F42B6D60072022D /* Assets.xcassets in Resources */,
56BFDCB71F4304D600A10FFE /* [email protected] in Resources */,
56BFDCB61F4304D600A10FFE /* [email protected] in Resources */,
56BFDCB41F4304D600A10FFE /* [email protected] in Resources */,
56BFDCB01F4304D600A10FFE /* [email protected] in Resources */,
090E22FC1F42B6D60072022D /* Main.storyboard in Resources */,
56BFDCB31F4304D600A10FFE /* [email protected] in Resources */,
56BFDCB51F4304D600A10FFE /* [email protected] in Resources */,
56BFDCB11F4304D600A10FFE /* [email protected] in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
090E23051F42B6D60072022D /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
090E23101F42B6D60072022D /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */
/* Begin PBXSourcesBuildPhase section */
090E22EA1F42B6D50072022D /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
09C32DB21F44364A00DB06C9 /* UIView+WebCacheOperation.m in Sources */,
09C32D9B1F44364A00DB06C9 /* MASViewConstraint.m in Sources */,
09C32D9A1F44364A00DB06C9 /* MASViewAttribute.m in Sources */,
09C32D4D1F4401BA00DB06C9 /* SPImageManager.m in Sources */,
090E23291F42B8BE0072022D /* WaterMatchResultCell.m in Sources */,
09C32DB01F44364A00DB06C9 /* UIImageView+HighlightedWebCache.m in Sources */,
09C32D961F44364A00DB06C9 /* MASCompositeConstraint.m in Sources */,
09C32D9D1F44364A00DB06C9 /* NSLayoutConstraint+MASDebugAdditions.m in Sources */,
090E22F91F42B6D50072022D /* ViewController.m in Sources */,
09C32D9F1F44364A00DB06C9 /* ViewController+MASAdditions.m in Sources */,
09C32DA01F44364A00DB06C9 /* README.md in Sources */,
09C32DA31F44364A00DB06C9 /* NSData+ImageContentType.m in Sources */,
09C32DA11F44364A00DB06C9 /* MKAnnotationView+WebCache.m in Sources */,
09C32DAE1F44364A00DB06C9 /* UIImage+MultiFormat.m in Sources */,
090E22F61F42B6D50072022D /* AppDelegate.m in Sources */,
09C32D941F44364A00DB06C9 /* Datasource.m in Sources */,
09C32DA51F44364A00DB06C9 /* SDWebImageCompat.m in Sources */,
09C32D9C1F44364A00DB06C9 /* NSArray+MASAdditions.m in Sources */,
09C32DB11F44364A00DB06C9 /* UIImageView+WebCache.m in Sources */,
09C32D9E1F44364A00DB06C9 /* View+MASAdditions.m in Sources */,
09C32DAF1F44364A00DB06C9 /* UIImage+WebP.m in Sources */,
09C32DA61F44364A00DB06C9 /* SDWebImageDecoder.m in Sources */,
090E23261F42B7D80072022D /* WaterMatchResultViewController.m in Sources */,
09C32D971F44364A00DB06C9 /* MASConstraint.m in Sources */,
09C32DA21F44364A00DB06C9 /* NSData+GIF.m in Sources */,
09C32DA41F44364A00DB06C9 /* SDImageCache.m in Sources */,
09C32DAC1F44364A00DB06C9 /* UIButton+WebCache.m in Sources */,
090E23321F42C0880072022D /* WaterflowLayout.m in Sources */,
090E232C1F42B8FB0072022D /* WaterMatchResultModel.m in Sources */,
09C32D981F44364A00DB06C9 /* MASConstraintMaker.m in Sources */,
09C32D991F44364A00DB06C9 /* MASLayoutConstraint.m in Sources */,
09C32DA91F44364A00DB06C9 /* SDWebImageManager+MJ.m in Sources */,
09C32DAD1F44364A00DB06C9 /* UIImage+GIF.m in Sources */,
09C32DB91F444A5F00DB06C9 /* SPLoadingHUD.m in Sources */,
09C32DA71F44364A00DB06C9 /* SDWebImageDownloader.m in Sources */,
09C32DA81F44364A00DB06C9 /* SDWebImageDownloaderOperation.m in Sources */,
09C32DAA1F44364A00DB06C9 /* SDWebImageManager.m in Sources */,
090E22F31F42B6D50072022D /* main.m in Sources */,
09C32DAB1F44364A00DB06C9 /* SDWebImagePrefetcher.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
090E23031F42B6D60072022D /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
090E230C1F42B6D60072022D /* WaterTests.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
090E230E1F42B6D60072022D /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
090E23171F42B6D60072022D /* WaterUITests.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */
/* Begin PBXTargetDependency section */
090E23091F42B6D60072022D /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = 090E22ED1F42B6D50072022D /* Water */;
targetProxy = 090E23081F42B6D60072022D /* PBXContainerItemProxy */;
};
090E23141F42B6D60072022D /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = 090E22ED1F42B6D50072022D /* Water */;
targetProxy = 090E23131F42B6D60072022D /* PBXContainerItemProxy */;
};
/* End PBXTargetDependency section */
/* Begin PBXVariantGroup section */
090E22FA1F42B6D60072022D /* Main.storyboard */ = {
isa = PBXVariantGroup;
children = (
090E22FB1F42B6D60072022D /* Base */,
);
name = Main.storyboard;
sourceTree = "<group>";
};
090E22FF1F42B6D60072022D /* LaunchScreen.storyboard */ = {
isa = PBXVariantGroup;
children = (
090E23001F42B6D60072022D /* Base */,
);
name = LaunchScreen.storyboard;
sourceTree = "<group>";
};
/* End PBXVariantGroup section */
/* Begin XCBuildConfiguration section */
090E23191F42B6D60072022D /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ANALYZER_NONNULL = YES;
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_DOCUMENTATION_COMMENTS = YES;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INFINITE_RECURSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = dwarf;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_DYNAMIC_NO_PIC = NO;
GCC_NO_COMMON_BLOCKS = YES;
GCC_OPTIMIZATION_LEVEL = 0;
GCC_PREPROCESSOR_DEFINITIONS = (
"DEBUG=1",
"$(inherited)",
);
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 = 10.2;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
};
name = Debug;
};
090E231A1F42B6D60072022D /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ANALYZER_NONNULL = YES;
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_DOCUMENTATION_COMMENTS = YES;
CLANG_WARN_EMPTY_BODY = YES;
CLANG_WARN_ENUM_CONVERSION = YES;
CLANG_WARN_INFINITE_RECURSION = YES;
CLANG_WARN_INT_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
ENABLE_NS_ASSERTIONS = NO;
ENABLE_STRICT_OBJC_MSGSEND = YES;
GCC_C_LANGUAGE_STANDARD = gnu99;
GCC_NO_COMMON_BLOCKS = YES;
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 = 10.2;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos;
VALIDATE_PRODUCT = YES;
};
name = Release;
};
090E231C1F42B6D60072022D /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
DEVELOPMENT_TEAM = MP8K63J94Y;
INFOPLIST_FILE = Water/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.idresschina.Water;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
};
name = Debug;
};
090E231D1F42B6D60072022D /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
DEVELOPMENT_TEAM = MP8K63J94Y;
INFOPLIST_FILE = Water/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.idresschina.Water;
PRODUCT_NAME = "$(TARGET_NAME)";
PROVISIONING_PROFILE_SPECIFIER = "";
};
name = Release;
};
090E231F1F42B6D60072022D /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
BUNDLE_LOADER = "$(TEST_HOST)";
DEVELOPMENT_TEAM = SXULSRC6Y5;
INFOPLIST_FILE = WaterTests/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.idresschina.WaterTests;
PRODUCT_NAME = "$(TARGET_NAME)";
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Water.app/Water";
};
name = Debug;
};
090E23201F42B6D60072022D /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
BUNDLE_LOADER = "$(TEST_HOST)";
DEVELOPMENT_TEAM = SXULSRC6Y5;
INFOPLIST_FILE = WaterTests/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.idresschina.WaterTests;
PRODUCT_NAME = "$(TARGET_NAME)";
TEST_HOST = "$(BUILT_PRODUCTS_DIR)/Water.app/Water";
};
name = Release;
};
090E23221F42B6D60072022D /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
DEVELOPMENT_TEAM = SXULSRC6Y5;
INFOPLIST_FILE = WaterUITests/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.idresschina.WaterUITests;
PRODUCT_NAME = "$(TARGET_NAME)";
TEST_TARGET_NAME = Water;
};
name = Debug;
};
090E23231F42B6D60072022D /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
DEVELOPMENT_TEAM = SXULSRC6Y5;
INFOPLIST_FILE = WaterUITests/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.idresschina.WaterUITests;
PRODUCT_NAME = "$(TARGET_NAME)";
TEST_TARGET_NAME = Water;
};
name = Release;
};
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
090E22E91F42B6D50072022D /* Build configuration list for PBXProject "Water" */ = {
isa = XCConfigurationList;
buildConfigurations = (
090E23191F42B6D60072022D /* Debug */,
090E231A1F42B6D60072022D /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
090E231B1F42B6D60072022D /* Build configuration list for PBXNativeTarget "Water" */ = {
isa = XCConfigurationList;
buildConfigurations = (
090E231C1F42B6D60072022D /* Debug */,
090E231D1F42B6D60072022D /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
090E231E1F42B6D60072022D /* Build configuration list for PBXNativeTarget "WaterTests" */ = {
isa = XCConfigurationList;
buildConfigurations = (
090E231F1F42B6D60072022D /* Debug */,
090E23201F42B6D60072022D /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
090E23211F42B6D60072022D /* Build configuration list for PBXNativeTarget "WaterUITests" */ = {
isa = XCConfigurationList;
buildConfigurations = (
090E23221F42B6D60072022D /* Debug */,
090E23231F42B6D60072022D /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = 090E22E61F42B6D50072022D /* Project object */;
}