Releases: bazelbuild/apple_support
Releases · bazelbuild/apple_support
0.6.0
-
This release is tested with Bazel 0.24
-
Adds ObjC provider migration helper for framework fields. c86bf4c
Please use the apple_support.0.6.0.tar.gz
release asset from your Bazel WORKSPACE
.
SHA-256 digest: 7356dbd44dea71570a929d1d4731e870622151a5f27164d966dda97305f33471
0.5.0
apple_support.path_placeholders.sdkroot
&apple_support.path_placeholders.xcode
are both functions now.- Minor implementation and documentation improvements.
Complete list of changes between 0.4.0 and 0.5.0.
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.