From 7ddb433f99879967cc3ff538fcd2652c8a09e805 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Filiph=20Sandstr=C3=B6m?= Date: Tue, 26 Jul 2022 22:43:53 +0200 Subject: [PATCH] Ladybird/Meta: Enable macOS high-dpi support This also adds an Info.plist file required to properly build macOS applications. --- Ladybird/Info.plist | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 Ladybird/Info.plist diff --git a/Ladybird/Info.plist b/Ladybird/Info.plist new file mode 100644 index 0000000000..814470b485 --- /dev/null +++ b/Ladybird/Info.plist @@ -0,0 +1,24 @@ + + + + + NSPrincipalClass + NSApplication + CFBundleIconFile + + CFBundlePackageType + APPL + CFBundleGetInfoString + Ladybird + CFBundleSignature + + CFBundleExecutable + Ladybird + CFBundleIdentifier + com.serenity.Ladybird + NSPrincipalClass + NSApplication + NSHighResolutionCapable + True + +