flutter_flavorizr icon indicating copy to clipboard operation
flutter_flavorizr copied to clipboard

CFBundleDisplayName is not replaced by $(BUNDLE_NAME) variable

Open dJani97 opened this issue 2 years ago • 2 comments

Hi!

I'm flavorizing an existing app, and I've noticed that the CFBundleDisplayName property in the Info.plist file didn't get replaced by the respectable variable. I had to change it manually.

It worked well on Android, so I expected it to work out-of-the-box on iOS too.

flutter_flavorizr: ^2.1.3

I'm happy to provide further information if necessary.

dJani97 avatar Apr 04 '22 22:04 dJani97

Hi @dJani97 , according to the official documentation, you should use CFBundleDisplayName only if your app name is longer than the CFBundleName. Can you please elaborate your thoughts?

AngeloAvv avatar Apr 09 '22 12:04 AngeloAvv

https://stackoverflow.com/a/15423880/5588637

if preset $(BUNDLE_NAME) to CFBundleDisplayName property in the Info.plist, i think is better

WingCH avatar Apr 23 '22 02:04 WingCH