- ❌ = Don't know if this should be renamed
- ✓ = This should be renamed
- ✅ = Renaming this is implemented
android/app/build.gradle
> android > defaultConfig > applicationId ✅android/app/build.gradle
> android > namespace ✅android/app/src/debug/AndroidManifest.xml
> manifest > package ✅android/app/src/main/AndroidManifest.xml
> manifest > package ✅android/app/src/profile/AndroidManifest.xml
> manifest > package ✅
ios/Runner.xcodeproj/project.pbxproj
> PRODUCT_BUNDLE_IDENTIFIER ✅
linux/CMakeLists.txt
> APPLICATION_ID ✅
macos/Runner/Configs/AppInfo.xcconfig
> PRODUCT_BUNDLE_IDENTIFIER ✅macos/Runner.xcodeproj/project.pbxproj
> PRODUCT_BUNDLE_IDENTIFIER ✅
windows/runner/Runner.rc
> CompanyName ✅
macos/Runner/Configs/AppInfo.xcconfig
> PRODUCT_COPYRIGHT ✅
windows/runner/Runner.rc
> LegalCopyright ✅
android/app/src/main/AndroidManifest.xml
> manifest > application > android:label ✅
ios/Runner/Info.plist
> CFBundleDisplayName ✅ios/Runner/Info.plist
> CFBundleName (max 15 chars, shows warning) ✅
linux/my_application.cc
> gtk_header_bar_set_title ✅linux/my_application.cc
> gtk_window_set_title ✅linux/runner/my_application.cc
> gtk_header_bar_set_title ✅linux/runner/my_application.cc
> gtk_window_set_title ✅
macos/Runner/Configs/AppInfo.xcconfig
> PRODUCT_NAME ✅macos/Runner.xcodeproj/project.pbxproj
> .app ✅macos/Runner.xcodeproj/xcshareddata/xcschemes/Runner.xcscheme
> BuildableName ✅
web/index.html
> html > head > meta:apple-mobile-web-app-title ✅web/index.html
> html > head > title ✅web/manifest.json
> name ✅web/manifest.json
> short_name ✅
windows/CMakeLists.txt
> project ❌windows/runner/main.cpp
> CreateAndShow ✅windows/runner/main.cpp
> Create ✅windows/runner/Runner.rc
> FileDescription ✅windows/runner/Runner.rc
> InternalName ✅windows/runner/Runner.rc
> ProductName ✅
linux/CMakeLists.txt
> BINARY_NAME ✅
windows/CMakeLists.txt
> BINARY_NAME ✅windows/runner/Runner.rc
> OriginalFilename ✅
android/app/src/main
> lang used > New Folder Structure > MainActivity File ✅