diff --git a/src/coremotion.cs b/src/coremotion.cs index 4b5726daea42..87947c658f18 100644 --- a/src/coremotion.cs +++ b/src/coremotion.cs @@ -683,7 +683,7 @@ public enum CMDeviceMotionSensorLocation : long { [iOS (14,0)][Watch (7,0)] [MacCatalyst (14,0)] - [Mac (12,0)] + [NoMac] [BaseType (typeof(NSObject))] interface CMHeadphoneMotionManager { @@ -691,12 +691,10 @@ interface CMHeadphoneMotionManager { [Export ("authorizationStatus")] CMAuthorizationStatus AuthorizationStatus { get; } - [NoMac] [Wrap ("WeakDelegate")] [NullAllowed] ICMHeadphoneMotionManagerDelegate Delegate { get; set; } - [NoMac] [NullAllowed, Export ("delegate", ArgumentSemantic.Weak)] NSObject WeakDelegate { get; set; } diff --git a/tests/xtro-sharpie/macOS-CoreMotion.todo b/tests/xtro-sharpie/macOS-CoreMotion.todo deleted file mode 100644 index e3b614a320bf..000000000000 --- a/tests/xtro-sharpie/macOS-CoreMotion.todo +++ /dev/null @@ -1 +0,0 @@ -!unknown-type! CMHeadphoneMotionManager bound