cask 'react-studio' do version '1.6.1,358' sha256 '35b87e10a140bea73ebabe19188640f841a70258ea43d5ac1a3bcf8b15ba7a79' # 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