[Appkit] Update to Xcode 9.3 beta 2 (#3433)

This commit is contained in:
Alex Soto 2018-02-09 13:10:41 -06:00 коммит произвёл Sebastien Pouliot
Родитель f6c1a7656b
Коммит 13b196ec6b
2 изменённых файлов: 7 добавлений и 6 удалений

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

@ -2088,7 +2088,7 @@ namespace XamCore.AppKit {
}
[BaseType (typeof (NSControl))]
interface NSButton : NSAccessibilityButton {
interface NSButton : NSAccessibilityButton, NSUserInterfaceCompression {
[Export ("initWithFrame:")]
IntPtr Constructor (CGRect frameRect);
@ -13693,6 +13693,10 @@ namespace XamCore.AppKit {
[Export ("customizationLabel")]
string CustomizationLabel { get; set; }
[Mac (10,13)]
[Export ("view")]
INSUserInterfaceCompression View { get; }
}
[BaseType (typeof (NSObject))]
@ -26015,6 +26019,8 @@ namespace XamCore.AppKit {
NSUserInterfaceCompressionOptions StandardOptions { get; }
}
interface INSUserInterfaceCompression { }
[Mac (10, 13)]
[Protocol]
interface NSUserInterfaceCompression

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

@ -1,5 +0,0 @@
!missing-protocol-conformance! NSButton should conform to NSUserInterfaceCompression
!missing-selector! NSButton::activeCompressionOptions not bound
!missing-selector! NSButton::compressWithPrioritizedCompressionOptions: not bound
!missing-selector! NSButton::minimumSizeWithPrioritizedCompressionOptions: not bound
!missing-selector! NSSliderTouchBarItem::view not bound