[quartzcomposer] Update for Xcode 11 beta 1 (#6752)

No other change in b2 to b5
This commit is contained in:
Sebastien Pouliot 2019-08-12 11:54:29 -04:00 коммит произвёл GitHub
Родитель 61c8af15d1
Коммит de97837da9
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -34,6 +34,7 @@ using CoreVideo;
namespace QuartzComposer {
[Deprecated (PlatformName.MacOSX, 10,15)]
[BaseType (typeof (NSObject))]
interface QCComposition : NSCopying {
[Static]
@ -193,6 +194,7 @@ namespace QuartzComposer {
}
[Deprecated (PlatformName.MacOSX, 10,15)]
[BaseType (typeof (NSObject))]
[DisableDefaultCtor] // crash when used (e.g. description) meant to be used thru sharedCompositionRepository
interface QCCompositionRepository {

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

@ -1,2 +0,0 @@
!deprecated-attribute-missing! QCComposition missing a [Deprecated] attribute
!deprecated-attribute-missing! QCCompositionRepository missing a [Deprecated] attribute