cask "wondershare-uniconverter" do arch arm: "arm_" version "16.5.6" sha256 arm: "c52e68ab4ce45daa4ebbe2a471da9f5b31e7c18d91c5741a1fb81ecdadf6d74c", intel: "3e728fa14d9bd8b821e81ce7d89a15786e48fe05d0bc26a4e96c2d27425754d0" url "https://download.wondershare.com/cbs_down/uniconverter#{version.major}-mac_#{arch}#{version}_full14207.zip" name "UniConverter" desc "Video editing software" homepage "https://videoconverter.wondershare.com/" livecheck do url "https://crm.wondershare.com/api/v1/support/14207/release-versions" strategy :json do |json| json["data"]&.map { |release| release["version_name"] } end end app "Wondershare UniConverter #{version.major}.app" zap trash: [ "/Users/Shared/.Wondershare*.dat", "~/Library/Application Support/com.Wondershare.UniConverter#{version.major}", "~/Library/Application Support/Wondershare UniConverter #{version.major}", "~/Library/Application Support/wondershare", "~/Library/Caches/com.Wondershare.UniConverter#{version.major}", "~/Library/HTTPStorages/com.Wondershare.UniConverter#{version.major}", "~/Library/Logs/com.Wondershare.UniConverter#{version.major}", "~/Library/Logs/Wondershare", "~/Library/Preferences/com.wondershare.helper_compact.plist", "~/Library/Preferences/com.Wondershare.UniConverter#{version.major}.plist", "~/Library/Saved Application State/com.Wondershare.UniConverter#{version.major}.savedState", "~/Movies/Wondershare UniConverter#{version.major}", "~/Pictures/Wondershare UniConverter#{version.major}", ] end