Fix some availability attributes wrt macOS 10.14.6 (#6420)

Xcode 11 headers mention 10.14.6 but, at least the current beta, does not
have them...
This commit is contained in:
Sebastien Pouliot 2019-06-25 16:55:37 -04:00 коммит произвёл GitHub
Родитель 17cda968d5
Коммит c9fc959b56
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 4 добавлений и 4 удалений

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

@ -1929,7 +1929,7 @@ namespace CoreAnimation {
}
[NoWatch][NoiOS][NoTV]
[Mac (10,14,6, onlyOn64: true)]
[Mac (10,15, onlyOn64: true)]
[BaseType (typeof (NSObject), Name = "CAEDRMetadata")]
[DisableDefaultCtor]
interface CAEdrMetadata {

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

@ -210,17 +210,17 @@ namespace CoreGraphics {
[Field ("kCGColorSpaceITUR_2020_PQ_EOTF")]
NSString Itur_2020_PQ_Eotf { get; }
[Mac (10,14,6, onlyOn64: true)][iOS (13,0)]
[Mac (10,15, onlyOn64: true)][iOS (13,0)]
[TV (13,0)][Watch (6,0)]
[Field ("kCGColorSpaceDisplayP3_PQ_EOTF")]
NSString DisplayP3_PQ_Eotf { get; }
[Mac (10,14,6, onlyOn64: true)][iOS (13,0)]
[Mac (10,15, onlyOn64: true)][iOS (13,0)]
[TV (13,0)][Watch (6,0)]
[Field ("kCGColorSpaceDisplayP3_HLG")]
NSString DisplayP3_Hlg { get; }
[Mac (10,14,6, onlyOn64: true)][iOS (13,0)]
[Mac (10,15, onlyOn64: true)][iOS (13,0)]
[TV (13,0)][Watch (6,0)]
[Field ("kCGColorSpaceITUR_2020_HLG")]
NSString Itur_2020_Hlg { get; }