Skip to content

Commit

Permalink
fix(apple): support non-unique UDIDs for macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
Malinskiy committed Feb 24, 2024
1 parent f8a5957 commit dff3848
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ class AppleMacosProvider(
}

private fun connect(transport: Transport, device: MacosDevice) {
devices.put(device.udid, device)
devices.put(device.serialNumber, device)
?.let {
logger.error("replaced existing device $it with new $device.")
dispose(it)
Expand Down

0 comments on commit dff3848

Please sign in to comment.