|
194 | 194 | 4E6D71891A75F00E005AD988 /* YLGIFImage.m in Sources */ = {isa = PBXBuildFile; fileRef = 4E6D71861A75F00E005AD988 /* YLGIFImage.m */; }; |
195 | 195 | 4E6D718A1A75F00E005AD988 /* YLImageView.m in Sources */ = {isa = PBXBuildFile; fileRef = 4E6D71881A75F00E005AD988 /* YLImageView.m */; }; |
196 | 196 | 4E6FB0551B5799B100B0A17B /* ProjectTag.m in Sources */ = {isa = PBXBuildFile; fileRef = 4E6FB0541B5799B100B0A17B /* ProjectTag.m */; }; |
| 197 | + 4E6FB0581B58DB0A00B0A17B /* ProjectTagsView.m in Sources */ = {isa = PBXBuildFile; fileRef = 4E6FB0571B58DB0A00B0A17B /* ProjectTagsView.m */; }; |
197 | 198 | 4E72F82D1B144778001B6CE6 /* NSMutableString+Common.m in Sources */ = {isa = PBXBuildFile; fileRef = 4E72F82C1B144778001B6CE6 /* NSMutableString+Common.m */; }; |
198 | 199 | 4E72F82F1B159997001B6CE6 /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = 4E72F82E1B159997001B6CE6 /* [email protected] */; }; |
199 | 200 | 4E72F8331B15B811001B6CE6 /* [email protected] in Resources */ = {isa = PBXBuildFile; fileRef = 4E72F8321B15B811001B6CE6 /* [email protected] */; }; |
|
761 | 762 | B9A00D821ACA3A17008BA008 /* ProjectSettingViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = B9A00D811ACA3A17008BA008 /* ProjectSettingViewController.m */; }; |
762 | 763 | B9A00D851ACA3A55008BA008 /* ProjectAdvancedSettingViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = B9A00D841ACA3A55008BA008 /* ProjectAdvancedSettingViewController.m */; }; |
763 | 764 | E7A046A01A47279E00528C12 /* Helper.m in Sources */ = {isa = PBXBuildFile; fileRef = E7A0469F1A47279E00528C12 /* Helper.m */; }; |
764 | | - EBDD2E411AE7B88C0024B952 /* WMDelLabel.m in Sources */ = {isa = PBXBuildFile; fileRef = EBDD2E401AE7B88C0024B952 /* WMDelLabel.m */; }; |
765 | | - EBDD2E4E1AEA159D0024B952 /* ProjectTopicLabelView.m in Sources */ = {isa = PBXBuildFile; fileRef = EBDD2E4D1AEA159D0024B952 /* ProjectTopicLabelView.m */; }; |
766 | 765 | /* End PBXBuildFile section */ |
767 | 766 |
|
768 | 767 | /* Begin PBXFileReference section */ |
|
1055 | 1054 | 4E6D71881A75F00E005AD988 /* YLImageView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = YLImageView.m; sourceTree = "<group>"; }; |
1056 | 1055 | 4E6FB0531B5799B100B0A17B /* ProjectTag.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ProjectTag.h; sourceTree = "<group>"; }; |
1057 | 1056 | 4E6FB0541B5799B100B0A17B /* ProjectTag.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ProjectTag.m; sourceTree = "<group>"; }; |
| 1057 | + 4E6FB0561B58DB0A00B0A17B /* ProjectTagsView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ProjectTagsView.h; sourceTree = "<group>"; }; |
| 1058 | + 4E6FB0571B58DB0A00B0A17B /* ProjectTagsView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ProjectTagsView.m; sourceTree = "<group>"; }; |
1058 | 1059 | 4E72F82B1B144778001B6CE6 /* NSMutableString+Common.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSMutableString+Common.h"; sourceTree = "<group>"; }; |
1059 | 1060 | 4E72F82C1B144778001B6CE6 /* NSMutableString+Common.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSMutableString+Common.m"; sourceTree = "<group>"; }; |
1060 | 1061 | 4E72F82E1B159997001B6CE6 /* [email protected] */ = {isa = PBXFileReference; lastKnownFileType = image.png; path = " [email protected]"; sourceTree = "<group>"; }; |
|
1929 | 1930 | C613B8719C3D38FED828A1E2 /* Pods.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = Pods.release.xcconfig; path = "Pods/Target Support Files/Pods/Pods.release.xcconfig"; sourceTree = "<group>"; }; |
1930 | 1931 | E7A0469E1A47279E00528C12 /* Helper.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Helper.h; sourceTree = "<group>"; }; |
1931 | 1932 | E7A0469F1A47279E00528C12 /* Helper.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = Helper.m; sourceTree = "<group>"; }; |
1932 | | - EBDD2E3F1AE7B88C0024B952 /* WMDelLabel.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = WMDelLabel.h; sourceTree = "<group>"; }; |
1933 | | - EBDD2E401AE7B88C0024B952 /* WMDelLabel.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = WMDelLabel.m; sourceTree = "<group>"; }; |
1934 | | - EBDD2E4C1AEA159D0024B952 /* ProjectTopicLabelView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ProjectTopicLabelView.h; sourceTree = "<group>"; }; |
1935 | | - EBDD2E4D1AEA159D0024B952 /* ProjectTopicLabelView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ProjectTopicLabelView.m; sourceTree = "<group>"; }; |
1936 | 1933 | /* End PBXFileReference section */ |
1937 | 1934 |
|
1938 | 1935 | /* Begin PBXFrameworksBuildPhase section */ |
|
3549 | 3546 | 4E94C50F1B4E0C0300EB668A /* XHRealTimeBlur */, |
3550 | 3547 | 4E94C4F51B4D2B9300EB668A /* PopMenu */, |
3551 | 3548 | 4E53EB4C1AF9CC520034FE1C /* RKSwipeBetweenViewControllers */, |
3552 | | - EBDD2E3E1AE7B84D0024B952 /* WMDelLabel */, |
3553 | 3549 | 4E996BC11ABA754600C704F1 /* JDStatusBarNotification */, |
3554 | 3550 | 4E6C411A1A846AC30098DC17 /* RFKeyboardToolbar */, |
3555 | 3551 | 4E6D71841A75F00E005AD988 /* YLGIFImage */, |
|
3649 | 3645 | 8EA6D0FA19E240C40076D59C /* ProjectTopicsView.m */, |
3650 | 3646 | 8EA6D0F719E240C40076D59C /* ProjectTopicListView.h */, |
3651 | 3647 | 8EA6D0F819E240C40076D59C /* ProjectTopicListView.m */, |
3652 | | - EBDD2E4C1AEA159D0024B952 /* ProjectTopicLabelView.h */, |
3653 | | - EBDD2E4D1AEA159D0024B952 /* ProjectTopicLabelView.m */, |
| 3648 | + 4E6FB0561B58DB0A00B0A17B /* ProjectTagsView.h */, |
| 3649 | + 4E6FB0571B58DB0A00B0A17B /* ProjectTagsView.m */, |
3654 | 3650 | 8E59F0EC1A00F34E009A905F /* ProjectCodeListView.h */, |
3655 | 3651 | 8E59F0ED1A00F34E009A905F /* ProjectCodeListView.m */, |
3656 | 3652 | 8E59F0EF1A00F38A009A905F /* ProjectFolderListView.h */, |
|
3891 | 3887 | path = ProjectSetting; |
3892 | 3888 | sourceTree = "<group>"; |
3893 | 3889 | }; |
3894 | | - EBDD2E3E1AE7B84D0024B952 /* WMDelLabel */ = { |
3895 | | - isa = PBXGroup; |
3896 | | - children = ( |
3897 | | - EBDD2E3F1AE7B88C0024B952 /* WMDelLabel.h */, |
3898 | | - EBDD2E401AE7B88C0024B952 /* WMDelLabel.m */, |
3899 | | - ); |
3900 | | - path = WMDelLabel; |
3901 | | - sourceTree = "<group>"; |
3902 | | - }; |
3903 | 3890 | /* End PBXGroup section */ |
3904 | 3891 |
|
3905 | 3892 | /* Begin PBXNativeTarget section */ |
|
4370 | 4357 | 4E4D6A581B1C5DC000FD2E49 /* MRPRCommentCell.m in Sources */, |
4371 | 4358 | B94C1B6E1AC98CCE0000C271 /* NewProjectTypeViewController.m in Sources */, |
4372 | 4359 | 4E96E7BB1A1B25D40037C098 /* DirectoryWatcher.m in Sources */, |
4373 | | - EBDD2E4E1AEA159D0024B952 /* ProjectTopicLabelView.m in Sources */, |
4374 | 4360 | 4ED673221A8E0ECC00DF2D1A /* SVWebViewControllerActivityReport.m in Sources */, |
4375 | 4361 | 4E6BA2E41A1EE6AF005FD721 /* UIButton+AFNetworking.m in Sources */, |
4376 | 4362 | 8EF643C919FF7E2900F7EEB0 /* TopicCommentCell.m in Sources */, |
|
4620 | 4606 | 3A38783A1AE2949E0078D5DE /* ResetLabelViewController.m in Sources */, |
4621 | 4607 | 8EA6D13C19E240C40076D59C /* Tweet_RootViewController.m in Sources */, |
4622 | 4608 | B93D904B1ACBA3110057A6EE /* ProjectDeleteAlertControllerVisualStyle.m in Sources */, |
4623 | | - EBDD2E411AE7B88C0024B952 /* WMDelLabel.m in Sources */, |
4624 | 4609 | 4E1A22851AB172C400CFC14F /* ProjectItemsCell.m in Sources */, |
4625 | 4610 | 4ECE8B051A3946C10021E29C /* WebContentManager.m in Sources */, |
4626 | 4611 | 4E94C4F41B4D007600EB668A /* Login2FATipCell.m in Sources */, |
|
4735 | 4720 | 4ECF70431B18514F000280FF /* MRPRListViewController.m in Sources */, |
4736 | 4721 | 4E969CD01AF0EB87005C0CCE /* NSTimer+Common.m in Sources */, |
4737 | 4722 | 8EF643B019FF7E2900F7EEB0 /* CodingTipCell.m in Sources */, |
| 4723 | + 4E6FB0581B58DB0A00B0A17B /* ProjectTagsView.m in Sources */, |
4738 | 4724 | 8EA6D1BA19E240C40076D59C /* Projects.m in Sources */, |
4739 | 4725 | 4E996BDF1ABA7CE100C704F1 /* UserInfoDetailUserCell.m in Sources */, |
4740 | 4726 | 4EACB4461A2C60110097ABB3 /* ProjectActivities.m in Sources */, |
|
0 commit comments