Skip to content

Commit b69eaa3

Browse files
Removed Mac common platform test
1 parent ec50edf commit b69eaa3

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

UnitySetup/UnitySetup.psm1

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ class UnitySetupInstance {
101101

102102
# Common playback engines:
103103
$componentTests[[UnitySetupComponent]::Linux] = , [io.path]::Combine("$playbackEnginePath", "LinuxStandaloneSupport");
104-
$componentTests[[UnitySetupComponent]::Mac] = , [io.path]::Combine("$playbackEnginePath", "MacStandaloneSupport");
105104
$componentTests[[UnitySetupComponent]::Android] = , [io.path]::Combine("$playbackEnginePath", "AndroidPlayer");
106105
$componentTests[[UnitySetupComponent]::iOS] = , [io.path]::Combine("$playbackEnginePath", "iOSSupport");
107106
$componentTests[[UnitySetupComponent]::AppleTV] = , [io.path]::Combine("$playbackEnginePath", "AppleTVSupport");

0 commit comments

Comments
 (0)