diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index b2979d002..a2f99d23e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -19,8 +19,8 @@ jobs: steps: - name: checkout uses: actions/checkout@v2 - - name: force Xcode 13.1 - run: sudo xcode-select -switch /Applications/Xcode_13.1.app + - name: force Xcode 13.2.1 + run: sudo xcode-select -switch /Applications/Xcode_13.2.1.app - name: setup run: exec ./.github/scripts/setup.sh - name: build diff --git a/Mastodon/Scene/HashtagTimeline/HashtagTimelineViewController.swift b/Mastodon/Scene/HashtagTimeline/HashtagTimelineViewController.swift index 73fc96786..b3a8ca040 100644 --- a/Mastodon/Scene/HashtagTimeline/HashtagTimelineViewController.swift +++ b/Mastodon/Scene/HashtagTimeline/HashtagTimelineViewController.swift @@ -204,7 +204,7 @@ extension HashtagTimelineViewController: UITableViewDelegate, AutoGenerateTableV func tableView(_ tableView: UITableView, willPerformPreviewActionForMenuWith configuration: UIContextMenuConfiguration, animator: UIContextMenuInteractionCommitAnimating) { aspectTableView(tableView, willPerformPreviewActionForMenuWith: configuration, animator: animator) } - // sourcery:endz + // sourcery:end // func tableView(_ tableView: UITableView, estimatedHeightForRowAt indexPath: IndexPath) -> CGFloat { // return aspectTableView(tableView, estimatedHeightForRowAt: indexPath)