From 40735051df686b48a38b6ebb98a26ae1d3cef522 Mon Sep 17 00:00:00 2001 From: Justin Krehel <39449589+krehel@users.noreply.github.com> Date: Sun, 31 Dec 2023 16:39:38 -0500 Subject: [PATCH] trailer: add `depends_on` --- Casks/t/trailer.rb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Casks/t/trailer.rb b/Casks/t/trailer.rb index 62c04ac4ff..4551f51d79 100644 --- a/Casks/t/trailer.rb +++ b/Casks/t/trailer.rb @@ -8,6 +8,8 @@ cask "trailer" do desc "Managing Pull Requests and Issues For GitHub & GitHub Enterprise" homepage "https://ptsochantaris.github.io/trailer/" + depends_on macos: ">= :big_sur" + app "Trailer.app" uninstall quit: "com.housetrip.Trailer"