github bazelbuild/rules_apple 0.12.0

latest releases: 4.2.0, 4.1.2, 4.1.1...
6 years ago
  • This release is tested with Bazel 0.21.0.
  • apple_genrule has been removed from rules_apple. Please load it from its new location in apple_support.
    • To load the new apple_genrule, use load("@build_bazel_apple_support//rules:apple_genrule.bzl", "apple_genrule")
  • macos_application and macos_bundle is deprecating the product_type attribute. To create macOS Kernel Extensions, Spotlight Importers and XPCServices, use macos_kernel_extension, macos_spotlight_importer and macos_xpc_service instead. The product_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.

Don't miss a new rules_apple release

NewReleases is sending notifications on new releases.