Commit b9f3ff15 by Daniel Dahan

minor cleanup

parent 8e999035
...@@ -127,7 +127,6 @@ public struct Device { ...@@ -127,7 +127,6 @@ public struct Device {
case "iPad7,1", "iPad7,2": return .iPadProLarge2 case "iPad7,1", "iPad7,2": return .iPadProLarge2
case "iPad7,5", "iPad7,6": return .iPad6 case "iPad7,5", "iPad7,6": return .iPad6
case "i386", "x86_64": return .simulator case "i386", "x86_64": return .simulator
case "iPhone3,1", "iPhone3,2", "iPhone3,3": return .iPhone4 case "iPhone3,1", "iPhone3,2", "iPhone3,3": return .iPhone4
case "iPhone11,2": return .iPhoneXS case "iPhone11,2": return .iPhoneXS
case "iPhone11,4", "iPhone11,6": return .iPhoneXSMax case "iPhone11,4", "iPhone11,6": return .iPhoneXSMax
...@@ -137,7 +136,6 @@ public struct Device { ...@@ -137,7 +136,6 @@ public struct Device {
case "AppleTV5,3": return .appleTv case "AppleTV5,3": return .appleTv
case "AppleTV6,2": return .appleTv4k case "AppleTV6,2": return .appleTv4k
case "AudioAccessory1,1": return .homePod case "AudioAccessory1,1": return .homePod
default: return .unknown default: return .unknown
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment