-
Notifications
You must be signed in to change notification settings - Fork 516
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
AppKit b3 changes #2347
AppKit b3 changes #2347
Conversation
src/appkit.cs
Outdated
|
||
[Mac (10, 13)] | ||
[Field ("NSImageNameTouchBarRemoveTemplate")] | ||
TouchBarRemoveTemplate |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor: missing trailing comma.
src/appkit.cs
Outdated
@@ -11323,6 +11331,14 @@ partial interface NSPasteboard // NSPasteboard does _not_ implement NSPasteboard | |||
[Field ("NSPasteboardTypeFindPanelSearchOptions")] | |||
NSString NSPasteboardTypeFindPanelSearchOptions { get; } | |||
|
|||
[Mac (10, 13)] | |||
[Field ("NSPasteboardTypeURL")] | |||
NSString NSPasteboardTypeURL { get; } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Url
, not URL
src/appkit.cs
Outdated
|
||
[Mac (10, 13)] | ||
[Field ("NSPasteboardTypeFileURL")] | ||
NSString NSPasteboardTypeFileURL { get; } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Url
, not URL
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I really need to burn Url in my head, it always "looks wrong".
Build failure |
Build success |
No description provided.