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", )