cask "taccy" do version "1.15,2023.06" sha256 "d5f1f00ff105007c8a64f277aa230a0caf1ea89a19e742d972f329d067afd7c3" url "https://eclecticlight.co/wp-content/uploads/#{version.csv.second.major}/#{version.csv.second.minor}/#{token}#{version.csv.first.no_dots}.zip" name "Taccy" desc "Troubleshoot signature and privacy problems in applications" homepage "https://eclecticlight.co/taccy-signet-precize-alifix-utiutility-alisma/" livecheck do url "https://raw.githubusercontent.com/hoakleyelc/updates/master/eclecticapps.plist" regex(%r{/(\d+)/(\d+)/[^/]+?$}i) strategy :xml do |xml, regex| item = xml.elements["//dict[key[text()='AppName']/following-sibling::*[1][text()='Taccy']]"] next unless item version = item.elements["key[text()='Version']"]&.next_element&.text url = item.elements["key[text()='URL']"]&.next_element&.text match = url.strip.match(regex) if url next if version.blank? || match.blank? "#{version.strip},#{match[1]}.#{match[2]}" end end no_autobump! because: :requires_manual_review depends_on macos: ">= :high_sierra" app "#{token}#{version.csv.first.no_dots}/Taccy.app" zap trash: [ "~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/co.eclecticlight.taccy.sfl*", "~/Library/Caches/co.eclecticlight.Taccy", "~/Library/HTTPStorages/co.eclecticlight.Taccy", "~/Library/Preferences/co.eclecticlight.Taccy.plist", "~/Library/Saved Application State/co.eclecticlight.Taccy.savedState", ] end