cask "metaimage" do version "2.6.7" sha256 "851f9585b4137ce173dcce915d8252f8610ee001e9f8c88c3fa05bb39c5d24a8" url "https://neededapps.com/appcasts/metaimage/versions/#{version}" name "MetaImage" desc "Image metadata and geographical tag viewer & editor" homepage "https://neededapps.com/metaimage/" livecheck do url "https://neededapps.com/appcasts/metaimage/changelog.xml" strategy :sparkle, &:short_version end no_autobump! because: :requires_manual_review auto_updates true depends_on macos: ">= :big_sur" app "MetaImage.app" zap trash: [ "~/Library/Application Scripts/*.group.com.jeremyvizzini.metaimage", "~/Library/Application Scripts/com.jeremyvizzini.metaimage-paddle.*", "~/Library/Application Support/com.jeremyvizzini.metaimage-paddle", "~/Library/Application Support/MetaImage", "~/Library/Caches/com.jeremyvizzini.metaimage*", "~/Library/Containers/com.jeremyvizzini.metaimage*", "~/Library/Group Containers/*.group.com.jeremyvizzini.metaimage", "~/Library/HTTPStorages/com.jeremyvizzini.metaimage*", "~/Library/Preferences/com.jeremyvizzini.metaimage*.plist", "~/Library/Saved Application State/com.jeremyvizzini.metaimage.macos.savedState", ] end