We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffd150b commit c6a8284Copy full SHA for c6a8284
apple/internal/partials/app_assets_validation.bzl
@@ -59,7 +59,7 @@ def _app_assets_validation_partial_impl(
59
if app_icons:
60
valid_icon_extensions = (
61
_VALID_ICON_EXTENSIONS_FOR_PRODUCT_TYPE.get(product_type, None) or
62
- _VALID_ICON_EXTENSIONS_FOR_PLATFORM[platform_prerequisites.platform_type]
+ _VALID_ICON_EXTENSIONS_FOR_PLATFORM[str(platform_prerequisites.platform_type)]
63
)
64
for resource in app_icons:
65
resource_short_path = resource.short_path
0 commit comments