homebrew-cask/Casks/unity-android-support-for-e...

16 lines
629 B
Ruby

cask 'unity-android-support-for-editor' do
version '2019.2.17f1,8e603399ca02'
sha256 '58e4de709b313583213fc064a1afbb89c340d699eab7f1024d148e81ef46bc40'
url "https://netstorage.unity3d.com/unity/#{version.after_comma}/MacEditorTargetInstaller/UnitySetup-Android-Support-for-Editor-#{version.before_comma}.pkg"
appcast 'https://public-cdn.cloud.unity3d.com/hub/prod/releases-darwin.json'
name 'Unity Android Build Support'
homepage 'https://unity3d.com/unity/'
depends_on cask: 'unity'
pkg "UnitySetup-Android-Support-for-Editor-#{version.before_comma}.pkg"
uninstall pkgutil: 'com.unity3d.AndroidPlayer'
end