cask "bootstrap-studio" do arch arm: "arm64", intel: "x64" version "7.1.2" sha256 arm: "c3b46d0c5e8a0f0c3bdc29e9d7b9d1f72d27473a9d96317f7944b59120eac43a", intel: "66ad24abafc238037161a0f39a97d41fd231b8eb1186c4b9614972691b2dd484" url "https://releases.bootstrapstudio.io/#{version}/Bootstrap%20Studio%20(#{arch}).dmg" name "Bootstrap Studio" desc "Design and prototype websites using the Bootstrap framework" homepage "https://bootstrapstudio.io/" livecheck do url "https://bootstrapstudio.io/pages/releases/" regex(/Version\s*v?(\d+(?:\.\d+)+)/i) end auto_updates true depends_on macos: ">= :high_sierra" app "Bootstrap Studio.app" zap trash: [ "~/Library/Application Support/bstudio", "~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/bg.zine.bootstrapstudio.sfl*", "~/Library/Application Support/CrashReporter/Bootstrap Studio*", "~/Library/Caches/bg.zine.bootstrapstudio", "~/Library/Caches/bg.zine.bootstrapstudio.ShipIt", "~/Library/Preferences/bg.zine.bootstrapstudio.helper.plist", "~/Library/Preferences/bg.zine.bootstrapstudio.plist", "~/Library/Preferences/ByHost/bg.zine.bootstrapstudio.ShipIt.*", "~/Library/Saved Application State/bg.zine.bootstrapstudio.savedState", ] end