New build systems for Unity (#30189)

This commit is contained in:
Shane Liesegang 2017-02-17 19:34:12 -08:00 committed by Aditya Dalal
parent d3fd78289b
commit 2fc23c97f5
3 changed files with 42 additions and 0 deletions

View File

@ -0,0 +1,14 @@
cask 'unity-linux-support-for-editor' do
version '5.5.0f3,38b4efef76f0'
sha256 'fa76f2b509c825040a1466a3b9f2f7ae16eaea7124ad478a1b56d750d26e0cb5'
url "http://netstorage.unity3d.com/unity/#{version.after_comma}/MacEditorTargetInstaller/UnitySetup-Linux-Support-for-Editor-#{version.before_comma}.pkg"
name 'Unity Linux Build Support'
homepage 'https://unity3d.com/unity/'
depends_on cask: 'unity'
pkg "UnitySetup-Linux-Support-for-Editor-#{version.before_comma}.pkg"
uninstall pkgutil: 'com.unity3d.LinuxStandaloneSupport'
end

View File

@ -0,0 +1,14 @@
cask 'unity-webgl-support-for-editor' do
version '5.5.0f3,38b4efef76f0'
sha256 '17532ebcf73d74dec9b1403e6649697dfd39aafac87806a601b70bf713a7a270'
url "http://netstorage.unity3d.com/unity/#{version.after_comma}/MacEditorTargetInstaller/UnitySetup-WebGL-Support-for-Editor-#{version.before_comma}.pkg"
name 'Unity WebGL Build Support'
homepage 'https://unity3d.com/unity/'
depends_on cask: 'unity'
pkg "UnitySetup-WebGL-Support-for-Editor-#{version.before_comma}.pkg"
uninstall pkgutil: 'com.unity3d.WebGLSupport'
end

View File

@ -0,0 +1,14 @@
cask 'unity-windows-support-for-editor' do
version '5.5.0f3,38b4efef76f0'
sha256 'f36f92e0b32c36a63540f7a1b6c03ad4aa4f94c849a8c12ec891c5c4298534a4'
url "http://netstorage.unity3d.com/unity/#{version.after_comma}/MacEditorTargetInstaller/UnitySetup-Windows-Support-for-Editor-#{version.before_comma}.pkg"
name 'Unity Windows Build Support'
homepage 'https://unity3d.com/unity/'
depends_on cask: 'unity'
pkg "UnitySetup-Windows-Support-for-Editor-#{version.before_comma}.pkg"
uninstall pkgutil: 'com.unity3d.WindowsStandaloneSupport'
end