Ladybird/AppKit: Implement <input type=file> file type filtering

This commit is contained in:
Timothy Flynn 2024-03-14 22:45:28 -04:00 committed by Andreas Kling
commit 3a8bde9ef2
Notes: sideshowbarker 2024-07-16 21:42:29 +09:00
3 changed files with 44 additions and 3 deletions

View file

@ -134,7 +134,10 @@ executable("ladybird_executable") {
"//Userland",
]
frameworks = [ "Cocoa.framework" ]
frameworks = [
"Cocoa.framework",
"UniformTypeIdentifiers.framework",
]
}
if (current_os != "mac") {