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

Commit c056973

Browse files
authored
fix: templated project name for Release-production flavour (#319)
1 parent f0d03c9 commit c056973

File tree

1 file changed

+1
-1
lines changed
  • brick/__brick__/{{project_name.snakeCase()}}/ios/Runner.xcodeproj

1 file changed

+1
-1
lines changed

brick/__brick__/{{project_name.snakeCase()}}/ios/Runner.xcodeproj/project.pbxproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -459,7 +459,7 @@
459459
CLANG_ENABLE_MODULES = YES;
460460
CURRENT_PROJECT_VERSION = "$(FLUTTER_BUILD_NUMBER)";
461461
ENABLE_BITCODE = NO;
462-
FLAVOR_APP_NAME = testApp;
462+
FLAVOR_APP_NAME = "{{project_name.titleCase()}}";
463463
INFOPLIST_FILE = Runner/Info.plist;
464464
LD_RUNPATH_SEARCH_PATHS = (
465465
"$(inherited)",

0 commit comments

Comments
 (0)