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

16 lines
548 B
Ruby

cask 'unity-ios-support-for-editor' do
version '5.3.5f1,960ebf59018a'
sha256 '61f8773248aabfd4659d2b9aebe0c31a120f82d8dbd0b18b5376aca2276a5df6'
url "http://netstorage.unity3d.com/unity/#{version.after_comma}/MacEditorTargetInstaller/UnitySetup-iOS-Support-for-Editor-#{version.before_comma}.pkg"
name 'Unity iOS Build Support'
homepage 'https://unity3d.com/unity/'
license :commercial
depends_on cask: 'unity'
pkg "UnitySetup-iOS-Support-for-Editor-#{version.before_comma}.pkg"
uninstall pkgutil: 'com.unity3d.iOSSupport'
end