Skip to content

Commit

Permalink
Accept resources through objc_library's data attribute.
Browse files Browse the repository at this point in the history
RELNOTES: None
PiperOrigin-RevId: 226331973
  • Loading branch information
sergiocampama committed Dec 20, 2018
1 parent a6c64d5 commit 4945c20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apple/internal/aspects/resource_aspect.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ load(
# have these attributes) will dissapear. The new resource rules will either have specific attributes
# or use data, but in any of those cases, this list won't be used as if there are specific
# attributes, we will not merge them to split them again.
# TODO(b/121042700): Enable objc_library resource collection in data.
_NATIVE_RESOURCE_ATTRS = [
"asset_catalogs",
"data",
"datamodels",
"resources",
"storyboards",
Expand Down

0 comments on commit 4945c20

Please sign in to comment.