align remote simulator setup with tsswift 0.5.2

This commit is contained in:
2026-04-20 18:40:25 +00:00
parent 1137a117b1
commit 86d35b0e84
4 changed files with 21 additions and 21 deletions
@@ -846,7 +846,7 @@ private enum DeviceEnvironment {
}
static var currentDeviceLabel: String {
#if canImport(UIKit)
#if os(iOS)
return UIDevice.current.name
#elseif os(macOS)
return Host.current().localizedName ?? "Mac Passport"