Skip to content

Commit 1e05314

Browse files
committed
chore: Adjust after backport
1 parent 0a2edbe commit 1e05314

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

src/SolutionTemplate/UnoSolutionTemplate.WinUI.netcore/Mobile/macOS/Main.macOS.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,8 @@ public class EntryPoint
88
static void Main(string[] args)
99
{
1010
NSApplication.Init();
11-
<<<<<<< HEAD
12-
NSApplication.SharedApplication.Delegate = new App();
13-
NSApplication.Main(args);
14-
=======
1511
NSApplication.SharedApplication.Delegate = new AppHead();
1612
NSApplication.Main(args);
17-
>>>>>>> a27ca7001c (chore: Adjust AppHead references)
1813
}
1914
}
2015
}

src/SolutionTemplate/UnoSolutionTemplate.WinUI.netcore/Skia.WPF/Wpf/MainWindow.xaml.cs

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,8 @@ public partial class MainWindow : Window
2323
public MainWindow()
2424
{
2525
InitializeComponent();
26-
<<<<<<< HEAD
27-
28-
root.Content = new global::Uno.UI.Skia.Platform.WpfHost(Dispatcher, () => new $ext_safeprojectname$.App());
29-
=======
3026

3127
root.Content = new global::Uno.UI.Skia.Platform.WpfHost(Dispatcher, () => new $ext_safeprojectname$.AppHead());
32-
>>>>>>> a27ca7001c (chore: Adjust AppHead references)
3328
}
3429
}
3530
}

0 commit comments

Comments
 (0)