add some pretty new lines
This commit is contained in:
parent
74cc22b194
commit
d369d50cd0
@ -77,7 +77,9 @@ public class UIDeviceModelNames {
|
|||||||
|
|
||||||
case "AppleTV5,3": return "Apple TV"
|
case "AppleTV5,3": return "Apple TV"
|
||||||
case "AppleTV6,2": return "Apple TV 4K"
|
case "AppleTV6,2": return "Apple TV 4K"
|
||||||
|
|
||||||
case "AudioAccessory1,1": return "HomePod"
|
case "AudioAccessory1,1": return "HomePod"
|
||||||
|
|
||||||
case "i386", "x86_64": return "Simulator \(mapToDevice(identifier: ProcessInfo().environment["SIMULATOR_MODEL_IDENTIFIER"] ?? "iOS"))"
|
case "i386", "x86_64": return "Simulator \(mapToDevice(identifier: ProcessInfo().environment["SIMULATOR_MODEL_IDENTIFIER"] ?? "iOS"))"
|
||||||
default: return identifier
|
default: return identifier
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user