Skip to content

Commit 2742547

Browse files
committed
Rename custom scheme to generator
1 parent 8f9abfa commit 2742547

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

test/fixtures/generator/bwb_spec.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"target": "//tools/generator:generator",
2222
"working_directory": null
2323
},
24-
"name": "Generator",
24+
"name": "generator",
2525
"test_action": {
2626
"build_configuration_name": "Debug",
2727
"targets": [

test/fixtures/generator/bwx_spec.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"target": "//tools/generator:generator",
2222
"working_directory": null
2323
},
24-
"name": "Generator",
24+
"name": "generator",
2525
"test_action": {
2626
"build_configuration_name": "Debug",
2727
"targets": [

tools/generator/xcodeproj_targets.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ GENERATOR_SCHEME_AUTOGENERATION_MODE = "all"
88
def get_xcode_schemes():
99
return [
1010
xcode_schemes.scheme(
11-
name = "Generator",
11+
name = "generator",
1212
launch_action = xcode_schemes.launch_action(
1313
"//tools/generator:generator",
1414
),

0 commit comments

Comments
 (0)