homebrew-cask/Casks/bootstrap-studio.rb

27 lines
1.1 KiB
Ruby

cask "bootstrap-studio" do
version "5.5.0"
sha256 "4b5d19a33efc769aed10d2dd2e0986361f1cc2b43d147bf24cd2b631ec89fa91"
url "https://bootstrapstudio.io/releases/desktop/#{version}/Bootstrap%20Studio.dmg"
appcast "https://bootstrapstudio.io/pages/releases"
name "Bootstrap Studio"
desc "Design and prototype websites using the Bootstrap framework"
homepage "https://bootstrapstudio.io/"
auto_updates true
app "Bootstrap Studio.app"
zap trash: [
"~/Library/Application Support/bstudio",
"~/Library/Application Support/CrashReporter/Bootstrap Studio*",
"~/Library/Caches/bg.zine.bootstrapstudio",
"~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/bg.zine.bootstrapstudio.sfl2",
"~/Library/Caches/bg.zine.bootstrapstudio.ShipIt",
"~/Library/Preferences/ByHost/bg.zine.bootstrapstudio.ShipIt.*",
"~/Library/Preferences/bg.zine.bootstrapstudio.helper.plist",
"~/Library/Preferences/bg.zine.bootstrapstudio.plist",
"~/Library/Saved Application State/bg.zine.bootstrapstudio.savedState",
]
end