Skip to content

Speech iOS xcode16.2 b2

Rolf Bjarne Kvinge edited this page Nov 29, 2024 · 2 revisions

#Speech.framework https://github.com/xamarin/xamarin-macios/pull/21724

diff -ruN /Applications/Xcode_16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/Speech.framework/Headers/SFErrors.h /Applications/Xcode_16.2.0-beta2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/Speech.framework/Headers/SFErrors.h
--- /Applications/Xcode_16.1.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/Speech.framework/Headers/SFErrors.h	2024-09-29 03:38:48
+++ /Applications/Xcode_16.2.0-beta2.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/System/Library/Frameworks/Speech.framework/Headers/SFErrors.h	2024-10-24 21:58:29
@@ -26,6 +26,9 @@
     
     /** A custom language model file was malformed */
     SFSpeechErrorCodeMalformedSupplementalModel = 8,
+    
+    /** Operation timed out */
+    SFSpeechErrorCodeTimeout = 10,
 } API_AVAILABLE(macos(14), ios(17), tvos(18));
 
 NS_ASSUME_NONNULL_END
Clone this wiki locally