0.11.0
- This release is tested with Bazel 0.20.0 and 0.21.0.
apple_genrule
is being removed fromrules_apple
. Please load it from its new location inapple_support
.apple_framework_import
has been split intoapple_dynamic_framework_import
andapple_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
andobjc_library
can now reference resources through thedata
attribute. During 2019, we'll start removing support for the resources attributes inswift_library
andobjc_library
, leaving onlydata
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 aprovisioning_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.