reclaim/app/macos/Runner
flemming-it 7e9687afc6 fix(macos): set CFBundleDisplayName to Recl∆Im
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 <sf@flemming.it>
2026-06-18 14:13:52 +02:00
..
Assets.xcassets/AppIcon.appiconset feat: initial F∆I Law-Heatmap Phase 0 scaffold 2026-06-18 11:26:28 +02:00
Base.lproj feat: initial F∆I Law-Heatmap Phase 0 scaffold 2026-06-18 11:26:28 +02:00
Configs feat(brand): rename product to Recl∆Im (Reclaim) across app, bundle, docs 2026-06-18 13:42:55 +02:00
AppDelegate.swift feat: initial F∆I Law-Heatmap Phase 0 scaffold 2026-06-18 11:26:28 +02:00
DebugProfile.entitlements feat(ui): inline the normative text + open-source URL 2026-06-18 13:43:22 +02:00
Info.plist fix(macos): set CFBundleDisplayName to Recl∆Im 2026-06-18 14:13:52 +02:00
MainFlutterWindow.swift feat: initial F∆I Law-Heatmap Phase 0 scaffold 2026-06-18 11:26:28 +02:00
Release.entitlements feat(ui): inline the normative text + open-source URL 2026-06-18 13:43:22 +02:00