onatcipli / rename

The Rename CLI Tool is a utility designed to modify your Flutter project's AppName and BundleId across various platforms, such as iOS, Android, Macos, Linux, Windows and Web
https://pub.dev/packages/rename
MIT License
164 stars 39 forks source link

CFBundleDisplayName not updating #37

Closed theyokohamalife closed 1 year ago

theyokohamalife commented 2 years ago

Inside the Info.plist there is a <key>CFBundleDisplayName</key> and a <key>CFBundleName</key>.

Running rename --appname yourappname -t ios will only update the <key>CFBundleName</key>.

Is there a way to change both using this package so they're the same?

AGliddon commented 2 years ago

This is a major issue for us too.

CFBundleName is mostly ignored in favour of CFBundleDisplayName. The latter is used as the app title for the icon on the iOS home screen as well as all system popups that refer to the app by name.

myfknoll commented 1 year ago

Same here. But seems that there is a pull request already: https://github.com/onatcipli/rename/pull/33

onatcipli commented 1 year ago

The PR merged thanks for the effort please get the 2.1.1 version