homebrew-cask/Casks/xamarin-ios.rb

19 lines
757 B
Ruby
Raw Normal View History

2015-12-18 09:15:28 +08:00
cask 'xamarin-ios' do
2016-02-03 08:44:32 +08:00
version '9.4.1.25'
sha256 'b47d0e42bebfc02e7c85d7cedbedbe83d31af9d8b90d38839c745c98fde2c4ab'
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',
2016-02-03 08:44:32 +08:00
checkpoint: '855d95a330efdd9cc13cbaabc6e49dfcda111db3b16cbc6345e3a0d17e769972'
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