-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathproject.pbxproj
850 lines (837 loc) · 49.6 KB
/
project.pbxproj
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 46;
objects = {
/* Begin PBXBuildFile section */
12ED0BDD6022CDCC76D8D133AE281DE1 /* QKeyboardBaseManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 6C948E6478D376B2F1BA1ACBB9DFE21F /* QKeyboardBaseManager.h */; settings = {ATTRIBUTES = (Public, ); }; };
1361FDA5CDA8B68AE56CE57B82212076 /* QKeyboardManager.m in Sources */ = {isa = PBXBuildFile; fileRef = B79AE7CA2CC0D762B9371E23D4ADE083 /* QKeyboardManager.m */; };
2288D589173432AA86E6BF4D311FFAE1 /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 73010CC983E3809BECEE5348DA1BB8C6 /* Foundation.framework */; };
38357A5A8C87EA01D0D79778ED3A13CC /* QEmotionHelper.m in Sources */ = {isa = PBXBuildFile; fileRef = 87E58C67FDC0BD45A14BAEE2A4C764B8 /* QEmotionHelper.m */; };
44BF956E032C0403D5CE362B68C74B3E /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 73010CC983E3809BECEE5348DA1BB8C6 /* Foundation.framework */; };
4718D9BCE7A616DE8F9C21E80250CF4A /* QInputBarView.h in Headers */ = {isa = PBXBuildFile; fileRef = FCE86920185FB469DAEA7DDC068BEBEB /* QInputBarView.h */; settings = {ATTRIBUTES = (Public, ); }; };
49CAA094783F73ADCC143CAF784D6FDE /* QEmotion.m in Sources */ = {isa = PBXBuildFile; fileRef = 53CD995A43D4A3E16786752759117CD6 /* QEmotion.m */; };
4E3AB590488738684E9CD0AE3F288CBC /* Foundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 73010CC983E3809BECEE5348DA1BB8C6 /* Foundation.framework */; };
4F4F6A43321B27C8FEBABF2C1B62179E /* QKeyboardEmotionView-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = CC38642648C64954320B1E76D0C1841D /* QKeyboardEmotionView-dummy.m */; };
569CA5ACF51D0FF93910799BB7358D4D /* QKeyboardManager.h in Headers */ = {isa = PBXBuildFile; fileRef = 4A186D4FAF64DE1646AD4ABECE6BFFCC /* QKeyboardManager.h */; settings = {ATTRIBUTES = (Public, ); }; };
68AADAEFF870D9E562456A45D1D78BAE /* Pods-QKeyboardEmotionView_Tests-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 6847D41842E8357ECF0886A151F20B23 /* Pods-QKeyboardEmotionView_Tests-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; };
6CD4A7705FD3B280CDF6EC0751CD40C2 /* QEmotionBoardView.m in Sources */ = {isa = PBXBuildFile; fileRef = BBC00C163183E1779277AEFF91217AEE /* QEmotionBoardView.m */; };
6EEDE1334A252C1D279099A9DD3852A0 /* Pods-QKeyboardEmotionView_Example-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 4E0116AE65CD0B909A00D38578D36C3D /* Pods-QKeyboardEmotionView_Example-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; };
73BA7BF80D43594338AEEB052A5367E5 /* UITextView+QEmotion.m in Sources */ = {isa = PBXBuildFile; fileRef = B1169852D25C353A81664FE35DAE03D7 /* UITextView+QEmotion.m */; };
7AB240FE92664EDDB338C1DDCDC267B9 /* QInputBarViewConfiguration.m in Sources */ = {isa = PBXBuildFile; fileRef = CA8BFF17BDF851C13AB6136CACACBCE9 /* QInputBarViewConfiguration.m */; };
80265B1CA8956EE327F81BA2A38B22A1 /* QEmotionHelper.h in Headers */ = {isa = PBXBuildFile; fileRef = 41A2E18E5CD575DB0F0E0A713803768E /* QEmotionHelper.h */; settings = {ATTRIBUTES = (Public, ); }; };
8416FC8C334DE13F27FB747BC434A5E0 /* QKeyboardEmotionView-umbrella.h in Headers */ = {isa = PBXBuildFile; fileRef = 517C0C62A4229CF6DB6132F4E71A4D0C /* QKeyboardEmotionView-umbrella.h */; settings = {ATTRIBUTES = (Public, ); }; };
84CE8EDD98562AE29B99DD748F5489C6 /* Pods-QKeyboardEmotionView_Tests-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = 374163023438DB7A199CBDEA3654BAF7 /* Pods-QKeyboardEmotionView_Tests-dummy.m */; };
88B5A6FBD7FE26995591907A3F351927 /* Pods-QKeyboardEmotionView_Example-dummy.m in Sources */ = {isa = PBXBuildFile; fileRef = FE100909F69ECFCEEF66C440B0FD1CC0 /* Pods-QKeyboardEmotionView_Example-dummy.m */; };
8E9DB4338DE9799DF54448D9C03BD429 /* QInputBarViewConfiguration.h in Headers */ = {isa = PBXBuildFile; fileRef = 99BA9AE6C47565D55606488478C21BE1 /* QInputBarViewConfiguration.h */; settings = {ATTRIBUTES = (Public, ); }; };
8F89F40094AAA6B3C631C2C6D9BF1E2C /* QExtendBoardView.h in Headers */ = {isa = PBXBuildFile; fileRef = 29F04EF698F20E8E1BBA891B30285559 /* QExtendBoardView.h */; settings = {ATTRIBUTES = (Public, ); }; };
913003E67932C6F9710CC01865E8C093 /* QKeyboardBaseManager.m in Sources */ = {isa = PBXBuildFile; fileRef = 7409CDF66354B96C5AB4C4A90C93B41A /* QKeyboardBaseManager.m */; };
92DBA0FCDE137301513F6D4AE3AB09E2 /* QExtendBoardView.m in Sources */ = {isa = PBXBuildFile; fileRef = 045039A5DA6FD58FED08A168255BE739 /* QExtendBoardView.m */; };
B45E8FCAC48279DB9092C3CAA31D7130 /* QEmotionBoardView.h in Headers */ = {isa = PBXBuildFile; fileRef = 83AF9A01783C66740D7010DE8D188245 /* QEmotionBoardView.h */; settings = {ATTRIBUTES = (Public, ); }; };
BA15BEA0257D88A24E489D6A272FD5BA /* QEmotionAttachment.m in Sources */ = {isa = PBXBuildFile; fileRef = 75DF0E785C4DF76BEBCC582043C41834 /* QEmotionAttachment.m */; };
BB29DD7C877BCF54B214D957EA81CA55 /* QEmotion.h in Headers */ = {isa = PBXBuildFile; fileRef = 31FAFD4DDEE4705EA097B91E7B47744D /* QEmotion.h */; settings = {ATTRIBUTES = (Public, ); }; };
BE40DF32B27C71BF67261256E0D015AC /* QEmotionAttachment.h in Headers */ = {isa = PBXBuildFile; fileRef = 173BBC9A6DB965DF9EE159D6EE3A9A5D /* QEmotionAttachment.h */; settings = {ATTRIBUTES = (Public, ); }; };
C188703D36B387E2955CD3D979658E30 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 56A762DA3452F7500989A20B9ADA109A /* Assets.xcassets */; };
DC8164C33621CC6838AFDFB2B18772CF /* QInputBarView.m in Sources */ = {isa = PBXBuildFile; fileRef = 28565BC567D9CC11D498B46587D47354 /* QInputBarView.m */; };
E11FE4BFA7B2EA5F116366E2099E681A /* UITextView+QEmotion.h in Headers */ = {isa = PBXBuildFile; fileRef = 1ADCEB0D02AEF9F16D827B9BC9A6FF22 /* UITextView+QEmotion.h */; settings = {ATTRIBUTES = (Public, ); }; };
/* End PBXBuildFile section */
/* Begin PBXContainerItemProxy section */
18506D170DA4F4B5E093CC3B1780B708 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */;
proxyType = 1;
remoteGlobalIDString = B7B42978BD9D630306E48AC66F70D5E5;
remoteInfo = QKeyboardEmotionView;
};
2F5B8D13E2C04CF41A86827B0A8FA371 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = BFDFE7DC352907FC980B868725387E98 /* Project object */;
proxyType = 1;
remoteGlobalIDString = 01719F29BE9883C86DF09726E9F216E3;
remoteInfo = "Pods-QKeyboardEmotionView_Example";
};
/* End PBXContainerItemProxy section */
/* Begin PBXFileReference section */
045039A5DA6FD58FED08A168255BE739 /* QExtendBoardView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QExtendBoardView.m; path = QKeyboardEmotionView/Classes/QExtendBoardView.m; sourceTree = "<group>"; };
0B4E9C63D41755516A6C77C124B05EA4 /* Pods-QKeyboardEmotionView_Example.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-QKeyboardEmotionView_Example.release.xcconfig"; sourceTree = "<group>"; };
0F62B85F9E478AD9A397549938F0D8A7 /* QKeyboardEmotionView.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = QKeyboardEmotionView.release.xcconfig; sourceTree = "<group>"; };
173BBC9A6DB965DF9EE159D6EE3A9A5D /* QEmotionAttachment.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QEmotionAttachment.h; path = QKeyboardEmotionView/Classes/QEmotionAttachment.h; sourceTree = "<group>"; };
1959F5DC624CB71047B4C1A343479F85 /* README.md */ = {isa = PBXFileReference; includeInIndex = 1; path = README.md; sourceTree = "<group>"; };
1ADCEB0D02AEF9F16D827B9BC9A6FF22 /* UITextView+QEmotion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = "UITextView+QEmotion.h"; path = "QKeyboardEmotionView/Classes/UITextView+QEmotion.h"; sourceTree = "<group>"; };
20E03E85D97C1EEE16F188E096C9091A /* Pods-QKeyboardEmotionView_Tests-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-QKeyboardEmotionView_Tests-acknowledgements.plist"; sourceTree = "<group>"; };
21278B7F4F6B26F327ECC166E3943925 /* Pods-QKeyboardEmotionView_Tests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-QKeyboardEmotionView_Tests.debug.xcconfig"; sourceTree = "<group>"; };
245745F5B247A835403311D3A79389AF /* Pods-QKeyboardEmotionView_Tests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-QKeyboardEmotionView_Tests.release.xcconfig"; sourceTree = "<group>"; };
28565BC567D9CC11D498B46587D47354 /* QInputBarView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QInputBarView.m; path = QKeyboardEmotionView/Classes/QInputBarView.m; sourceTree = "<group>"; };
29F04EF698F20E8E1BBA891B30285559 /* QExtendBoardView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QExtendBoardView.h; path = QKeyboardEmotionView/Classes/QExtendBoardView.h; sourceTree = "<group>"; };
2BDCABEC7321890BA7A5B844266518F2 /* Pods-QKeyboardEmotionView_Example.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-QKeyboardEmotionView_Example.modulemap"; sourceTree = "<group>"; };
31FAFD4DDEE4705EA097B91E7B47744D /* QEmotion.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QEmotion.h; path = QKeyboardEmotionView/Classes/QEmotion.h; sourceTree = "<group>"; };
374163023438DB7A199CBDEA3654BAF7 /* Pods-QKeyboardEmotionView_Tests-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-QKeyboardEmotionView_Tests-dummy.m"; sourceTree = "<group>"; };
41A2E18E5CD575DB0F0E0A713803768E /* QEmotionHelper.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QEmotionHelper.h; path = QKeyboardEmotionView/Classes/QEmotionHelper.h; sourceTree = "<group>"; };
4A186D4FAF64DE1646AD4ABECE6BFFCC /* QKeyboardManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QKeyboardManager.h; path = QKeyboardEmotionView/Classes/QKeyboardManager.h; sourceTree = "<group>"; };
4E0116AE65CD0B909A00D38578D36C3D /* Pods-QKeyboardEmotionView_Example-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-QKeyboardEmotionView_Example-umbrella.h"; sourceTree = "<group>"; };
517C0C62A4229CF6DB6132F4E71A4D0C /* QKeyboardEmotionView-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "QKeyboardEmotionView-umbrella.h"; sourceTree = "<group>"; };
53CD995A43D4A3E16786752759117CD6 /* QEmotion.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QEmotion.m; path = QKeyboardEmotionView/Classes/QEmotion.m; sourceTree = "<group>"; };
56A762DA3452F7500989A20B9ADA109A /* Assets.xcassets */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = folder.assetcatalog; name = Assets.xcassets; path = QKeyboardEmotionView/Assets/Assets.xcassets; sourceTree = "<group>"; };
6847D41842E8357ECF0886A151F20B23 /* Pods-QKeyboardEmotionView_Tests-umbrella.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "Pods-QKeyboardEmotionView_Tests-umbrella.h"; sourceTree = "<group>"; };
6C948E6478D376B2F1BA1ACBB9DFE21F /* QKeyboardBaseManager.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QKeyboardBaseManager.h; path = QKeyboardEmotionView/Classes/QKeyboardBaseManager.h; sourceTree = "<group>"; };
73010CC983E3809BECEE5348DA1BB8C6 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS14.0.sdk/System/Library/Frameworks/Foundation.framework; sourceTree = DEVELOPER_DIR; };
73B7C54AA5700890C6E2B9A023B7CDBA /* Pods-QKeyboardEmotionView_Example-acknowledgements.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-QKeyboardEmotionView_Example-acknowledgements.plist"; sourceTree = "<group>"; };
7409CDF66354B96C5AB4C4A90C93B41A /* QKeyboardBaseManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QKeyboardBaseManager.m; path = QKeyboardEmotionView/Classes/QKeyboardBaseManager.m; sourceTree = "<group>"; };
75DF0E785C4DF76BEBCC582043C41834 /* QEmotionAttachment.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QEmotionAttachment.m; path = QKeyboardEmotionView/Classes/QEmotionAttachment.m; sourceTree = "<group>"; };
7F56D9C5294825FDBDEE21561BBCEA27 /* Pods-QKeyboardEmotionView_Example.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = "Pods-QKeyboardEmotionView_Example.debug.xcconfig"; sourceTree = "<group>"; };
83AF9A01783C66740D7010DE8D188245 /* QEmotionBoardView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QEmotionBoardView.h; path = QKeyboardEmotionView/Classes/QEmotionBoardView.h; sourceTree = "<group>"; };
87E58C67FDC0BD45A14BAEE2A4C764B8 /* QEmotionHelper.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QEmotionHelper.m; path = QKeyboardEmotionView/Classes/QEmotionHelper.m; sourceTree = "<group>"; };
8BAFDD2E23B9FFA4CFBB5C1139A9CD38 /* Pods_QKeyboardEmotionView_Tests.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Pods_QKeyboardEmotionView_Tests.framework; path = "Pods-QKeyboardEmotionView_Tests.framework"; sourceTree = BUILT_PRODUCTS_DIR; };
96196D9AC3FB3E46481DD22DFDE073AE /* Pods-QKeyboardEmotionView_Tests-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-QKeyboardEmotionView_Tests-Info.plist"; sourceTree = "<group>"; };
99BA9AE6C47565D55606488478C21BE1 /* QInputBarViewConfiguration.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QInputBarViewConfiguration.h; path = QKeyboardEmotionView/Classes/QInputBarViewConfiguration.h; sourceTree = "<group>"; };
9D940727FF8FB9C785EB98E56350EF41 /* Podfile */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; name = Podfile; path = ../Podfile; sourceTree = SOURCE_ROOT; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; };
A710555E90A3A1D2CF3F8AF69139EF74 /* QKeyboardEmotionView.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = QKeyboardEmotionView.framework; path = QKeyboardEmotionView.framework; sourceTree = BUILT_PRODUCTS_DIR; };
AE123A51B79323FF1B74E635EED38D8A /* QKeyboardEmotionView.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; path = QKeyboardEmotionView.debug.xcconfig; sourceTree = "<group>"; };
B1169852D25C353A81664FE35DAE03D7 /* UITextView+QEmotion.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = "UITextView+QEmotion.m"; path = "QKeyboardEmotionView/Classes/UITextView+QEmotion.m"; sourceTree = "<group>"; };
B44EBFFDD9F606B37A0907AB7FE135C2 /* Pods-QKeyboardEmotionView_Example-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-QKeyboardEmotionView_Example-acknowledgements.markdown"; sourceTree = "<group>"; };
B79AE7CA2CC0D762B9371E23D4ADE083 /* QKeyboardManager.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QKeyboardManager.m; path = QKeyboardEmotionView/Classes/QKeyboardManager.m; sourceTree = "<group>"; };
BACA96337171A0DE4262431CD505CC0B /* Pods-QKeyboardEmotionView_Tests.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = "Pods-QKeyboardEmotionView_Tests.modulemap"; sourceTree = "<group>"; };
BBC00C163183E1779277AEFF91217AEE /* QEmotionBoardView.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QEmotionBoardView.m; path = QKeyboardEmotionView/Classes/QEmotionBoardView.m; sourceTree = "<group>"; };
C2D09C80786C475CB95C1DAD55C57CCA /* QKeyboardEmotionView.podspec */ = {isa = PBXFileReference; explicitFileType = text.script.ruby; includeInIndex = 1; indentWidth = 2; lastKnownFileType = text; path = QKeyboardEmotionView.podspec; sourceTree = "<group>"; tabWidth = 2; xcLanguageSpecificationIdentifier = xcode.lang.ruby; };
CA8BFF17BDF851C13AB6136CACACBCE9 /* QInputBarViewConfiguration.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; name = QInputBarViewConfiguration.m; path = QKeyboardEmotionView/Classes/QInputBarViewConfiguration.m; sourceTree = "<group>"; };
CB9F8C53F0A41AEC1C05CC2B96F1ED18 /* LICENSE */ = {isa = PBXFileReference; includeInIndex = 1; path = LICENSE; sourceTree = "<group>"; };
CBC0A143A2F5A419372018F9CDA5C6CF /* QKeyboardEmotionView-prefix.pch */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; path = "QKeyboardEmotionView-prefix.pch"; sourceTree = "<group>"; };
CC38642648C64954320B1E76D0C1841D /* QKeyboardEmotionView-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "QKeyboardEmotionView-dummy.m"; sourceTree = "<group>"; };
D5A5AADA3618628DCFE5ECE9049B94AF /* QKeyboardEmotionView.modulemap */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.module; path = QKeyboardEmotionView.modulemap; sourceTree = "<group>"; };
E5F6716719C607133E507D2AA42EF129 /* Pods-QKeyboardEmotionView_Tests-acknowledgements.markdown */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text; path = "Pods-QKeyboardEmotionView_Tests-acknowledgements.markdown"; sourceTree = "<group>"; };
ECAD4FB1737EA2CF78EEFDC9190C1EAC /* Pods_QKeyboardEmotionView_Example.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; name = Pods_QKeyboardEmotionView_Example.framework; path = "Pods-QKeyboardEmotionView_Example.framework"; sourceTree = BUILT_PRODUCTS_DIR; };
ECDAA8FB8E2052F5C7D74563B1C7105D /* Pods-QKeyboardEmotionView_Example-frameworks.sh */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.script.sh; path = "Pods-QKeyboardEmotionView_Example-frameworks.sh"; sourceTree = "<group>"; };
F089EF5F62BBD493761834B9922A47F6 /* QKeyboardEmotionView-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "QKeyboardEmotionView-Info.plist"; sourceTree = "<group>"; };
F38BC573223A89EA007309C128313069 /* Pods-QKeyboardEmotionView_Example-Info.plist */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.plist.xml; path = "Pods-QKeyboardEmotionView_Example-Info.plist"; sourceTree = "<group>"; };
FCE86920185FB469DAEA7DDC068BEBEB /* QInputBarView.h */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.h; name = QInputBarView.h; path = QKeyboardEmotionView/Classes/QInputBarView.h; sourceTree = "<group>"; };
FE100909F69ECFCEEF66C440B0FD1CC0 /* Pods-QKeyboardEmotionView_Example-dummy.m */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = sourcecode.c.objc; path = "Pods-QKeyboardEmotionView_Example-dummy.m"; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
151C09A54AACC7FCF8800B6455FFFB47 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
44BF956E032C0403D5CE362B68C74B3E /* Foundation.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
81D12A5141674453033495388AE95A6E /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
4E3AB590488738684E9CD0AE3F288CBC /* Foundation.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
EDC8DB0F1D7B8E4D2C3D9823C1FB5646 /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
2288D589173432AA86E6BF4D311FFAE1 /* Foundation.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
4394735106CA0785242356728C610F16 /* Targets Support Files */ = {
isa = PBXGroup;
children = (
B933D7F634333AFDF8D888CE982E01EF /* Pods-QKeyboardEmotionView_Example */,
6CF282033101426ECCF77E86B500EDFA /* Pods-QKeyboardEmotionView_Tests */,
);
name = "Targets Support Files";
sourceTree = "<group>";
};
578452D2E740E91742655AC8F1636D1F /* iOS */ = {
isa = PBXGroup;
children = (
73010CC983E3809BECEE5348DA1BB8C6 /* Foundation.framework */,
);
name = iOS;
sourceTree = "<group>";
};
66585530B5BB379FAE753735ED435500 /* Pod */ = {
isa = PBXGroup;
children = (
CB9F8C53F0A41AEC1C05CC2B96F1ED18 /* LICENSE */,
C2D09C80786C475CB95C1DAD55C57CCA /* QKeyboardEmotionView.podspec */,
1959F5DC624CB71047B4C1A343479F85 /* README.md */,
);
name = Pod;
sourceTree = "<group>";
};
6CF282033101426ECCF77E86B500EDFA /* Pods-QKeyboardEmotionView_Tests */ = {
isa = PBXGroup;
children = (
BACA96337171A0DE4262431CD505CC0B /* Pods-QKeyboardEmotionView_Tests.modulemap */,
E5F6716719C607133E507D2AA42EF129 /* Pods-QKeyboardEmotionView_Tests-acknowledgements.markdown */,
20E03E85D97C1EEE16F188E096C9091A /* Pods-QKeyboardEmotionView_Tests-acknowledgements.plist */,
374163023438DB7A199CBDEA3654BAF7 /* Pods-QKeyboardEmotionView_Tests-dummy.m */,
96196D9AC3FB3E46481DD22DFDE073AE /* Pods-QKeyboardEmotionView_Tests-Info.plist */,
6847D41842E8357ECF0886A151F20B23 /* Pods-QKeyboardEmotionView_Tests-umbrella.h */,
21278B7F4F6B26F327ECC166E3943925 /* Pods-QKeyboardEmotionView_Tests.debug.xcconfig */,
245745F5B247A835403311D3A79389AF /* Pods-QKeyboardEmotionView_Tests.release.xcconfig */,
);
name = "Pods-QKeyboardEmotionView_Tests";
path = "Target Support Files/Pods-QKeyboardEmotionView_Tests";
sourceTree = "<group>";
};
6D504EDB511501DDEA21BA9948407DAA /* QKeyboardEmotionView */ = {
isa = PBXGroup;
children = (
56A762DA3452F7500989A20B9ADA109A /* Assets.xcassets */,
31FAFD4DDEE4705EA097B91E7B47744D /* QEmotion.h */,
53CD995A43D4A3E16786752759117CD6 /* QEmotion.m */,
173BBC9A6DB965DF9EE159D6EE3A9A5D /* QEmotionAttachment.h */,
75DF0E785C4DF76BEBCC582043C41834 /* QEmotionAttachment.m */,
83AF9A01783C66740D7010DE8D188245 /* QEmotionBoardView.h */,
BBC00C163183E1779277AEFF91217AEE /* QEmotionBoardView.m */,
41A2E18E5CD575DB0F0E0A713803768E /* QEmotionHelper.h */,
87E58C67FDC0BD45A14BAEE2A4C764B8 /* QEmotionHelper.m */,
29F04EF698F20E8E1BBA891B30285559 /* QExtendBoardView.h */,
045039A5DA6FD58FED08A168255BE739 /* QExtendBoardView.m */,
FCE86920185FB469DAEA7DDC068BEBEB /* QInputBarView.h */,
28565BC567D9CC11D498B46587D47354 /* QInputBarView.m */,
99BA9AE6C47565D55606488478C21BE1 /* QInputBarViewConfiguration.h */,
CA8BFF17BDF851C13AB6136CACACBCE9 /* QInputBarViewConfiguration.m */,
6C948E6478D376B2F1BA1ACBB9DFE21F /* QKeyboardBaseManager.h */,
7409CDF66354B96C5AB4C4A90C93B41A /* QKeyboardBaseManager.m */,
4A186D4FAF64DE1646AD4ABECE6BFFCC /* QKeyboardManager.h */,
B79AE7CA2CC0D762B9371E23D4ADE083 /* QKeyboardManager.m */,
1ADCEB0D02AEF9F16D827B9BC9A6FF22 /* UITextView+QEmotion.h */,
B1169852D25C353A81664FE35DAE03D7 /* UITextView+QEmotion.m */,
66585530B5BB379FAE753735ED435500 /* Pod */,
8F6F9CA0611F84239FD380B138257F85 /* Support Files */,
);
name = QKeyboardEmotionView;
path = ../..;
sourceTree = "<group>";
};
8F6F9CA0611F84239FD380B138257F85 /* Support Files */ = {
isa = PBXGroup;
children = (
D5A5AADA3618628DCFE5ECE9049B94AF /* QKeyboardEmotionView.modulemap */,
CC38642648C64954320B1E76D0C1841D /* QKeyboardEmotionView-dummy.m */,
F089EF5F62BBD493761834B9922A47F6 /* QKeyboardEmotionView-Info.plist */,
CBC0A143A2F5A419372018F9CDA5C6CF /* QKeyboardEmotionView-prefix.pch */,
517C0C62A4229CF6DB6132F4E71A4D0C /* QKeyboardEmotionView-umbrella.h */,
AE123A51B79323FF1B74E635EED38D8A /* QKeyboardEmotionView.debug.xcconfig */,
0F62B85F9E478AD9A397549938F0D8A7 /* QKeyboardEmotionView.release.xcconfig */,
);
name = "Support Files";
path = "Example/Pods/Target Support Files/QKeyboardEmotionView";
sourceTree = "<group>";
};
919E28F5C96A13C9FBFE8714AEEE8659 /* Products */ = {
isa = PBXGroup;
children = (
ECAD4FB1737EA2CF78EEFDC9190C1EAC /* Pods_QKeyboardEmotionView_Example.framework */,
8BAFDD2E23B9FFA4CFBB5C1139A9CD38 /* Pods_QKeyboardEmotionView_Tests.framework */,
A710555E90A3A1D2CF3F8AF69139EF74 /* QKeyboardEmotionView.framework */,
);
name = Products;
sourceTree = "<group>";
};
B933D7F634333AFDF8D888CE982E01EF /* Pods-QKeyboardEmotionView_Example */ = {
isa = PBXGroup;
children = (
2BDCABEC7321890BA7A5B844266518F2 /* Pods-QKeyboardEmotionView_Example.modulemap */,
B44EBFFDD9F606B37A0907AB7FE135C2 /* Pods-QKeyboardEmotionView_Example-acknowledgements.markdown */,
73B7C54AA5700890C6E2B9A023B7CDBA /* Pods-QKeyboardEmotionView_Example-acknowledgements.plist */,
FE100909F69ECFCEEF66C440B0FD1CC0 /* Pods-QKeyboardEmotionView_Example-dummy.m */,
ECDAA8FB8E2052F5C7D74563B1C7105D /* Pods-QKeyboardEmotionView_Example-frameworks.sh */,
F38BC573223A89EA007309C128313069 /* Pods-QKeyboardEmotionView_Example-Info.plist */,
4E0116AE65CD0B909A00D38578D36C3D /* Pods-QKeyboardEmotionView_Example-umbrella.h */,
7F56D9C5294825FDBDEE21561BBCEA27 /* Pods-QKeyboardEmotionView_Example.debug.xcconfig */,
0B4E9C63D41755516A6C77C124B05EA4 /* Pods-QKeyboardEmotionView_Example.release.xcconfig */,
);
name = "Pods-QKeyboardEmotionView_Example";
path = "Target Support Files/Pods-QKeyboardEmotionView_Example";
sourceTree = "<group>";
};
C2C48BD5C97929CEDAA9BD00A0A4D86F /* Development Pods */ = {
isa = PBXGroup;
children = (
6D504EDB511501DDEA21BA9948407DAA /* QKeyboardEmotionView */,
);
name = "Development Pods";
sourceTree = "<group>";
};
CF1408CF629C7361332E53B88F7BD30C = {
isa = PBXGroup;
children = (
9D940727FF8FB9C785EB98E56350EF41 /* Podfile */,
C2C48BD5C97929CEDAA9BD00A0A4D86F /* Development Pods */,
D210D550F4EA176C3123ED886F8F87F5 /* Frameworks */,
919E28F5C96A13C9FBFE8714AEEE8659 /* Products */,
4394735106CA0785242356728C610F16 /* Targets Support Files */,
);
sourceTree = "<group>";
};
D210D550F4EA176C3123ED886F8F87F5 /* Frameworks */ = {
isa = PBXGroup;
children = (
578452D2E740E91742655AC8F1636D1F /* iOS */,
);
name = Frameworks;
sourceTree = "<group>";
};
/* End PBXGroup section */
/* Begin PBXHeadersBuildPhase section */
2932F917C822A0BC3D519B0A1C16667E /* Headers */ = {
isa = PBXHeadersBuildPhase;
buildActionMask = 2147483647;
files = (
BB29DD7C877BCF54B214D957EA81CA55 /* QEmotion.h in Headers */,
BE40DF32B27C71BF67261256E0D015AC /* QEmotionAttachment.h in Headers */,
B45E8FCAC48279DB9092C3CAA31D7130 /* QEmotionBoardView.h in Headers */,
80265B1CA8956EE327F81BA2A38B22A1 /* QEmotionHelper.h in Headers */,
8F89F40094AAA6B3C631C2C6D9BF1E2C /* QExtendBoardView.h in Headers */,
4718D9BCE7A616DE8F9C21E80250CF4A /* QInputBarView.h in Headers */,
8E9DB4338DE9799DF54448D9C03BD429 /* QInputBarViewConfiguration.h in Headers */,
12ED0BDD6022CDCC76D8D133AE281DE1 /* QKeyboardBaseManager.h in Headers */,
8416FC8C334DE13F27FB747BC434A5E0 /* QKeyboardEmotionView-umbrella.h in Headers */,
569CA5ACF51D0FF93910799BB7358D4D /* QKeyboardManager.h in Headers */,
E11FE4BFA7B2EA5F116366E2099E681A /* UITextView+QEmotion.h in Headers */,
);
runOnlyForDeploymentPostprocessing = 0;
};
2DAAF6FCB8DBA415E4D624B216AEC206 /* Headers */ = {
isa = PBXHeadersBuildPhase;
buildActionMask = 2147483647;
files = (
6EEDE1334A252C1D279099A9DD3852A0 /* Pods-QKeyboardEmotionView_Example-umbrella.h in Headers */,
);
runOnlyForDeploymentPostprocessing = 0;
};
9A57A632CE53984CB5688BA70CCA4E9E /* Headers */ = {
isa = PBXHeadersBuildPhase;
buildActionMask = 2147483647;
files = (
68AADAEFF870D9E562456A45D1D78BAE /* Pods-QKeyboardEmotionView_Tests-umbrella.h in Headers */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXHeadersBuildPhase section */
/* Begin PBXNativeTarget section */
01719F29BE9883C86DF09726E9F216E3 /* Pods-QKeyboardEmotionView_Example */ = {
isa = PBXNativeTarget;
buildConfigurationList = 81F5BD1D910881C7486DBA205C700879 /* Build configuration list for PBXNativeTarget "Pods-QKeyboardEmotionView_Example" */;
buildPhases = (
2DAAF6FCB8DBA415E4D624B216AEC206 /* Headers */,
B35F943BE6D5E28325BEFCF9E8266F56 /* Sources */,
81D12A5141674453033495388AE95A6E /* Frameworks */,
09191DA4D4FE52B306D9EA5BDC70CD2D /* Resources */,
);
buildRules = (
);
dependencies = (
BCA38C5C9C4853A774262C9CC62F8A4A /* PBXTargetDependency */,
);
name = "Pods-QKeyboardEmotionView_Example";
productName = "Pods-QKeyboardEmotionView_Example";
productReference = ECAD4FB1737EA2CF78EEFDC9190C1EAC /* Pods_QKeyboardEmotionView_Example.framework */;
productType = "com.apple.product-type.framework";
};
B7B42978BD9D630306E48AC66F70D5E5 /* QKeyboardEmotionView */ = {
isa = PBXNativeTarget;
buildConfigurationList = 7C31DCC535B79F9DF2FCB92A5D4EBF4E /* Build configuration list for PBXNativeTarget "QKeyboardEmotionView" */;
buildPhases = (
2932F917C822A0BC3D519B0A1C16667E /* Headers */,
020E50E35FCDA55902BBBA7F13CECE49 /* Sources */,
EDC8DB0F1D7B8E4D2C3D9823C1FB5646 /* Frameworks */,
98FD580398F3F7C4608B3C9A7AC93B5A /* Resources */,
);
buildRules = (
);
dependencies = (
);
name = QKeyboardEmotionView;
productName = QKeyboardEmotionView;
productReference = A710555E90A3A1D2CF3F8AF69139EF74 /* QKeyboardEmotionView.framework */;
productType = "com.apple.product-type.framework";
};
CD4E8C12EA66F14DDC29B17050ED133C /* Pods-QKeyboardEmotionView_Tests */ = {
isa = PBXNativeTarget;
buildConfigurationList = 3CEB42E915357475C64E4B2713AEB6C1 /* Build configuration list for PBXNativeTarget "Pods-QKeyboardEmotionView_Tests" */;
buildPhases = (
9A57A632CE53984CB5688BA70CCA4E9E /* Headers */,
11C2CD231841B523DAA1173D177BE93D /* Sources */,
151C09A54AACC7FCF8800B6455FFFB47 /* Frameworks */,
D7BBCA7AF6158190A5C612FDA703986E /* Resources */,
);
buildRules = (
);
dependencies = (
32D4CDB59747AC5B4FC47ADFB72CBA35 /* PBXTargetDependency */,
);
name = "Pods-QKeyboardEmotionView_Tests";
productName = "Pods-QKeyboardEmotionView_Tests";
productReference = 8BAFDD2E23B9FFA4CFBB5C1139A9CD38 /* Pods_QKeyboardEmotionView_Tests.framework */;
productType = "com.apple.product-type.framework";
};
/* End PBXNativeTarget section */
/* Begin PBXProject section */
BFDFE7DC352907FC980B868725387E98 /* Project object */ = {
isa = PBXProject;
attributes = {
LastSwiftUpdateCheck = 1100;
LastUpgradeCheck = 1100;
};
buildConfigurationList = 4821239608C13582E20E6DA73FD5F1F9 /* Build configuration list for PBXProject "Pods" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = en;
hasScannedForEncodings = 0;
knownRegions = (
en,
Base,
);
mainGroup = CF1408CF629C7361332E53B88F7BD30C;
productRefGroup = 919E28F5C96A13C9FBFE8714AEEE8659 /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
01719F29BE9883C86DF09726E9F216E3 /* Pods-QKeyboardEmotionView_Example */,
CD4E8C12EA66F14DDC29B17050ED133C /* Pods-QKeyboardEmotionView_Tests */,
B7B42978BD9D630306E48AC66F70D5E5 /* QKeyboardEmotionView */,
);
};
/* End PBXProject section */
/* Begin PBXResourcesBuildPhase section */
09191DA4D4FE52B306D9EA5BDC70CD2D /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
98FD580398F3F7C4608B3C9A7AC93B5A /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
C188703D36B387E2955CD3D979658E30 /* Assets.xcassets in Resources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
D7BBCA7AF6158190A5C612FDA703986E /* Resources */ = {
isa = PBXResourcesBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXResourcesBuildPhase section */
/* Begin PBXSourcesBuildPhase section */
020E50E35FCDA55902BBBA7F13CECE49 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
49CAA094783F73ADCC143CAF784D6FDE /* QEmotion.m in Sources */,
BA15BEA0257D88A24E489D6A272FD5BA /* QEmotionAttachment.m in Sources */,
6CD4A7705FD3B280CDF6EC0751CD40C2 /* QEmotionBoardView.m in Sources */,
38357A5A8C87EA01D0D79778ED3A13CC /* QEmotionHelper.m in Sources */,
92DBA0FCDE137301513F6D4AE3AB09E2 /* QExtendBoardView.m in Sources */,
DC8164C33621CC6838AFDFB2B18772CF /* QInputBarView.m in Sources */,
7AB240FE92664EDDB338C1DDCDC267B9 /* QInputBarViewConfiguration.m in Sources */,
913003E67932C6F9710CC01865E8C093 /* QKeyboardBaseManager.m in Sources */,
4F4F6A43321B27C8FEBABF2C1B62179E /* QKeyboardEmotionView-dummy.m in Sources */,
1361FDA5CDA8B68AE56CE57B82212076 /* QKeyboardManager.m in Sources */,
73BA7BF80D43594338AEEB052A5367E5 /* UITextView+QEmotion.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
11C2CD231841B523DAA1173D177BE93D /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
84CE8EDD98562AE29B99DD748F5489C6 /* Pods-QKeyboardEmotionView_Tests-dummy.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
B35F943BE6D5E28325BEFCF9E8266F56 /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
88B5A6FBD7FE26995591907A3F351927 /* Pods-QKeyboardEmotionView_Example-dummy.m in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */
/* Begin PBXTargetDependency section */
32D4CDB59747AC5B4FC47ADFB72CBA35 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
name = "Pods-QKeyboardEmotionView_Example";
target = 01719F29BE9883C86DF09726E9F216E3 /* Pods-QKeyboardEmotionView_Example */;
targetProxy = 2F5B8D13E2C04CF41A86827B0A8FA371 /* PBXContainerItemProxy */;
};
BCA38C5C9C4853A774262C9CC62F8A4A /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
name = QKeyboardEmotionView;
target = B7B42978BD9D630306E48AC66F70D5E5 /* QKeyboardEmotionView */;
targetProxy = 18506D170DA4F4B5E093CC3B1780B708 /* PBXContainerItemProxy */;
};
/* End PBXTargetDependency section */
/* Begin XCBuildConfiguration section */
1BCC313FF26B74F4F61C945C0D0D2ACB /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 0F62B85F9E478AD9A397549938F0D8A7 /* QKeyboardEmotionView.release.xcconfig */;
buildSettings = {
"CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
"CODE_SIGN_IDENTITY[sdk=watchos*]" = "";
CURRENT_PROJECT_VERSION = 1;
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
GCC_PREFIX_HEADER = "Target Support Files/QKeyboardEmotionView/QKeyboardEmotionView-prefix.pch";
INFOPLIST_FILE = "Target Support Files/QKeyboardEmotionView/QKeyboardEmotionView-Info.plist";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MODULEMAP_FILE = "Target Support Files/QKeyboardEmotionView/QKeyboardEmotionView.modulemap";
PRODUCT_MODULE_NAME = QKeyboardEmotionView;
PRODUCT_NAME = QKeyboardEmotionView;
SDKROOT = iphoneos;
SKIP_INSTALL = YES;
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) ";
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
VALIDATE_PRODUCT = YES;
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
};
name = Release;
};
25AD9454612BF454A1E3DC4CD4FA8C6D /* Debug */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
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_ENABLE_OBJC_WEAK = YES;
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_COMMA = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = 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_NON_LITERAL_NULL_CONVERSION = YES;
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
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;
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 = (
"POD_CONFIGURATION_DEBUG=1",
"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.0;
MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
MTL_FAST_MATH = YES;
ONLY_ACTIVE_ARCH = YES;
PRODUCT_NAME = "$(TARGET_NAME)";
STRIP_INSTALLED_PRODUCT = NO;
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
SWIFT_OPTIMIZATION_LEVEL = "-Onone";
SWIFT_VERSION = 5.0;
SYMROOT = "${SRCROOT}/../build";
};
name = Debug;
};
4DDA42CFEA76A72CE3BF9779857B5D7C /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 7F56D9C5294825FDBDEE21561BBCEA27 /* Pods-QKeyboardEmotionView_Example.debug.xcconfig */;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO;
"CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
"CODE_SIGN_IDENTITY[sdk=watchos*]" = "";
CURRENT_PROJECT_VERSION = 1;
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = "Target Support Files/Pods-QKeyboardEmotionView_Example/Pods-QKeyboardEmotionView_Example-Info.plist";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MACH_O_TYPE = staticlib;
MODULEMAP_FILE = "Target Support Files/Pods-QKeyboardEmotionView_Example/Pods-QKeyboardEmotionView_Example.modulemap";
OTHER_LDFLAGS = "";
OTHER_LIBTOOLFLAGS = "";
PODS_ROOT = "$(SRCROOT)";
PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}";
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SDKROOT = iphoneos;
SKIP_INSTALL = YES;
TARGETED_DEVICE_FAMILY = "1,2";
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
};
name = Debug;
};
5B110F94553833FFC1A84BB5AF51C580 /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 0B4E9C63D41755516A6C77C124B05EA4 /* Pods-QKeyboardEmotionView_Example.release.xcconfig */;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO;
"CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
"CODE_SIGN_IDENTITY[sdk=watchos*]" = "";
CURRENT_PROJECT_VERSION = 1;
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = "Target Support Files/Pods-QKeyboardEmotionView_Example/Pods-QKeyboardEmotionView_Example-Info.plist";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MACH_O_TYPE = staticlib;
MODULEMAP_FILE = "Target Support Files/Pods-QKeyboardEmotionView_Example/Pods-QKeyboardEmotionView_Example.modulemap";
OTHER_LDFLAGS = "";
OTHER_LIBTOOLFLAGS = "";
PODS_ROOT = "$(SRCROOT)";
PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}";
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SDKROOT = iphoneos;
SKIP_INSTALL = YES;
TARGETED_DEVICE_FAMILY = "1,2";
VALIDATE_PRODUCT = YES;
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
};
name = Release;
};
7DCF1C7B044F13301E4171EA7CAFEC89 /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 245745F5B247A835403311D3A79389AF /* Pods-QKeyboardEmotionView_Tests.release.xcconfig */;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO;
"CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
"CODE_SIGN_IDENTITY[sdk=watchos*]" = "";
CURRENT_PROJECT_VERSION = 1;
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = "Target Support Files/Pods-QKeyboardEmotionView_Tests/Pods-QKeyboardEmotionView_Tests-Info.plist";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MACH_O_TYPE = staticlib;
MODULEMAP_FILE = "Target Support Files/Pods-QKeyboardEmotionView_Tests/Pods-QKeyboardEmotionView_Tests.modulemap";
OTHER_LDFLAGS = "";
OTHER_LIBTOOLFLAGS = "";
PODS_ROOT = "$(SRCROOT)";
PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}";
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SDKROOT = iphoneos;
SKIP_INSTALL = YES;
TARGETED_DEVICE_FAMILY = "1,2";
VALIDATE_PRODUCT = YES;
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
};
name = Release;
};
CA547D2C7E9A8A153DC2B27FBE00B112 /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
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_ENABLE_OBJC_WEAK = YES;
CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
CLANG_WARN_BOOL_CONVERSION = YES;
CLANG_WARN_COMMA = YES;
CLANG_WARN_CONSTANT_CONVERSION = YES;
CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = 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_NON_LITERAL_NULL_CONVERSION = YES;
CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
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;
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_PREPROCESSOR_DEFINITIONS = (
"POD_CONFIGURATION_RELEASE=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.0;
MTL_ENABLE_DEBUG_INFO = NO;
MTL_FAST_MATH = YES;
PRODUCT_NAME = "$(TARGET_NAME)";
STRIP_INSTALLED_PRODUCT = NO;
SWIFT_COMPILATION_MODE = wholemodule;
SWIFT_OPTIMIZATION_LEVEL = "-O";
SWIFT_VERSION = 5.0;
SYMROOT = "${SRCROOT}/../build";
};
name = Release;
};
D27F1AB74F16DE706E4E881BDA9EC955 /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = AE123A51B79323FF1B74E635EED38D8A /* QKeyboardEmotionView.debug.xcconfig */;
buildSettings = {
"CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
"CODE_SIGN_IDENTITY[sdk=watchos*]" = "";
CURRENT_PROJECT_VERSION = 1;
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
GCC_PREFIX_HEADER = "Target Support Files/QKeyboardEmotionView/QKeyboardEmotionView-prefix.pch";
INFOPLIST_FILE = "Target Support Files/QKeyboardEmotionView/QKeyboardEmotionView-Info.plist";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MODULEMAP_FILE = "Target Support Files/QKeyboardEmotionView/QKeyboardEmotionView.modulemap";
PRODUCT_MODULE_NAME = QKeyboardEmotionView;
PRODUCT_NAME = QKeyboardEmotionView;
SDKROOT = iphoneos;
SKIP_INSTALL = YES;
SWIFT_ACTIVE_COMPILATION_CONDITIONS = "$(inherited) ";
SWIFT_VERSION = 5.0;
TARGETED_DEVICE_FAMILY = "1,2";
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
};
name = Debug;
};
F90CAD46B2211E5686D8E4C326246A5E /* Debug */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 21278B7F4F6B26F327ECC166E3943925 /* Pods-QKeyboardEmotionView_Tests.debug.xcconfig */;
buildSettings = {
ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = NO;
"CODE_SIGN_IDENTITY[sdk=appletvos*]" = "";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "";
"CODE_SIGN_IDENTITY[sdk=watchos*]" = "";
CURRENT_PROJECT_VERSION = 1;
DEFINES_MODULE = YES;
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = 1;
DYLIB_INSTALL_NAME_BASE = "@rpath";
INFOPLIST_FILE = "Target Support Files/Pods-QKeyboardEmotionView_Tests/Pods-QKeyboardEmotionView_Tests-Info.plist";
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
IPHONEOS_DEPLOYMENT_TARGET = 9.0;
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
MACH_O_TYPE = staticlib;
MODULEMAP_FILE = "Target Support Files/Pods-QKeyboardEmotionView_Tests/Pods-QKeyboardEmotionView_Tests.modulemap";
OTHER_LDFLAGS = "";
OTHER_LIBTOOLFLAGS = "";
PODS_ROOT = "$(SRCROOT)";
PRODUCT_BUNDLE_IDENTIFIER = "org.cocoapods.${PRODUCT_NAME:rfc1034identifier}";
PRODUCT_NAME = "$(TARGET_NAME:c99extidentifier)";
SDKROOT = iphoneos;
SKIP_INSTALL = YES;
TARGETED_DEVICE_FAMILY = "1,2";
VERSIONING_SYSTEM = "apple-generic";
VERSION_INFO_PREFIX = "";
};
name = Debug;
};
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
3CEB42E915357475C64E4B2713AEB6C1 /* Build configuration list for PBXNativeTarget "Pods-QKeyboardEmotionView_Tests" */ = {
isa = XCConfigurationList;
buildConfigurations = (
F90CAD46B2211E5686D8E4C326246A5E /* Debug */,
7DCF1C7B044F13301E4171EA7CAFEC89 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
4821239608C13582E20E6DA73FD5F1F9 /* Build configuration list for PBXProject "Pods" */ = {
isa = XCConfigurationList;
buildConfigurations = (
25AD9454612BF454A1E3DC4CD4FA8C6D /* Debug */,
CA547D2C7E9A8A153DC2B27FBE00B112 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
7C31DCC535B79F9DF2FCB92A5D4EBF4E /* Build configuration list for PBXNativeTarget "QKeyboardEmotionView" */ = {
isa = XCConfigurationList;
buildConfigurations = (
D27F1AB74F16DE706E4E881BDA9EC955 /* Debug */,
1BCC313FF26B74F4F61C945C0D0D2ACB /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
81F5BD1D910881C7486DBA205C700879 /* Build configuration list for PBXNativeTarget "Pods-QKeyboardEmotionView_Example" */ = {
isa = XCConfigurationList;
buildConfigurations = (
4DDA42CFEA76A72CE3BF9779857B5D7C /* Debug */,
5B110F94553833FFC1A84BB5AF51C580 /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = BFDFE7DC352907FC980B868725387E98 /* Project object */;
}