Commit d41c5c19 by Orkhan Alikhanov

Added missing iPhoneSE identifier

parent 98fae441
...@@ -95,7 +95,7 @@ public struct Device { ...@@ -95,7 +95,7 @@ public struct Device {
case "iPhone7,1": return .iPhone6Plus case "iPhone7,1": return .iPhone6Plus
case "iPhone8,1": return .iPhone6s case "iPhone8,1": return .iPhone6s
case "iPhone8,2": return .iPhone6sPlus case "iPhone8,2": return .iPhone6sPlus
case "iPhone8,4": return .iPhoneSE case "iPhone8,3", "iPhone8,4": return .iPhoneSE
case "iPhone9,1", "iPhone9,3": return .iPhone7 case "iPhone9,1", "iPhone9,3": return .iPhone7
case "iPhone9,2", "iPhone9,4": return .iPhone7Plus case "iPhone9,2", "iPhone9,4": return .iPhone7Plus
case "iPhone10,1", "iPhone10,4": return .iPhone8 case "iPhone10,1", "iPhone10,4": return .iPhone8
......
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