Releases: bazelbuild/apple_support
Releases · bazelbuild/apple_support
0.4.0
- Adds
xcode_support
to help with Xcode related configurations. - Minor cleanups.
0.3.0
- Adds an
apple_genrule
rule. This replaces rules_apple'sapple_genrule
rule. In addition to this, this newapple_genrule
will now also set theSDKROOT
environment variable, meaning thatapple_genrule
targets that usexcrun
usages will be affected. If your use case intended to runxcrun
targeting macOS platforms, you can force this by adding--sdk macosx
to thexcrun
invocation.
0.2.0
apple_support.run_shell
is modified to account for a bazel issue inctx.actions.run_shell
when running on Apple platforms.- CI infrastructure tweaks.
0.1.1
0.1.0
Initial release.
This repository contains Starlark support code for Bazel rules that target Apple platforms.