Skip to content

Commit 20c1493

Browse files
Fix when xcschemes.autogeneration_config.test is not set (#3108)
Signed-off-by: Brentley Jones <[email protected]>
1 parent 5ec1745 commit 20c1493

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xcodeproj/internal/xcodeproj_incremental_rule.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,7 @@ def _write_autogeneration_config_file(
219219
args = actions.args()
220220
args.set_param_file_format("multiline")
221221

222-
args.add_all(config.get("test_options"))
222+
args.add_all(config.get("test_options"), ["", ""])
223223
args.add_all(
224224
config.get("scheme_name_exclude_patterns", []),
225225
omit_if_empty = False,

0 commit comments

Comments
 (0)