Skip to content

Commit

Permalink
Update code after radar 32929318 and 32897776 are fixed in b4 (#2394)
Browse files Browse the repository at this point in the history
  • Loading branch information
chamons authored Aug 1, 2017
1 parent 33f77ff commit 4d3d350
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 3 additions & 4 deletions src/appkit.cs
Original file line number Diff line number Diff line change
Expand Up @@ -22716,10 +22716,9 @@ partial interface NSText {
[Notification, Field ("NSTextDidChangeNotification")]
NSString DidChangeNotification { get; }

//radar 32929318 - Does not exist in binaries
//[Mac (10, 13)]
//[Field ("NSTextMovementUserInfoKey")]
//NSString MovementUserInfoKey { get; }
[Mac (10, 13)]
[Field ("NSTextMovementUserInfoKey")]
NSString MovementUserInfoKey { get; }
}

partial interface NSTextInputContext {
Expand Down
2 changes: 0 additions & 2 deletions tests/introspection/Mac/MacApiCtorInitTest.cs
Original file line number Diff line number Diff line change
Expand Up @@ -206,8 +206,6 @@ protected override void CheckToString (NSObject obj)
// Crashes on 10.13
case "MonoMac.AppKit.NSStoryboard":
case "AppKit.NSStoryboard":
case "MonoMac.CoreImage.CIImageAccumulator":
case "CoreImage.CIImageAccumulator": // 32897776
case "MonoMac.AVFoundation.AVCaptureInputPort": // https://bugzilla.xamarin.com/show_bug.cgi?id=57668
case "AVFoundation.AVCaptureInputPort": // https://bugzilla.xamarin.com/show_bug.cgi?id=57668
// Crashes on 10.12
Expand Down

0 comments on commit 4d3d350

Please sign in to comment.