- This release is tested with Bazel 0.21.0.
apple_genrule
has been removed fromrules_apple
. Please load it from its new location inapple_support
.- To load the new
apple_genrule
, useload("@build_bazel_apple_support//rules:apple_genrule.bzl", "apple_genrule")
- To load the new
macos_application
andmacos_bundle
is deprecating theproduct_type
attribute. To create macOS Kernel Extensions, Spotlight Importers and XPCServices, usemacos_kernel_extension
,macos_spotlight_importer
andmacos_xpc_service
instead. Theproduct_type
attribute will be removed in a subsequent release.- Multiple bug fixes and cleanups.
Complete list of changes between 0.11.1 and 0.12.0.