Skip to content

Commit

Permalink
Cache more resource processing by default
Browse files Browse the repository at this point in the history
Should remove the need for `apple_precompiled_resource_bundle`.

Signed-off-by: Brentley Jones <[email protected]>
  • Loading branch information
brentleyjones committed Feb 27, 2025
1 parent ec9d864 commit c64f2aa
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions apple/internal/resources.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -93,10 +93,17 @@ load(
)

_CACHEABLE_PROVIDER_FIELDS = [
"asset_catalogs",
"datamodels",
"infoplists",
"metals",
"mlmodels",
"plists",
"pngs",
"storyboards",
"strings",
"texture_atlases",
"xibs",
]

def _get_attr_using_list(*, attr, nested_attr, split_attr_key = None):
Expand Down

0 comments on commit c64f2aa

Please sign in to comment.