Skip to content
This repository has been archived by the owner on Feb 21, 2024. It is now read-only.

Commit

Permalink
fix: templated project name for Release-production flavour (#319)
Browse files Browse the repository at this point in the history
  • Loading branch information
alestiago authored Jan 26, 2024
1 parent f0d03c9 commit c056973
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@
CLANG_ENABLE_MODULES = YES;
CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
ENABLE_BITCODE = NO;
FLAVOR_APP_NAME = testApp;
FLAVOR_APP_NAME = "{{project_name.titleCase()}}";
INFOPLIST_FILE = Runner/Info.plist;
LD_RUNPATH_SEARCH_PATHS = (
"$(inherited)",
Expand Down

0 comments on commit c056973

Please sign in to comment.