[PDFKit] Add support for Xcode 15 beta 8 (#18974)

Per previous discussion, updated availability attributes for added
selector to be latest though Apple docs say otherwise and MacCatalyst
todo was weird, as most of the selectors mentioned are already present.

---------

Co-authored-by: GitHub Actions Autoformatter <github-actions-autoformatter@xamarin.com>
This commit is contained in:
Haritha Mohan 2023-09-11 11:39:02 -04:00 коммит произвёл GitHub
Родитель 3b28b86740
Коммит d21daa168f
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
6 изменённых файлов: 4 добавлений и 12 удалений

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

@ -920,6 +920,10 @@ namespace PdfKit {
[MacCatalyst (13, 1)]
[NullAllowed, Export ("stampName")]
string StampName { get; set; }
[iOS (17, 0), Mac (14, 0), MacCatalyst (17, 0)]
[Export ("activatableTextField")]
bool ActivatableTextField { [Bind ("isActivatableTextField")] get; }
}
[NoiOS]

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

@ -1,8 +0,0 @@
!missing-protocol-conformance! PDFView should conform to UIFindInteractionDelegate
!missing-selector! PDFView::findInteraction not bound
!missing-selector! PDFView::isFindInteractionEnabled not bound
!missing-selector! PDFView::isInMarkupMode not bound
!missing-selector! PDFView::pageOverlayViewProvider not bound
!missing-selector! PDFView::setFindInteractionEnabled: not bound
!missing-selector! PDFView::setInMarkupMode: not bound
!missing-selector! PDFView::setPageOverlayViewProvider: not bound

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

@ -1 +0,0 @@
!missing-selector! PDFAnnotation::isActivatableTextField not bound

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

@ -1 +0,0 @@
!missing-selector! PDFAnnotation::isActivatableTextField not bound

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

@ -1 +0,0 @@
!missing-selector! PDFAnnotation::isActivatableTextField not bound

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

@ -1 +0,0 @@
!missing-selector! PDFAnnotation::isActivatableTextField not bound