homebrew-cask/Casks/unity-ios-support-for-edito...

16 lines
590 B
Ruby

cask 'unity-ios-support-for-editor' do
version '2018.2.18f1,4550892b6062'
sha256 '088d468e54d2503db70de0237cff35477a205ab59a8a6d844a0b729be44ae879'
url "https://netstorage.unity3d.com/unity/#{version.after_comma}/MacEditorTargetInstaller/UnitySetup-iOS-Support-for-Editor-#{version.before_comma}.pkg"
appcast 'https://unity3d.com/get-unity/download/archive'
name 'Unity iOS Build Support'
homepage 'https://unity3d.com/unity/'
depends_on cask: 'unity'
pkg "UnitySetup-iOS-Support-for-Editor-#{version.before_comma}.pkg"
uninstall pkgutil: 'com.unity3d.iOSSupport'
end