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

Does not work for MacOS #57

Open
LeFrenchTouch opened this issue Oct 14, 2024 · 0 comments
Open

Does not work for MacOS #57

LeFrenchTouch opened this issue Oct 14, 2024 · 0 comments

Comments

@LeFrenchTouch
Copy link

LeFrenchTouch commented Oct 14, 2024

Ran the following commands:
At first tried:

rename setAppName -t macos -v "NewName"
rename setBundleId -t macos -v "com.whatever.newname"

When that did not work, tried:

flutter pub global run rename setAppName -t macos -v "NewName"
flutter pub global run rename setBundleId -t macos -v "com.whatever.newname"

All this did was change 2 lines in macos/Runner/Configs/AppInfo.xcconfig:

PRODUCT_NAME = NewName
PRODUCT_BUNDLE_IDENTIFIER = com.whatever.newname

The app still showed the previous app name after these commands.

That is a far cry from all that is needed to rename a Flutter MacOS app.

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

No branches or pull requests

1 participant