这是indexloc提供的服务,不要输入任何密码
Skip to content

Releases: bazelbuild/apple_support

0.9.1

04 Nov 20:36
4103ed6
Compare
Choose a tag to compare
  • Fix compatibility with bazelbuild/bazel#5903

  • This release is tested with Bazel 3.7.0.

  • Depend on Skylib 1.0.2

Please use the apple_support.0.9.1.tar.gz release asset from your Bazel WORKSPACE.

SHA-256 digest: 02ac04ff0a0de1e891a1fa8839cc6a5957e3c4a80856545aa35a786d15aad108

0.9.0

28 Sep 20:52
Compare
Choose a tag to compare
  • This release is tested with Bazel 3.5.0.
  • Depend on Skylib 1.0.2

Please use the apple_support.0.9.0.tar.gz release asset from your Bazel WORKSPACE.

SHA-256 digest: 36d60bce680446ab534b141c47f2aef6b9c598267ef3450b7d74b9d81e1fd6bd

0.8.0

07 Aug 22:20
Compare
Choose a tag to compare
  • This release is tested with Bazel 3.1.0.
  • Depend on Skylib 1.0.2

Please use the apple_support.0.8.0.tar.gz release asset from your Bazel WORKSPACE.

SHA-256 digest: a5117190075ba395c7f6ee5ac42bb9f8bc44cc11f427a55b5f16ec69a01c89cb

Complete list of changes

0.7.2

09 Oct 18:49
Compare
Choose a tag to compare
  • This release is tested with Bazel 1.0.0.
  • Depend on Skylib 1.0.2 8c585c6

Please use the apple_support.0.7.2.tar.gz release asset from your Bazel WORKSPACE.

SHA-256 digest: 9114c452eee622598cf9cdc90ecb12b06af7f914f33440b26deba9a9704d450c

Complete list of changes

0.7.1

09 Aug 18:28
Compare
Choose a tag to compare
  • This release is tested with Bazel 0.28.1
  • Minor fix for bzl_library deps dd200a8
  • Depend on Skylib 0.9.0 e16463e

Please use the apple_support.0.7.1.tar.gz release asset from your Bazel WORKSPACE.

SHA-256 digest: 122ebf7fe7d1c8e938af6aeaee0efe788a3a2449ece5a8d6a428cb18d6f88033

Complete list of changes

0.7.0

05 Aug 16:05
Compare
Choose a tag to compare
  • This release is tested with Bazel 0.28.1
  • Add a bzl_library incase something needs it from here. 590e39f

Please use the apple_support.0.7.0.tar.gz release asset from your Bazel WORKSPACE.

SHA-256 digest: a078cbb882fabc22be103019851d1395977bcad8a044da8153817b3eea9d2eec

Complete list of changes

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.