1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 15:37:46 +00:00

MacPDF: Create window UI in code instead of in xib

No intentional behavior change.
This commit is contained in:
Nico Weber 2023-10-03 09:07:55 -04:00 committed by Andreas Kling
parent dcf40892b8
commit 6b9afcfb7c
4 changed files with 12 additions and 41 deletions

View file

@ -10,7 +10,6 @@ set(CMAKE_BUILD_WITH_INSTALL_RPATH FALSE)
add_compile_options(-DAK_DONT_REPLACE_STD)
set(RESOURCES
MacPDFDocument.xib
MainMenu.xib
)