|
42 | 42 | B85F3A4A1EC9C9C600B2EA9E /* NSString+extension.m in Sources */ = {isa = PBXBuildFile; fileRef = B85F3A041EC9C9C600B2EA9E /* NSString+extension.m */; };
|
43 | 43 | B85F3A4B1EC9C9C600B2EA9E /* UIImage+colorImage.m in Sources */ = {isa = PBXBuildFile; fileRef = B85F3A061EC9C9C600B2EA9E /* UIImage+colorImage.m */; };
|
44 | 44 | B85F3A4C1EC9C9C600B2EA9E /* UIImageView+SDWebImage.m in Sources */ = {isa = PBXBuildFile; fileRef = B85F3A081EC9C9C600B2EA9E /* UIImageView+SDWebImage.m */; };
|
45 |
| - B85F3A4D1EC9C9C600B2EA9E /* MYCoreTextLabel.m in Sources */ = {isa = PBXBuildFile; fileRef = B85F3A0E1EC9C9C600B2EA9E /* MYCoreTextLabel.m */; }; |
46 |
| - B85F3A4E1EC9C9C600B2EA9E /* MYCoretextResultTool.m in Sources */ = {isa = PBXBuildFile; fileRef = B85F3A101EC9C9C600B2EA9E /* MYCoretextResultTool.m */; }; |
47 |
| - B85F3A4F1EC9C9C600B2EA9E /* MYSubCoretextResult.m in Sources */ = {isa = PBXBuildFile; fileRef = B85F3A121EC9C9C600B2EA9E /* MYSubCoretextResult.m */; }; |
48 | 45 | B85F3A501EC9C9C600B2EA9E /* ChatNavigationController.m in Sources */ = {isa = PBXBuildFile; fileRef = B85F3A151EC9C9C600B2EA9E /* ChatNavigationController.m */; };
|
49 | 46 | B85F3A511EC9C9C600B2EA9E /* LocalConnection.m in Sources */ = {isa = PBXBuildFile; fileRef = B85F3A191EC9C9C600B2EA9E /* LocalConnection.m */; };
|
50 | 47 | B85F3A521EC9C9C600B2EA9E /* FSMEngine.m in Sources */ = {isa = PBXBuildFile; fileRef = B85F3A1D1EC9C9C600B2EA9E /* FSMEngine.m */; };
|
|
82 | 79 | B862F5B51ECE7EB300B40BA1 /* ChatEmotions.plist in Resources */ = {isa = PBXBuildFile; fileRef = B862F5B41ECE7EB300B40BA1 /* ChatEmotions.plist */; };
|
83 | 80 | B8661AAA1ECD998E0022753D /* UIImageView+GIF.m in Sources */ = {isa = PBXBuildFile; fileRef = B8661AA91ECD998E0022753D /* UIImageView+GIF.m */; };
|
84 | 81 | B89E046A1ED03F23000863F1 /* UIImage+photoPicker.m in Sources */ = {isa = PBXBuildFile; fileRef = B89E04691ED03F23000863F1 /* UIImage+photoPicker.m */; };
|
| 82 | + B8A04C8D1F06002100882727 /* MYCoreTextLabel.m in Sources */ = {isa = PBXBuildFile; fileRef = B8A04C881F06002100882727 /* MYCoreTextLabel.m */; }; |
| 83 | + B8A04C8E1F06002100882727 /* MYCoretextResultTool.m in Sources */ = {isa = PBXBuildFile; fileRef = B8A04C8A1F06002100882727 /* MYCoretextResultTool.m */; }; |
| 84 | + B8A04C8F1F06002100882727 /* MYSubCoretextResult.m in Sources */ = {isa = PBXBuildFile; fileRef = B8A04C8C1F06002100882727 /* MYSubCoretextResult.m */; }; |
85 | 85 | B8EEC0C91ED47E2800F52E79 /* ChatConfigModel.m in Sources */ = {isa = PBXBuildFile; fileRef = B8EEC0C81ED47E2800F52E79 /* ChatConfigModel.m */; };
|
86 | 86 | E1527204E4A6C66E20ABAB19 /* Pods_CocoaAsyncSocket_TCP.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 24AA3076491D2596209CE424 /* Pods_CocoaAsyncSocket_TCP.framework */; };
|
87 | 87 | /* End PBXBuildFile section */
|
|
178 | 178 | B85F3A081EC9C9C600B2EA9E /* UIImageView+SDWebImage.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIImageView+SDWebImage.m"; sourceTree = "<group>"; };
|
179 | 179 | B85F3A091EC9C9C600B2EA9E /* Config.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Config.h; sourceTree = "<group>"; };
|
180 | 180 | B85F3A0A1EC9C9C600B2EA9E /* Constant.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Constant.h; sourceTree = "<group>"; };
|
181 |
| - B85F3A0D1EC9C9C600B2EA9E /* MYCoreTextLabel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MYCoreTextLabel.h; sourceTree = "<group>"; }; |
182 |
| - B85F3A0E1EC9C9C600B2EA9E /* MYCoreTextLabel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MYCoreTextLabel.m; sourceTree = "<group>"; }; |
183 |
| - B85F3A0F1EC9C9C600B2EA9E /* MYCoretextResultTool.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MYCoretextResultTool.h; sourceTree = "<group>"; }; |
184 |
| - B85F3A101EC9C9C600B2EA9E /* MYCoretextResultTool.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MYCoretextResultTool.m; sourceTree = "<group>"; }; |
185 |
| - B85F3A111EC9C9C600B2EA9E /* MYSubCoretextResult.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MYSubCoretextResult.h; sourceTree = "<group>"; }; |
186 |
| - B85F3A121EC9C9C600B2EA9E /* MYSubCoretextResult.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MYSubCoretextResult.m; sourceTree = "<group>"; }; |
187 | 181 | B85F3A141EC9C9C600B2EA9E /* ChatNavigationController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ChatNavigationController.h; sourceTree = "<group>"; };
|
188 | 182 | B85F3A151EC9C9C600B2EA9E /* ChatNavigationController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ChatNavigationController.m; sourceTree = "<group>"; };
|
189 | 183 | B85F3A181EC9C9C600B2EA9E /* LocalConnection.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = LocalConnection.h; sourceTree = "<group>"; };
|
|
256 | 250 | B8661AA91ECD998E0022753D /* UIImageView+GIF.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIImageView+GIF.m"; sourceTree = "<group>"; };
|
257 | 251 | B89E04681ED03F23000863F1 /* UIImage+photoPicker.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "UIImage+photoPicker.h"; sourceTree = "<group>"; };
|
258 | 252 | B89E04691ED03F23000863F1 /* UIImage+photoPicker.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "UIImage+photoPicker.m"; sourceTree = "<group>"; };
|
| 253 | + B8A04C871F06002100882727 /* MYCoreTextLabel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MYCoreTextLabel.h; sourceTree = "<group>"; }; |
| 254 | + B8A04C881F06002100882727 /* MYCoreTextLabel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MYCoreTextLabel.m; sourceTree = "<group>"; }; |
| 255 | + B8A04C891F06002100882727 /* MYCoretextResultTool.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MYCoretextResultTool.h; sourceTree = "<group>"; }; |
| 256 | + B8A04C8A1F06002100882727 /* MYCoretextResultTool.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MYCoretextResultTool.m; sourceTree = "<group>"; }; |
| 257 | + B8A04C8B1F06002100882727 /* MYSubCoretextResult.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MYSubCoretextResult.h; sourceTree = "<group>"; }; |
| 258 | + B8A04C8C1F06002100882727 /* MYSubCoretextResult.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MYSubCoretextResult.m; sourceTree = "<group>"; }; |
259 | 259 | B8EEC0C71ED47E2800F52E79 /* ChatConfigModel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ChatConfigModel.h; sourceTree = "<group>"; };
|
260 | 260 | B8EEC0C81ED47E2800F52E79 /* ChatConfigModel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ChatConfigModel.m; sourceTree = "<group>"; };
|
261 | 261 | /* End PBXFileReference section */
|
|
482 | 482 | B85F3A0B1EC9C9C600B2EA9E /* Helper */ = {
|
483 | 483 | isa = PBXGroup;
|
484 | 484 | children = (
|
| 485 | + B8A04C861F06002100882727 /* MYCoreTextLabel */, |
485 | 486 | B816A1B91ED040A20024859F /* TZImagePickerController */,
|
486 |
| - B85F3A0C1EC9C9C600B2EA9E /* MYCoreTextLabel */, |
487 | 487 | );
|
488 | 488 | path = Helper;
|
489 | 489 | sourceTree = "<group>";
|
490 | 490 | };
|
491 |
| - B85F3A0C1EC9C9C600B2EA9E /* MYCoreTextLabel */ = { |
492 |
| - isa = PBXGroup; |
493 |
| - children = ( |
494 |
| - B85F3A0D1EC9C9C600B2EA9E /* MYCoreTextLabel.h */, |
495 |
| - B85F3A0E1EC9C9C600B2EA9E /* MYCoreTextLabel.m */, |
496 |
| - B85F3A0F1EC9C9C600B2EA9E /* MYCoretextResultTool.h */, |
497 |
| - B85F3A101EC9C9C600B2EA9E /* MYCoretextResultTool.m */, |
498 |
| - B85F3A111EC9C9C600B2EA9E /* MYSubCoretextResult.h */, |
499 |
| - B85F3A121EC9C9C600B2EA9E /* MYSubCoretextResult.m */, |
500 |
| - ); |
501 |
| - path = MYCoreTextLabel; |
502 |
| - sourceTree = "<group>"; |
503 |
| - }; |
504 | 491 | B85F3A131EC9C9C600B2EA9E /* Navigation */ = {
|
505 | 492 | isa = PBXGroup;
|
506 | 493 | children = (
|
|
670 | 657 | path = ChatModel;
|
671 | 658 | sourceTree = "<group>";
|
672 | 659 | };
|
| 660 | + B8A04C861F06002100882727 /* MYCoreTextLabel */ = { |
| 661 | + isa = PBXGroup; |
| 662 | + children = ( |
| 663 | + B8A04C871F06002100882727 /* MYCoreTextLabel.h */, |
| 664 | + B8A04C881F06002100882727 /* MYCoreTextLabel.m */, |
| 665 | + B8A04C891F06002100882727 /* MYCoretextResultTool.h */, |
| 666 | + B8A04C8A1F06002100882727 /* MYCoretextResultTool.m */, |
| 667 | + B8A04C8B1F06002100882727 /* MYSubCoretextResult.h */, |
| 668 | + B8A04C8C1F06002100882727 /* MYSubCoretextResult.m */, |
| 669 | + ); |
| 670 | + path = MYCoreTextLabel; |
| 671 | + sourceTree = "<group>"; |
| 672 | + }; |
673 | 673 | CBB7B1986CB029097EB5B82F /* Frameworks */ = {
|
674 | 674 | isa = PBXGroup;
|
675 | 675 | children = (
|
|
878 | 878 | files = (
|
879 | 879 | B85F3A7C1EC9C9DE00B2EA9E /* ChatFileCell.m in Sources */,
|
880 | 880 | B85F3A801EC9C9DE00B2EA9E /* ChatVideoCell.m in Sources */,
|
| 881 | + B8A04C8E1F06002100882727 /* MYCoretextResultTool.m in Sources */, |
881 | 882 | B85F39F61EC9C9BD00B2EA9E /* AppDelegate.m in Sources */,
|
882 | 883 | B85F3A8D1EC9C9E400B2EA9E /* ChatUtil.m in Sources */,
|
883 |
| - B85F3A4F1EC9C9C600B2EA9E /* MYSubCoretextResult.m in Sources */, |
| 884 | + B8A04C8F1F06002100882727 /* MYSubCoretextResult.m in Sources */, |
884 | 885 | B85F3A4B1EC9C9C600B2EA9E /* UIImage+colorImage.m in Sources */,
|
885 | 886 | B85F39F51EC9C9BD00B2EA9E /* AppDelegate+main.m in Sources */,
|
886 | 887 | B816A1D51ED040A20024859F /* NSBundle+TZImagePicker.m in Sources */,
|
|
906 | 907 | B816A1D61ED040A20024859F /* TZAssetCell.m in Sources */,
|
907 | 908 | B85F3A551EC9C9C600B2EA9E /* ReachStateLoading.m in Sources */,
|
908 | 909 | B8661AAA1ECD998E0022753D /* UIImageView+GIF.m in Sources */,
|
| 910 | + B8A04C8D1F06002100882727 /* MYCoreTextLabel.m in Sources */, |
909 | 911 | B85F3A491EC9C9C600B2EA9E /* NSDate+extension.m in Sources */,
|
910 | 912 | B816A1D81ED040A20024859F /* TZGifPhotoPreviewController.m in Sources */,
|
911 | 913 | B85F3A621EC9C9C600B2EA9E /* ChatViewController.m in Sources */,
|
912 | 914 | B816A1E21ED040A20024859F /* UIView+Layout.m in Sources */,
|
913 |
| - B85F3A4E1EC9C9C600B2EA9E /* MYCoretextResultTool.m in Sources */, |
914 | 915 | B85F3A5E1EC9C9C600B2EA9E /* ChatTabbar.m in Sources */,
|
915 | 916 | B85F3A5A1EC9C9C600B2EA9E /* PingFoundation.m in Sources */,
|
916 | 917 | B816A1DF1ED040A20024859F /* TZPhotoPreviewController.m in Sources */,
|
|
924 | 925 | B85F3A5C1EC9C9C600B2EA9E /* README.md in Sources */,
|
925 | 926 | B85F3A531EC9C9C600B2EA9E /* FSMStateUtil.m in Sources */,
|
926 | 927 | B85F39BF1EC9C95100B2EA9E /* main.m in Sources */,
|
927 |
| - B85F3A4D1EC9C9C600B2EA9E /* MYCoreTextLabel.m in Sources */, |
928 | 928 | B816A1DA1ED040A20024859F /* TZImageManager.m in Sources */,
|
929 | 929 | B85F3A501EC9C9C600B2EA9E /* ChatNavigationController.m in Sources */,
|
930 | 930 | B816A1DE1ED040A20024859F /* TZPhotoPreviewCell.m in Sources */,
|
|
0 commit comments