excalidrawz 1.2.5
[Homebrew/homebrew-cask.git] / Casks / u / unity-android-support-for-editor.rb
blob2d3bf9376ce520e17a1acd0a48989f4203546b2f
1 cask "unity-android-support-for-editor" do
2   version "2023.2.20f1,0e25a174756c"
3   sha256 "834a09fb035ebf9210b5fbbe9d9784d37b4faa52c63d0c049d8fff43aabf52a9"
5   url "https://download.unity3d.com/download_unity/#{version.csv.second}/MacEditorTargetInstaller/UnitySetup-Android-Support-for-Editor-#{version.csv.first}.pkg",
6       verified: "download.unity3d.com/download_unity/"
7   name "Unity Android Build Support"
8   desc "Android target support for Unity"
9   homepage "https://unity.com/products"
11   livecheck do
12     cask "unity"
13   end
15   depends_on cask: "unity"
17   pkg "UnitySetup-Android-Support-for-Editor-#{version.csv.first}.pkg"
19   uninstall pkgutil: "com.unity3d.AndroidPlayer"
20 end