Skip to content

Commit c6a8284

Browse files
committed
Yet another bazel 7 fix
1 parent ffd150b commit c6a8284

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apple/internal/partials/app_assets_validation.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def _app_assets_validation_partial_impl(
5959
if app_icons:
6060
valid_icon_extensions = (
6161
_VALID_ICON_EXTENSIONS_FOR_PRODUCT_TYPE.get(product_type, None) or
62-
_VALID_ICON_EXTENSIONS_FOR_PLATFORM[platform_prerequisites.platform_type]
62+
_VALID_ICON_EXTENSIONS_FOR_PLATFORM[str(platform_prerequisites.platform_type)]
6363
)
6464
for resource in app_icons:
6565
resource_short_path = resource.short_path

0 commit comments

Comments
 (0)