Adds build support for tvOS in macos-latest (#709)

* Removes limit for tvOS only in Windows

* Fix UnityHub argument for tvOS

* Allows macos as a build platform for tvOS
This commit is contained in:
Daniel Lupiañez Casares
2025-06-07 18:08:47 +02:00
committed by GitHub
parent 819c2511e0
commit 3b26780ddf
5 changed files with 6456 additions and 2649 deletions

View File

@@ -101,7 +101,7 @@ class SetupMac {
moduleArgument.push('--module', 'ios');
break;
case 'tvOS':
moduleArgument.push('--module', 'tvos');
moduleArgument.push('--module', 'appletv');
break;
case 'StandaloneOSX':
moduleArgument.push('--module', 'mac-il2cpp');