diff --git a/src/intents.cs b/src/intents.cs index e2e68fbcf2..af536fbe6f 100644 --- a/src/intents.cs +++ b/src/intents.cs @@ -1935,7 +1935,7 @@ namespace XamCore.Intents { } [Introduced (PlatformName.iOS, 10, 0)] - [Introduced (PlatformName.MacOSX, 10, 12, PlatformArchitecture.Arch64)] // <- FIXME: Verify if true with Introspection tests on macOS 10.12 + [Introduced (PlatformName.MacOSX, 10, 12, PlatformArchitecture.Arch64)] [BaseType (typeof (INIntentResolutionResult))] [DisableDefaultCtor] interface INMessageAttributeOptionsResolutionResult { @@ -1968,7 +1968,7 @@ namespace XamCore.Intents { } [Introduced (PlatformName.iOS, 10, 0)] - [Introduced (PlatformName.MacOSX, 10, 12, PlatformArchitecture.Arch64)] // <- FIXME: Verify if true with Introspection tests on macOS 10.12 + [Introduced (PlatformName.MacOSX, 10, 12, PlatformArchitecture.Arch64)] [BaseType (typeof (INIntentResolutionResult))] [DisableDefaultCtor] interface INMessageAttributeResolutionResult { diff --git a/tests/xtro-sharpie/tvos.ignore b/tests/xtro-sharpie/tvos.ignore index 5b29847779..652cf1e446 100644 --- a/tests/xtro-sharpie/tvos.ignore +++ b/tests/xtro-sharpie/tvos.ignore @@ -44,6 +44,8 @@ !missing-selector! AVCaptureDevice::setAutoFocusRangeRestriction: not bound !missing-selector! AVCaptureDevice::setFocusModeLockedWithLensPosition:completionHandler: not bound !missing-selector! AVCaptureDevice::setSmoothAutoFocusEnabled: not bound +!missing-selector! AVCaptureDevice::isLockingFocusWithCustomLensPositionSupported not bound +!missing-selector! AVCaptureDevice::isLockingWhiteBalanceWithCustomDeviceGainsSupported not bound ## AVCaptureDevice_AVCaptureDeviceHighDynamicRangeSupport !missing-selector! AVCaptureDevice::automaticallyAdjustsVideoHDREnabled not bound diff --git a/tests/xtro-sharpie/tvos.pending b/tests/xtro-sharpie/tvos.pending index d8b515503b..3764c974b4 100644 --- a/tests/xtro-sharpie/tvos.pending +++ b/tests/xtro-sharpie/tvos.pending @@ -161,3 +161,7 @@ ## It seems that Apple added a setter but it seems it is a mistake on the newly added property radar:27929872 !missing-selector! UIViewController::setDisablesAutomaticKeyboardDismissal: not bound + +## enums only exposed from properties marked with UIKIT_CLASS_AVAILABLE_IOS_ONLY(10_0) +!missing-enum! UIImpactFeedbackStyle not bound +!missing-enum! UINotificationFeedbackType not bound diff --git a/tests/xtro-sharpie/watchos.pending b/tests/xtro-sharpie/watchos.pending index f42b599d7f..4ca2efb57d 100644 --- a/tests/xtro-sharpie/watchos.pending +++ b/tests/xtro-sharpie/watchos.pending @@ -79,6 +79,9 @@ !missing-selector! HKDocumentSample::documentType not bound !missing-selector! +HKObjectType::documentTypeForIdentifier: not bound +## key only useful when used with an API not available on watchOS +!missing-field! HKDetailedCDAValidationErrorKey not bound + # HomeKit