cask 'unity-android-support-for-editor' do version '2019.3.0f6,27ab2135bccf' sha256 'b68b9765236740be461ac12884698edda8a7abf839a01bb2a90ad0f7ca106a3a' 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