Skip to content

Commit

Permalink
[CoreMotion] Add Xcode13 beta5 support.
Browse files Browse the repository at this point in the history
  • Loading branch information
mandel-macaque committed Aug 16, 2021
1 parent 454831f commit b0d0960
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 1 addition & 3 deletions src/coremotion.cs
Original file line number Diff line number Diff line change
Expand Up @@ -683,20 +683,18 @@ public enum CMDeviceMotionSensorLocation : long {

[iOS (14,0)][Watch (7,0)]
[MacCatalyst (14,0)]
[Mac (12,0)]
[NoMac]
[BaseType (typeof(NSObject))]
interface CMHeadphoneMotionManager {

[Static]
[Export ("authorizationStatus")]
CMAuthorizationStatus AuthorizationStatus { get; }

[NoMac]
[Wrap ("WeakDelegate")]
[NullAllowed]
ICMHeadphoneMotionManagerDelegate Delegate { get; set; }

[NoMac]
[NullAllowed, Export ("delegate", ArgumentSemantic.Weak)]
NSObject WeakDelegate { get; set; }

Expand Down
1 change: 0 additions & 1 deletion tests/xtro-sharpie/macOS-CoreMotion.todo

This file was deleted.

0 comments on commit b0d0960

Please sign in to comment.