Skip to content

Commit 3fa84a6

Browse files
committed
【修改信息】 bug fix / discussion搜索筛选支持 discussion comment展示
1 parent e521e46 commit 3fa84a6

File tree

47 files changed

+2152
-122
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

47 files changed

+2152
-122
lines changed

ZLGitHubClient/Podfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ abstract_target 'GithubClient' do
88
target 'Fixed RepoExtension' do
99
pod 'Kanna', '~> 5.2.2'
1010
pod 'ObjectMapper'
11+
pod 'Alamofire'
1112
end
1213

1314
target 'ZLGitHubClient' do
@@ -66,7 +67,7 @@ pod 'FFPopup'
6667

6768

6869
# 移动监控工具
69-
#pod 'WoodPeckeriOS', :configurations => ['Debug']
70+
pod 'WoodPeckeriOS', :configurations => ['Debug']
7071
pod 'LookinServer', :configurations => ['Debug']
7172
#pod 'DoraemonKit/Core', :configurations => ['Debug']
7273
#pod 'DoraemonKit/WithLogger', :configurations => ['Debug']

ZLGitHubClient/Podfile.lock

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -206,6 +206,7 @@ PODS:
206206
- Umbrella/Core (0.12.0)
207207
- Umbrella/Firebase (0.12.0):
208208
- Umbrella/Core
209+
- WoodPeckeriOS (1.4.3)
209210
- YYText (1.0.7)
210211
- ZLBaseExtension (1.2.0):
211212
- YYText
@@ -239,6 +240,7 @@ PODS:
239240
- SnapKit
240241

241242
DEPENDENCIES:
243+
- Alamofire
242244
- CircleMenu
243245
- DGCharts
244246
- FFPopup
@@ -261,6 +263,7 @@ DEPENDENCIES:
261263
- "UITextView+Placeholder"
262264
- Umbrella
263265
- Umbrella/Firebase
266+
- WoodPeckeriOS
264267
- YYText
265268
- ZLBaseExtension (from `https://github.com/ExistOrLive/ZLBaseExtension.git`)
266269
- ZLGithubOAuth (from `https://github.com/ExistOrLive/ZLGithubOAuth.git`)
@@ -313,6 +316,7 @@ SPEC REPOS:
313316
- SYDCentralPivot
314317
- "UITextView+Placeholder"
315318
- Umbrella
319+
- WoodPeckeriOS
316320
- YYText
317321

318322
EXTERNAL SOURCES:
@@ -339,7 +343,7 @@ CHECKOUT OPTIONS:
339343
:commit: ea8de4f7bac522fe0ff08b8b70b8655af8068fd7
340344
:git: https://github.com/ExistOrLive/ZLGithubOAuth.git
341345
ZLGitRemoteService:
342-
:commit: 105aad352556fdace64f437f94b99c7ddf110549
346+
:commit: 329fbc1de0b60e83d0c9831aaa7eb711c866579a
343347
:git: https://github.com/ExistOrLive/ZLGitRemoteService.git
344348
ZLUIUtilities:
345349
:commit: 8223e266c0beae07ec375a819b54fd8ccad31d0c
@@ -395,14 +399,15 @@ SPEC CHECKSUMS:
395399
Toast: eee67a2f904f7526ee8c8efb10e530d460c9744e
396400
"UITextView+Placeholder": d7b0c400921f66523f3a85d74f774512e14f6502
397401
Umbrella: 4faf9786a6b29197608f6483711271104d237646
402+
WoodPeckeriOS: d76940519d27513155959a659f0d1142b5ccc081
398403
YYText: 5c461d709e24d55a182d1441c41dc639a18a4849
399404
ZLBaseExtension: c052fc930ae508a09d1640580357263896486d3e
400405
ZLGithubOAuth: 1bda62ff6ab23bccc254531480f429154e97dcef
401-
ZLGitRemoteService: 3ac13558ee6c1d1acf0b2f542712d2dae8dc6a3b
406+
ZLGitRemoteService: 675ada3a6e630d1d8d03742b9907f99bb7299475
402407
ZLUIUtilities: 216d4b7d5babfb1f4f5ff69c930ae3e60c7b7ea0
403408
ZLUtilities: f47279dc92b4854fb2e2abb86b841dc8cd16e5a1
404409
ZMMVVM: cea3ec4d56906c18b4713e188c177904784bba33
405410

406-
PODFILE CHECKSUM: 65fa88131da572c5255d5706ae8abba6c357fc5d
411+
PODFILE CHECKSUM: 6b1e184c0fafe459b1c95c301555336800adff46
407412

408413
COCOAPODS: 1.16.2

ZLGitHubClient/ZLGitHubClient.xcodeproj/project.pbxproj

Lines changed: 124 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,15 @@
246246
74F837CA27D668F900109BAB /* ZLIssueNoneCellData.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74F837C927D668F900109BAB /* ZLIssueNoneCellData.swift */; };
247247
74F837D127D9047E00109BAB /* ZLIssueOperateCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74F837D027D9047E00109BAB /* ZLIssueOperateCell.swift */; };
248248
74F837D327D904A300109BAB /* ZLIssueOperateCellData.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74F837D227D904A300109BAB /* ZLIssueOperateCellData.swift */; };
249+
74F9CEF22D9AEB22008E3920 /* ZLDiscussionInfoController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74F9CEF12D9AEB17008E3920 /* ZLDiscussionInfoController.swift */; };
250+
74F9CF002D9AECA0008E3920 /* ZLDiscussionCommentTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74F9CEFD2D9AECA0008E3920 /* ZLDiscussionCommentTableViewCell.swift */; };
251+
74F9CF022D9AECA0008E3920 /* ZLDiscussionBodyTableViewCellData.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74F9CEF92D9AECA0008E3920 /* ZLDiscussionBodyTableViewCellData.swift */; };
252+
74F9CF082D9AECA0008E3920 /* ZLDiscussionHeaderTableViewCellData.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74F9CEF62D9AECA0008E3920 /* ZLDiscussionHeaderTableViewCellData.swift */; };
253+
74F9CF092D9AECA0008E3920 /* ZLDiscussionHeaderTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74F9CEFC2D9AECA0008E3920 /* ZLDiscussionHeaderTableViewCell.swift */; };
254+
74F9CF0C2DAA716D008E3920 /* ZLRepoDiscussionController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74F9CF0B2DAA7158008E3920 /* ZLRepoDiscussionController.swift */; };
255+
74F9CF0E2DAA8413008E3920 /* ZLDiscussionTableViewCellDataV2.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74F9CF0D2DAA8412008E3920 /* ZLDiscussionTableViewCellDataV2.swift */; };
256+
74F9CF112DAA99C6008E3920 /* ZLImageTextButton.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74F9CF102DAA99C1008E3920 /* ZLImageTextButton.swift */; };
257+
74F9CF132DAAB8C2008E3920 /* ZLDiscussionCommentTableViewCellData.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74F9CF122DAAB8C1008E3920 /* ZLDiscussionCommentTableViewCellData.swift */; };
249258
74FCBD9F231423A800DDE46A /* ZLEditProfileContentView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74FCBD9E231423A800DDE46A /* ZLEditProfileContentView.swift */; };
250259
74FCBDA623142F1300DDE46A /* ZLEditProfileController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 74FCBDA523142F1300DDE46A /* ZLEditProfileController.swift */; };
251260
8EEE979EB43EE43A18EC2ADF /* libPods-GithubClient-ZLGitHubClient.a in Frameworks */ = {isa = PBXBuildFile; fileRef = F5DBCF7431669D0BFC0ACE20 /* libPods-GithubClient-ZLGitHubClient.a */; };
@@ -548,6 +557,15 @@
548557
74F837C927D668F900109BAB /* ZLIssueNoneCellData.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ZLIssueNoneCellData.swift; sourceTree = "<group>"; };
549558
74F837D027D9047E00109BAB /* ZLIssueOperateCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ZLIssueOperateCell.swift; sourceTree = "<group>"; };
550559
74F837D227D904A300109BAB /* ZLIssueOperateCellData.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ZLIssueOperateCellData.swift; sourceTree = "<group>"; };
560+
74F9CEF12D9AEB17008E3920 /* ZLDiscussionInfoController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ZLDiscussionInfoController.swift; sourceTree = "<group>"; };
561+
74F9CEF62D9AECA0008E3920 /* ZLDiscussionHeaderTableViewCellData.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ZLDiscussionHeaderTableViewCellData.swift; sourceTree = "<group>"; };
562+
74F9CEF92D9AECA0008E3920 /* ZLDiscussionBodyTableViewCellData.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ZLDiscussionBodyTableViewCellData.swift; sourceTree = "<group>"; };
563+
74F9CEFC2D9AECA0008E3920 /* ZLDiscussionHeaderTableViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ZLDiscussionHeaderTableViewCell.swift; sourceTree = "<group>"; };
564+
74F9CEFD2D9AECA0008E3920 /* ZLDiscussionCommentTableViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ZLDiscussionCommentTableViewCell.swift; sourceTree = "<group>"; };
565+
74F9CF0B2DAA7158008E3920 /* ZLRepoDiscussionController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ZLRepoDiscussionController.swift; sourceTree = "<group>"; };
566+
74F9CF0D2DAA8412008E3920 /* ZLDiscussionTableViewCellDataV2.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ZLDiscussionTableViewCellDataV2.swift; sourceTree = "<group>"; };
567+
74F9CF102DAA99C1008E3920 /* ZLImageTextButton.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ZLImageTextButton.swift; sourceTree = "<group>"; };
568+
74F9CF122DAAB8C1008E3920 /* ZLDiscussionCommentTableViewCellData.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ZLDiscussionCommentTableViewCellData.swift; sourceTree = "<group>"; };
551569
74FCBD9E231423A800DDE46A /* ZLEditProfileContentView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ZLEditProfileContentView.swift; sourceTree = "<group>"; };
552570
74FCBDA523142F1300DDE46A /* ZLEditProfileController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ZLEditProfileController.swift; sourceTree = "<group>"; };
553571
7AC44332CAA0E09B3278CC22 /* Pods_ZLServiceFramework.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = Pods_ZLServiceFramework.framework; sourceTree = BUILT_PRODUCTS_DIR; };
@@ -1100,7 +1118,6 @@
11001118
744F655A281FC9140045DCE9 /* View */ = {
11011119
isa = PBXGroup;
11021120
children = (
1103-
744F6560281FCB2F0045DCE9 /* ZLDiscussionTableViewCell.swift */,
11041121
);
11051122
path = View;
11061123
sourceTree = "<group>";
@@ -1116,7 +1133,6 @@
11161133
744F6562281FD0120045DCE9 /* ViewModel */ = {
11171134
isa = PBXGroup;
11181135
children = (
1119-
744F6563281FD05F0045DCE9 /* ZLDiscussionTableViewCellData.swift */,
11201136
);
11211137
path = ViewModel;
11221138
sourceTree = "<group>";
@@ -1238,6 +1254,7 @@
12381254
746B092221EB71F7000EE88B /* UI */ = {
12391255
isa = PBXGroup;
12401256
children = (
1257+
74F9CEF02D9AEAFF008E3920 /* Discussion */,
12411258
749505C229A5378800341D9E /* View */,
12421259
7444B28D256782B700488EF0 /* WorkBoard */,
12431260
74EAB98C260B70A300784695 /* pr */,
@@ -1587,6 +1604,7 @@
15871604
74C19203239D20C300636F24 /* repo */ = {
15881605
isa = PBXGroup;
15891606
children = (
1607+
74F9CF0A2DAA7138008E3920 /* ZLRepoDiscussionController */,
15901608
362DFCBA239E193900979594 /* StarRepoViewController */,
15911609
74C639E824B916B900457F94 /* ZLRepoWorkflowRunsController */,
15921610
74C639CF24B7D9F500457F94 /* ZLRepoWorkflowsController */,
@@ -1804,6 +1822,7 @@
18041822
74C861C222F0259700A30B79 /* ZLReuseView */ = {
18051823
isa = PBXGroup;
18061824
children = (
1825+
74F9CEF32D9AEC90008E3920 /* ZLDiscussionTableViewCell */,
18071826
7466363C2D95B5A700FC69EC /* ZLWebView */,
18081827
746636392D92FCB000FC69EC /* ZLSearchItemTableViewCellData */,
18091828
740C2F342832A1BD00DAFF0E /* ZLBaseCardTableViewCell */,
@@ -1932,6 +1951,7 @@
19321951
74D3EF52259BC6050002A2D3 /* Utility */ = {
19331952
isa = PBXGroup;
19341953
children = (
1954+
74F9CF0F2DAA99B6008E3920 /* ZLImageTextButton */,
19351955
7461C5132BC065580008DD16 /* DevelopmentLanguage */,
19361956
746719C92B81FA00003E1D4B /* GithubAvatar */,
19371957
743F180F2312664C00E39A95 /* Extension */,
@@ -2267,6 +2287,61 @@
22672287
path = ZLEditIssueController;
22682288
sourceTree = "<group>";
22692289
};
2290+
74F9CEF02D9AEAFF008E3920 /* Discussion */ = {
2291+
isa = PBXGroup;
2292+
children = (
2293+
74F9CEF12D9AEB17008E3920 /* ZLDiscussionInfoController.swift */,
2294+
);
2295+
path = Discussion;
2296+
sourceTree = "<group>";
2297+
};
2298+
74F9CEF32D9AEC90008E3920 /* ZLDiscussionTableViewCell */ = {
2299+
isa = PBXGroup;
2300+
children = (
2301+
74F9CEFA2D9AECA0008E3920 /* viewModel */,
2302+
74F9CEFF2D9AECA0008E3920 /* view */,
2303+
);
2304+
path = ZLDiscussionTableViewCell;
2305+
sourceTree = "<group>";
2306+
};
2307+
74F9CEFA2D9AECA0008E3920 /* viewModel */ = {
2308+
isa = PBXGroup;
2309+
children = (
2310+
74F9CF122DAAB8C1008E3920 /* ZLDiscussionCommentTableViewCellData.swift */,
2311+
74F9CF0D2DAA8412008E3920 /* ZLDiscussionTableViewCellDataV2.swift */,
2312+
744F6563281FD05F0045DCE9 /* ZLDiscussionTableViewCellData.swift */,
2313+
74F9CEF62D9AECA0008E3920 /* ZLDiscussionHeaderTableViewCellData.swift */,
2314+
74F9CEF92D9AECA0008E3920 /* ZLDiscussionBodyTableViewCellData.swift */,
2315+
);
2316+
path = viewModel;
2317+
sourceTree = "<group>";
2318+
};
2319+
74F9CEFF2D9AECA0008E3920 /* view */ = {
2320+
isa = PBXGroup;
2321+
children = (
2322+
744F6560281FCB2F0045DCE9 /* ZLDiscussionTableViewCell.swift */,
2323+
74F9CEFC2D9AECA0008E3920 /* ZLDiscussionHeaderTableViewCell.swift */,
2324+
74F9CEFD2D9AECA0008E3920 /* ZLDiscussionCommentTableViewCell.swift */,
2325+
);
2326+
path = view;
2327+
sourceTree = "<group>";
2328+
};
2329+
74F9CF0A2DAA7138008E3920 /* ZLRepoDiscussionController */ = {
2330+
isa = PBXGroup;
2331+
children = (
2332+
74F9CF0B2DAA7158008E3920 /* ZLRepoDiscussionController.swift */,
2333+
);
2334+
path = ZLRepoDiscussionController;
2335+
sourceTree = "<group>";
2336+
};
2337+
74F9CF0F2DAA99B6008E3920 /* ZLImageTextButton */ = {
2338+
isa = PBXGroup;
2339+
children = (
2340+
74F9CF102DAA99C1008E3920 /* ZLImageTextButton.swift */,
2341+
);
2342+
path = ZLImageTextButton;
2343+
sourceTree = "<group>";
2344+
};
22702345
74FCBD9523141F4500DDE46A /* ZLEditProfileController */ = {
22712346
isa = PBXGroup;
22722347
children = (
@@ -2362,6 +2437,7 @@
23622437
74344A6B258B0FB900903E08 /* Embed App Extensions */,
23632438
74D3EEBA259BC2120002A2D3 /* Embed Frameworks */,
23642439
59377ACF5DE7AAD6C8816A7A /* [CP] Copy Pods Resources */,
2440+
12E71EE4CB7FC9B86120E99C /* [CP] Embed Pods Frameworks */,
23652441
);
23662442
buildRules = (
23672443
);
@@ -2381,6 +2457,7 @@
23812457
74344A56258B0FB600903E08 /* Sources */,
23822458
74344A57258B0FB600903E08 /* Frameworks */,
23832459
74344A58258B0FB600903E08 /* Resources */,
2460+
9D803A25A865DCA68B0BF37D /* [CP] Copy Pods Resources */,
23842461
);
23852462
buildRules = (
23862463
);
@@ -2468,6 +2545,24 @@
24682545
/* End PBXResourcesBuildPhase section */
24692546

24702547
/* Begin PBXShellScriptBuildPhase section */
2548+
12E71EE4CB7FC9B86120E99C /* [CP] Embed Pods Frameworks */ = {
2549+
isa = PBXShellScriptBuildPhase;
2550+
buildActionMask = 2147483647;
2551+
files = (
2552+
);
2553+
inputPaths = (
2554+
"${PODS_ROOT}/Target Support Files/Pods-GithubClient-ZLGitHubClient/Pods-GithubClient-ZLGitHubClient-frameworks.sh",
2555+
"${PODS_XCFRAMEWORKS_BUILD_DIR}/WoodPeckeriOS/WoodPeckeriOS.framework/WoodPeckeriOS",
2556+
);
2557+
name = "[CP] Embed Pods Frameworks";
2558+
outputPaths = (
2559+
"${TARGET_BUILD_DIR}/${FRAMEWORKS_FOLDER_PATH}/WoodPeckeriOS.framework",
2560+
);
2561+
runOnlyForDeploymentPostprocessing = 0;
2562+
shellPath = /bin/sh;
2563+
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-GithubClient-ZLGitHubClient/Pods-GithubClient-ZLGitHubClient-frameworks.sh\"\n";
2564+
showEnvVarsInLog = 0;
2565+
};
24712566
4ED0727E66FE7CDE45783884 /* [CP] Check Pods Manifest.lock */ = {
24722567
isa = PBXShellScriptBuildPhase;
24732568
buildActionMask = 2147483647;
@@ -2556,6 +2651,24 @@
25562651
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-GithubClient-ZLGitHubClient/Pods-GithubClient-ZLGitHubClient-resources.sh\"\n";
25572652
showEnvVarsInLog = 0;
25582653
};
2654+
9D803A25A865DCA68B0BF37D /* [CP] Copy Pods Resources */ = {
2655+
isa = PBXShellScriptBuildPhase;
2656+
buildActionMask = 2147483647;
2657+
files = (
2658+
);
2659+
inputPaths = (
2660+
"${PODS_ROOT}/Target Support Files/Pods-GithubClient-Fixed RepoExtension/Pods-GithubClient-Fixed RepoExtension-resources.sh",
2661+
"${PODS_CONFIGURATION_BUILD_DIR}/Alamofire/Alamofire.bundle",
2662+
);
2663+
name = "[CP] Copy Pods Resources";
2664+
outputPaths = (
2665+
"${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/Alamofire.bundle",
2666+
);
2667+
runOnlyForDeploymentPostprocessing = 0;
2668+
shellPath = /bin/sh;
2669+
shellScript = "\"${PODS_ROOT}/Target Support Files/Pods-GithubClient-Fixed RepoExtension/Pods-GithubClient-Fixed RepoExtension-resources.sh\"\n";
2670+
showEnvVarsInLog = 0;
2671+
};
25592672
BBD773204C4E643DC8C6C6DA /* [CP] Check Pods Manifest.lock */ = {
25602673
isa = PBXShellScriptBuildPhase;
25612674
buildActionMask = 2147483647;
@@ -2623,6 +2736,7 @@
26232736
74203A0C24B1D6F4007DFC00 /* ZLForkEventTableViewCellData.swift in Sources */,
26242737
7470B98126219CAD000D2A20 /* ZLUserOrOrgInfoController.swift in Sources */,
26252738
7437978425838AF9008AFBE8 /* ZLMyPullRequestsController.swift in Sources */,
2739+
74F9CF0E2DAA8413008E3920 /* ZLDiscussionTableViewCellDataV2.swift in Sources */,
26262740
74634D4B27663D9D00A042F4 /* ZLOrgInfoHeaderCell.swift in Sources */,
26272741
74F837D327D904A300109BAB /* ZLIssueOperateCellData.swift in Sources */,
26282742
366DB849241F4B93002A0896 /* ZLRepoCommitController.swift in Sources */,
@@ -2655,6 +2769,7 @@
26552769
74203A0824B1C676007DFC00 /* ZLCreateEventTableViewCellData.swift in Sources */,
26562770
7486E04C25A3A07D00EE38CB /* ZLFloatView.m in Sources */,
26572771
746636382D92F0F300FC69EC /* ZLIssueInfoBottomView.swift in Sources */,
2772+
74F9CEF22D9AEB22008E3920 /* ZLDiscussionInfoController.swift in Sources */,
26582773
366DB846241F4566002A0896 /* ZLCommitTableViewCellData.swift in Sources */,
26592774
74EBF5AF275CE0C1000CF72C /* ZLPinnedRepositoriesTableViewCell.swift in Sources */,
26602775
74203A0624B1B888007DFC00 /* ZLCommitCommentEventTableViewCell.swift in Sources */,
@@ -2670,6 +2785,7 @@
26702785
74F1FAAE29103FAC00C03905 /* ZLSearchFilterButtonCell.swift in Sources */,
26712786
74876F31256AB3F60063A93A /* ZLUserTableViewCellDataForViewerOrgs.swift in Sources */,
26722787
7456B742279D6B5F0033AFB1 /* ZLProgressView.swift in Sources */,
2788+
74F9CF0C2DAA716D008E3920 /* ZLRepoDiscussionController.swift in Sources */,
26732789
74DFD9E12427BA68005825D3 /* ZLRepoContentController.swift in Sources */,
26742790
7431B43622F5E0510060968A /* ZLSearchViewModel.swift in Sources */,
26752791
7456A2F02416A4E100222D6C /* ZLPullRequestTableViewCellData.swift in Sources */,
@@ -2692,6 +2808,7 @@
26922808
74DEC1FE256CFD82007E8A17 /* ZLMyRepoesController.swift in Sources */,
26932809
7486E05125A3A98400EE38CB /* ZLAssistButtonManager.swift in Sources */,
26942810
746719CB2B81FA20003E1D4B /* GithubAvatar+Extension.swift in Sources */,
2811+
74F9CF132DAAB8C2008E3920 /* ZLDiscussionCommentTableViewCellData.swift in Sources */,
26952812
3693D8D4246523A400779FC4 /* ZLAboutViewModel.swift in Sources */,
26962813
74E321DC254CB2CA006CE05D /* ZLAppearanceController.swift in Sources */,
26972814
74AAE5D6284A63870030DA01 /* ZLRepoInfoHeaderCell.swift in Sources */,
@@ -2757,6 +2874,7 @@
27572874
74209D4724B5FE1D0068891E /* ZLNotificationTableViewCell.swift in Sources */,
27582875
741A2E69246C5D1400A443E4 /* ZLRepoIssuesController.swift in Sources */,
27592876
36371EAA248F644B0005774B /* ZLInputAccessTokenView.swift in Sources */,
2877+
74F9CF112DAA99C6008E3920 /* ZLImageTextButton.swift in Sources */,
27602878
0ADF902F21D4B01900BF86CD /* AppDelegate.m in Sources */,
27612879
740C2F362832A1E100DAFF0E /* ZLBaseCardTableViewCell.swift in Sources */,
27622880
7486DFBB25A2608F00EE38CB /* ZLUIRouter.swift in Sources */,
@@ -2794,6 +2912,10 @@
27942912
74C861C622F025F100A30B79 /* ZLRepositoryTableViewCell.swift in Sources */,
27952913
74886C03260DC99A00E3C33C /* ZLPullRequestCommentTableViewCell.swift in Sources */,
27962914
74EF615D241E7E1C008C8D27 /* ZLRepoPullRequestController.swift in Sources */,
2915+
74F9CF002D9AECA0008E3920 /* ZLDiscussionCommentTableViewCell.swift in Sources */,
2916+
74F9CF022D9AECA0008E3920 /* ZLDiscussionBodyTableViewCellData.swift in Sources */,
2917+
74F9CF082D9AECA0008E3920 /* ZLDiscussionHeaderTableViewCellData.swift in Sources */,
2918+
74F9CF092D9AECA0008E3920 /* ZLDiscussionHeaderTableViewCell.swift in Sources */,
27972919
74CC6036246C51BD0076EE3C /* ZLIssueTableViewCellData.swift in Sources */,
27982920
74209D4A24B608860068891E /* ZLNotificationTableViewCellData.swift in Sources */,
27992921
);

0 commit comments

Comments
 (0)