From 4fa0c6d19c00699d55cc646de0930124012f4bb6 Mon Sep 17 00:00:00 2001 From: Rolf Bjarne Kvinge Date: Fri, 20 Jun 2025 13:02:43 +0200 Subject: [PATCH] [xcode26.0] Update CoreML to beta 1. --- src/coreml.cs | 3 +++ .../api-annotations-dotnet/MacCatalyst-CoreML.todo | 1 - tests/xtro-sharpie/api-annotations-dotnet/iOS-CoreML.todo | 1 - tests/xtro-sharpie/api-annotations-dotnet/macOS-CoreML.todo | 1 - tests/xtro-sharpie/api-annotations-dotnet/tvOS-CoreML.todo | 1 - 5 files changed, 3 insertions(+), 4 deletions(-) delete mode 100644 tests/xtro-sharpie/api-annotations-dotnet/MacCatalyst-CoreML.todo delete mode 100644 tests/xtro-sharpie/api-annotations-dotnet/iOS-CoreML.todo delete mode 100644 tests/xtro-sharpie/api-annotations-dotnet/macOS-CoreML.todo delete mode 100644 tests/xtro-sharpie/api-annotations-dotnet/tvOS-CoreML.todo diff --git a/src/coreml.cs b/src/coreml.cs index 05933e1954a..5f369fae96c 100644 --- a/src/coreml.cs +++ b/src/coreml.cs @@ -85,6 +85,9 @@ public enum MLMultiArrayDataType : long { Float = 0x10000 | 32, /// The array stores 32-bit integer values. Int32 = 0x20000 | 32, + /// The array stores 8-bit integer values. + [iOS (26, 0), Mac (26, 0), TV (26, 0), MacCatalyst (26, 0)] + Int8 = 0x20000 | 8, } /// Enumerates the form of a . diff --git a/tests/xtro-sharpie/api-annotations-dotnet/MacCatalyst-CoreML.todo b/tests/xtro-sharpie/api-annotations-dotnet/MacCatalyst-CoreML.todo deleted file mode 100644 index 00b5172f804..00000000000 --- a/tests/xtro-sharpie/api-annotations-dotnet/MacCatalyst-CoreML.todo +++ /dev/null @@ -1 +0,0 @@ -!missing-enum-value! MLMultiArrayDataType native value MLMultiArrayDataTypeInt8 = 131080 not bound diff --git a/tests/xtro-sharpie/api-annotations-dotnet/iOS-CoreML.todo b/tests/xtro-sharpie/api-annotations-dotnet/iOS-CoreML.todo deleted file mode 100644 index 00b5172f804..00000000000 --- a/tests/xtro-sharpie/api-annotations-dotnet/iOS-CoreML.todo +++ /dev/null @@ -1 +0,0 @@ -!missing-enum-value! MLMultiArrayDataType native value MLMultiArrayDataTypeInt8 = 131080 not bound diff --git a/tests/xtro-sharpie/api-annotations-dotnet/macOS-CoreML.todo b/tests/xtro-sharpie/api-annotations-dotnet/macOS-CoreML.todo deleted file mode 100644 index 00b5172f804..00000000000 --- a/tests/xtro-sharpie/api-annotations-dotnet/macOS-CoreML.todo +++ /dev/null @@ -1 +0,0 @@ -!missing-enum-value! MLMultiArrayDataType native value MLMultiArrayDataTypeInt8 = 131080 not bound diff --git a/tests/xtro-sharpie/api-annotations-dotnet/tvOS-CoreML.todo b/tests/xtro-sharpie/api-annotations-dotnet/tvOS-CoreML.todo deleted file mode 100644 index 00b5172f804..00000000000 --- a/tests/xtro-sharpie/api-annotations-dotnet/tvOS-CoreML.todo +++ /dev/null @@ -1 +0,0 @@ -!missing-enum-value! MLMultiArrayDataType native value MLMultiArrayDataTypeInt8 = 131080 not bound