From 7e9687afc6eaa54fece44f1184c1f736852a1630 Mon Sep 17 00:00:00 2001 From: flemming-it Date: Thu, 18 Jun 2026 14:13:52 +0200 Subject: [PATCH] =?UTF-8?q?fix(macos):=20set=20CFBundleDisplayName=20to=20?= =?UTF-8?q?Recl=E2=88=86Im?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The macOS window title and the application menu bar (About / Hide / Quit) were rendering 'reclaim_app' — the technical bundle name — because Info.plist only carried CFBundleName from $(PRODUCT_NAME). CFBundleDisplayName takes precedence for everything the user sees, so adding it pins the product name independently of the binary filename. The .app is still reclaim_app.app on disk; the title bar now reads Recl∆Im. Signed-off-by: flemming-it --- app/macos/Runner/Info.plist | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app/macos/Runner/Info.plist b/app/macos/Runner/Info.plist index 4789daa..cce19fa 100644 --- a/app/macos/Runner/Info.plist +++ b/app/macos/Runner/Info.plist @@ -14,6 +14,8 @@ 6.0 CFBundleName $(PRODUCT_NAME) + CFBundleDisplayName + Recl∆Im CFBundlePackageType APPL CFBundleShortVersionString