cask 'unity-android-support-for-editor' do version '5.5.0f3,38b4efef76f0' sha256 '0493a8e0549b724701e3fa9950b53c0c99124f921e5399f924e5a084596352bd' url "http://netstorage.unity3d.com/unity/#{version.after_comma}/MacEditorTargetInstaller/UnitySetup-Android-Support-for-Editor-#{version.before_comma}.pkg" 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.AndroidSupport' end