We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Ran the following commands:
At first tried:
When that did not work, tried:
All this did was change 2 lines in
macos/Runner/Configs/AppInfo.xcconfig
: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.
The text was updated successfully, but these errors were encountered: