Skip to content

Releases: bazelbuild/apple_support

0.4.0

18 Jan 18:02
Compare
Choose a tag to compare
  • Adds xcode_support to help with Xcode related configurations.
  • Minor cleanups.

0.3.0

19 Dec 22:17
Compare
Choose a tag to compare
  • Adds an apple_genrule rule. This replaces rules_apple's apple_genrule rule. In addition to this, this new apple_genrule will now also set the SDKROOT environment variable, meaning that apple_genrule targets that use xcrun usages will be affected. If your use case intended to run xcrun targeting macOS platforms, you can force this by adding --sdk macosx to the xcrun invocation.

0.2.0

19 Dec 15:56
Compare
Choose a tag to compare
  • apple_support.run_shell is modified to account for a bazel issue in ctx.actions.run_shell when running on Apple platforms.
  • CI infrastructure tweaks.

0.1.1

13 Dec 15:10
Compare
Choose a tag to compare

Added a filegroup that can contain code coverage support files that Apple and Swift test rules can reference.

0.1.0

10 Dec 17:01
Compare
Choose a tag to compare

Initial release.

This repository contains Starlark support code for Bazel rules that target Apple platforms.