File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 21
21
"target" : " //tools/generator:generator" ,
22
22
"working_directory" : null
23
23
},
24
- "name" : " Generator " ,
24
+ "name" : " generator " ,
25
25
"test_action" : {
26
26
"build_configuration_name" : " Debug" ,
27
27
"targets" : [
Original file line number Diff line number Diff line change 21
21
"target" : " //tools/generator:generator" ,
22
22
"working_directory" : null
23
23
},
24
- "name" : " Generator " ,
24
+ "name" : " generator " ,
25
25
"test_action" : {
26
26
"build_configuration_name" : " Debug" ,
27
27
"targets" : [
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ GENERATOR_SCHEME_AUTOGENERATION_MODE = "all"
8
8
def get_xcode_schemes ():
9
9
return [
10
10
xcode_schemes .scheme (
11
- name = "Generator " ,
11
+ name = "generator " ,
12
12
launch_action = xcode_schemes .launch_action (
13
13
"//tools/generator:generator" ,
14
14
),
You can’t perform that action at this time.
0 commit comments