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

update CFBundleDisplayName while updating ios AppName #33

Closed azisyus closed 1 year ago

azisyus commented 2 years ago

Package obviously updates app name but forgets to update "CFBundleDisplayName". Since it effects to visible app name this PR is mandatory.

--appname "New Test Package Name" --bundleId com.newtestpackagename

Now you get this result: newstuff

Instead of this: oldstuff

onatcipli commented 2 years ago

Thank you for the PR, I will check it and update the repository if it is necessary

Does the project you run above code have some flavors? @azisyus

azisyus commented 2 years ago

Yes. @onatcipli

myfknoll commented 1 year ago

Can we merge this please? 🦄

Trulsmatias commented 1 year ago

Bumping this. Is there any reason this hasn't been merged yet?