Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix different CFBundleName and CFBundleDisplayName on iOS info.plist #7

Closed
wants to merge 4 commits into from

Conversation

AndGreen
Copy link

@AndGreen AndGreen commented Jul 2, 2022

What: Fix the case when users already manually change the default name of the app before.

How: Replaced String bundleName with Map<String, String> bundleNames, that contains CFBundleName and CFBundleDisplayName if are exists, that will replace CFBundleName and CFBundleDisplayName in Info.plist for new bundle name also if they are not equals.

Also added new test for that case and removed some unused code at common.dart.

P. S. It's my first public pull-request for open source, so thank you for a feedback :)

@AndGreen AndGreen mentioned this pull request Jul 2, 2022
@f-prime f-prime closed this Oct 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants