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> |
||
|---|---|---|
| .. | ||
| Assets.xcassets/AppIcon.appiconset | ||
| Base.lproj | ||
| Configs | ||
| AppDelegate.swift | ||
| DebugProfile.entitlements | ||
| Info.plist | ||
| MainFlutterWindow.swift | ||
| Release.entitlements | ||