homebrew-cask/Casks/tysimulator.rb

19 lines
622 B
Ruby

cask 'tysimulator' do
version '0.10.0'
sha256 '9d441e0224878d79da4aff25dfc11f9b161518812bb03beed7c9de423c047b8a'
# github.com/ty0x2333/TySimulator was verified as official when first introduced to the cask
url "https://github.com/ty0x2333/TySimulator/releases/download/#{version}/TySimulator.#{version}.dmg"
appcast 'https://github.com/ty0x2333/TySimulator/releases.atom'
name 'TySimulator'
homepage 'https://tysimulator.com/'
depends_on macos: '>= :sierra'
app 'TySimulator.app'
uninstall quit: 'com.tianyiyan.TySimulator'
zap trash: '~/Library/Preferences/com.tianyiyan.TySimulator.plist'
end