|
37 | 37 | 2072FA18280D871200C7F8D4 /* TextEncoding.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2072FA17280D871200C7F8D4 /* TextEncoding.swift */; }; |
38 | 38 | 2072FA1A280D872600C7F8D4 /* LineEndings.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2072FA19280D872600C7F8D4 /* LineEndings.swift */; }; |
39 | 39 | 2072FA1C280D874000C7F8D4 /* IndentUsing.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2072FA1B280D874000C7F8D4 /* IndentUsing.swift */; }; |
40 | | - 2072FA1E280D891500C7F8D4 /* Location.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2072FA1D280D891500C7F8D4 /* Location.swift */; }; |
| 40 | + 2072FA1E280D891500C7F8D4 /* FileLocation.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2072FA1D280D891500C7F8D4 /* FileLocation.swift */; }; |
41 | 41 | 20D839AB280DEB2900B27357 /* NoSelectionInspectorView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 20D839AA280DEB2900B27357 /* NoSelectionInspectorView.swift */; }; |
42 | | - 20D839AE280E0CA700B27357 /* PopoverView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 20D839AD280E0CA700B27357 /* PopoverView.swift */; }; |
| 42 | + 20D839AE280E0CA700B27357 /* HistoryPopoverView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 20D839AD280E0CA700B27357 /* HistoryPopoverView.swift */; }; |
43 | 43 | 20EBB501280C325D00F3A5DA /* FileInspectorView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 20EBB500280C325D00F3A5DA /* FileInspectorView.swift */; }; |
44 | 44 | 20EBB503280C327C00F3A5DA /* HistoryInspectorView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 20EBB502280C327C00F3A5DA /* HistoryInspectorView.swift */; }; |
45 | 45 | 20EBB505280C329800F3A5DA /* HistoryInspectorItemView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 20EBB504280C329800F3A5DA /* HistoryInspectorItemView.swift */; }; |
|
109 | 109 | 5879821A292D92370085B254 /* SearchResultModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 58798216292D92370085B254 /* SearchResultModel.swift */; }; |
110 | 110 | 5879821B292D92370085B254 /* SearchResultMatchModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 58798217292D92370085B254 /* SearchResultMatchModel.swift */; }; |
111 | 111 | 58798233292E30B90085B254 /* FeedbackToolbar.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5879822B292E30B90085B254 /* FeedbackToolbar.swift */; }; |
112 | | - 58798234292E30B90085B254 /* IssueArea.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5879822D292E30B90085B254 /* IssueArea.swift */; }; |
| 112 | + 58798234292E30B90085B254 /* FeedbackIssueArea.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5879822D292E30B90085B254 /* FeedbackIssueArea.swift */; }; |
113 | 113 | 58798235292E30B90085B254 /* FeedbackModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5879822E292E30B90085B254 /* FeedbackModel.swift */; }; |
114 | 114 | 58798236292E30B90085B254 /* FeedbackType.swift in Sources */ = {isa = PBXBuildFile; fileRef = 5879822F292E30B90085B254 /* FeedbackType.swift */; }; |
115 | 115 | 58798237292E30B90085B254 /* FeedbackView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 58798230292E30B90085B254 /* FeedbackView.swift */; }; |
|
399 | 399 | 2072FA17280D871200C7F8D4 /* TextEncoding.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = TextEncoding.swift; sourceTree = "<group>"; }; |
400 | 400 | 2072FA19280D872600C7F8D4 /* LineEndings.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = LineEndings.swift; sourceTree = "<group>"; }; |
401 | 401 | 2072FA1B280D874000C7F8D4 /* IndentUsing.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = IndentUsing.swift; sourceTree = "<group>"; }; |
402 | | - 2072FA1D280D891500C7F8D4 /* Location.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Location.swift; sourceTree = "<group>"; }; |
| 402 | + 2072FA1D280D891500C7F8D4 /* FileLocation.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FileLocation.swift; sourceTree = "<group>"; }; |
403 | 403 | 20D839AA280DEB2900B27357 /* NoSelectionInspectorView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = NoSelectionInspectorView.swift; sourceTree = "<group>"; }; |
404 | | - 20D839AD280E0CA700B27357 /* PopoverView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = PopoverView.swift; sourceTree = "<group>"; }; |
| 404 | + 20D839AD280E0CA700B27357 /* HistoryPopoverView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HistoryPopoverView.swift; sourceTree = "<group>"; }; |
405 | 405 | 20EBB500280C325D00F3A5DA /* FileInspectorView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = FileInspectorView.swift; sourceTree = "<group>"; }; |
406 | 406 | 20EBB502280C327C00F3A5DA /* HistoryInspectorView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HistoryInspectorView.swift; sourceTree = "<group>"; }; |
407 | 407 | 20EBB504280C329800F3A5DA /* HistoryInspectorItemView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = HistoryInspectorItemView.swift; sourceTree = "<group>"; }; |
|
472 | 472 | 58798216292D92370085B254 /* SearchResultModel.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SearchResultModel.swift; sourceTree = "<group>"; }; |
473 | 473 | 58798217292D92370085B254 /* SearchResultMatchModel.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SearchResultMatchModel.swift; sourceTree = "<group>"; }; |
474 | 474 | 5879822B292E30B90085B254 /* FeedbackToolbar.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = FeedbackToolbar.swift; sourceTree = "<group>"; }; |
475 | | - 5879822D292E30B90085B254 /* IssueArea.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = IssueArea.swift; sourceTree = "<group>"; }; |
| 475 | + 5879822D292E30B90085B254 /* FeedbackIssueArea.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = FeedbackIssueArea.swift; sourceTree = "<group>"; }; |
476 | 476 | 5879822E292E30B90085B254 /* FeedbackModel.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = FeedbackModel.swift; sourceTree = "<group>"; }; |
477 | 477 | 5879822F292E30B90085B254 /* FeedbackType.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = FeedbackType.swift; sourceTree = "<group>"; }; |
478 | 478 | 58798230292E30B90085B254 /* FeedbackView.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = FeedbackView.swift; sourceTree = "<group>"; }; |
|
808 | 808 | 20D839AC280E0C9400B27357 /* Popover */ = { |
809 | 809 | isa = PBXGroup; |
810 | 810 | children = ( |
811 | | - 20D839AD280E0CA700B27357 /* PopoverView.swift */, |
| 811 | + 20D839AD280E0CA700B27357 /* HistoryPopoverView.swift */, |
812 | 812 | ); |
813 | 813 | path = Popover; |
814 | 814 | sourceTree = "<group>"; |
|
837 | 837 | 2072FA17280D871200C7F8D4 /* TextEncoding.swift */, |
838 | 838 | 2072FA19280D872600C7F8D4 /* LineEndings.swift */, |
839 | 839 | 2072FA1B280D874000C7F8D4 /* IndentUsing.swift */, |
840 | | - 2072FA1D280D891500C7F8D4 /* Location.swift */, |
| 840 | + 2072FA1D280D891500C7F8D4 /* FileLocation.swift */, |
841 | 841 | ); |
842 | 842 | path = Models; |
843 | 843 | sourceTree = "<group>"; |
|
1250 | 1250 | 5879822C292E30B90085B254 /* Model */ = { |
1251 | 1251 | isa = PBXGroup; |
1252 | 1252 | children = ( |
1253 | | - 5879822D292E30B90085B254 /* IssueArea.swift */, |
| 1253 | + 5879822D292E30B90085B254 /* FeedbackIssueArea.swift */, |
1254 | 1254 | 5879822E292E30B90085B254 /* FeedbackModel.swift */, |
1255 | 1255 | 5879822F292E30B90085B254 /* FeedbackType.swift */, |
1256 | 1256 | ); |
|
2525 | 2525 | 5878DAB1291D627C00DD95A3 /* BreadcrumbsComponent.swift in Sources */, |
2526 | 2526 | 58822533292C280D00E83CDE /* StatusBarTabType.swift in Sources */, |
2527 | 2527 | 587B9E6E29301D8F00AC7927 /* GitLabProject.swift in Sources */, |
2528 | | - 58798234292E30B90085B254 /* IssueArea.swift in Sources */, |
| 2528 | + 58798234292E30B90085B254 /* FeedbackIssueArea.swift in Sources */, |
2529 | 2529 | 587B9E5F29301D8F00AC7927 /* GitLabProjectRouter.swift in Sources */, |
2530 | 2530 | 587B9E7329301D8F00AC7927 /* GitRouter.swift in Sources */, |
2531 | 2531 | 0463E51327FCC1FB00806D5C /* CodeEditTargetsAPI.swift in Sources */, |
|
2588 | 2588 | DE6F77872813625500D00A76 /* TabBarDivider.swift in Sources */, |
2589 | 2589 | D7211D4327E066CE008F2ED7 /* Localized+Ex.swift in Sources */, |
2590 | 2590 | 581BFB692926431000D251EC /* WelcomeActionView.swift in Sources */, |
2591 | | - 20D839AE280E0CA700B27357 /* PopoverView.swift in Sources */, |
| 2591 | + 20D839AE280E0CA700B27357 /* HistoryPopoverView.swift in Sources */, |
2592 | 2592 | 58F2EAFD292FB2B0004A9BDE /* GitHubLoginView.swift in Sources */, |
2593 | 2593 | 587D9B782933BF5700BF7490 /* Interface.swift in Sources */, |
2594 | | - 2072FA1E280D891500C7F8D4 /* Location.swift in Sources */, |
| 2594 | + 2072FA1E280D891500C7F8D4 /* FileLocation.swift in Sources */, |
2595 | 2595 | 587B9E6729301D8F00AC7927 /* GitLabEventData.swift in Sources */, |
2596 | 2596 | 5882252F292C280D00E83CDE /* StatusBarClearButton.swift in Sources */, |
2597 | 2597 | 58F2EB04292FB2B0004A9BDE /* SourceControlPreferences.swift in Sources */, |
|
0 commit comments