def apple_resource_bundle(
*,
name: str,
default_target_platform: None | str = None,
target_compatible_with: list[str] = [],
compatible_with: list[str] = [],
exec_compatible_with: list[str] = [],
visibility: list[str] = [],
within_view: list[str] = ["PUBLIC"],
metadata: OpaqueMetadata = {},
tests: list[str] = [],
modifiers: OpaqueMetadata = [],
_apple_platforms: dict[str, str] = {},
_apple_toolchain: str = "gh_facebook_buck2_shims_meta//:apple-resources",
_apple_tools: str = "prelude//apple/tools:apple-tools",
_bundle_target_name: str,
_compile_resources_locally_override: None | bool = None,
_info_plist_identify_build_system_default: bool = False,
asset_catalogs_compilation_options: dict[str, typing.Any] = {},
binary: None | str = None,
copy_public_framework_headers: None | bool = None,
deps: list[str] = [],
extension: str,
ibtool_flags: None | list[str] = None,
info_plist: str,
info_plist_identify_build_system: None | bool = None,
info_plist_substitutions: dict[str, str] = {},
labels: list[str] = [],
module_map: None | str = None,
privacy_manifest: None | str = None,
product_name: None | str = None,
product_name_from_module_name: bool = False,
resource_group: None | str = None,
resource_group_map: None | str = None,
universal: None | bool = None,
) -> None