rfd
rfd copied to clipboard
Use `allowedContentTypes` instead of `allowedFileTypes`
Per the AppKit docs, allowedFileTypes is deprecated. We should use allowedContentTypes if available. I believe I can PR this this weekend.