[Speed] Add support Xcode14 beta 1, 2, 3 and 4 (#15627)

This commit is contained in:
Manuel de la Pena 2022-08-05 08:48:55 -04:00 коммит произвёл GitHub
Родитель 94d9e322cd
Коммит 839894852d
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
5 изменённых файлов: 4 добавлений и 8 удалений

Просмотреть файл

@ -71,6 +71,10 @@ namespace Speech {
[iOS (13, 0)]
[Export ("requiresOnDeviceRecognition")]
bool RequiresOnDeviceRecognition { get; set; }
[Mac (13, 0), iOS (16, 0), MacCatalyst (16,0)]
[Export ("addsPunctuation")]
bool AddsPunctuation { get; set; }
}
[iOS (10, 0), Mac (10, 15)]

Просмотреть файл

@ -1,2 +0,0 @@
!missing-selector! SFSpeechRecognitionRequest::addsPunctuation not bound
!missing-selector! SFSpeechRecognitionRequest::setAddsPunctuation: not bound

Просмотреть файл

@ -1,2 +0,0 @@
!missing-selector! SFSpeechRecognitionRequest::addsPunctuation not bound
!missing-selector! SFSpeechRecognitionRequest::setAddsPunctuation: not bound

Просмотреть файл

@ -1,2 +0,0 @@
!missing-selector! SFSpeechRecognitionRequest::addsPunctuation not bound
!missing-selector! SFSpeechRecognitionRequest::setAddsPunctuation: not bound

Просмотреть файл

@ -1,2 +0,0 @@
!missing-selector! SFSpeechRecognitionRequest::addsPunctuation not bound
!missing-selector! SFSpeechRecognitionRequest::setAddsPunctuation: not bound