cask "principle" do version "6.39" sha256 "cd434bcbc403e37f4009f012fa92fcd131a9fe909998c508420203807efb79d4" url "https://principleformac.com/download/Principle_#{version.dots_to_underscores}.zip" name "Principle" desc "Design animated and interactive user interfaces" homepage "https://principleformac.com/" livecheck do url "https://principleformac.com/update2.xml" strategy :sparkle, &:short_version end no_autobump! because: :requires_manual_review auto_updates true depends_on macos: ">= :mojave" app "Principle.app" zap trash: [ "~/Library/Application Support/com.danielhooper.principle", "~/Library/Caches/com.danielhooper.principle", "~/Library/HTTPStorages/com.danielhooper.principle", "~/Library/Preferences/com.danielhooper.principle.plist", "~/Library/Saved Application State/com.danielhooper.principle.savedState", ] end