homebrew-cask/Casks/xamarin-ios.rb

20 lines
799 B
Ruby
Raw Normal View History

2014-11-14 01:27:23 +08:00
cask :v1 => 'xamarin-ios' do
2015-07-31 16:40:56 +08:00
version '8.10.3.2'
sha256 'fd3b51050ae6992a8209e6f31893673c9a7d90445529d0af7b766158ce3912c2'
2014-06-30 12:54:50 +08:00
2015-06-29 14:32:18 +08:00
url "https://download.xamarin.com/MonoTouch/Mac/monotouch-#{version}.pkg"
2015-04-02 13:41:52 +08:00
name 'Xamarin.iOS'
2015-06-29 14:32:18 +08:00
appcast 'https://xamarin.com/installer_assets/v3/Mac/Universal/InstallationManifest.xml',
2015-01-22 14:41:32 +08:00
:sha256 => '79c309d6dbe6f08f1d022c9376a4678cc94f57be084007df90c5a12839b35cdd',
2014-10-15 22:22:55 +08:00
:format => :unknown
2015-06-29 14:32:18 +08:00
homepage 'https://xamarin.com/ios'
license :unknown # todo: change license and remove this comment; ':unknown' is a machine-generated placeholder
2014-06-30 12:54:50 +08:00
2014-09-26 20:09:19 +08:00
pkg "monotouch-#{version}.pkg"
2014-11-22 22:12:47 +08:00
2015-07-31 18:12:11 +08:00
uninstall :pkgutil => [
'com.xamarin.monotouch.pkg',
'com.xamarin.xamarin-ios-build-host.pkg'
]
2014-06-30 12:54:50 +08:00
end