diff --git a/rules/app.bzl b/rules/app.bzl index 4454452f1..27a0be421 100644 --- a/rules/app.bzl +++ b/rules/app.bzl @@ -18,6 +18,7 @@ _IOS_APPLICATION_KWARGS = [ "resources", "app_icons", "tags", + "strings", ] def write_info_plists_if_needed(name, plists):