Releases: bazelbuild/rules_apple
Releases · bazelbuild/rules_apple
0.1.0
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
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.