Skip to content

Commit e9e1bb1

Browse files
authored
Merge pull request #36 from xamarin/vsts-702327-d15-9
VSTS 702327: d15-9
2 parents 61e811c + e348034 commit e9e1bb1

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

Xamarin.MacDev/IPhoneImageSizes.cs

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff 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);

0 commit comments

Comments
 (0)