Files
voice-cat/clients/apple/dotnet/VoiceCat.Mac/Program.cs
T
Talon e5ff484cac
.NET port / test (macos-latest) (push) Canceled after 0s
.NET port / test (ubuntu-24.04) (push) Canceled after 0s
.NET port / test (windows-latest) (push) Canceled after 0s
.NET port / apple-client (push) Canceled after 0s
.NET port / cpp-conformance (push) Canceled after 0s
Start managed macOS AppKit client
2026-09-16 17:34:16 +02:00

6 lines
151 B
C#

using AppKit;
NSApplication.Init();
NSApplication.SharedApplication.Delegate = new VoiceCat.Mac.AppDelegate();
NSApplication.SharedApplication.Run();