[VisionKit] Add this framework to Mac Catalyst. (#14316)

This commit is contained in:
Rolf Bjarne Kvinge 2022-03-07 09:30:17 +01:00 коммит произвёл GitHub
Родитель e5f7cd78f1
Коммит 0897150a4f
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
3 изменённых файлов: 1 добавлений и 10 удалений

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

@ -2333,6 +2333,7 @@ MACCATALYST_FRAMEWORKS = \
UserNotificationsUI \
VideoToolbox \
Vision \
VisionKit \
WKWebKit \
# List frameworks that have been removed in .NET

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

@ -1,9 +0,0 @@
!missing-protocol! VNDocumentCameraViewControllerDelegate not bound
!missing-selector! +VNDocumentCameraViewController::isSupported not bound
!missing-selector! VNDocumentCameraScan::imageOfPageAtIndex: not bound
!missing-selector! VNDocumentCameraScan::pageCount not bound
!missing-selector! VNDocumentCameraScan::title not bound
!missing-selector! VNDocumentCameraViewController::delegate not bound
!missing-selector! VNDocumentCameraViewController::setDelegate: not bound
!missing-type! VNDocumentCameraScan not bound
!missing-type! VNDocumentCameraViewController not bound

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

@ -665,7 +665,6 @@ public class Frameworks : Dictionary <string, Framework>
case "CHIP":
#endif
case "IdentityLookupUI":
case "VisionKit":
case "WatchConnectivity":
f.Unavailable = true;
break;