Skip to content

Commit

Permalink
Add strings attribute to ios_application (#195)
Browse files Browse the repository at this point in the history
Allows users to use the `strings` attribute on `ios_application` rules
  • Loading branch information
tinder-maxwellelliott authored Jan 14, 2021
1 parent 11b0051 commit 1cb437b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions rules/app.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ _IOS_APPLICATION_KWARGS = [
"resources",
"app_icons",
"tags",
"strings",
]

def write_info_plists_if_needed(name, plists):
Expand Down

0 comments on commit 1cb437b

Please sign in to comment.