沈斌
2016-12-21 19034292effcb842fb6087c272397460a15ba0cc
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
// !$*UTF8*$!
{
    archiveVersion = 1;
    classes = {
    };
    objectVersion = 46;
    objects = {
 
/* Begin PBXBuildFile section */
        7BC5DE9C1C609281005DAB56 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 7BC5DE9B1C609281005DAB56 /* main.m */; };
        7BC5DE9F1C609281005DAB56 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 7BC5DE9E1C609281005DAB56 /* AppDelegate.m */; };
        7BC5DEA21C609281005DAB56 /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 7BC5DEA11C609281005DAB56 /* ViewController.m */; };
        7BC5DEA51C609281005DAB56 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 7BC5DEA31C609281005DAB56 /* Main.storyboard */; };
        7BC5DEA71C609281005DAB56 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 7BC5DEA61C609281005DAB56 /* Assets.xcassets */; };
        7BC5DEAA1C609281005DAB56 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 7BC5DEA81C609281005DAB56 /* LaunchScreen.storyboard */; };
        7BC5DEB51C609281005DAB56 /* testUITests.m in Sources */ = {isa = PBXBuildFile; fileRef = 7BC5DEB41C609281005DAB56 /* testUITests.m */; };
        7BC5DEC81C609620005DAB56 /* 1.jpg in Resources */ = {isa = PBXBuildFile; fileRef = 7BC5DEC11C609620005DAB56 /* 1.jpg */; };
        7BC5DEC91C609620005DAB56 /* 2.jpg in Resources */ = {isa = PBXBuildFile; fileRef = 7BC5DEC21C609620005DAB56 /* 2.jpg */; };
        7BC5DECA1C609620005DAB56 /* 3.jpg in Resources */ = {isa = PBXBuildFile; fileRef = 7BC5DEC31C609620005DAB56 /* 3.jpg */; };
        7BC5DECB1C609620005DAB56 /* 4.jpg in Resources */ = {isa = PBXBuildFile; fileRef = 7BC5DEC41C609620005DAB56 /* 4.jpg */; };
        7BC5DECC1C609620005DAB56 /* 5.jpg in Resources */ = {isa = PBXBuildFile; fileRef = 7BC5DEC51C609620005DAB56 /* 5.jpg */; };
        7BC5DECD1C609620005DAB56 /* 6.jpg in Resources */ = {isa = PBXBuildFile; fileRef = 7BC5DEC61C609620005DAB56 /* 6.jpg */; };
        7BC5DECE1C609620005DAB56 /* 7.jpg in Resources */ = {isa = PBXBuildFile; fileRef = 7BC5DEC71C609620005DAB56 /* 7.jpg */; };
        7BC5DEF11C6097C3005DAB56 /* MKAnnotationView+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 7BC5DED11C6097C3005DAB56 /* MKAnnotationView+WebCache.m */; };
        7BC5DEF21C6097C3005DAB56 /* NSData+ImageContentType.m in Sources */ = {isa = PBXBuildFile; fileRef = 7BC5DED31C6097C3005DAB56 /* NSData+ImageContentType.m */; };
        7BC5DEF31C6097C3005DAB56 /* SDImageCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 7BC5DED51C6097C3005DAB56 /* SDImageCache.m */; };
        7BC5DEF41C6097C3005DAB56 /* SDWebImageCompat.m in Sources */ = {isa = PBXBuildFile; fileRef = 7BC5DED71C6097C3005DAB56 /* SDWebImageCompat.m */; };
        7BC5DEF51C6097C3005DAB56 /* SDWebImageDecoder.m in Sources */ = {isa = PBXBuildFile; fileRef = 7BC5DED91C6097C3005DAB56 /* SDWebImageDecoder.m */; };
        7BC5DEF61C6097C3005DAB56 /* SDWebImageDownloader.m in Sources */ = {isa = PBXBuildFile; fileRef = 7BC5DEDB1C6097C3005DAB56 /* SDWebImageDownloader.m */; };
        7BC5DEF71C6097C3005DAB56 /* SDWebImageDownloaderOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 7BC5DEDD1C6097C3005DAB56 /* SDWebImageDownloaderOperation.m */; };
        7BC5DEF81C6097C3005DAB56 /* SDWebImageManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 7BC5DEDF1C6097C3005DAB56 /* SDWebImageManager.m */; };
        7BC5DEF91C6097C3005DAB56 /* SDWebImagePrefetcher.m in Sources */ = {isa = PBXBuildFile; fileRef = 7BC5DEE21C6097C3005DAB56 /* SDWebImagePrefetcher.m */; };
        7BC5DEFA1C6097C3005DAB56 /* UIButton+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 7BC5DEE41C6097C3005DAB56 /* UIButton+WebCache.m */; };
        7BC5DEFB1C6097C3005DAB56 /* UIImage+GIF.m in Sources */ = {isa = PBXBuildFile; fileRef = 7BC5DEE61C6097C3005DAB56 /* UIImage+GIF.m */; };
        7BC5DEFC1C6097C3005DAB56 /* UIImage+MultiFormat.m in Sources */ = {isa = PBXBuildFile; fileRef = 7BC5DEE81C6097C3005DAB56 /* UIImage+MultiFormat.m */; };
        7BC5DEFD1C6097C3005DAB56 /* UIImage+WebP.m in Sources */ = {isa = PBXBuildFile; fileRef = 7BC5DEEA1C6097C3005DAB56 /* UIImage+WebP.m */; };
        7BC5DEFE1C6097C3005DAB56 /* UIImageView+HighlightedWebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 7BC5DEEC1C6097C3005DAB56 /* UIImageView+HighlightedWebCache.m */; };
        7BC5DEFF1C6097C3005DAB56 /* UIImageView+WebCache.m in Sources */ = {isa = PBXBuildFile; fileRef = 7BC5DEEE1C6097C3005DAB56 /* UIImageView+WebCache.m */; };
        7BC5DF001C6097C3005DAB56 /* UIView+WebCacheOperation.m in Sources */ = {isa = PBXBuildFile; fileRef = 7BC5DEF01C6097C3005DAB56 /* UIView+WebCacheOperation.m */; };
/* End PBXBuildFile section */
 
/* Begin PBXContainerItemProxy section */
        7BC5DEB11C609281005DAB56 /* PBXContainerItemProxy */ = {
            isa = PBXContainerItemProxy;
            containerPortal = 7BC5DE8F1C609281005DAB56 /* Project object */;
            proxyType = 1;
            remoteGlobalIDString = 7BC5DE961C609281005DAB56;
            remoteInfo = test;
        };
/* End PBXContainerItemProxy section */
 
/* Begin PBXFileReference section */
        7BC5DE971C609281005DAB56 /* test.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = test.app; sourceTree = BUILT_PRODUCTS_DIR; };
        7BC5DE9B1C609281005DAB56 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
        7BC5DE9D1C609281005DAB56 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
        7BC5DE9E1C609281005DAB56 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
        7BC5DEA01C609281005DAB56 /* ViewController.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = "<group>"; };
        7BC5DEA11C609281005DAB56 /* ViewController.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = "<group>"; };
        7BC5DEA41C609281005DAB56 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
        7BC5DEA61C609281005DAB56 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
        7BC5DEA91C609281005DAB56 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
        7BC5DEAB1C609281005DAB56 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
        7BC5DEB01C609281005DAB56 /* testUITests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = testUITests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
        7BC5DEB41C609281005DAB56 /* testUITests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = testUITests.m; sourceTree = "<group>"; };
        7BC5DEB61C609281005DAB56 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
        7BC5DEC11C609620005DAB56 /* 1.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = 1.jpg; sourceTree = "<group>"; };
        7BC5DEC21C609620005DAB56 /* 2.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = 2.jpg; sourceTree = "<group>"; };
        7BC5DEC31C609620005DAB56 /* 3.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = 3.jpg; sourceTree = "<group>"; };
        7BC5DEC41C609620005DAB56 /* 4.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = 4.jpg; sourceTree = "<group>"; };
        7BC5DEC51C609620005DAB56 /* 5.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = 5.jpg; sourceTree = "<group>"; };
        7BC5DEC61C609620005DAB56 /* 6.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = 6.jpg; sourceTree = "<group>"; };
        7BC5DEC71C609620005DAB56 /* 7.jpg */ = {isa = PBXFileReference; lastKnownFileType = image.jpeg; path = 7.jpg; sourceTree = "<group>"; };
        7BC5DED01C6097C3005DAB56 /* MKAnnotationView+WebCache.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "MKAnnotationView+WebCache.h"; sourceTree = "<group>"; };
        7BC5DED11C6097C3005DAB56 /* MKAnnotationView+WebCache.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "MKAnnotationView+WebCache.m"; sourceTree = "<group>"; };
        7BC5DED21C6097C3005DAB56 /* NSData+ImageContentType.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSData+ImageContentType.h"; sourceTree = "<group>"; };
        7BC5DED31C6097C3005DAB56 /* NSData+ImageContentType.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSData+ImageContentType.m"; sourceTree = "<group>"; };
        7BC5DED41C6097C3005DAB56 /* SDImageCache.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDImageCache.h; sourceTree = "<group>"; };
        7BC5DED51C6097C3005DAB56 /* SDImageCache.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SDImageCache.m; sourceTree = "<group>"; };
        7BC5DED61C6097C3005DAB56 /* SDWebImageCompat.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDWebImageCompat.h; sourceTree = "<group>"; };
        7BC5DED71C6097C3005DAB56 /* SDWebImageCompat.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SDWebImageCompat.m; sourceTree = "<group>"; };
        7BC5DED81C6097C3005DAB56 /* SDWebImageDecoder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDWebImageDecoder.h; sourceTree = "<group>"; };
        7BC5DED91C6097C3005DAB56 /* SDWebImageDecoder.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SDWebImageDecoder.m; sourceTree = "<group>"; };
        7BC5DEDA1C6097C3005DAB56 /* SDWebImageDownloader.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDWebImageDownloader.h; sourceTree = "<group>"; };
        7BC5DEDB1C6097C3005DAB56 /* SDWebImageDownloader.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SDWebImageDownloader.m; sourceTree = "<group>"; };
        7BC5DEDC1C6097C3005DAB56 /* SDWebImageDownloaderOperation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDWebImageDownloaderOperation.h; sourceTree = "<group>"; };
        7BC5DEDD1C6097C3005DAB56 /* SDWebImageDownloaderOperation.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SDWebImageDownloaderOperation.m; sourceTree = "<group>"; };
        7BC5DEDE1C6097C3005DAB56 /* SDWebImageManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDWebImageManager.h; sourceTree = "<group>"; };
        7BC5DEDF1C6097C3005DAB56 /* SDWebImageManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SDWebImageManager.m; sourceTree = "<group>"; };
        7BC5DEE01C6097C3005DAB56 /* SDWebImageOperation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDWebImageOperation.h; sourceTree = "<group>"; };
        7BC5DEE11C6097C3005DAB56 /* SDWebImagePrefetcher.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDWebImagePrefetcher.h; sourceTree = "<group>"; };
        7BC5DEE21C6097C3005DAB56 /* SDWebImagePrefetcher.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SDWebImagePrefetcher.m; sourceTree = "<group>"; };
        7BC5DEE31C6097C3005DAB56 /* UIButton+WebCache.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIButton+WebCache.h"; sourceTree = "<group>"; };
        7BC5DEE41C6097C3005DAB56 /* UIButton+WebCache.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIButton+WebCache.m"; sourceTree = "<group>"; };
        7BC5DEE51C6097C3005DAB56 /* UIImage+GIF.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIImage+GIF.h"; sourceTree = "<group>"; };
        7BC5DEE61C6097C3005DAB56 /* UIImage+GIF.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIImage+GIF.m"; sourceTree = "<group>"; };
        7BC5DEE71C6097C3005DAB56 /* UIImage+MultiFormat.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIImage+MultiFormat.h"; sourceTree = "<group>"; };
        7BC5DEE81C6097C3005DAB56 /* UIImage+MultiFormat.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIImage+MultiFormat.m"; sourceTree = "<group>"; };
        7BC5DEE91C6097C3005DAB56 /* UIImage+WebP.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIImage+WebP.h"; sourceTree = "<group>"; };
        7BC5DEEA1C6097C3005DAB56 /* UIImage+WebP.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIImage+WebP.m"; sourceTree = "<group>"; };
        7BC5DEEB1C6097C3005DAB56 /* UIImageView+HighlightedWebCache.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIImageView+HighlightedWebCache.h"; sourceTree = "<group>"; };
        7BC5DEEC1C6097C3005DAB56 /* UIImageView+HighlightedWebCache.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIImageView+HighlightedWebCache.m"; sourceTree = "<group>"; };
        7BC5DEED1C6097C3005DAB56 /* UIImageView+WebCache.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIImageView+WebCache.h"; sourceTree = "<group>"; };
        7BC5DEEE1C6097C3005DAB56 /* UIImageView+WebCache.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIImageView+WebCache.m"; sourceTree = "<group>"; };
        7BC5DEEF1C6097C3005DAB56 /* UIView+WebCacheOperation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIView+WebCacheOperation.h"; sourceTree = "<group>"; };
        7BC5DEF01C6097C3005DAB56 /* UIView+WebCacheOperation.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIView+WebCacheOperation.m"; sourceTree = "<group>"; };
/* End PBXFileReference section */
 
/* Begin PBXFrameworksBuildPhase section */
        7BC5DE941C609281005DAB56 /* Frameworks */ = {
            isa = PBXFrameworksBuildPhase;
            buildActionMask = 2147483647;
            files = (
            );
            runOnlyForDeploymentPostprocessing = 0;
        };
        7BC5DEAD1C609281005DAB56 /* Frameworks */ = {
            isa = PBXFrameworksBuildPhase;
            buildActionMask = 2147483647;
            files = (
            );
            runOnlyForDeploymentPostprocessing = 0;
        };
/* End PBXFrameworksBuildPhase section */
 
/* Begin PBXGroup section */
        7BC5DE8E1C609281005DAB56 = {
            isa = PBXGroup;
            children = (
                7BC5DECF1C6097C3005DAB56 /* SDWebImage */,
                7BC5DE991C609281005DAB56 /* test */,
                7BC5DEB31C609281005DAB56 /* testUITests */,
                7BC5DE981C609281005DAB56 /* Products */,
            );
            sourceTree = "<group>";
        };
        7BC5DE981C609281005DAB56 /* Products */ = {
            isa = PBXGroup;
            children = (
                7BC5DE971C609281005DAB56 /* test.app */,
                7BC5DEB01C609281005DAB56 /* testUITests.xctest */,
            );
            name = Products;
            sourceTree = "<group>";
        };
        7BC5DE991C609281005DAB56 /* test */ = {
            isa = PBXGroup;
            children = (
                7BC5DEC11C609620005DAB56 /* 1.jpg */,
                7BC5DEC21C609620005DAB56 /* 2.jpg */,
                7BC5DEC31C609620005DAB56 /* 3.jpg */,
                7BC5DEC41C609620005DAB56 /* 4.jpg */,
                7BC5DEC51C609620005DAB56 /* 5.jpg */,
                7BC5DEC61C609620005DAB56 /* 6.jpg */,
                7BC5DEC71C609620005DAB56 /* 7.jpg */,
                7BC5DE9D1C609281005DAB56 /* AppDelegate.h */,
                7BC5DE9E1C609281005DAB56 /* AppDelegate.m */,
                7BC5DEA01C609281005DAB56 /* ViewController.h */,
                7BC5DEA11C609281005DAB56 /* ViewController.m */,
                7BC5DEA31C609281005DAB56 /* Main.storyboard */,
                7BC5DEA61C609281005DAB56 /* Assets.xcassets */,
                7BC5DEA81C609281005DAB56 /* LaunchScreen.storyboard */,
                7BC5DEAB1C609281005DAB56 /* Info.plist */,
                7BC5DE9A1C609281005DAB56 /* Supporting Files */,
            );
            path = test;
            sourceTree = "<group>";
        };
        7BC5DE9A1C609281005DAB56 /* Supporting Files */ = {
            isa = PBXGroup;
            children = (
                7BC5DE9B1C609281005DAB56 /* main.m */,
            );
            name = "Supporting Files";
            sourceTree = "<group>";
        };
        7BC5DEB31C609281005DAB56 /* testUITests */ = {
            isa = PBXGroup;
            children = (
                7BC5DEB41C609281005DAB56 /* testUITests.m */,
                7BC5DEB61C609281005DAB56 /* Info.plist */,
            );
            path = testUITests;
            sourceTree = "<group>";
        };
        7BC5DECF1C6097C3005DAB56 /* SDWebImage */ = {
            isa = PBXGroup;
            children = (
                7BC5DED01C6097C3005DAB56 /* MKAnnotationView+WebCache.h */,
                7BC5DED11C6097C3005DAB56 /* MKAnnotationView+WebCache.m */,
                7BC5DED21C6097C3005DAB56 /* NSData+ImageContentType.h */,
                7BC5DED31C6097C3005DAB56 /* NSData+ImageContentType.m */,
                7BC5DED41C6097C3005DAB56 /* SDImageCache.h */,
                7BC5DED51C6097C3005DAB56 /* SDImageCache.m */,
                7BC5DED61C6097C3005DAB56 /* SDWebImageCompat.h */,
                7BC5DED71C6097C3005DAB56 /* SDWebImageCompat.m */,
                7BC5DED81C6097C3005DAB56 /* SDWebImageDecoder.h */,
                7BC5DED91C6097C3005DAB56 /* SDWebImageDecoder.m */,
                7BC5DEDA1C6097C3005DAB56 /* SDWebImageDownloader.h */,
                7BC5DEDB1C6097C3005DAB56 /* SDWebImageDownloader.m */,
                7BC5DEDC1C6097C3005DAB56 /* SDWebImageDownloaderOperation.h */,
                7BC5DEDD1C6097C3005DAB56 /* SDWebImageDownloaderOperation.m */,
                7BC5DEDE1C6097C3005DAB56 /* SDWebImageManager.h */,
                7BC5DEDF1C6097C3005DAB56 /* SDWebImageManager.m */,
                7BC5DEE01C6097C3005DAB56 /* SDWebImageOperation.h */,
                7BC5DEE11C6097C3005DAB56 /* SDWebImagePrefetcher.h */,
                7BC5DEE21C6097C3005DAB56 /* SDWebImagePrefetcher.m */,
                7BC5DEE31C6097C3005DAB56 /* UIButton+WebCache.h */,
                7BC5DEE41C6097C3005DAB56 /* UIButton+WebCache.m */,
                7BC5DEE51C6097C3005DAB56 /* UIImage+GIF.h */,
                7BC5DEE61C6097C3005DAB56 /* UIImage+GIF.m */,
                7BC5DEE71C6097C3005DAB56 /* UIImage+MultiFormat.h */,
                7BC5DEE81C6097C3005DAB56 /* UIImage+MultiFormat.m */,
                7BC5DEE91C6097C3005DAB56 /* UIImage+WebP.h */,
                7BC5DEEA1C6097C3005DAB56 /* UIImage+WebP.m */,
                7BC5DEEB1C6097C3005DAB56 /* UIImageView+HighlightedWebCache.h */,
                7BC5DEEC1C6097C3005DAB56 /* UIImageView+HighlightedWebCache.m */,
                7BC5DEED1C6097C3005DAB56 /* UIImageView+WebCache.h */,
                7BC5DEEE1C6097C3005DAB56 /* UIImageView+WebCache.m */,
                7BC5DEEF1C6097C3005DAB56 /* UIView+WebCacheOperation.h */,
                7BC5DEF01C6097C3005DAB56 /* UIView+WebCacheOperation.m */,
            );
            path = SDWebImage;
            sourceTree = "<group>";
        };
/* End PBXGroup section */
 
/* Begin PBXNativeTarget section */
        7BC5DE961C609281005DAB56 /* test */ = {
            isa = PBXNativeTarget;
            buildConfigurationList = 7BC5DEB91C609281005DAB56 /* Build configuration list for PBXNativeTarget "test" */;
            buildPhases = (
                7BC5DE931C609281005DAB56 /* Sources */,
                7BC5DE941C609281005DAB56 /* Frameworks */,
                7BC5DE951C609281005DAB56 /* Resources */,
            );
            buildRules = (
            );
            dependencies = (
            );
            name = test;
            productName = test;
            productReference = 7BC5DE971C609281005DAB56 /* test.app */;
            productType = "com.apple.product-type.application";
        };
        7BC5DEAF1C609281005DAB56 /* testUITests */ = {
            isa = PBXNativeTarget;
            buildConfigurationList = 7BC5DEBC1C609281005DAB56 /* Build configuration list for PBXNativeTarget "testUITests" */;
            buildPhases = (
                7BC5DEAC1C609281005DAB56 /* Sources */,
                7BC5DEAD1C609281005DAB56 /* Frameworks */,
                7BC5DEAE1C609281005DAB56 /* Resources */,
            );
            buildRules = (
            );
            dependencies = (
                7BC5DEB21C609281005DAB56 /* PBXTargetDependency */,
            );
            name = testUITests;
            productName = testUITests;
            productReference = 7BC5DEB01C609281005DAB56 /* testUITests.xctest */;
            productType = "com.apple.product-type.bundle.ui-testing";
        };
/* End PBXNativeTarget section */
 
/* Begin PBXProject section */
        7BC5DE8F1C609281005DAB56 /* Project object */ = {
            isa = PBXProject;
            attributes = {
                LastUpgradeCheck = 0720;
                ORGANIZATIONNAME = "科力会";
                TargetAttributes = {
                    7BC5DE961C609281005DAB56 = {
                        CreatedOnToolsVersion = 7.2;
                    };
                    7BC5DEAF1C609281005DAB56 = {
                        CreatedOnToolsVersion = 7.2;
                        TestTargetID = 7BC5DE961C609281005DAB56;
                    };
                };
            };
            buildConfigurationList = 7BC5DE921C609281005DAB56 /* Build configuration list for PBXProject "test" */;
            compatibilityVersion = "Xcode 3.2";
            developmentRegion = English;
            hasScannedForEncodings = 0;
            knownRegions = (
                en,
                Base,
            );
            mainGroup = 7BC5DE8E1C609281005DAB56;
            productRefGroup = 7BC5DE981C609281005DAB56 /* Products */;
            projectDirPath = "";
            projectRoot = "";
            targets = (
                7BC5DE961C609281005DAB56 /* test */,
                7BC5DEAF1C609281005DAB56 /* testUITests */,
            );
        };
/* End PBXProject section */
 
/* Begin PBXResourcesBuildPhase section */
        7BC5DE951C609281005DAB56 /* Resources */ = {
            isa = PBXResourcesBuildPhase;
            buildActionMask = 2147483647;
            files = (
                7BC5DEC91C609620005DAB56 /* 2.jpg in Resources */,
                7BC5DECE1C609620005DAB56 /* 7.jpg in Resources */,
                7BC5DEC81C609620005DAB56 /* 1.jpg in Resources */,
                7BC5DEAA1C609281005DAB56 /* LaunchScreen.storyboard in Resources */,
                7BC5DECB1C609620005DAB56 /* 4.jpg in Resources */,
                7BC5DEA71C609281005DAB56 /* Assets.xcassets in Resources */,
                7BC5DECD1C609620005DAB56 /* 6.jpg in Resources */,
                7BC5DECA1C609620005DAB56 /* 3.jpg in Resources */,
                7BC5DECC1C609620005DAB56 /* 5.jpg in Resources */,
                7BC5DEA51C609281005DAB56 /* Main.storyboard in Resources */,
            );
            runOnlyForDeploymentPostprocessing = 0;
        };
        7BC5DEAE1C609281005DAB56 /* Resources */ = {
            isa = PBXResourcesBuildPhase;
            buildActionMask = 2147483647;
            files = (
            );
            runOnlyForDeploymentPostprocessing = 0;
        };
/* End PBXResourcesBuildPhase section */
 
/* Begin PBXSourcesBuildPhase section */
        7BC5DE931C609281005DAB56 /* Sources */ = {
            isa = PBXSourcesBuildPhase;
            buildActionMask = 2147483647;
            files = (
                7BC5DEFE1C6097C3005DAB56 /* UIImageView+HighlightedWebCache.m in Sources */,
                7BC5DEF21C6097C3005DAB56 /* NSData+ImageContentType.m in Sources */,
                7BC5DEF81C6097C3005DAB56 /* SDWebImageManager.m in Sources */,
                7BC5DEF61C6097C3005DAB56 /* SDWebImageDownloader.m in Sources */,
                7BC5DEFD1C6097C3005DAB56 /* UIImage+WebP.m in Sources */,
                7BC5DF001C6097C3005DAB56 /* UIView+WebCacheOperation.m in Sources */,
                7BC5DEF31C6097C3005DAB56 /* SDImageCache.m in Sources */,
                7BC5DEA21C609281005DAB56 /* ViewController.m in Sources */,
                7BC5DEF11C6097C3005DAB56 /* MKAnnotationView+WebCache.m in Sources */,
                7BC5DEF51C6097C3005DAB56 /* SDWebImageDecoder.m in Sources */,
                7BC5DEFC1C6097C3005DAB56 /* UIImage+MultiFormat.m in Sources */,
                7BC5DEF71C6097C3005DAB56 /* SDWebImageDownloaderOperation.m in Sources */,
                7BC5DE9F1C609281005DAB56 /* AppDelegate.m in Sources */,
                7BC5DEFA1C6097C3005DAB56 /* UIButton+WebCache.m in Sources */,
                7BC5DEF91C6097C3005DAB56 /* SDWebImagePrefetcher.m in Sources */,
                7BC5DEFF1C6097C3005DAB56 /* UIImageView+WebCache.m in Sources */,
                7BC5DEF41C6097C3005DAB56 /* SDWebImageCompat.m in Sources */,
                7BC5DEFB1C6097C3005DAB56 /* UIImage+GIF.m in Sources */,
                7BC5DE9C1C609281005DAB56 /* main.m in Sources */,
            );
            runOnlyForDeploymentPostprocessing = 0;
        };
        7BC5DEAC1C609281005DAB56 /* Sources */ = {
            isa = PBXSourcesBuildPhase;
            buildActionMask = 2147483647;
            files = (
                7BC5DEB51C609281005DAB56 /* testUITests.m in Sources */,
            );
            runOnlyForDeploymentPostprocessing = 0;
        };
/* End PBXSourcesBuildPhase section */
 
/* Begin PBXTargetDependency section */
        7BC5DEB21C609281005DAB56 /* PBXTargetDependency */ = {
            isa = PBXTargetDependency;
            target = 7BC5DE961C609281005DAB56 /* test */;
            targetProxy = 7BC5DEB11C609281005DAB56 /* PBXContainerItemProxy */;
        };
/* End PBXTargetDependency section */
 
/* Begin PBXVariantGroup section */
        7BC5DEA31C609281005DAB56 /* Main.storyboard */ = {
            isa = PBXVariantGroup;
            children = (
                7BC5DEA41C609281005DAB56 /* Base */,
            );
            name = Main.storyboard;
            sourceTree = "<group>";
        };
        7BC5DEA81C609281005DAB56 /* LaunchScreen.storyboard */ = {
            isa = PBXVariantGroup;
            children = (
                7BC5DEA91C609281005DAB56 /* Base */,
            );
            name = LaunchScreen.storyboard;
            sourceTree = "<group>";
        };
/* End PBXVariantGroup section */
 
/* Begin XCBuildConfiguration section */
        7BC5DEB71C609281005DAB56 /* 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;
                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 = 9.2;
                MTL_ENABLE_DEBUG_INFO = YES;
                ONLY_ACTIVE_ARCH = YES;
                SDKROOT = iphoneos;
            };
            name = Debug;
        };
        7BC5DEB81C609281005DAB56 /* 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 = 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 = 9.2;
                MTL_ENABLE_DEBUG_INFO = NO;
                SDKROOT = iphoneos;
                VALIDATE_PRODUCT = YES;
            };
            name = Release;
        };
        7BC5DEBA1C609281005DAB56 /* Debug */ = {
            isa = XCBuildConfiguration;
            buildSettings = {
                ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
                INFOPLIST_FILE = test/Info.plist;
                IPHONEOS_DEPLOYMENT_TARGET = 8.0;
                LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
                PRODUCT_BUNDLE_IDENTIFIER = kohli.test;
                PRODUCT_NAME = "$(TARGET_NAME)";
            };
            name = Debug;
        };
        7BC5DEBB1C609281005DAB56 /* Release */ = {
            isa = XCBuildConfiguration;
            buildSettings = {
                ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
                INFOPLIST_FILE = test/Info.plist;
                IPHONEOS_DEPLOYMENT_TARGET = 8.0;
                LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
                PRODUCT_BUNDLE_IDENTIFIER = kohli.test;
                PRODUCT_NAME = "$(TARGET_NAME)";
            };
            name = Release;
        };
        7BC5DEBD1C609281005DAB56 /* Debug */ = {
            isa = XCBuildConfiguration;
            buildSettings = {
                INFOPLIST_FILE = testUITests/Info.plist;
                LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
                PRODUCT_BUNDLE_IDENTIFIER = kohli.testUITests;
                PRODUCT_NAME = "$(TARGET_NAME)";
                TEST_TARGET_NAME = test;
                USES_XCTRUNNER = YES;
            };
            name = Debug;
        };
        7BC5DEBE1C609281005DAB56 /* Release */ = {
            isa = XCBuildConfiguration;
            buildSettings = {
                INFOPLIST_FILE = testUITests/Info.plist;
                LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
                PRODUCT_BUNDLE_IDENTIFIER = kohli.testUITests;
                PRODUCT_NAME = "$(TARGET_NAME)";
                TEST_TARGET_NAME = test;
                USES_XCTRUNNER = YES;
            };
            name = Release;
        };
/* End XCBuildConfiguration section */
 
/* Begin XCConfigurationList section */
        7BC5DE921C609281005DAB56 /* Build configuration list for PBXProject "test" */ = {
            isa = XCConfigurationList;
            buildConfigurations = (
                7BC5DEB71C609281005DAB56 /* Debug */,
                7BC5DEB81C609281005DAB56 /* Release */,
            );
            defaultConfigurationIsVisible = 0;
            defaultConfigurationName = Release;
        };
        7BC5DEB91C609281005DAB56 /* Build configuration list for PBXNativeTarget "test" */ = {
            isa = XCConfigurationList;
            buildConfigurations = (
                7BC5DEBA1C609281005DAB56 /* Debug */,
                7BC5DEBB1C609281005DAB56 /* Release */,
            );
            defaultConfigurationIsVisible = 0;
        };
        7BC5DEBC1C609281005DAB56 /* Build configuration list for PBXNativeTarget "testUITests" */ = {
            isa = XCConfigurationList;
            buildConfigurations = (
                7BC5DEBD1C609281005DAB56 /* Debug */,
                7BC5DEBE1C609281005DAB56 /* Release */,
            );
            defaultConfigurationIsVisible = 0;
        };
/* End XCConfigurationList section */
    };
    rootObject = 7BC5DE8F1C609281005DAB56 /* Project object */;
}