homebrew-cask/Casks/xamarin-ios.rb

19 lines
756 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'xamarin-ios' do
2015-12-21 04:13:51 +08:00
version '9.4.0.0'
sha256 '7ffe0e60ed200d3545e14901ac2b5ab7a017785225d6e48fd433cba00bbdea98'
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"
2016-01-13 00:26:09 +08:00
appcast 'https://static.xamarin.com/installer_assets/v3/Mac/Universal/InstallationManifest.xml',
checkpoint: '9fd357039968b833cd2b2e0f0acd276a8eb30059a240765f4a18d5045565f704'
name 'Xamarin.iOS'
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
uninstall pkgutil: [
'com.xamarin.monotouch.pkg',
'com.xamarin.xamarin-ios-build-host.pkg',
]
2014-06-30 12:54:50 +08:00
end