-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Expand file tree
/
Copy pathproject.pbxproj
More file actions
764 lines (753 loc) · 56.7 KB
/
Copy pathproject.pbxproj
File metadata and controls
764 lines (753 loc) · 56.7 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
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 48;
objects = {
/* Begin PBXBuildFile section */
D91054861F3735D20007F224 /* Animated image support.txt in Resources */ = {isa = PBXBuildFile; fileRef = D910547B1F3735D20007F224 /* Animated image support.txt */; };
D91054871F3735D20007F224 /* YYAnimatedImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = D910547D1F3735D20007F224 /* YYAnimatedImageView.m */; };
D91054881F3735D20007F224 /* YYFrameImage.m in Sources */ = {isa = PBXBuildFile; fileRef = D910547F1F3735D20007F224 /* YYFrameImage.m */; };
D91054891F3735D20007F224 /* YYImage.m in Sources */ = {isa = PBXBuildFile; fileRef = D91054811F3735D20007F224 /* YYImage.m */; };
D910548A1F3735D20007F224 /* YYImageCoder.m in Sources */ = {isa = PBXBuildFile; fileRef = D91054831F3735D20007F224 /* YYImageCoder.m */; };
D910548B1F3735D20007F224 /* YYSpriteSheetImage.m in Sources */ = {isa = PBXBuildFile; fileRef = D91054851F3735D20007F224 /* YYSpriteSheetImage.m */; };
D91054C11F3735E50007F224 /* YYTextContainerView.m in Sources */ = {isa = PBXBuildFile; fileRef = D910548F1F3735E50007F224 /* YYTextContainerView.m */; };
D91054C21F3735E50007F224 /* YYTextDebugOption.m in Sources */ = {isa = PBXBuildFile; fileRef = D91054911F3735E50007F224 /* YYTextDebugOption.m */; };
D91054C31F3735E50007F224 /* YYTextEffectWindow.m in Sources */ = {isa = PBXBuildFile; fileRef = D91054931F3735E50007F224 /* YYTextEffectWindow.m */; };
D91054C41F3735E50007F224 /* YYTextInput.m in Sources */ = {isa = PBXBuildFile; fileRef = D91054951F3735E50007F224 /* YYTextInput.m */; };
D91054C51F3735E50007F224 /* YYTextKeyboardManager.m in Sources */ = {isa = PBXBuildFile; fileRef = D91054971F3735E50007F224 /* YYTextKeyboardManager.m */; };
D91054C61F3735E50007F224 /* YYTextLayout.m in Sources */ = {isa = PBXBuildFile; fileRef = D91054991F3735E50007F224 /* YYTextLayout.m */; };
D91054C71F3735E50007F224 /* YYTextLine.m in Sources */ = {isa = PBXBuildFile; fileRef = D910549B1F3735E50007F224 /* YYTextLine.m */; };
D91054C81F3735E50007F224 /* YYTextMagnifier.m in Sources */ = {isa = PBXBuildFile; fileRef = D910549D1F3735E50007F224 /* YYTextMagnifier.m */; };
D91054C91F3735E50007F224 /* YYTextSelectionView.m in Sources */ = {isa = PBXBuildFile; fileRef = D910549F1F3735E50007F224 /* YYTextSelectionView.m */; };
D91054CA1F3735E50007F224 /* YYTextArchiver.m in Sources */ = {isa = PBXBuildFile; fileRef = D91054A21F3735E50007F224 /* YYTextArchiver.m */; };
D91054CB1F3735E50007F224 /* YYTextAttribute.m in Sources */ = {isa = PBXBuildFile; fileRef = D91054A41F3735E50007F224 /* YYTextAttribute.m */; };
D91054CC1F3735E50007F224 /* YYTextParser.m in Sources */ = {isa = PBXBuildFile; fileRef = D91054A61F3735E50007F224 /* YYTextParser.m */; };
D91054CD1F3735E50007F224 /* YYTextRubyAnnotation.m in Sources */ = {isa = PBXBuildFile; fileRef = D91054A81F3735E50007F224 /* YYTextRubyAnnotation.m */; };
D91054CE1F3735E50007F224 /* YYTextRunDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = D91054AA1F3735E50007F224 /* YYTextRunDelegate.m */; };
D91054CF1F3735E50007F224 /* NSAttributedString+YYText.m in Sources */ = {isa = PBXBuildFile; fileRef = D91054AD1F3735E50007F224 /* NSAttributedString+YYText.m */; };
D91054D01F3735E50007F224 /* NSParagraphStyle+YYText.m in Sources */ = {isa = PBXBuildFile; fileRef = D91054AF1F3735E50007F224 /* NSParagraphStyle+YYText.m */; };
D91054D11F3735E50007F224 /* UIPasteboard+YYText.m in Sources */ = {isa = PBXBuildFile; fileRef = D91054B11F3735E50007F224 /* UIPasteboard+YYText.m */; };
D91054D21F3735E50007F224 /* UIView+YYText.m in Sources */ = {isa = PBXBuildFile; fileRef = D91054B31F3735E50007F224 /* UIView+YYText.m */; };
D91054D31F3735E50007F224 /* YYTextAsyncLayer.m in Sources */ = {isa = PBXBuildFile; fileRef = D91054B51F3735E50007F224 /* YYTextAsyncLayer.m */; };
D91054D41F3735E50007F224 /* YYTextTransaction.m in Sources */ = {isa = PBXBuildFile; fileRef = D91054B71F3735E50007F224 /* YYTextTransaction.m */; };
D91054D51F3735E50007F224 /* YYTextUtilities.m in Sources */ = {isa = PBXBuildFile; fileRef = D91054B91F3735E50007F224 /* YYTextUtilities.m */; };
D91054D61F3735E50007F224 /* YYTextWeakProxy.m in Sources */ = {isa = PBXBuildFile; fileRef = D91054BB1F3735E50007F224 /* YYTextWeakProxy.m */; };
D91054D71F3735E50007F224 /* YYLabel.m in Sources */ = {isa = PBXBuildFile; fileRef = D91054BD1F3735E50007F224 /* YYLabel.m */; };
D91054D81F3735E50007F224 /* YYTextView.m in Sources */ = {isa = PBXBuildFile; fileRef = D91054C01F3735E50007F224 /* YYTextView.m */; };
D91054DD1F3736060007F224 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = D91054DA1F3736060007F224 /* AppDelegate.m */; };
D91054DE1F3736060007F224 /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = D91054DC1F3736060007F224 /* ViewController.m */; };
D91054F61F3736700007F224 /* CALayer+YYAdd.m in Sources */ = {isa = PBXBuildFile; fileRef = D91054E11F3736700007F224 /* CALayer+YYAdd.m */; };
D91054F71F3736700007F224 /* NSBundle+YYAdd.m in Sources */ = {isa = PBXBuildFile; fileRef = D91054E31F3736700007F224 /* NSBundle+YYAdd.m */; };
D91054F81F3736700007F224 /* NSData+YYAdd.m in Sources */ = {isa = PBXBuildFile; fileRef = D91054E51F3736700007F224 /* NSData+YYAdd.m */; };
D91054F91F3736700007F224 /* NSString+YYAdd.m in Sources */ = {isa = PBXBuildFile; fileRef = D91054E71F3736700007F224 /* NSString+YYAdd.m */; };
D91054FA1F3736700007F224 /* UIControl+YYAdd.m in Sources */ = {isa = PBXBuildFile; fileRef = D91054E91F3736700007F224 /* UIControl+YYAdd.m */; };
D91054FB1F3736700007F224 /* UIGestureRecognizer+YYAdd.m in Sources */ = {isa = PBXBuildFile; fileRef = D91054EB1F3736700007F224 /* UIGestureRecognizer+YYAdd.m */; };
D91054FC1F3736700007F224 /* UIImage+YYWebImage.m in Sources */ = {isa = PBXBuildFile; fileRef = D91054ED1F3736700007F224 /* UIImage+YYWebImage.m */; };
D91054FD1F3736700007F224 /* UIView+YYAdd.m in Sources */ = {isa = PBXBuildFile; fileRef = D91054EF1F3736700007F224 /* UIView+YYAdd.m */; };
D91054FE1F3736700007F224 /* YYFPSLabel.m in Sources */ = {isa = PBXBuildFile; fileRef = D91054F11F3736700007F224 /* YYFPSLabel.m */; };
D91054FF1F3736700007F224 /* YYGestureRecognizer.m in Sources */ = {isa = PBXBuildFile; fileRef = D91054F31F3736700007F224 /* YYGestureRecognizer.m */; };
D91055001F3736700007F224 /* YYWeakProxy.m in Sources */ = {isa = PBXBuildFile; fileRef = D91054F51F3736700007F224 /* YYWeakProxy.m */; };
D910551B1F37367B0007F224 /* YYTextAsyncExample.m in Sources */ = {isa = PBXBuildFile; fileRef = D91055021F37367B0007F224 /* YYTextAsyncExample.m */; };
D910551C1F37367B0007F224 /* YYTextAttachmentExample.m in Sources */ = {isa = PBXBuildFile; fileRef = D91055041F37367B0007F224 /* YYTextAttachmentExample.m */; };
D910551D1F37367B0007F224 /* YYTextAttributeExample.m in Sources */ = {isa = PBXBuildFile; fileRef = D91055061F37367B0007F224 /* YYTextAttributeExample.m */; };
D910551E1F37367B0007F224 /* YYTextBindingExample.m in Sources */ = {isa = PBXBuildFile; fileRef = D91055081F37367B0007F224 /* YYTextBindingExample.m */; };
D910551F1F37367B0007F224 /* YYTextCopyPasteExample.m in Sources */ = {isa = PBXBuildFile; fileRef = D910550A1F37367B0007F224 /* YYTextCopyPasteExample.m */; };
D91055201F37367B0007F224 /* YYTextEditExample.m in Sources */ = {isa = PBXBuildFile; fileRef = D910550C1F37367B0007F224 /* YYTextEditExample.m */; };
D91055211F37367B0007F224 /* YYTextEmoticonExample.m in Sources */ = {isa = PBXBuildFile; fileRef = D910550E1F37367B0007F224 /* YYTextEmoticonExample.m */; };
D91055221F37367B0007F224 /* YYTextExample.m in Sources */ = {isa = PBXBuildFile; fileRef = D91055101F37367B0007F224 /* YYTextExample.m */; };
D91055231F37367B0007F224 /* YYTextExampleHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = D91055121F37367B0007F224 /* YYTextExampleHelper.m */; };
D91055241F37367B0007F224 /* YYTextMarkdownExample.m in Sources */ = {isa = PBXBuildFile; fileRef = D91055141F37367B0007F224 /* YYTextMarkdownExample.m */; };
D91055251F37367B0007F224 /* YYTextRubyExample.m in Sources */ = {isa = PBXBuildFile; fileRef = D91055161F37367B0007F224 /* YYTextRubyExample.m */; };
D91055261F37367B0007F224 /* YYTextTagExample.m in Sources */ = {isa = PBXBuildFile; fileRef = D91055181F37367B0007F224 /* YYTextTagExample.m */; };
D91055271F37367B0007F224 /* YYTextUndoRedoExample.m in Sources */ = {isa = PBXBuildFile; fileRef = D910551A1F37367B0007F224 /* YYTextUndoRedoExample.m */; };
D910552C1F37368D0007F224 /* dribbble64_imageio.png in Resources */ = {isa = PBXBuildFile; fileRef = D91055281F37368D0007F224 /* dribbble64_imageio.png */; };
D910552D1F37368D0007F224 /* dribbble256_imageio.png in Resources */ = {isa = PBXBuildFile; fileRef = D91055291F37368D0007F224 /* dribbble256_imageio.png */; };
D910552E1F37368D0007F224 /* EmoticonQQ.bundle in Resources */ = {isa = PBXBuildFile; fileRef = D910552A1F37368D0007F224 /* EmoticonQQ.bundle */; };
D910552F1F37368D0007F224 /* pia@2x.png in Resources */ = {isa = PBXBuildFile; fileRef = D910552B1F37368D0007F224 /* pia@2x.png */; };
D91055331F37374B0007F224 /* UIKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D91055321F37374B0007F224 /* UIKit.framework */; };
D91055351F37374F0007F224 /* QuartzCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D91055341F37374F0007F224 /* QuartzCore.framework */; };
D91055371F3737540007F224 /* CoreText.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D91055361F3737540007F224 /* CoreText.framework */; };
D91055391F37375A0007F224 /* Accelerate.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D91055381F37375A0007F224 /* Accelerate.framework */; };
D910553B1F37375F0007F224 /* ImageIO.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D910553A1F37375F0007F224 /* ImageIO.framework */; };
D910553D1F3737640007F224 /* MobileCoreServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D910553C1F3737640007F224 /* MobileCoreServices.framework */; };
D910553F1F3737670007F224 /* SystemConfiguration.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = D910553E1F3737670007F224 /* SystemConfiguration.framework */; };
D91055411F37376C0007F224 /* libz.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = D91055401F37376C0007F224 /* libz.tbd */; };
D94EE9961F37304200F37AD6 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = D94EE9941F37304200F37AD6 /* Main.storyboard */; };
D94EE9981F37304200F37AD6 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = D94EE9971F37304200F37AD6 /* Assets.xcassets */; };
D94EE99B1F37304200F37AD6 /* LaunchScreen.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = D94EE9991F37304200F37AD6 /* LaunchScreen.storyboard */; };
D94EE99E1F37304200F37AD6 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = D94EE99D1F37304200F37AD6 /* main.m */; };
/* End PBXBuildFile section */
/* Begin PBXFileReference section */
D910547B1F3735D20007F224 /* Animated image support.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = "Animated image support.txt"; sourceTree = "<group>"; };
D910547C1F3735D20007F224 /* YYAnimatedImageView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YYAnimatedImageView.h; sourceTree = "<group>"; };
D910547D1F3735D20007F224 /* YYAnimatedImageView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YYAnimatedImageView.m; sourceTree = "<group>"; };
D910547E1F3735D20007F224 /* YYFrameImage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YYFrameImage.h; sourceTree = "<group>"; };
D910547F1F3735D20007F224 /* YYFrameImage.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YYFrameImage.m; sourceTree = "<group>"; };
D91054801F3735D20007F224 /* YYImage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YYImage.h; sourceTree = "<group>"; };
D91054811F3735D20007F224 /* YYImage.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YYImage.m; sourceTree = "<group>"; };
D91054821F3735D20007F224 /* YYImageCoder.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YYImageCoder.h; sourceTree = "<group>"; };
D91054831F3735D20007F224 /* YYImageCoder.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YYImageCoder.m; sourceTree = "<group>"; };
D91054841F3735D20007F224 /* YYSpriteSheetImage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YYSpriteSheetImage.h; sourceTree = "<group>"; };
D91054851F3735D20007F224 /* YYSpriteSheetImage.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YYSpriteSheetImage.m; sourceTree = "<group>"; };
D910548E1F3735E50007F224 /* YYTextContainerView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YYTextContainerView.h; sourceTree = "<group>"; };
D910548F1F3735E50007F224 /* YYTextContainerView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YYTextContainerView.m; sourceTree = "<group>"; };
D91054901F3735E50007F224 /* YYTextDebugOption.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YYTextDebugOption.h; sourceTree = "<group>"; };
D91054911F3735E50007F224 /* YYTextDebugOption.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YYTextDebugOption.m; sourceTree = "<group>"; };
D91054921F3735E50007F224 /* YYTextEffectWindow.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YYTextEffectWindow.h; sourceTree = "<group>"; };
D91054931F3735E50007F224 /* YYTextEffectWindow.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YYTextEffectWindow.m; sourceTree = "<group>"; };
D91054941F3735E50007F224 /* YYTextInput.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YYTextInput.h; sourceTree = "<group>"; };
D91054951F3735E50007F224 /* YYTextInput.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YYTextInput.m; sourceTree = "<group>"; };
D91054961F3735E50007F224 /* YYTextKeyboardManager.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YYTextKeyboardManager.h; sourceTree = "<group>"; };
D91054971F3735E50007F224 /* YYTextKeyboardManager.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YYTextKeyboardManager.m; sourceTree = "<group>"; };
D91054981F3735E50007F224 /* YYTextLayout.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YYTextLayout.h; sourceTree = "<group>"; };
D91054991F3735E50007F224 /* YYTextLayout.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YYTextLayout.m; sourceTree = "<group>"; };
D910549A1F3735E50007F224 /* YYTextLine.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YYTextLine.h; sourceTree = "<group>"; };
D910549B1F3735E50007F224 /* YYTextLine.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YYTextLine.m; sourceTree = "<group>"; };
D910549C1F3735E50007F224 /* YYTextMagnifier.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YYTextMagnifier.h; sourceTree = "<group>"; };
D910549D1F3735E50007F224 /* YYTextMagnifier.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YYTextMagnifier.m; sourceTree = "<group>"; };
D910549E1F3735E50007F224 /* YYTextSelectionView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YYTextSelectionView.h; sourceTree = "<group>"; };
D910549F1F3735E50007F224 /* YYTextSelectionView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YYTextSelectionView.m; sourceTree = "<group>"; };
D91054A11F3735E50007F224 /* YYTextArchiver.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YYTextArchiver.h; sourceTree = "<group>"; };
D91054A21F3735E50007F224 /* YYTextArchiver.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YYTextArchiver.m; sourceTree = "<group>"; };
D91054A31F3735E50007F224 /* YYTextAttribute.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YYTextAttribute.h; sourceTree = "<group>"; };
D91054A41F3735E50007F224 /* YYTextAttribute.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YYTextAttribute.m; sourceTree = "<group>"; };
D91054A51F3735E50007F224 /* YYTextParser.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YYTextParser.h; sourceTree = "<group>"; };
D91054A61F3735E50007F224 /* YYTextParser.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YYTextParser.m; sourceTree = "<group>"; };
D91054A71F3735E50007F224 /* YYTextRubyAnnotation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YYTextRubyAnnotation.h; sourceTree = "<group>"; };
D91054A81F3735E50007F224 /* YYTextRubyAnnotation.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YYTextRubyAnnotation.m; sourceTree = "<group>"; };
D91054A91F3735E50007F224 /* YYTextRunDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YYTextRunDelegate.h; sourceTree = "<group>"; };
D91054AA1F3735E50007F224 /* YYTextRunDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YYTextRunDelegate.m; sourceTree = "<group>"; };
D91054AC1F3735E50007F224 /* NSAttributedString+YYText.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSAttributedString+YYText.h"; sourceTree = "<group>"; };
D91054AD1F3735E50007F224 /* NSAttributedString+YYText.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSAttributedString+YYText.m"; sourceTree = "<group>"; };
D91054AE1F3735E50007F224 /* NSParagraphStyle+YYText.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSParagraphStyle+YYText.h"; sourceTree = "<group>"; };
D91054AF1F3735E50007F224 /* NSParagraphStyle+YYText.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSParagraphStyle+YYText.m"; sourceTree = "<group>"; };
D91054B01F3735E50007F224 /* UIPasteboard+YYText.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIPasteboard+YYText.h"; sourceTree = "<group>"; };
D91054B11F3735E50007F224 /* UIPasteboard+YYText.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIPasteboard+YYText.m"; sourceTree = "<group>"; };
D91054B21F3735E50007F224 /* UIView+YYText.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIView+YYText.h"; sourceTree = "<group>"; };
D91054B31F3735E50007F224 /* UIView+YYText.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIView+YYText.m"; sourceTree = "<group>"; };
D91054B41F3735E50007F224 /* YYTextAsyncLayer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YYTextAsyncLayer.h; sourceTree = "<group>"; };
D91054B51F3735E50007F224 /* YYTextAsyncLayer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YYTextAsyncLayer.m; sourceTree = "<group>"; };
D91054B61F3735E50007F224 /* YYTextTransaction.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YYTextTransaction.h; sourceTree = "<group>"; };
D91054B71F3735E50007F224 /* YYTextTransaction.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YYTextTransaction.m; sourceTree = "<group>"; };
D91054B81F3735E50007F224 /* YYTextUtilities.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YYTextUtilities.h; sourceTree = "<group>"; };
D91054B91F3735E50007F224 /* YYTextUtilities.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YYTextUtilities.m; sourceTree = "<group>"; };
D91054BA1F3735E50007F224 /* YYTextWeakProxy.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YYTextWeakProxy.h; sourceTree = "<group>"; };
D91054BB1F3735E50007F224 /* YYTextWeakProxy.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YYTextWeakProxy.m; sourceTree = "<group>"; };
D91054BC1F3735E50007F224 /* YYLabel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YYLabel.h; sourceTree = "<group>"; };
D91054BD1F3735E50007F224 /* YYLabel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YYLabel.m; sourceTree = "<group>"; };
D91054BE1F3735E50007F224 /* YYText.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YYText.h; sourceTree = "<group>"; };
D91054BF1F3735E50007F224 /* YYTextView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YYTextView.h; sourceTree = "<group>"; };
D91054C01F3735E50007F224 /* YYTextView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YYTextView.m; sourceTree = "<group>"; };
D91054D91F3736060007F224 /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
D91054DA1F3736060007F224 /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
D91054DB1F3736060007F224 /* ViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = "<group>"; };
D91054DC1F3736060007F224 /* ViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = "<group>"; };
D91054E01F3736700007F224 /* CALayer+YYAdd.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "CALayer+YYAdd.h"; sourceTree = "<group>"; };
D91054E11F3736700007F224 /* CALayer+YYAdd.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "CALayer+YYAdd.m"; sourceTree = "<group>"; };
D91054E21F3736700007F224 /* NSBundle+YYAdd.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSBundle+YYAdd.h"; sourceTree = "<group>"; };
D91054E31F3736700007F224 /* NSBundle+YYAdd.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSBundle+YYAdd.m"; sourceTree = "<group>"; };
D91054E41F3736700007F224 /* NSData+YYAdd.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSData+YYAdd.h"; sourceTree = "<group>"; };
D91054E51F3736700007F224 /* NSData+YYAdd.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSData+YYAdd.m"; sourceTree = "<group>"; };
D91054E61F3736700007F224 /* NSString+YYAdd.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSString+YYAdd.h"; sourceTree = "<group>"; };
D91054E71F3736700007F224 /* NSString+YYAdd.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSString+YYAdd.m"; sourceTree = "<group>"; };
D91054E81F3736700007F224 /* UIControl+YYAdd.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIControl+YYAdd.h"; sourceTree = "<group>"; };
D91054E91F3736700007F224 /* UIControl+YYAdd.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIControl+YYAdd.m"; sourceTree = "<group>"; };
D91054EA1F3736700007F224 /* UIGestureRecognizer+YYAdd.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIGestureRecognizer+YYAdd.h"; sourceTree = "<group>"; };
D91054EB1F3736700007F224 /* UIGestureRecognizer+YYAdd.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIGestureRecognizer+YYAdd.m"; sourceTree = "<group>"; };
D91054EC1F3736700007F224 /* UIImage+YYWebImage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIImage+YYWebImage.h"; sourceTree = "<group>"; };
D91054ED1F3736700007F224 /* UIImage+YYWebImage.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIImage+YYWebImage.m"; sourceTree = "<group>"; };
D91054EE1F3736700007F224 /* UIView+YYAdd.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIView+YYAdd.h"; sourceTree = "<group>"; };
D91054EF1F3736700007F224 /* UIView+YYAdd.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIView+YYAdd.m"; sourceTree = "<group>"; };
D91054F01F3736700007F224 /* YYFPSLabel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YYFPSLabel.h; sourceTree = "<group>"; };
D91054F11F3736700007F224 /* YYFPSLabel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YYFPSLabel.m; sourceTree = "<group>"; };
D91054F21F3736700007F224 /* YYGestureRecognizer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YYGestureRecognizer.h; sourceTree = "<group>"; };
D91054F31F3736700007F224 /* YYGestureRecognizer.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YYGestureRecognizer.m; sourceTree = "<group>"; };
D91054F41F3736700007F224 /* YYWeakProxy.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YYWeakProxy.h; sourceTree = "<group>"; };
D91054F51F3736700007F224 /* YYWeakProxy.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YYWeakProxy.m; sourceTree = "<group>"; };
D91055011F37367B0007F224 /* YYTextAsyncExample.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YYTextAsyncExample.h; sourceTree = "<group>"; };
D91055021F37367B0007F224 /* YYTextAsyncExample.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YYTextAsyncExample.m; sourceTree = "<group>"; };
D91055031F37367B0007F224 /* YYTextAttachmentExample.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YYTextAttachmentExample.h; sourceTree = "<group>"; };
D91055041F37367B0007F224 /* YYTextAttachmentExample.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YYTextAttachmentExample.m; sourceTree = "<group>"; };
D91055051F37367B0007F224 /* YYTextAttributeExample.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YYTextAttributeExample.h; sourceTree = "<group>"; };
D91055061F37367B0007F224 /* YYTextAttributeExample.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YYTextAttributeExample.m; sourceTree = "<group>"; };
D91055071F37367B0007F224 /* YYTextBindingExample.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YYTextBindingExample.h; sourceTree = "<group>"; };
D91055081F37367B0007F224 /* YYTextBindingExample.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YYTextBindingExample.m; sourceTree = "<group>"; };
D91055091F37367B0007F224 /* YYTextCopyPasteExample.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YYTextCopyPasteExample.h; sourceTree = "<group>"; };
D910550A1F37367B0007F224 /* YYTextCopyPasteExample.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YYTextCopyPasteExample.m; sourceTree = "<group>"; };
D910550B1F37367B0007F224 /* YYTextEditExample.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YYTextEditExample.h; sourceTree = "<group>"; };
D910550C1F37367B0007F224 /* YYTextEditExample.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YYTextEditExample.m; sourceTree = "<group>"; };
D910550D1F37367B0007F224 /* YYTextEmoticonExample.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YYTextEmoticonExample.h; sourceTree = "<group>"; };
D910550E1F37367B0007F224 /* YYTextEmoticonExample.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YYTextEmoticonExample.m; sourceTree = "<group>"; };
D910550F1F37367B0007F224 /* YYTextExample.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YYTextExample.h; sourceTree = "<group>"; };
D91055101F37367B0007F224 /* YYTextExample.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YYTextExample.m; sourceTree = "<group>"; };
D91055111F37367B0007F224 /* YYTextExampleHelper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YYTextExampleHelper.h; sourceTree = "<group>"; };
D91055121F37367B0007F224 /* YYTextExampleHelper.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YYTextExampleHelper.m; sourceTree = "<group>"; };
D91055131F37367B0007F224 /* YYTextMarkdownExample.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YYTextMarkdownExample.h; sourceTree = "<group>"; };
D91055141F37367B0007F224 /* YYTextMarkdownExample.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YYTextMarkdownExample.m; sourceTree = "<group>"; };
D91055151F37367B0007F224 /* YYTextRubyExample.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YYTextRubyExample.h; sourceTree = "<group>"; };
D91055161F37367B0007F224 /* YYTextRubyExample.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YYTextRubyExample.m; sourceTree = "<group>"; };
D91055171F37367B0007F224 /* YYTextTagExample.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YYTextTagExample.h; sourceTree = "<group>"; };
D91055181F37367B0007F224 /* YYTextTagExample.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YYTextTagExample.m; sourceTree = "<group>"; };
D91055191F37367B0007F224 /* YYTextUndoRedoExample.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = YYTextUndoRedoExample.h; sourceTree = "<group>"; };
D910551A1F37367B0007F224 /* YYTextUndoRedoExample.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YYTextUndoRedoExample.m; sourceTree = "<group>"; };
D91055281F37368D0007F224 /* dribbble64_imageio.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = dribbble64_imageio.png; sourceTree = "<group>"; };
D91055291F37368D0007F224 /* dribbble256_imageio.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = dribbble256_imageio.png; sourceTree = "<group>"; };
D910552A1F37368D0007F224 /* EmoticonQQ.bundle */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.plug-in"; path = EmoticonQQ.bundle; sourceTree = "<group>"; };
D910552B1F37368D0007F224 /* pia@2x.png */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = "pia@2x.png"; sourceTree = "<group>"; };
D91055321F37374B0007F224 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = UIKit.framework; path = System/Library/Frameworks/UIKit.framework; sourceTree = SDKROOT; };
D91055341F37374F0007F224 /* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = QuartzCore.framework; path = System/Library/Frameworks/QuartzCore.framework; sourceTree = SDKROOT; };
D91055361F3737540007F224 /* CoreText.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreText.framework; path = System/Library/Frameworks/CoreText.framework; sourceTree = SDKROOT; };
D91055381F37375A0007F224 /* Accelerate.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Accelerate.framework; path = System/Library/Frameworks/Accelerate.framework; sourceTree = SDKROOT; };
D910553A1F37375F0007F224 /* ImageIO.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = ImageIO.framework; path = System/Library/Frameworks/ImageIO.framework; sourceTree = SDKROOT; };
D910553C1F3737640007F224 /* MobileCoreServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = MobileCoreServices.framework; path = System/Library/Frameworks/MobileCoreServices.framework; sourceTree = SDKROOT; };
D910553E1F3737670007F224 /* SystemConfiguration.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = SystemConfiguration.framework; path = System/Library/Frameworks/SystemConfiguration.framework; sourceTree = SDKROOT; };
D91055401F37376C0007F224 /* libz.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libz.tbd; path = usr/lib/libz.tbd; sourceTree = SDKROOT; };
D94EE98B1F37304200F37AD6 /* YYTextDemo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = YYTextDemo.app; sourceTree = BUILT_PRODUCTS_DIR; };
D94EE9951F37304200F37AD6 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
D94EE9971F37304200F37AD6 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
D94EE99A1F37304200F37AD6 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/LaunchScreen.storyboard; sourceTree = "<group>"; };
D94EE99C1F37304200F37AD6 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
D94EE99D1F37304200F37AD6 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
D94EE9881F37304200F37AD6 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
D91055411F37376C0007F224 /* libz.tbd in Frameworks */,
D910553F1F3737670007F224 /* SystemConfiguration.framework in Frameworks */,
D910553D1F3737640007F224 /* MobileCoreServices.framework in Frameworks */,
D910553B1F37375F0007F224 /* ImageIO.framework in Frameworks */,
D91055391F37375A0007F224 /* Accelerate.framework in Frameworks */,
D91055371F3737540007F224 /* CoreText.framework in Frameworks */,
D91055351F37374F0007F224 /* QuartzCore.framework in Frameworks */,
D91055331F37374B0007F224 /* UIKit.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
D910547A1F3735D20007F224 /* YYImage */ = {
isa = PBXGroup;
children = (
D910547B1F3735D20007F224 /* Animated image support.txt */,
D910547C1F3735D20007F224 /* YYAnimatedImageView.h */,
D910547D1F3735D20007F224 /* YYAnimatedImageView.m */,
D910547E1F3735D20007F224 /* YYFrameImage.h */,
D910547F1F3735D20007F224 /* YYFrameImage.m */,
D91054801F3735D20007F224 /* YYImage.h */,
D91054811F3735D20007F224 /* YYImage.m */,
D91054821F3735D20007F224 /* YYImageCoder.h */,
D91054831F3735D20007F224 /* YYImageCoder.m */,
D91054841F3735D20007F224 /* YYSpriteSheetImage.h */,
D91054851F3735D20007F224 /* YYSpriteSheetImage.m */,
);
name = YYImage;
path = YYTextDemo/YYImage;
sourceTree = "<group>";
};
D910548C1F3735E50007F224 /* YYText */ = {
isa = PBXGroup;
children = (
D910548D1F3735E50007F224 /* Component */,
D91054A01F3735E50007F224 /* String */,
D91054AB1F3735E50007F224 /* Utility */,
D91054BC1F3735E50007F224 /* YYLabel.h */,
D91054BD1F3735E50007F224 /* YYLabel.m */,
D91054BE1F3735E50007F224 /* YYText.h */,
D91054BF1F3735E50007F224 /* YYTextView.h */,
D91054C01F3735E50007F224 /* YYTextView.m */,
);
name = YYText;
path = ../YYText;
sourceTree = "<group>";
};
D910548D1F3735E50007F224 /* Component */ = {
isa = PBXGroup;
children = (
D910548E1F3735E50007F224 /* YYTextContainerView.h */,
D910548F1F3735E50007F224 /* YYTextContainerView.m */,
D91054901F3735E50007F224 /* YYTextDebugOption.h */,
D91054911F3735E50007F224 /* YYTextDebugOption.m */,
D91054921F3735E50007F224 /* YYTextEffectWindow.h */,
D91054931F3735E50007F224 /* YYTextEffectWindow.m */,
D91054941F3735E50007F224 /* YYTextInput.h */,
D91054951F3735E50007F224 /* YYTextInput.m */,
D91054961F3735E50007F224 /* YYTextKeyboardManager.h */,
D91054971F3735E50007F224 /* YYTextKeyboardManager.m */,
D91054981F3735E50007F224 /* YYTextLayout.h */,
D91054991F3735E50007F224 /* YYTextLayout.m */,
D910549A1F3735E50007F224 /* YYTextLine.h */,
D910549B1F3735E50007F224 /* YYTextLine.m */,
D910549C1F3735E50007F224 /* YYTextMagnifier.h */,
D910549D1F3735E50007F224 /* YYTextMagnifier.m */,
D910549E1F3735E50007F224 /* YYTextSelectionView.h */,
D910549F1F3735E50007F224 /* YYTextSelectionView.m */,
);
path = Component;
sourceTree = "<group>";
};
D91054A01F3735E50007F224 /* String */ = {
isa = PBXGroup;
children = (
D91054A11F3735E50007F224 /* YYTextArchiver.h */,
D91054A21F3735E50007F224 /* YYTextArchiver.m */,
D91054A31F3735E50007F224 /* YYTextAttribute.h */,
D91054A41F3735E50007F224 /* YYTextAttribute.m */,
D91054A51F3735E50007F224 /* YYTextParser.h */,
D91054A61F3735E50007F224 /* YYTextParser.m */,
D91054A71F3735E50007F224 /* YYTextRubyAnnotation.h */,
D91054A81F3735E50007F224 /* YYTextRubyAnnotation.m */,
D91054A91F3735E50007F224 /* YYTextRunDelegate.h */,
D91054AA1F3735E50007F224 /* YYTextRunDelegate.m */,
);
path = String;
sourceTree = "<group>";
};
D91054AB1F3735E50007F224 /* Utility */ = {
isa = PBXGroup;
children = (
D91054AC1F3735E50007F224 /* NSAttributedString+YYText.h */,
D91054AD1F3735E50007F224 /* NSAttributedString+YYText.m */,
D91054AE1F3735E50007F224 /* NSParagraphStyle+YYText.h */,
D91054AF1F3735E50007F224 /* NSParagraphStyle+YYText.m */,
D91054B01F3735E50007F224 /* UIPasteboard+YYText.h */,
D91054B11F3735E50007F224 /* UIPasteboard+YYText.m */,
D91054B21F3735E50007F224 /* UIView+YYText.h */,
D91054B31F3735E50007F224 /* UIView+YYText.m */,
D91054B41F3735E50007F224 /* YYTextAsyncLayer.h */,
D91054B51F3735E50007F224 /* YYTextAsyncLayer.m */,
D91054B61F3735E50007F224 /* YYTextTransaction.h */,
D91054B71F3735E50007F224 /* YYTextTransaction.m */,
D91054B81F3735E50007F224 /* YYTextUtilities.h */,
D91054B91F3735E50007F224 /* YYTextUtilities.m */,
D91054BA1F3735E50007F224 /* YYTextWeakProxy.h */,
D91054BB1F3735E50007F224 /* YYTextWeakProxy.m */,
);
path = Utility;
sourceTree = "<group>";
};
D91054DF1F3736130007F224 /* Supporting Files */ = {
isa = PBXGroup;
children = (
D91054E01F3736700007F224 /* CALayer+YYAdd.h */,
D91054E11F3736700007F224 /* CALayer+YYAdd.m */,
D91054E21F3736700007F224 /* NSBundle+YYAdd.h */,
D91054E31F3736700007F224 /* NSBundle+YYAdd.m */,
D91054E41F3736700007F224 /* NSData+YYAdd.h */,
D91054E51F3736700007F224 /* NSData+YYAdd.m */,
D91054E61F3736700007F224 /* NSString+YYAdd.h */,
D91054E71F3736700007F224 /* NSString+YYAdd.m */,
D91054E81F3736700007F224 /* UIControl+YYAdd.h */,
D91054E91F3736700007F224 /* UIControl+YYAdd.m */,
D91054EA1F3736700007F224 /* UIGestureRecognizer+YYAdd.h */,
D91054EB1F3736700007F224 /* UIGestureRecognizer+YYAdd.m */,
D91054EC1F3736700007F224 /* UIImage+YYWebImage.h */,
D91054ED1F3736700007F224 /* UIImage+YYWebImage.m */,
D91054EE1F3736700007F224 /* UIView+YYAdd.h */,
D91054EF1F3736700007F224 /* UIView+YYAdd.m */,
D91054F01F3736700007F224 /* YYFPSLabel.h */,
D91054F11F3736700007F224 /* YYFPSLabel.m */,
D91054F21F3736700007F224 /* YYGestureRecognizer.h */,
D91054F31F3736700007F224 /* YYGestureRecognizer.m */,
D91054F41F3736700007F224 /* YYWeakProxy.h */,
D91054F51F3736700007F224 /* YYWeakProxy.m */,
D91054D91F3736060007F224 /* AppDelegate.h */,
D91054DA1F3736060007F224 /* AppDelegate.m */,
D91054DB1F3736060007F224 /* ViewController.h */,
D91054DC1F3736060007F224 /* ViewController.m */,
D94EE9941F37304200F37AD6 /* Main.storyboard */,
D94EE9971F37304200F37AD6 /* Assets.xcassets */,
D94EE9991F37304200F37AD6 /* LaunchScreen.storyboard */,
D94EE99C1F37304200F37AD6 /* Info.plist */,
D94EE99D1F37304200F37AD6 /* main.m */,
);
name = "Supporting Files";
sourceTree = "<group>";
};
D91055301F3736910007F224 /* Resources */ = {
isa = PBXGroup;
children = (
D910552A1F37368D0007F224 /* EmoticonQQ.bundle */,
D91055281F37368D0007F224 /* dribbble64_imageio.png */,
D91055291F37368D0007F224 /* dribbble256_imageio.png */,
D910552B1F37368D0007F224 /* pia@2x.png */,
);
name = Resources;
sourceTree = "<group>";
};
D91055311F37374B0007F224 /* Frameworks */ = {
isa = PBXGroup;
children = (
D91055401F37376C0007F224 /* libz.tbd */,
D910553E1F3737670007F224 /* SystemConfiguration.framework */,
D910553C1F3737640007F224 /* MobileCoreServices.framework */,
D910553A1F37375F0007F224 /* ImageIO.framework */,
D91055381F37375A0007F224 /* Accelerate.framework */,
D91055361F3737540007F224 /* CoreText.framework */,
D91055341F37374F0007F224 /* QuartzCore.framework */,
D91055321F37374B0007F224 /* UIKit.framework */,
);
name = Frameworks;
sourceTree = "<group>";
};
D94EE9821F37304200F37AD6 = {
isa = PBXGroup;
children = (
D910547A1F3735D20007F224 /* YYImage */,
D910548C1F3735E50007F224 /* YYText */,
D94EE98D1F37304200F37AD6 /* YYTextDemo */,
D94EE98C1F37304200F37AD6 /* Products */,
D91055311F37374B0007F224 /* Frameworks */,
);
sourceTree = "<group>";
};
D94EE98C1F37304200F37AD6 /* Products */ = {
isa = PBXGroup;
children = (
D94EE98B1F37304200F37AD6 /* YYTextDemo.app */,
);
name = Products;
sourceTree = "<group>";
};
D94EE98D1F37304200F37AD6 /* YYTextDemo */ = {
isa = PBXGroup;
children = (
D910550F1F37367B0007F224 /* YYTextExample.h */,
D91055101F37367B0007F224 /* YYTextExample.m */,
D91055111F37367B0007F224 /* YYTextExampleHelper.h */,
D91055121F37367B0007F224 /* YYTextExampleHelper.m */,
D91055051F37367B0007F224 /* YYTextAttributeExample.h */,
D91055061F37367B0007F224 /* YYTextAttributeExample.m */,
D91055171F37367B0007F224 /* YYTextTagExample.h */,
D91055181F37367B0007F224 /* YYTextTagExample.m */,
D91055031F37367B0007F224 /* YYTextAttachmentExample.h */,
D91055041F37367B0007F224 /* YYTextAttachmentExample.m */,
D910550B1F37367B0007F224 /* YYTextEditExample.h */,
D910550C1F37367B0007F224 /* YYTextEditExample.m */,
D91055131F37367B0007F224 /* YYTextMarkdownExample.h */,
D91055141F37367B0007F224 /* YYTextMarkdownExample.m */,
D910550D1F37367B0007F224 /* YYTextEmoticonExample.h */,
D910550E1F37367B0007F224 /* YYTextEmoticonExample.m */,
D91055071F37367B0007F224 /* YYTextBindingExample.h */,
D91055081F37367B0007F224 /* YYTextBindingExample.m */,
D91055091F37367B0007F224 /* YYTextCopyPasteExample.h */,
D910550A1F37367B0007F224 /* YYTextCopyPasteExample.m */,
D91055191F37367B0007F224 /* YYTextUndoRedoExample.h */,
D910551A1F37367B0007F224 /* YYTextUndoRedoExample.m */,
D91055151F37367B0007F224 /* YYTextRubyExample.h */,
D91055161F37367B0007F224 /* YYTextRubyExample.m */,
D91055011F37367B0007F224 /* YYTextAsyncExample.h */,
D91055021F37367B0007F224 /* YYTextAsyncExample.m */,
D91055301F3736910007F224 /* Resources */,
D91054DF1F3736130007F224 /* Supporting Files */,
);
path = YYTextDemo;
sourceTree = "<group>";
};
/* End PBXGroup section */
/* Begin PBXNativeTarget section */
D94EE98A1F37304200F37AD6 /* YYTextDemo */ = {
isa = PBXNativeTarget;
buildConfigurationList = D94EE9A11F37304200F37AD6 /* Build configuration list for PBXNativeTarget "YYTextDemo" */;
buildPhases = (
D94EE9871F37304200F37AD6 /* Sources */,
D94EE9881F37304200F37AD6 /* Frameworks */,
D94EE9891F37304200F37AD6 /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = YYTextDemo;
productName = YYTextDemo;
productReference = D94EE98B1F37304200F37AD6 /* YYTextDemo.app */;
productType = "com.apple.product-type.application";
};
/* End PBXNativeTarget section */
/* Begin PBXProject section */
D94EE9831F37304200F37AD6 /* Project object */ = {
isa = PBXProject;
attributes = {
LastUpgradeCheck = 0900;
ORGANIZATIONNAME = ibireme;
TargetAttributes = {
D94EE98A1F37304200F37AD6 = {
CreatedOnToolsVersion = 9.0;
};
};
};
buildConfigurationList = D94EE9861F37304200F37AD6 /* Build configuration list for PBXProject "YYTextDemo" */;
compatibilityVersion = "Xcode 8.0";
developmentRegion = en;
hasScannedForEncodings = 0;
knownRegions = (
en,
Base,
);
mainGroup = D94EE9821F37304200F37AD6;
productRefGroup = D94EE98C1F37304200F37AD6 /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
D94EE98A1F37304200F37AD6 /* YYTextDemo */,
);
};
/* End PBXProject section */
/* Begin PBXResourcesBuildPhase section */
D94EE9891F37304200F37AD6 /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
D94EE99B1F37304200F37AD6 /* LaunchScreen.storyboard in Resources */,
D910552F1F37368D0007F224 /* pia@2x.png in Resources */,
D910552D1F37368D0007F224 /* dribbble256_imageio.png in Resources */,
D94EE9981F37304200F37AD6 /* Assets.xcassets in Resources */,
D94EE9961F37304200F37AD6 /* Main.storyboard in Resources */,
D91054861F3735D20007F224 /* Animated image support.txt in Resources */,
D910552C1F37368D0007F224 /* dribbble64_imageio.png in Resources */,
D910552E1F37368D0007F224 /* EmoticonQQ.bundle in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */
/* Begin PBXSourcesBuildPhase section */
D94EE9871F37304200F37AD6 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
D91054CE1F3735E50007F224 /* YYTextRunDelegate.m in Sources */,
D91054FE1F3736700007F224 /* YYFPSLabel.m in Sources */,
D91054C11F3735E50007F224 /* YYTextContainerView.m in Sources */,
D91055211F37367B0007F224 /* YYTextEmoticonExample.m in Sources */,
D91054881F3735D20007F224 /* YYFrameImage.m in Sources */,
D910551B1F37367B0007F224 /* YYTextAsyncExample.m in Sources */,
D94EE99E1F37304200F37AD6 /* main.m in Sources */,
D91055251F37367B0007F224 /* YYTextRubyExample.m in Sources */,
D91054FC1F3736700007F224 /* UIImage+YYWebImage.m in Sources */,
D91054D11F3735E50007F224 /* UIPasteboard+YYText.m in Sources */,
D91054F61F3736700007F224 /* CALayer+YYAdd.m in Sources */,
D91054D01F3735E50007F224 /* NSParagraphStyle+YYText.m in Sources */,
D91054FD1F3736700007F224 /* UIView+YYAdd.m in Sources */,
D91054D51F3735E50007F224 /* YYTextUtilities.m in Sources */,
D91054D71F3735E50007F224 /* YYLabel.m in Sources */,
D91054CC1F3735E50007F224 /* YYTextParser.m in Sources */,
D91055221F37367B0007F224 /* YYTextExample.m in Sources */,
D91054F81F3736700007F224 /* NSData+YYAdd.m in Sources */,
D91054F71F3736700007F224 /* NSBundle+YYAdd.m in Sources */,
D91054C81F3735E50007F224 /* YYTextMagnifier.m in Sources */,
D91054DE1F3736060007F224 /* ViewController.m in Sources */,
D910551D1F37367B0007F224 /* YYTextAttributeExample.m in Sources */,
D91055261F37367B0007F224 /* YYTextTagExample.m in Sources */,
D91054C21F3735E50007F224 /* YYTextDebugOption.m in Sources */,
D91054C51F3735E50007F224 /* YYTextKeyboardManager.m in Sources */,
D91054FF1F3736700007F224 /* YYGestureRecognizer.m in Sources */,
D91055201F37367B0007F224 /* YYTextEditExample.m in Sources */,
D91054CF1F3735E50007F224 /* NSAttributedString+YYText.m in Sources */,
D91055001F3736700007F224 /* YYWeakProxy.m in Sources */,
D91055231F37367B0007F224 /* YYTextExampleHelper.m in Sources */,
D910551C1F37367B0007F224 /* YYTextAttachmentExample.m in Sources */,
D91054C71F3735E50007F224 /* YYTextLine.m in Sources */,
D91054CD1F3735E50007F224 /* YYTextRubyAnnotation.m in Sources */,
D91055241F37367B0007F224 /* YYTextMarkdownExample.m in Sources */,
D91054D41F3735E50007F224 /* YYTextTransaction.m in Sources */,
D910548B1F3735D20007F224 /* YYSpriteSheetImage.m in Sources */,
D91054CA1F3735E50007F224 /* YYTextArchiver.m in Sources */,
D910551E1F37367B0007F224 /* YYTextBindingExample.m in Sources */,
D91054D61F3735E50007F224 /* YYTextWeakProxy.m in Sources */,
D91054C41F3735E50007F224 /* YYTextInput.m in Sources */,
D91054871F3735D20007F224 /* YYAnimatedImageView.m in Sources */,
D91054D21F3735E50007F224 /* UIView+YYText.m in Sources */,
D91054C61F3735E50007F224 /* YYTextLayout.m in Sources */,
D91054FA1F3736700007F224 /* UIControl+YYAdd.m in Sources */,
D91054DD1F3736060007F224 /* AppDelegate.m in Sources */,
D91054D81F3735E50007F224 /* YYTextView.m in Sources */,
D91054F91F3736700007F224 /* NSString+YYAdd.m in Sources */,
D910548A1F3735D20007F224 /* YYImageCoder.m in Sources */,
D91054D31F3735E50007F224 /* YYTextAsyncLayer.m in Sources */,
D91054C31F3735E50007F224 /* YYTextEffectWindow.m in Sources */,
D91054891F3735D20007F224 /* YYImage.m in Sources */,
D91054C91F3735E50007F224 /* YYTextSelectionView.m in Sources */,
D91054CB1F3735E50007F224 /* YYTextAttribute.m in Sources */,
D91055271F37367B0007F224 /* YYTextUndoRedoExample.m in Sources */,
D910551F1F37367B0007F224 /* YYTextCopyPasteExample.m in Sources */,
D91054FB1F3736700007F224 /* UIGestureRecognizer+YYAdd.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */
/* Begin PBXVariantGroup section */
D94EE9941F37304200F37AD6 /* Main.storyboard */ = {
isa = PBXVariantGroup;
children = (
D94EE9951F37304200F37AD6 /* Base */,
);
name = Main.storyboard;
sourceTree = "<group>";
};
D94EE9991F37304200F37AD6 /* LaunchScreen.storyboard */ = {
isa = PBXVariantGroup;
children = (
D94EE99A1F37304200F37AD6 /* Base */,
);
name = LaunchScreen.storyboard;
sourceTree = "<group>";
};
/* End PBXVariantGroup section */
/* Begin XCBuildConfiguration section */
D94EE99F1F37304200F37AD6 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ANALYZER_NONNULL = YES;
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_COMMA = 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_RANGE_LOOP_ANALYSIS = YES;
CLANG_WARN_STRICT_PROTOTYPES = YES;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CODE_SIGN_IDENTITY = "iPhone Developer";
COPY_PHASE_STRIP = NO;
DEBUG_INFORMATION_FORMAT = dwarf;
ENABLE_STRICT_OBJC_MSGSEND = YES;
ENABLE_TESTABILITY = YES;
GCC_C_LANGUAGE_STANDARD = gnu11;
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 = 8.0;
MTL_ENABLE_DEBUG_INFO = YES;
ONLY_ACTIVE_ARCH = YES;
SDKROOT = iphoneos;
};
name = Debug;
};
D94EE9A01F37304200F37AD6 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ANALYZER_NONNULL = YES;
CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
CLANG_CXX_LIBRARY = "libc++";
CLANG_ENABLE_MODULES = YES;
CLANG_ENABLE_OBJC_ARC = YES;
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_COMMA = 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_RANGE_LOOP_ANALYSIS = YES;
CLANG_WARN_STRICT_PROTOTYPES = YES;
CLANG_WARN_SUSPICIOUS_MOVE = YES;
CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
CLANG_WARN_UNREACHABLE_CODE = YES;
CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
CODE_SIGN_IDENTITY = "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 = gnu11;
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 = 8.0;
MTL_ENABLE_DEBUG_INFO = NO;
SDKROOT = iphoneos;
VALIDATE_PRODUCT = YES;
};
name = Release;
};
D94EE9A21F37304200F37AD6 /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
COMPRESS_PNG_FILES = NO;
DEVELOPMENT_TEAM = 3D47N4555T;
INFOPLIST_FILE = YYTextDemo/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.ibireme.YYTextDemo;
PRODUCT_NAME = "$(TARGET_NAME)";
STRIP_PNG_TEXT = NO;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Debug;
};
D94EE9A31F37304200F37AD6 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
COMPRESS_PNG_FILES = NO;
DEVELOPMENT_TEAM = 3D47N4555T;
INFOPLIST_FILE = YYTextDemo/Info.plist;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
PRODUCT_BUNDLE_IDENTIFIER = com.ibireme.YYTextDemo;
PRODUCT_NAME = "$(TARGET_NAME)";
STRIP_PNG_TEXT = NO;
TARGETED_DEVICE_FAMILY = "1,2";
};
name = Release;
};
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
D94EE9861F37304200F37AD6 /* Build configuration list for PBXProject "YYTextDemo" */ = {
isa = XCConfigurationList;
buildConfigurations = (
D94EE99F1F37304200F37AD6 /* Debug */,
D94EE9A01F37304200F37AD6 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
D94EE9A11F37304200F37AD6 /* Build configuration list for PBXNativeTarget "YYTextDemo" */ = {
isa = XCConfigurationList;
buildConfigurations = (
D94EE9A21F37304200F37AD6 /* Debug */,
D94EE9A31F37304200F37AD6 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = D94EE9831F37304200F37AD6 /* Project object */;
}