quicklook-video: Add v2 for older macOS#275349
Draft
injust wants to merge 1 commit into
Draft
Conversation
injust
force-pushed
the
patch-1
branch
7 times, most recently
from
July 16, 2026 16:53
ac89e90 to
8e5e7b4
Compare
bevanjkay
reviewed
Jul 17, 2026
Contributor
Author
|
You know what, it's probably better to hold this PR until the next v3 release that supports Sequoia again, just to avoid churn. Right now, Sequoia users already get an error because the latest version is Tahoe-or-newer. |
Contributor
Author
|
Failure seems correct, will mark this as a draft and come back when there's a new v3 release. |
injust
marked this pull request as draft
July 17, 2026 07:19
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
v3 is supported on Sequoia (the latest release is an exception), but doesn't work in practice.
Marginal/QuickLookVideo#201 (comment):
Future (and previous) v3 releases will support Sequoia though, so add v2 to the cask for macOS versions between Monterey and Sonoma.
After making any changes to a cask, existing or new, verify:
brew audit --cask --online <cask>is error-free.brew style --fix <cask>reports no offenses.Additionally, if adding a new cask:
brew audit --cask --new <cask>worked successfully.HOMEBREW_NO_INSTALL_FROM_API=1 brew install --cask <cask>worked successfully.brew uninstall --cask <cask>worked successfully.zapstanza paths.