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

Home Page:https://pub.dev/packages/rename

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CFBundleDisplayName not updating

theyokohamalife opened this issue · comments

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?

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.

Same here. But seems that there is a pull request already:
#33

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