Skip to content

Releases: bazelbuild/apple_support

0.6.0

01 Apr 19:19
Compare
Choose a tag to compare
  • 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

Complete list of changes

0.5.0

26 Feb 18:37
Compare
Choose a tag to compare
  • 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

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.