xamarin-macios/tests/introspection/iOS
Sebastien Pouliot ae0da0aa69 [scenekit] Audit (xtro) fixes (#2648)
This looks like an Apple breaking change (since `SCNAnimation` is new)
but we now have:

> typedef void (^SCNAnimationEventBlock)(id<SCNAnimation> animation, id animatedObject, BOOL playingBackward);

bound as

> delegate void SCNAnimationEventHandler (CAAnimation animation, NSObject animatedObject, bool playingBackward);

and `CAAnimation` conforms to `SCNAnimation` but *only* the later is
available on watchOS. The delegate is only updated (since it's new)
on our watchOS profile.

xtro references:

(watchos)
!unknown-protocol! SCNCameraControlConfiguration bound

(tvos/watchos)
!missing-selector! SCNAnimation::animationEvents not bound
!missing-selector! SCNAnimation::setAnimationEvents: not bound
!missing-selector! SCNConstraint::isEnabled not bound
!missing-selector! SCNConstraint::setEnabled: not bound

!missing-field! SCNSceneSourceConvertToYUpKey not bound
!missing-field! SCNSceneSourceConvertUnitsToMetersKey not bound

(ios/tvos)
!missing-protocol-conformance! SCNNode should conform to UIFocusItem
2017-09-12 15:14:49 -04:00
..
Assets.xcassets/AppIcons.appiconset Move parts of dontlink tests into new introspection tests (#32) 2016-05-04 20:14:32 -04:00
AppDelegate.cs Move parts of dontlink tests into new introspection tests (#32) 2016-05-04 20:14:32 -04:00
Info.plist [tests] Remove Classic test projects, and make the Unified test projects the master projects. (#858) 2016-09-21 22:55:10 +02:00
LaunchScreen.storyboard Move parts of dontlink tests into new introspection tests (#32) 2016-05-04 20:14:32 -04:00
Main.cs Move parts of dontlink tests into new introspection tests (#32) 2016-05-04 20:14:32 -04:00
iOSApiClassPtrTest.cs Move parts of dontlink tests into new introspection tests (#32) 2016-05-04 20:14:32 -04:00
iOSApiCtorInitTest.cs [Xcode9] Add IOSurface bindings (#2363) 2017-09-05 08:57:58 -04:00
iOSApiFieldTest.cs [Xcode9] Add IOSurface bindings (#2363) 2017-09-05 08:57:58 -04:00
iOSApiPInvokeTest.cs [generator] Fix native enum in native delegates return types. Fixes #53058 (#1823) 2017-03-06 08:17:50 +01:00
iOSApiProtocolTest.cs [scenekit] Audit (xtro) fixes (#2648) 2017-09-12 15:14:49 -04:00
iOSApiSelectorTest.cs [scenekit] Audit (xtro) fixes (#2648) 2017-09-12 15:14:49 -04:00
iOSApiSignatureTest.cs Add some missing *Async version for existing API (#1527) 2017-03-07 13:55:37 -05:00
iOSApiTypoTest.cs [introspection tests] Ignore typo checker on watchOS, there's no API available for it. 2016-06-27 13:07:37 +02:00
iOSApiWeakPropertyTest.cs [Vision] Add bindings for Xcode 9 Beta 1, 2 & 3 (#2301) 2017-07-18 11:12:10 -05:00
iOSCoreImageFiltersTest.cs Move parts of dontlink tests into new introspection tests (#32) 2016-05-04 20:14:32 -04:00
introspection-ios.csproj [Test][Intro] Fix introspection test on API changes for Xcode 9 Beta 1 (#2191) 2017-06-10 00:07:11 -07:00