[corespotlight] Update for Xcode 12 beta 3 (#9194)

This commit is contained in:
Sebastien Pouliot 2020-07-25 11:31:44 -04:00 коммит произвёл GitHub
Родитель 93c1bbb215
Коммит 45180a2349
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -259,11 +259,11 @@ namespace CoreSpotlight {
interface CSSearchableItemAttributeSet : NSCopying, NSSecureCoding {
[Deprecated (PlatformName.iOS, 14,0, message: "Use '.ctor(UTType)' instead.")]
[Deprecated (PlatformName.MacOSX, 10,16, message: "Use '.ctor(UTType)' instead.")]
[Deprecated (PlatformName.MacOSX, 11,0, message: "Use '.ctor(UTType)' instead.")]
[Export ("initWithItemContentType:")]
IntPtr Constructor (string itemContentType);
[iOS (14,0)][TV (14,0)][Mac (10,16)]
[iOS (14,0)][TV (14,0)][Mac (11,0)]
[Export ("initWithContentType:")]
IntPtr Constructor (UTType contentType);