rename
rename copied to clipboard
Does not work for MacOS
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.