Skip to content

Commit 14d60a4

Browse files
authored
chore: Adjust catalyst host
1 parent 28cbe5a commit 14d60a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Uno.Gallery/Platforms/MacCatalyst/Main.maccatalyst.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ static void Main(string[] args)
1212
// you can specify it here.
1313
UIApplication.Main(args, null, typeof(App));
1414
#else
15-
var host = new Uno.UI.Runtime.Skia.AppleUIKit.PlatformHost(() => new App());
15+
var host = new Uno.UI.Runtime.Skia.AppleUIKit.AppleUIKitHost(() => new App());
1616
host.Run();
1717
#endif
1818
}

0 commit comments

Comments
 (0)