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

16 lines
505 B
Ruby
Raw Normal View History

2015-12-27 23:43:30 +08:00
cask 'unity-ios-support-for-editor' do
version '5.3.1f1'
sha256 '8de18e8b4703ea4b3f71c8e83d3751f1f568a680a8460cd134c1c6f22a323908'
url "http://netstorage.unity3d.com/unity/cc9cbbcc37b4/MacEditorTargetInstaller/UnitySetup-iOS-Support-for-Editor-#{version}.pkg"
2015-12-27 23:43:30 +08:00
name 'Unity iOS Build Support'
homepage 'https://unity3d.com/unity/'
license :commercial
depends_on :cask => 'unity'
pkg "UnitySetup-iOS-Support-for-Editor-#{version}.pkg"
uninstall :pkgutil => 'com.unity3d.iOSSupport'
end