From 6ef05083f9d0b7d9342aaf0eb3c741d7d9c22eb0 Mon Sep 17 00:00:00 2001 From: Nicholas Long Date: Tue, 12 Nov 2024 08:08:30 -0800 Subject: [PATCH] Update examples/integration/xcodeproj_targets.bzl Co-authored-by: Brentley Jones Signed-off-by: Nicholas Long --- examples/integration/xcodeproj_targets.bzl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/integration/xcodeproj_targets.bzl b/examples/integration/xcodeproj_targets.bzl index a9baed879..f6767ed0f 100644 --- a/examples/integration/xcodeproj_targets.bzl +++ b/examples/integration/xcodeproj_targets.bzl @@ -152,7 +152,7 @@ SCHEME_AUTOGENERATION_CONFIG = xcschemes.autogeneration_config( ".*UnwantedScheme.*", ], test = xcschemes.autogeneration.test( - test_options = xcschemes.test_options( + options = xcschemes.test_options( app_language = "en", app_region = "US", )