rules_apple
rules_apple copied to clipboard
Use apple_platforms_split_transition for ios/tvos_static_framework rules
This change addresses removal of workaround introduced on
- Removes
_apple_common_multi_arch_split_keyfrom transition_support lib. - Use
cc_toolchain_forwarderfor_child_configuration_dummyattribute. - Use rule descriptor
deps_cfgfor j2objc and Bazel's binary linking API attributes. - Introduce a new rule base transition that propagates
apple_platforms.
PiperOrigin-RevId: 461995942 (cherry picked from commit 15a38a1ea07504beb40c50088db7fb81cec808c6)