Skip to content

Commit 662b026

Browse files
committed
Update namer
1 parent 4edff5a commit 662b026

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

namer/codelab_rebuild.yaml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,21 @@ steps:
99
- name: Strip DEVELOPMENT_TEAM
1010
strip-lines-containing: DEVELOPMENT_TEAM =
1111
path: namer_app/ios/Runner.xcodeproj/project.pbxproj
12+
- name: Add .gemini directory
13+
mkdir: namer_app/.gemini
14+
- name: Add .gemini/settings.json
15+
path: namer_app/.gemini/settings.json
16+
replace-contents: |
17+
{
18+
"mcpServers": {
19+
"dart": {
20+
"command": "dart",
21+
"args": [
22+
"mcp-server"
23+
]
24+
}
25+
}
26+
}
1227
- name: Add deps
1328
path: namer_app
1429
flutter: pub add english_words provider

0 commit comments

Comments
 (0)