From 758f2511150b54e7473bb01c64e08e8e8cfaf333 Mon Sep 17 00:00:00 2001 From: Brent Simmons Date: Thu, 14 Nov 2024 20:32:12 -0800 Subject: [PATCH] Remove a number of instances of the word master. --- NetNewsWire.xcodeproj/project.pbxproj | 12 ++-- iOS/Base.lproj/Main.storyboard | 43 ++++++------ .../Cell/FeedRowIdentifier.swift} | 4 +- .../Cell/FeedTableViewCell.swift} | 22 +++---- .../Cell/FeedTableViewCellLayout.swift} | 58 ++++++++-------- .../Cell/FeedTableViewSectionHeader.swift} | 22 +++---- .../FeedTableViewSectionHeaderLayout.swift} | 32 ++++----- .../Cell/FeedUnreadCountView.swift} | 4 +- .../FeedViewController+Drag.swift} | 4 +- .../FeedViewController+Drop.swift} | 4 +- .../FeedViewController.swift} | 66 +++++++++---------- .../RefreshProgressView.swift | 0 .../RefreshProgressView.xib | 0 .../ShadowTableChanges.swift | 0 iOS/SceneCoordinator.swift | 16 ++--- iOS/Settings/Settings.storyboard | 53 ++++++++------- .../TimelinePreviewTableViewController.swift | 6 +- .../Cell/MultilineUILabelSizer.swift | 0 .../Cell/SingleLineUILabelSizer.swift | 0 .../TimelineAccessibilityCellLayout.swift | 4 +- .../Cell/TimelineCellData.swift} | 4 +- .../Cell/TimelineCellLayout.swift | 6 +- .../Cell/TimelineDefaultCellLayout.swift | 4 +- .../Cell/TimelineTableViewCell.swift} | 18 ++--- .../Cell/UnreadIndicatorView.swift} | 4 +- .../MarkAsReadAlertController.swift | 0 .../MasterTimelineTitleView.swift | 0 .../MasterTimelineTitleView.xib | 0 .../MasterTimelineUnreadCountView.swift | 2 +- .../MasterTimelineViewController.swift | 28 ++++---- .../TimelineDataSource.swift} | 4 +- 31 files changed, 209 insertions(+), 211 deletions(-) rename iOS/{MasterFeed/Cell/MasterFeedRowIdentifier.swift => Feed/Cell/FeedRowIdentifier.swift} (78%) rename iOS/{MasterFeed/Cell/MasterFeedTableViewCell.swift => Feed/Cell/FeedTableViewCell.swift} (82%) rename iOS/{MasterFeed/Cell/MasterFeedTableViewCellLayout.swift => Feed/Cell/FeedTableViewCellLayout.swift} (59%) rename iOS/{MasterFeed/Cell/MasterFeedTableViewSectionHeader.swift => Feed/Cell/FeedTableViewSectionHeader.swift} (85%) rename iOS/{MasterFeed/Cell/MasterFeedTableViewSectionHeaderLayout.swift => Feed/Cell/FeedTableViewSectionHeaderLayout.swift} (62%) rename iOS/{MasterFeed/Cell/MasterFeedUnreadCountView.swift => Feed/Cell/FeedUnreadCountView.swift} (97%) rename iOS/{MasterFeed/MasterFeedViewController+Drag.swift => Feed/FeedViewController+Drag.swift} (89%) rename iOS/{MasterFeed/MasterFeedViewController+Drop.swift => Feed/FeedViewController+Drop.swift} (98%) rename iOS/{MasterFeed/MasterFeedViewController.swift => Feed/FeedViewController.swift} (93%) rename iOS/{MasterFeed => Feed}/RefreshProgressView.swift (100%) rename iOS/{MasterFeed => Feed}/RefreshProgressView.xib (100%) rename iOS/{MasterFeed => Feed}/ShadowTableChanges.swift (100%) rename iOS/{MasterTimeline => Timeline}/Cell/MultilineUILabelSizer.swift (100%) rename iOS/{MasterTimeline => Timeline}/Cell/SingleLineUILabelSizer.swift (100%) rename iOS/{MasterTimeline => Timeline}/Cell/TimelineAccessibilityCellLayout.swift (93%) rename iOS/{MasterTimeline/Cell/MasterTimelineCellData.swift => Timeline/Cell/TimelineCellData.swift} (97%) rename iOS/{MasterTimeline => Timeline}/Cell/TimelineCellLayout.swift (87%) rename iOS/{MasterTimeline => Timeline}/Cell/TimelineDefaultCellLayout.swift (95%) rename iOS/{MasterTimeline/Cell/MasterTimelineTableViewCell.swift => Timeline/Cell/TimelineTableViewCell.swift} (93%) rename iOS/{MasterTimeline/Cell/MasterUnreadIndicatorView.swift => Timeline/Cell/UnreadIndicatorView.swift} (78%) rename iOS/{MasterTimeline => Timeline}/MarkAsReadAlertController.swift (100%) rename iOS/{MasterTimeline => Timeline}/MasterTimelineTitleView.swift (100%) rename iOS/{MasterTimeline => Timeline}/MasterTimelineTitleView.xib (100%) rename iOS/{MasterTimeline => Timeline}/MasterTimelineUnreadCountView.swift (93%) rename iOS/{MasterTimeline => Timeline}/MasterTimelineViewController.swift (96%) rename iOS/{MasterTimeline/MasterTimelineDataSource.swift => Timeline/TimelineDataSource.swift} (51%) diff --git a/NetNewsWire.xcodeproj/project.pbxproj b/NetNewsWire.xcodeproj/project.pbxproj index c92388493..edca111f7 100644 --- a/NetNewsWire.xcodeproj/project.pbxproj +++ b/NetNewsWire.xcodeproj/project.pbxproj @@ -545,8 +545,8 @@ 843006D42CE16406001B820C /* Add */ = {isa = PBXFileSystemSynchronizedRootGroup; explicitFileTypes = {}; explicitFolders = (); path = Add; sourceTree = ""; }; 843006E42CE16409001B820C /* Account */ = {isa = PBXFileSystemSynchronizedRootGroup; explicitFileTypes = {}; explicitFolders = (); path = Account; sourceTree = ""; }; 843006FA2CE1640C001B820C /* Article */ = {isa = PBXFileSystemSynchronizedRootGroup; explicitFileTypes = {}; explicitFolders = (); path = Article; sourceTree = ""; }; - 843007182CE1640F001B820C /* MasterTimeline */ = {isa = PBXFileSystemSynchronizedRootGroup; explicitFileTypes = {}; explicitFolders = (); path = MasterTimeline; sourceTree = ""; }; - 843007342CE16412001B820C /* MasterFeed */ = {isa = PBXFileSystemSynchronizedRootGroup; explicitFileTypes = {}; explicitFolders = (); path = MasterFeed; sourceTree = ""; }; + 843007182CE1640F001B820C /* Timeline */ = {isa = PBXFileSystemSynchronizedRootGroup; explicitFileTypes = {}; explicitFolders = (); path = Timeline; sourceTree = ""; }; + 843007342CE16412001B820C /* Feed */ = {isa = PBXFileSystemSynchronizedRootGroup; explicitFileTypes = {}; explicitFolders = (); path = Feed; sourceTree = ""; }; 845E30622CE1639500770277 /* Resources */ = {isa = PBXFileSystemSynchronizedRootGroup; exceptions = (845E306D2CE1639500770277 /* PBXFileSystemSynchronizedBuildFileExceptionSet */, 845E306E2CE1639500770277 /* PBXFileSystemSynchronizedBuildFileExceptionSet */, ); explicitFileTypes = {}; explicitFolders = (); path = Resources; sourceTree = ""; }; 84BAE0AA2CE1C4D500402E69 /* Mac */ = {isa = PBXFileSystemSynchronizedRootGroup; exceptions = (84BAE1402CE1C4D500402E69 /* PBXFileSystemSynchronizedBuildFileExceptionSet */, 84BAE1412CE1C4D500402E69 /* PBXFileSystemSynchronizedGroupBuildPhaseMembershipExceptionSet */, 84BAE1422CE1C4D500402E69 /* PBXFileSystemSynchronizedBuildFileExceptionSet */, 84BAE1432CE1C4D500402E69 /* PBXFileSystemSynchronizedBuildFileExceptionSet */, ); explicitFileTypes = {}; explicitFolders = (); path = Mac; sourceTree = ""; }; 84BAE17F2CE1C7F800402E69 /* IntentsExtension */ = {isa = PBXFileSystemSynchronizedRootGroup; exceptions = (84BAE1812CE1C7F800402E69 /* PBXFileSystemSynchronizedBuildFileExceptionSet */, ); explicitFileTypes = {}; explicitFolders = (); path = IntentsExtension; sourceTree = ""; }; @@ -730,8 +730,8 @@ 51BB7C262335A8E5008E8144 /* ArticleActivityItemSource.swift */, C5A6ED5123C9AF4300AB6BE2 /* TitleActivityItemSource.swift */, 51B62E67233186730085F949 /* IconView.swift */, - 843007342CE16412001B820C /* MasterFeed */, - 843007182CE1640F001B820C /* MasterTimeline */, + 843007342CE16412001B820C /* Feed */, + 843007182CE1640F001B820C /* Timeline */, 843006FA2CE1640C001B820C /* Article */, 843006E42CE16409001B820C /* Account */, 843006D42CE16406001B820C /* Add */, @@ -907,8 +907,8 @@ 843006D42CE16406001B820C /* Add */, 843006E42CE16409001B820C /* Account */, 843006FA2CE1640C001B820C /* Article */, - 843007182CE1640F001B820C /* MasterTimeline */, - 843007342CE16412001B820C /* MasterFeed */, + 843007182CE1640F001B820C /* Timeline */, + 843007342CE16412001B820C /* Feed */, 845E30622CE1639500770277 /* Resources */, 84C1EC192CDFE49100C7456A /* Shared */, ); diff --git a/iOS/Base.lproj/Main.storyboard b/iOS/Base.lproj/Main.storyboard index 44386a8f9..8a9779033 100644 --- a/iOS/Base.lproj/Main.storyboard +++ b/iOS/Base.lproj/Main.storyboard @@ -1,9 +1,8 @@ - + - - + @@ -18,7 +17,7 @@ -