Skip to content

Commit 0c2f013

Browse files
committed
Fully qualify iOS
1 parent 5602c84 commit 0c2f013

File tree

1 file changed

+1
-1
lines changed
  • ProjectHeads/SingleComponent/Uno/Platforms/iOS

1 file changed

+1
-1
lines changed

ProjectHeads/SingleComponent/Uno/Platforms/iOS/Main.iOS.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ public class EntryPoint
88
public static void Main(string[] args)
99
{
1010
var host = UnoPlatformHostBuilder.Create()
11-
.App(() => new App())
11+
.App(() => new CommunityToolkit.App.Shared.App())
1212
.UseAppleUIKit()
1313
.Build();
1414

0 commit comments

Comments
 (0)