Releases: bazelbuild/apple_support
0.9.1
-
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
0.8.0
- 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
0.7.2
- 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
0.7.1
0.7.0
- 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
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.