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/fonts | ||
| lib | ||
| macos | ||
| test | ||
| web | ||
| .gitignore | ||
| .metadata | ||
| analysis_options.yaml | ||
| build-macos.sh | ||
| pubspec.lock | ||
| pubspec.yaml | ||
| README.md | ||
| setup.sh | ||
reclaim_app
Recl∆Im (F∆I) client
Getting Started
This project is a starting point for a Flutter application.
A few resources to get you started if this is your first Flutter project:
For help getting started with Flutter development, view the online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.