homebrew-cask/Casks/injection.rb

18 lines
773 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'injection' do
2015-12-13 02:12:11 +08:00
version '6.4'
sha256 'a015934d2223345796757ceeb8bd8c1d21b8f63ed9fbd27b36ffe7e5a82b0933'
# johnholdsworth.com is the official download host per the vendor homepage
2014-09-26 20:08:58 +08:00
url "http://injectionforxcode.johnholdsworth.com/InjectionPluginV#{version}.pkg"
2015-04-21 02:46:52 +08:00
name 'Injection for Xcode'
homepage 'http://injectionforxcode.com/'
license :unknown # TODO: change license and remove this comment; ':unknown' is a machine-generated placeholder
2014-09-26 20:08:58 +08:00
pkg "InjectionPluginV#{version}.pkg"
2014-11-22 22:12:40 +08:00
2014-05-21 22:11:41 +08:00
uninstall :pkgutil => 'com.injectionforxcode.injectionPluginForXcode.InjectionPlugin.pkg',
:quit => 'com.johnholdsworth.InjectionPluginIII'
2014-09-18 19:57:57 +08:00
zap :delete => '~/Library/Application Support/Developer/Shared/Xcode/Plug-ins/InjectionPlugin.xcplugin'
2014-05-21 22:11:41 +08:00
end