cask "choosy" do on_ventura :or_older do on_el_capitan :or_older do version "1.1" sha256 "c6530d4e0dddbf47c6a8999bda8f3a5ef1857f4481b9325e56cfe00f05b2022c" prefpane "Choosy.prefPane" end on_sierra do version "1.3" sha256 "cb1f40df11ac1b52354f4b81367462d2646a6d023c64bafe5022fcec52f796cd" prefpane "Choosy.prefPane" end on_high_sierra do version "1.3" sha256 "cb1f40df11ac1b52354f4b81367462d2646a6d023c64bafe5022fcec52f796cd" prefpane "Choosy.prefPane" end on_mojave do version "2.1" sha256 "758da621d3a92358885333b767d64b024197a8147a339b1a0d14e938673452f9" pkg "Choosy.pkg" end on_catalina do version "2.2.1" sha256 "71fe3c3c592d449063189a575a39b1f00735ee20cf1de94552896f5f8e93bf47" pkg "Choosy.pkg" end on_big_sur do version "2.3.1" sha256 "8d6a44b78ed256d6f502872fd1f62cf1f7fea877906bedddc5bbf26f93b6ea57" pkg "Choosy.pkg" end on_monterey do version "2.3.1" sha256 "8d6a44b78ed256d6f502872fd1f62cf1f7fea877906bedddc5bbf26f93b6ea57" pkg "Choosy.pkg" end on_ventura do version "2.3.1" sha256 "8d6a44b78ed256d6f502872fd1f62cf1f7fea877906bedddc5bbf26f93b6ea57" pkg "Choosy.pkg" end livecheck do skip "Legacy version" end end on_sonoma :or_newer do version "2.4.2" sha256 "060092e497c34a1e1ea4226f54910ba283f004ea131946bd0d423e220227a2cc" livecheck do url "https://choosy.app/sparkle/feed" strategy :sparkle end pkg "Choosy.pkg" end url "https://downloads.choosy.app/choosy_#{version}.zip" name "Choosy" desc "Open links in any browser" homepage "https://choosy.app/" no_autobump! because: :requires_manual_review auto_updates true uninstall quit: "com.choosyosx.Choosy", pkgutil: "com.choosyosx.Choosy" zap trash: [ "~/Library/Application Scripts/*.com.choosyosx.Choosy", "~/Library/Application Scripts/com.choosyosx.Choosy.Safari", "~/Library/Application Scripts/com.choosyosx.Choosy.Share", "~/Library/Application Support/BraveSoftware/Brave-Browser-Beta/NativeMessagingHosts/com.choosyosx.choosy.nativemessaging.json", "~/Library/Application Support/BraveSoftware/Brave-Browser-Nightly/NativeMessagingHosts/com.choosyosx.choosy.nativemessaging.json", "~/Library/Application Support/BraveSoftware/Brave-Browser/NativeMessagingHosts/com.choosyosx.choosy.nativemessaging.json", "~/Library/Application Support/Choosy", "~/Library/Application Support/com.operasoftware.Opera/NativeMessagingHosts/com.choosyosx.choosy.nativemessaging.json", "~/Library/Application Support/com.operasoftware.OperaDeveloper/NativeMessagingHosts/com.choosyosx.choosy.nativemessaging.json", "~/Library/Application Support/com.operasoftware.OperaNext/NativeMessagingHosts/com.choosyosx.choosy.nativemessaging.json", "~/Library/Application Support/Google/Chrome Beta/NativeMessagingHosts/com.choosyosx.choosy.nativemessaging.json", "~/Library/Application Support/Google/Chrome Canary/NativeMessagingHosts/com.choosyosx.choosy.nativemessaging.json", "~/Library/Application Support/Google/Chrome Dev/NativeMessagingHosts/com.choosyosx.choosy.nativemessaging.json", "~/Library/Application Support/Google/Chrome/NativeMessagingHosts/com.choosyosx.choosy.nativemessaging.json", "~/Library/Application Support/Microsoft Edge Beta/NativeMessagingHosts/com.choosyosx.choosy.nativemessaging.json", "~/Library/Application Support/Microsoft Edge Canary/NativeMessagingHosts/com.choosyosx.choosy.nativemessaging.json", "~/Library/Application Support/Microsoft Edge Dev/NativeMessagingHosts/com.choosyosx.choosy.nativemessaging.json", "~/Library/Application Support/Microsoft Edge/NativeMessagingHosts/com.choosyosx.choosy.nativemessaging.json", "~/Library/Application Support/Mozilla/NativeMessagingHosts/com.choosyosx.choosy.nativemessaging.json", "~/Library/Application Support/Vivaldi Snapshot/NativeMessagingHosts/com.choosyosx.choosy.nativemessaging.json", "~/Library/Application Support/Vivaldi/NativeMessagingHosts/com.choosyosx.choosy.nativemessaging.json", "~/Library/Caches/com.apple.helpd/Generated/com.choosyosx.Choosy.help*", "~/Library/Caches/com.choosyosx.Choosy", "~/Library/Containers/com.choosyosx.Choosy.Safari", "~/Library/Containers/com.choosyosx.Choosy.Share", "~/Library/Group Containers/*.com.choosyosx.Choosy", "~/Library/HTTPStorages/com.choosyosx.Choosy", "~/Library/Preferences/com.choosyosx.ChoosyPrefPane.plist", ] end