We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b0016e commit 7731a7fCopy full SHA for 7731a7f
Sources/Core/Extensions/UIDeviceExtension.swift
@@ -29,6 +29,8 @@ import Foundation
29
return "iPhone Simulator"
30
case "x86_64":
31
32
+ case "arm64":
33
+ return "iPhone Simulator"
34
35
case "iPhone1,1":
36
return "iPhone"
0 commit comments