|
32 | 32 | 7403A3562DD0AFCB009141E1 /* ZLReleaseInfoViewModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7403A3552DD0AFC6009141E1 /* ZLReleaseInfoViewModel.swift */; };
|
33 | 33 | 7403A3582DD0B88F009141E1 /* ZLReleaseInfoDescriptionCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7403A3572DD0B87C009141E1 /* ZLReleaseInfoDescriptionCell.swift */; };
|
34 | 34 | 7403A35A2DD0BA84009141E1 /* ZLReleaseInfoDescriptionCellData.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7403A3592DD0BA81009141E1 /* ZLReleaseInfoDescriptionCellData.swift */; };
|
| 35 | + 7403A35D2DD0E9B3009141E1 /* ZLCommitInfoController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7403A35C2DD0E9AB009141E1 /* ZLCommitInfoController.swift */; }; |
| 36 | + 7403A35F2DD0EA50009141E1 /* ZLCommitInfoHeaderCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7403A35E2DD0EA47009141E1 /* ZLCommitInfoHeaderCell.swift */; }; |
| 37 | + 7403A3612DD0EC59009141E1 /* ZLCommitInfoHeaderCellData.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7403A3602DD0EC58009141E1 /* ZLCommitInfoHeaderCellData.swift */; }; |
| 38 | + 7403A3632DD0F078009141E1 /* ZLCommitInfoFileCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7403A3622DD0F071009141E1 /* ZLCommitInfoFileCell.swift */; }; |
| 39 | + 7403A3652DD0F26C009141E1 /* ZLCommitInfoFileCellData.swift in Sources */ = {isa = PBXBuildFile; fileRef = 7403A3642DD0F25A009141E1 /* ZLCommitInfoFileCellData.swift */; }; |
35 | 40 | 740C2F2B2830F9E300DAFF0E /* ZLExploreChildListController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 740C2F2A2830F9E300DAFF0E /* ZLExploreChildListController.swift */; };
|
36 | 41 | 740C2F362832A1E100DAFF0E /* ZLBaseCardTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 740C2F352832A1E100DAFF0E /* ZLBaseCardTableViewCell.swift */; };
|
37 | 42 | 740C2FBC2838D46400DAFF0E /* ZLStarRepoViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 740C2FBB2838D46400DAFF0E /* ZLStarRepoViewController.swift */; };
|
|
334 | 339 | 7403A3552DD0AFC6009141E1 /* ZLReleaseInfoViewModel.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ZLReleaseInfoViewModel.swift; sourceTree = "<group>"; };
|
335 | 340 | 7403A3572DD0B87C009141E1 /* ZLReleaseInfoDescriptionCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ZLReleaseInfoDescriptionCell.swift; sourceTree = "<group>"; };
|
336 | 341 | 7403A3592DD0BA81009141E1 /* ZLReleaseInfoDescriptionCellData.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ZLReleaseInfoDescriptionCellData.swift; sourceTree = "<group>"; };
|
| 342 | + 7403A35C2DD0E9AB009141E1 /* ZLCommitInfoController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ZLCommitInfoController.swift; sourceTree = "<group>"; }; |
| 343 | + 7403A35E2DD0EA47009141E1 /* ZLCommitInfoHeaderCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ZLCommitInfoHeaderCell.swift; sourceTree = "<group>"; }; |
| 344 | + 7403A3602DD0EC58009141E1 /* ZLCommitInfoHeaderCellData.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ZLCommitInfoHeaderCellData.swift; sourceTree = "<group>"; }; |
| 345 | + 7403A3622DD0F071009141E1 /* ZLCommitInfoFileCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ZLCommitInfoFileCell.swift; sourceTree = "<group>"; }; |
| 346 | + 7403A3642DD0F25A009141E1 /* ZLCommitInfoFileCellData.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ZLCommitInfoFileCellData.swift; sourceTree = "<group>"; }; |
337 | 347 | 7408EC222533BD72001DA1EC /* ZLGithubAppKey.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = ZLGithubAppKey.h; sourceTree = "<group>"; };
|
338 | 348 | 740C2F2A2830F9E300DAFF0E /* ZLExploreChildListController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ZLExploreChildListController.swift; sourceTree = "<group>"; };
|
339 | 349 | 740C2F352832A1E100DAFF0E /* ZLBaseCardTableViewCell.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ZLBaseCardTableViewCell.swift; sourceTree = "<group>"; };
|
|
744 | 754 | 366DB83A241F3178002A0896 /* view */ = {
|
745 | 755 | isa = PBXGroup;
|
746 | 756 | children = (
|
| 757 | + 7403A3622DD0F071009141E1 /* ZLCommitInfoFileCell.swift */, |
| 758 | + 7403A35E2DD0EA47009141E1 /* ZLCommitInfoHeaderCell.swift */, |
747 | 759 | 366DB83B241F31A3002A0896 /* ZLCommitTableViewCell.swift */,
|
748 | 760 | );
|
749 | 761 | path = view;
|
|
752 | 764 | 366DB844241F4539002A0896 /* viewModel */ = {
|
753 | 765 | isa = PBXGroup;
|
754 | 766 | children = (
|
| 767 | + 7403A3642DD0F25A009141E1 /* ZLCommitInfoFileCellData.swift */, |
| 768 | + 7403A3602DD0EC58009141E1 /* ZLCommitInfoHeaderCellData.swift */, |
755 | 769 | 366DB845241F4566002A0896 /* ZLCommitTableViewCellData.swift */,
|
756 | 770 | );
|
757 | 771 | path = viewModel;
|
|
843 | 857 | path = ViewModel;
|
844 | 858 | sourceTree = "<group>";
|
845 | 859 | };
|
| 860 | + 7403A35B2DD0E6FB009141E1 /* Commit */ = { |
| 861 | + isa = PBXGroup; |
| 862 | + children = ( |
| 863 | + 7403A35C2DD0E9AB009141E1 /* ZLCommitInfoController.swift */, |
| 864 | + ); |
| 865 | + path = Commit; |
| 866 | + sourceTree = "<group>"; |
| 867 | + }; |
846 | 868 | 740C2F342832A1BD00DAFF0E /* ZLBaseCardTableViewCell */ = {
|
847 | 869 | isa = PBXGroup;
|
848 | 870 | children = (
|
|
1305 | 1327 | 746B092221EB71F7000EE88B /* UI */ = {
|
1306 | 1328 | isa = PBXGroup;
|
1307 | 1329 | children = (
|
| 1330 | + 7403A35B2DD0E6FB009141E1 /* Commit */, |
1308 | 1331 | 7403A34B2DD09752009141E1 /* Release */,
|
1309 | 1332 | 74F9CEF02D9AEAFF008E3920 /* Discussion */,
|
1310 | 1333 | 749505C229A5378800341D9E /* View */,
|
|
2879 | 2902 | 740318CB22F702B7004CE52D /* ZLSearchRecordView.swift in Sources */,
|
2880 | 2903 | 7431B42D22F5DF8C0060968A /* ZLSearchController.swift in Sources */,
|
2881 | 2904 | 74F837C827D6643000109BAB /* ZLIssueNoneCell.swift in Sources */,
|
| 2905 | + 7403A35D2DD0E9B3009141E1 /* ZLCommitInfoController.swift in Sources */, |
2882 | 2906 | 74DEC1FE256CFD82007E8A17 /* ZLMyRepoesController.swift in Sources */,
|
2883 | 2907 | 7486E05125A3A98400EE38CB /* ZLAssistButtonManager.swift in Sources */,
|
2884 | 2908 | 746719CB2B81FA20003E1D4B /* GithubAvatar+Extension.swift in Sources */,
|
| 2909 | + 7403A3652DD0F26C009141E1 /* ZLCommitInfoFileCellData.swift in Sources */, |
2885 | 2910 | 74F9CF132DAAB8C2008E3920 /* ZLDiscussionCommentTableViewCellData.swift in Sources */,
|
2886 | 2911 | 3693D8D4246523A400779FC4 /* ZLAboutViewModel.swift in Sources */,
|
2887 | 2912 | 74E321DC254CB2CA006CE05D /* ZLAppearanceController.swift in Sources */,
|
|
2908 | 2933 | 74DEC202256D02C6007E8A17 /* ZLRepoTableViewCellDataForTopRepoQuery.swift in Sources */,
|
2909 | 2934 | 740C2FC02838EC9F00DAFF0E /* ZLNewsViewController.swift in Sources */,
|
2910 | 2935 | 74C3F8C122D1DD930086A3F9 /* ZLLoginBaseView.swift in Sources */,
|
| 2936 | + 7403A3632DD0F078009141E1 /* ZLCommitInfoFileCell.swift in Sources */, |
2911 | 2937 | 746636332D90479000FC69EC /* ZLSimpleRepoTableViewCellModel.swift in Sources */,
|
2912 | 2938 | 7496BF572600DAA800DDD1BD /* ZLIssueCommentTableViewCellData.swift in Sources */,
|
2913 | 2939 | 74C3F8D022D1E79D0086A3F9 /* Swift-Prefix.swift in Sources */,
|
|
2952 | 2978 | 740C2F362832A1E100DAFF0E /* ZLBaseCardTableViewCell.swift in Sources */,
|
2953 | 2979 | 7486DFBB25A2608F00EE38CB /* ZLUIRouter.swift in Sources */,
|
2954 | 2980 | 74AAE5DE284B4B7C0030DA01 /* ZLCommonSectionHeaderFooterView.swift in Sources */,
|
| 2981 | + 7403A3612DD0EC59009141E1 /* ZLCommitInfoHeaderCellData.swift in Sources */, |
2955 | 2982 | 7496BF6126012FFD00DDD1BD /* ZLIssueBodyTableViewCellData.swift in Sources */,
|
2956 | 2983 | 7466029128EFD509004D104F /* ZLProfileHeaderCellData.swift in Sources */,
|
2957 | 2984 | 7456B739279C98B70033AFB1 /* ZLEditIssueHeaderView.swift in Sources */,
|
|
2977 | 3004 | 7466028F28EFC2FC004D104F /* ZLProfileContributionsCell.swift in Sources */,
|
2978 | 3005 | 742935FE25BA56FA001CD142 /* ZLUserContributionsView.swift in Sources */,
|
2979 | 3006 | 7417027D27521EC100FDA5DA /* ZLAppearanceView.swift in Sources */,
|
| 3007 | + 7403A35F2DD0EA50009141E1 /* ZLCommitInfoHeaderCell.swift in Sources */, |
2980 | 3008 | 749DBC9024B3D63E00D02B2C /* ZLPullRequestEventTableViewCellData.swift in Sources */,
|
2981 | 3009 | 7403A3512DD0A69C009141E1 /* ZLReleaseInfoHeaderCell.swift in Sources */,
|
2982 | 3010 | 74B32E2E2465B61000AF1D6B /* ZLRepoContributorsController.swift in Sources */,
|
|
0 commit comments