1 cask :v1 => 'private-eye' do
5 url 'http://radiosilenceapp.com/downloads/Private%20Eye.pkg'
6 homepage 'http://radiosilenceapp.com/private-eye'
10 # We intentionally unload the kext twice as a workaround
11 # See https://github.com/caskroom/homebrew-cask/pull/1802#issuecomment-34171151
13 uninstall :early_script => {
14 :executable => '/sbin/kextunload',
15 :args => ['-b', 'com.radiosilenceapp.nke.PrivateEye'],
16 :must_succeed => false,
18 :quit => 'com.radiosilenceapp.PrivateEye',
19 :kext => 'com.radiosilenceapp.nke.PrivateEye',
20 :pkgutil => 'com.radiosilenceapp.privateEye.*'