Files
voice-cat/clients/apple/dotnet/VoiceCat.iOS/Main.cs
T
Talon c6715028c1
.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
Add managed UIKit iOS client
2026-09-19 15:43:37 +02:00

4 lines
80 B
C#

using UIKit;
UIApplication.Main(args, null, typeof(VoiceCat.iOS.AppDelegate));