|
160 | 160 | 294B11221F7B0B9500E04F2D /* UIScrollView+ScrollToTop.swift in Sources */ = {isa = PBXBuildFile; fileRef = 294B11211F7B0B9500E04F2D /* UIScrollView+ScrollToTop.swift */; }; |
161 | 161 | 294B11241F7B37D300E04F2D /* ImageCellHeightCache.swift in Sources */ = {isa = PBXBuildFile; fileRef = 294B11231F7B37D200E04F2D /* ImageCellHeightCache.swift */; }; |
162 | 162 | 2950AB1B2082E47200C6F19A /* AppSplitViewController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2950AB1A2082E47200C6F19A /* AppSplitViewController.swift */; }; |
| 163 | + 2950AB1D2083B1E400C6F19A /* EmptyLoadingView.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2950AB1C2083B1E400C6F19A /* EmptyLoadingView.swift */; }; |
163 | 164 | 2957777B200129EB00DDD785 /* Int+Abbreviated.swift in Sources */ = {isa = PBXBuildFile; fileRef = 2957777A200129EB00DDD785 /* Int+Abbreviated.swift */; }; |
164 | 165 | 295840651EE89F28007723C6 /* IssueStatusEventModel.swift in Sources */ = {isa = PBXBuildFile; fileRef = 295840641EE89F28007723C6 /* IssueStatusEventModel.swift */; }; |
165 | 166 | 295840671EE89FE4007723C6 /* IssueStatusEventCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = 295840661EE89FE4007723C6 /* IssueStatusEventCell.swift */; }; |
|
591 | 592 | 294B11211F7B0B9500E04F2D /* UIScrollView+ScrollToTop.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "UIScrollView+ScrollToTop.swift"; sourceTree = "<group>"; }; |
592 | 593 | 294B11231F7B37D200E04F2D /* ImageCellHeightCache.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = ImageCellHeightCache.swift; sourceTree = "<group>"; }; |
593 | 594 | 2950AB1A2082E47200C6F19A /* AppSplitViewController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = AppSplitViewController.swift; sourceTree = "<group>"; }; |
| 595 | + 2950AB1C2083B1E400C6F19A /* EmptyLoadingView.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = EmptyLoadingView.swift; sourceTree = "<group>"; }; |
594 | 596 | 2957777A200129EB00DDD785 /* Int+Abbreviated.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Int+Abbreviated.swift"; sourceTree = "<group>"; }; |
595 | 597 | 295840641EE89F28007723C6 /* IssueStatusEventModel.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = IssueStatusEventModel.swift; sourceTree = "<group>"; }; |
596 | 598 | 295840661EE89FE4007723C6 /* IssueStatusEventCell.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = IssueStatusEventCell.swift; sourceTree = "<group>"; }; |
|
1508 | 1510 | 29A4768D1ED07A23005D0953 /* DateDetailsFormatter.swift */, |
1509 | 1511 | 291929601F3FD2960012067B /* DiffString.swift */, |
1510 | 1512 | D8C2AEF41F9AA94600A95945 /* DotListView.swift */, |
| 1513 | + 2950AB1C2083B1E400C6F19A /* EmptyLoadingView.swift */, |
1511 | 1514 | 29C167681ECA016500439D62 /* EmptyView.swift */, |
1512 | 1515 | 291929541F3FAADF0012067B /* FeedRefresh.swift */, |
1513 | 1516 | 29136BDA200A626D007317BE /* FixedRefreshControl.swift */, |
|
1520 | 1523 | D8BAD05F1FDA0A1A00C41071 /* LabelListCell.swift */, |
1521 | 1524 | D8BAD0631FDF221900C41071 /* LabelListView.swift */, |
1522 | 1525 | 299F63D3205DA24A0015D901 /* MarkdownAttributeHandling.swift */, |
| 1526 | + 299F63E920603FB80015D901 /* MarkdownStyledTextView.swift */, |
1523 | 1527 | 297A6CE52027880C0027E03B /* MessageView+Styles.swift */, |
1524 | 1528 | 29136BE0200A7D3D007317BE /* NavigationTitleDropdownView.swift */, |
1525 | 1529 | 2963A9331EE2118E0066509C /* ResponderButton.swift */, |
|
1549 | 1553 | 292FF8B11F302FE7009E63F7 /* UITextView+SelectedRange.swift */, |
1550 | 1554 | 298BA08E1EC90FEE00B01946 /* UIView+BottomBorder.swift */, |
1551 | 1555 | 299F63E1205DE1470015D901 /* UIView+DateDetails.swift */, |
1552 | | - 299F63E920603FB80015D901 /* MarkdownStyledTextView.swift */, |
1553 | 1556 | ); |
1554 | 1557 | path = Views; |
1555 | 1558 | sourceTree = "<group>"; |
|
2657 | 2660 | 29AC90E51F00A7C8000B80E4 /* SplitViewControllerDelegate.swift in Sources */, |
2658 | 2661 | 65A3152B2044376D0074E3B6 /* Route.swift in Sources */, |
2659 | 2662 | 29DB264A1FCA10A800C3D0C9 /* GithubHighlighting.swift in Sources */, |
| 2663 | + 2950AB1D2083B1E400C6F19A /* EmptyLoadingView.swift in Sources */, |
2660 | 2664 | 29A08FC11F12F08100C5368E /* String+HashDisplay.swift in Sources */, |
2661 | 2665 | 29B0EF871F93DF6C00870291 /* RepositoryCodeBlobViewController.swift in Sources */, |
2662 | 2666 | 2931EA471EF7734B00AEE0FF /* String+NSRange.swift in Sources */, |
|
0 commit comments