You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
cask 'charles-beta' do
|
|
|
|
version '4.2b7'
|
|
|
|
sha256 '345c6ace73e0f241578be0bddf4f1450e3d671d3a70a51b30d91a1a314bb0091'
|
|
|
|
|
|
|
|
url "https://www.charlesproxy.com/assets/release/#{version.gsub(%r{b\d$}, '')}/charles-proxy-#{version}.dmg"
|
|
|
|
name 'Charles'
|
|
|
|
homepage 'https://www.charlesproxy.com/download/beta/'
|
|
|
|
|
|
|
|
app 'Charles.app'
|
|
|
|
|
|
|
|
uninstall quit: 'com.xk72.Charles'
|
|
|
|
|
|
|
|
zap delete: '~/Library/Saved Application State/com.xk72.Charles.savedState',
|
|
|
|
trash: [
|
|
|
|
'~/Library/Application Support/Charles',
|
|
|
|
'~/Library/Preferences/com.xk72.Charles.plist',
|
|
|
|
'~/Library/Preferences/com.xk72.charles.config',
|
|
|
|
]
|
|
|
|
end
|