cask 'botframework-emulator' do version '3.5.36' sha256 'fa49f77581feb854ea4911faabadc8b0759aacbd1fa5e897f976f36a0da1bc35' url "https://github.com/Microsoft/BotFramework-Emulator/releases/download/v#{version}/botframework-emulator-#{version}-mac.zip" appcast 'https://github.com/Microsoft/BotFramework-Emulator/releases.atom', checkpoint: '40f13a8b6c71f3f985bd8bed3637549f2c77ef3e7e08f89f462e8508041b7abf' name 'Microsoft Bot Framework Emulator' homepage 'https://github.com/Microsoft/BotFramework-Emulator' auto_updates true app 'botframework-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