homebrew-cask/Casks/qiyimedia.rb

19 lines
545 B
Ruby

cask 'qiyimedia' do
version :latest
sha256 :no_check
url 'https://mbdapp.iqiyi.com/j/ot/iQIYIMedia_005.dmg'
name '爱奇艺视频'
homepage 'https://www.iqiyi.com/'
depends_on macos: '>= :mountain_lion'
app '爱奇艺.app'
zap trash: [
'~/Library/Application Scripts/com.iqiyi.player',
'~/Library/Application Support/com.apple.sharedfilelist/com.apple.LSSharedFileList.ApplicationRecentDocuments/com.iqiyi.player.sfl*',
'~/Library/Containers/com.iqiyi.player',
]
end