homebrew-cask/Casks/iphone-configuration-utilit...

9 lines
376 B
Ruby
Raw Normal View History

class IphoneConfigurationUtility < Cask
url 'http://support.apple.com/downloads/DL1465/en_US/iPhoneConfigUtility.dmg'
homepage 'http://support.apple.com/kb/DL1465'
version '3.5'
sha256 '822204947ae5f7739bcb1e9694814f8e3ef65cd184952b76104f525d97a28163'
install 'iPhoneConfigurationUtility.pkg'
uninstall :pkgutil => 'com.apple.pkg.iPhoneConfigurationUtility.*'
end