homebrew-cask/Casks/react-studio.rb

22 lines
921 B
Ruby

cask 'react-studio' do
version '1.5.7,344'
sha256 '455ebcb6f40f05c36eba24f04f719d36db5c56322f17be0ee33803de8036dc1d'
# s3.amazonaws.com/sc.neonto.com was verified as official when first introduced to the cask
url "https://s3.amazonaws.com/sc.neonto.com/ReactStudio_v#{version.before_comma.no_dots}_build#{version.after_comma}.zip"
name 'ReactStudio'
homepage 'https://reactstudio.com/'
app 'React Studio.app'
zap trash: [
'~/Documents/React Studio',
'~/Library/Application Support/React Studio',
'~/Library/Caches/com.neonto.ReactStudio',
'~/Library/Cookies/com.neonto.ReactStudio.binarycookies',
'~/Library/Preferences/com.neonto.ReactStudio.plist',
'~/Library/Preferences/com.neonto.ReactStudio.plist.*',
'~/Library/Saved Application State/com.neonto.ReactStudio.savedState',
]
end