Add managed UIKit iOS client
.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

This commit is contained in:
2026-09-19 15:43:37 +02:00
parent d0a72176ba
commit c6715028c1
41 changed files with 1110 additions and 40 deletions
+6 -4
View File
@@ -39,14 +39,16 @@ jobs:
global-json-file: dotnet/global.json
cache: true
cache-dependency-path: dotnet/**/packages.lock.json
- name: Install macOS workload
run: dotnet workload install macos --version 10.0.401
- name: Install Apple workloads
run: dotnet workload install macos ios --version 10.0.401
- name: Build and stage native codec/DSP
shell: pwsh
run: ./dotnet/build-native.ps1
- name: Restore managed AppKit client
- name: Build and stage static iOS codec/DSP
run: ./dotnet/build-native-ios.sh
- name: Restore managed Apple clients
run: dotnet restore clients/apple/dotnet/VoiceCat.Apple.slnx
- name: Build managed AppKit client
- name: Build managed AppKit and UIKit clients
run: dotnet build clients/apple/dotnet/VoiceCat.Apple.slnx -c Debug --no-restore
cpp-conformance: