cut v0.52.1
[Homebrew/homebrew-cask-versions.git] / Casks / path-finder.rb
blob59b896dd88ee9624f08b27765d72fc0c4ec12d3f
1 cask :v1 => 'path-finder' do
2   version :latest
3   sha256 :no_check
5   url 'http://get.cocoatech.com/PF7.zip'
6   homepage 'http://www.cocoatech.com/pathfinder/'
7   license :unknown    # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
9   app 'Path Finder.app'
11   postflight do
12     suppress_move_to_applications :key => 'kNTMoveToApplicationsFolderAlertSuppress'
13   end
15   zap :delete => [
16                   '~/Library/Preferences/com.cocoatech.PathFinder.plist',
17                   '~/Library/Application Support/Path Finder',
18                  ]
19 end