diff --git a/src/appkit.cs b/src/appkit.cs index bf9d17924f..eebb4f8fe3 100644 --- a/src/appkit.cs +++ b/src/appkit.cs @@ -716,6 +716,9 @@ namespace XamCore.AppKit { [Lion, Field ("NSApplicationLaunchRemoteNotificationKey")] NSString LaunchRemoteNotificationKey { get; } + [Lion, Field ("NSApplicationLaunchUserNotificationKey")] + NSString LaunchUserNotificationKey { get; } + [Notification, Field ("NSApplicationDidFinishRestoringWindowsNotification")] NSString DidFinishRestoringWindowsNotification { get; } @@ -22284,12 +22287,14 @@ namespace XamCore.AppKit { CGRect RectForSmartMagnificationAtPoint (CGPoint atPoint, CGRect inRect); } +#if !XAMCORE_4_0 [Category, BaseType (typeof (NSApplication))] partial interface NSRemoteNotifications_NSApplication { [MountainLion, Field ("NSApplicationLaunchUserNotificationKey", "AppKit")] NSString NSApplicationLaunchUserNotificationKey { get; } } +#endif partial interface NSControlTextEditingEventArgs { [Export ("NSFieldEditor")]