From 1cb437ba02763c2faa21fdc67241926e3b91f315 Mon Sep 17 00:00:00 2001 From: Maxwell Elliott <56700854+tinder-maxwellelliott@users.noreply.github.com> Date: Thu, 14 Jan 2021 15:49:08 -0800 Subject: [PATCH] Add `strings` attribute to ios_application (#195) Allows users to use the `strings` attribute on `ios_application` rules --- rules/app.bzl | 1 + 1 file changed, 1 insertion(+) 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):