Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion src/coredata.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@
using System;
using Foundation;
using ObjCRuntime;
#if MONOMAC
using AppKit;
#endif
#if !WATCH
using CoreSpotlight;
#endif
Expand Down Expand Up @@ -909,7 +912,10 @@ interface NSQueryGenerationToken : NSSecureCoding, NSCopying
interface NSManagedObjectContext : NSCoding
#if !WATCH && !TVOS
, NSLocking
#endif // !WATCH
#endif
#if MONOMAC
, NSEditor, NSEditorRegistration
#endif
{

[NullAllowed] // by default this property is null
Expand Down
2 changes: 0 additions & 2 deletions tests/xtro-sharpie/macOS-AppKit.todo

This file was deleted.