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.
18 lines
702 B
18 lines
702 B
cask :v1 => 'omnifocus-beta' do
|
|
version 'r243022'
|
|
sha256 '4afcc45844522d63b787f7f346bfa81094aecce790cec8b4b9fbedbafcc217c3'
|
|
|
|
url "http://omnistaging.omnigroup.com/omnifocus-2.x/releases/OmniFocus-#{version}-Test.dmg"
|
|
name 'OmniFocus'
|
|
homepage 'http://omnistaging.omnigroup.com/omnifocus-2.x/'
|
|
license :commercial
|
|
|
|
app 'OmniFocus.app'
|
|
|
|
zap :delete => [
|
|
'~/Library/containers/com.omnigroup.omnifocus2',
|
|
'~/Library/Preferences/com.omnigroup.OmniFocus2.LSSharedFileList.plist',
|
|
'~/Library/Preferences/com.omnigroup.OmniSoftwareUpdate.plist',
|
|
'~/Library/Caches/Metadata/com.omnigroup.OmniFocus2'
|
|
]
|
|
end
|
|
|