|
590 | 590 | B867C0872D8C397000F1D060 /* FavoriteRootFeature+Analytics.swift in Sources */ = {isa = PBXBuildFile; fileRef = B867C0852D8C397000F1D060 /* FavoriteRootFeature+Analytics.swift */; }; |
591 | 591 | B867C08B2D8C438C00F1D060 /* FavoriteRootFeature+Analytics.swift in Sources */ = {isa = PBXBuildFile; fileRef = B867C08A2D8C438C00F1D060 /* FavoriteRootFeature+Analytics.swift */; }; |
592 | 592 | B867C08D2D8C46D500F1D060 /* FavoritesEvent.swift in Sources */ = {isa = PBXBuildFile; fileRef = B867C08C2D8C46D500F1D060 /* FavoritesEvent.swift */; }; |
| 593 | + B867C0912D8C521200F1D060 /* ForumsListFeature+Analytics.swift in Sources */ = {isa = PBXBuildFile; fileRef = B867C0902D8C521200F1D060 /* ForumsListFeature+Analytics.swift */; }; |
| 594 | + B867C0932D8C528D00F1D060 /* ForumsListEvent.swift in Sources */ = {isa = PBXBuildFile; fileRef = B867C0922D8C528D00F1D060 /* ForumsListEvent.swift */; }; |
593 | 595 | B8C498CEC48C5FCB4B97B06D /* LoggerClient.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DE5B4E69183CAF50E2DD9C72 /* LoggerClient.framework */; }; |
594 | 596 | B8E07DB61EE1FE92476B3009 /* ArticleElementParser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 9364E09A93E9A621F26CEF92 /* ArticleElementParser.swift */; }; |
595 | 597 | B94FEA79A90DAADEAF9BA3BF /* FavoriteParser.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4FF90BDDA3C9FFDCACFC7076 /* FavoriteParser.swift */; }; |
|
2802 | 2804 | B867C0852D8C397000F1D060 /* FavoriteRootFeature+Analytics.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "FavoriteRootFeature+Analytics.swift"; sourceTree = "<group>"; }; |
2803 | 2805 | B867C08A2D8C438C00F1D060 /* FavoriteRootFeature+Analytics.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "FavoriteRootFeature+Analytics.swift"; sourceTree = "<group>"; }; |
2804 | 2806 | B867C08C2D8C46D500F1D060 /* FavoritesEvent.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FavoritesEvent.swift; sourceTree = "<group>"; }; |
| 2807 | + B867C0902D8C521200F1D060 /* ForumsListFeature+Analytics.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "ForumsListFeature+Analytics.swift"; sourceTree = "<group>"; }; |
| 2808 | + B867C0922D8C528D00F1D060 /* ForumsListEvent.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ForumsListEvent.swift; sourceTree = "<group>"; }; |
2805 | 2809 | BA6BE98BF8DC0AE85F30CC8B /* ZNSTextAttachment.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = ZNSTextAttachment.framework; sourceTree = BUILT_PRODUCTS_DIR; }; |
2806 | 2810 | BA750927EA08B8979A02EE54 /* Links.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Links.swift; sourceTree = "<group>"; }; |
2807 | 2811 | BABB677D51B18FF16F4CAEC2 /* TuistBundle+ForumsListFeature.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "TuistBundle+ForumsListFeature.swift"; sourceTree = "<group>"; }; |
|
3961 | 3965 | 4A3312770397847D61EEA170 /* ForumsListFeature */ = { |
3962 | 3966 | isa = PBXGroup; |
3963 | 3967 | children = ( |
| 3968 | + B867C08F2D8C50CE00F1D060 /* Analytics */, |
3964 | 3969 | 9FD78A8F0F8F36FC9B6B72FC /* Models */, |
3965 | 3970 | 65702CB96488AE9200D9F02F /* Resources */, |
3966 | 3971 | 03503F291FA92B3B3B754F43 /* ForumsListFeature.swift */, |
|
4017 | 4022 | 670EF6A1CF3FF11D91D3F5DD /* ProfileEvent.swift */, |
4018 | 4023 | 962C7DDA1EA5D4A2A5DB1F7D /* SettingsEvent.swift */, |
4019 | 4024 | B867C0812D8C0B0900F1D060 /* FavoritesRootEvent.swift */, |
| 4025 | + B867C0922D8C528D00F1D060 /* ForumsListEvent.swift */, |
4020 | 4026 | B867C08C2D8C46D500F1D060 /* FavoritesEvent.swift */, |
4021 | 4027 | ); |
4022 | 4028 | path = Events; |
|
4648 | 4654 | path = Analytics; |
4649 | 4655 | sourceTree = "<group>"; |
4650 | 4656 | }; |
| 4657 | + B867C08F2D8C50CE00F1D060 /* Analytics */ = { |
| 4658 | + isa = PBXGroup; |
| 4659 | + children = ( |
| 4660 | + B867C0902D8C521200F1D060 /* ForumsListFeature+Analytics.swift */, |
| 4661 | + ); |
| 4662 | + path = Analytics; |
| 4663 | + sourceTree = "<group>"; |
| 4664 | + }; |
4651 | 4665 | B982053D2330F26673C85EF0 /* Resources */ = { |
4652 | 4666 | isa = PBXGroup; |
4653 | 4667 | children = ( |
|
6560 | 6574 | B3018A8E7A3C5788FD3862B1 /* TuistFonts+AnalyticsClient.swift in Sources */, |
6561 | 6575 | 266201A1FD4838E0011C5C46 /* AnalyticsClient.swift in Sources */, |
6562 | 6576 | 884032C038F0BCC1C762A929 /* ArticleEvent.swift in Sources */, |
| 6577 | + B867C0932D8C528D00F1D060 /* ForumsListEvent.swift in Sources */, |
6563 | 6578 | 7E8C015D7CEA545034FEB4B8 /* ArticlesListEvent.swift in Sources */, |
6564 | 6579 | F40F9D534A092D3DBF800787 /* AuthEvent.swift in Sources */, |
6565 | 6580 | 7C412E466DD27226FCF2D207 /* CommentEvent.swift in Sources */, |
|
6777 | 6792 | E881E5C65B1FD325100CBCEF /* ForumsListFeature.swift in Sources */, |
6778 | 6793 | 03E6F986E22FBB2CC34D91AB /* ForumsListScreen.swift in Sources */, |
6779 | 6794 | DFE1FC541AF185F6935349F3 /* ForumRow.swift in Sources */, |
| 6795 | + B867C0912D8C521200F1D060 /* ForumsListFeature+Analytics.swift in Sources */, |
6780 | 6796 | ); |
6781 | 6797 | runOnlyForDeploymentPostprocessing = 0; |
6782 | 6798 | }; |
|
0 commit comments