Files
homebrew-cask/Casks/b/bot-framework-emulator.rb
Mike McQuaid aa461148bb Move all remaining casks to sharded subdirectories.
The migration of `orka.rb` and then `o*.rb` has worked well without
complaint so: let's move everything else, too.
2023-08-09 12:08:38 +01:00

25 lines
987 B
Ruby

cask "bot-framework-emulator" do
version "4.14.1"
sha256 "274363551f54f64093437ad81109098639c62d70449a5f4afb0a0bc6033ce270"
url "https://github.com/Microsoft/BotFramework-Emulator/releases/download/v#{version}/botframework-emulator-#{version}-mac.zip"
name "Microsoft Bot Framework Emulator"
desc "Test and debug chat bots built with the Bot Framework SDK"
homepage "https://github.com/Microsoft/BotFramework-Emulator"
auto_updates true
app "Bot Framework Emulator.app"
uninstall quit: "com.electron.botframework-emulator"
zap trash: [
"~/Library/Application Support/botframework-emulator",
"~/Library/Caches/com.electron.botframework-emulator",
"~/Library/Caches/com.electron.botframework-emulator.ShipIt",
"~/Library/Preferences/com.electron.botframework-emulator.helper.plist",
"~/Library/Preferences/com.electron.botframework-emulator.plist",
"~/Library/Saved Application State/com.electron.botframework-emulator.savedState",
]
end