Skip to content

0.11.0

Compare
Choose a tag to compare
@sergiocampama sergiocampama released this 20 Dec 17:32
· 1951 commits to master since this release
  • This release is tested with Bazel 0.20.0 and 0.21.0.
  • apple_genrule is being removed from rules_apple. Please load it from its new location in apple_support.
  • apple_framework_import has been split into apple_dynamic_framework_import and apple_static_framework_import. (thanks @kastiglione and @keith !)
  • apple_static_framework_import now supports propagation of bundled resources and force linking of the binaries. (thanks @kastiglione and @keith !)
  • Bundled frameworks are no longer signed with entitlements (thanks @jfaust !)
  • swift_library and objc_library can now reference resources through the data attribute. During 2019, we'll start removing support for the resources attributes in swift_library and objc_library, leaving only data as the entry point to reference resources.
  • tvOS and watchOS rules no longer create an intermediate apple_binary target.
  • Additional Associated Domains validation (thanks @dierksen !)
  • ios_ui_test now accepts a provisioning_profile attribute used to run UI tests on devices (thanks @xinzhengzhang !)
  • Various cleanups, bug fixes, tweaks.

Complete list of changes between 0.10.0 and 0.11.0.