We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5602c84 commit 0c2f013Copy full SHA for 0c2f013
ProjectHeads/SingleComponent/Uno/Platforms/iOS/Main.iOS.cs
@@ -8,7 +8,7 @@ public class EntryPoint
8
public static void Main(string[] args)
9
{
10
var host = UnoPlatformHostBuilder.Create()
11
- .App(() => new App())
+ .App(() => new CommunityToolkit.App.Shared.App())
12
.UseAppleUIKit()
13
.Build();
14
0 commit comments