add arm64

master
Jordan Koch 2024-02-22 17:16:38 -05:00
parent a4ab3345e4
commit 86cc20358e
1 changed files with 4 additions and 4 deletions

View File

@ -123,7 +123,7 @@ public class UIDeviceModelNames {
case "AudioAccessory1,1": return "HomePod"
case "i386", "x86_64": return "Simulator \(mapToDevice(identifier: ProcessInfo().environment["SIMULATOR_MODEL_IDENTIFIER"] ?? "iOS"))"
case "i386", "x86_64", "arm64": return "Simulator \(mapToDevice(identifier: ProcessInfo().environment["SIMULATOR_MODEL_IDENTIFIER"] ?? "iOS"))"
default: return identifier
}
#endif