File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -92,8 +92,14 @@ public static class IPhoneImageSizes
9292
9393 public static readonly ImageSize LaunchRetinaX = new ImageSize (1125, 2436);
9494 public static readonly ImageSize LaunchRetinaXLandscape = new ImageSize (2436, 1125);
95+
96+ public static readonly ImageSize LaunchRetinaXR = new ImageSize (828, 1792);
97+ public static readonly ImageSize LaunchRetinaXRLandscape = new ImageSize (1792, 828);
98+
99+ public static readonly ImageSize LaunchRetinaXSMax = new ImageSize (1242, 2688);
100+ public static readonly ImageSize LaunchRetinaXSMaxLandscape = new ImageSize (2688, 1242);
95101 }
96-
102+
97103 public static class IPadImageSizes
98104 {
99105 public static readonly ImageSize Icon = new ImageSize (72, 72);
You can’t perform that action at this time.
0 commit comments