Commit 8b229a7
committed
fix: pass simulatorId to inferPlatform in build_run_sim
The simulatorId parameter was not being passed to inferPlatform, causing
platform detection to fall back to scheme-based inference even when a
specific simulator UUID was provided. This broke non-iOS simulator
detection (e.g. watchOS, tvOS) when specified by UUID.1 parent fbc93bb commit 8b229a7
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
132 | | - | |
| 132 | + | |
| 133 | + | |
133 | 134 | | |
134 | 135 | | |
135 | 136 | | |
| |||
0 commit comments