Skip to content

Releases: bazelbuild/rules_apple

0.1.0

11 Oct 14:53
Compare
Choose a tag to compare

This release is compatible with Bazel 0.6.1.

Known issues

  • Bitcode builds may fail because of incompatible flags being passed in from Bazel's CROSSTOOL. This will need to be fixed in that project, but in the meantime, it may be possible to workaround by passing --experimental_objc_crosstool=off to switch back to legacy compilation/linking.

0.0.1

29 Mar 22:00
Compare
Choose a tag to compare
0.0.1 Pre-release
Pre-release

Initial release of the new Apple bundling rules for Bazel. Supports building applications and extensions for iOS, tvOS, and watchOS.

This release is not compatible with the Bazel release that was current at the time of this writing (0.4.5). Please build Bazel from source to use these if you do not wish to wait for the next Bazel release.