1 cask "unity-ios-support-for-editor" do
2 version "2023.2.20f1,0e25a174756c"
3 sha256 "57582ddd821bbbcc0d33fff594afa50b096535ee061c363b7691c9a28a1132ef"
5 url "https://download.unity3d.com/download_unity/#{version.csv.second}/MacEditorTargetInstaller/UnitySetup-iOS-Support-for-Editor-#{version.csv.first}.pkg",
6 verified: "download.unity3d.com/download_unity/"
7 name "Unity iOS Build Support"
8 desc "iOS target support for Unity"
9 homepage "https://unity.com/products"
15 depends_on cask: "unity"
17 pkg "UnitySetup-iOS-Support-for-Editor-#{version.csv.first}.pkg"
19 uninstall pkgutil: "com.unity3d.iOSSupport"