Create watchOS applications and bundles
mainThe rules_apple repository provides specialized Bazel rules for building watchOS applications, bundles, and dynamic frameworks. The primary rules available for watchOS development are:
watchos_application: Used to define a watchOS application.watchos_build_test: Used for building and testing watchOS targets.watchos_dynamic_framework: Used to create dynamic frameworks specifically for watchOS.