Skip to content

Commit aa2ba3e

Browse files
authored
add tvos to macOS host unity installatinos (#544)
The Firestore app fails to build for iOS on CI without the addition of the Unity tvOS build support module. It times out after failing to listen to results on a port.
1 parent 697b0a7 commit aa2ba3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gha/unity/unity_installer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@
9292
},
9393
_MACOS: {
9494
"version": "2020.3.34f1",
95-
"modules": {"Default": ["Unity"], "Android": ["android"], "iOS": ["ios"], "tvOS": ["appletv"], "Windows": ["windows-mono"], "macOS": ["ios"], "Linux": ["linux-mono"], "Playmode": None},
95+
"modules": {"Default": ["Unity"], "Android": ["android"], "iOS": ["ios", "appletv"], "tvOS": ["appletv"], "Windows": ["windows-mono"], "macOS": ["ios"], "Linux": ["linux-mono"], "Playmode": None},
9696
},
9797
_LINUX: {
9898
"version": "2020.3.40f1",

0 commit comments

Comments
 (0)