Releases: bazelbuild/apple_support
2.5.2
What's Changed
Full Changelog: 2.5.1...2.5.2
This release is compatible with 7.x LTS, 8.x LTS, 9.x LTS, and rolling releases.
MODULE.bazel Snippet
bazel_dep(name = "apple_support", version = "2.5.2", repo_name = "build_bazel_apple_support")2.5.1
What's Changed
Full Changelog: 2.5.0...2.5.1
This release is compatible with 7.x LTS, 8.x LTS, 9.x LTS, and rolling releases.
MODULE.bazel Snippet
bazel_dep(name = "apple_support", version = "2.5.1", repo_name = "build_bazel_apple_support")2.5.0
What's Changed
- Enable support for layering_check by default by @keith in #557, this can be disabled with
--repo_env=APPLE_SUPPORT_LAYERING_CHECK_BETA=0 - Fix warning with header parsing by @keith in #560
Full Changelog: 2.4.0...2.5.0
This release is compatible with 7.x LTS, 8.x LTS, 9.x LTS, and rolling releases.
MODULE.bazel Snippet
bazel_dep(name = "apple_support", version = "2.5.0", repo_name = "build_bazel_apple_support")2.4.0
What's Changed
- Add -DDEBUG and -O0 for dbg compiles by @keith in #556
- fix(constraints): change default target_vendor to not_apple by @ma-oli in #500
- Refactored toolchain for upcoming improvements
Full Changelog: 2.3.0...2.4.0
This release is compatible with 7.x LTS, 8.x LTS, 9.x LTS, and rolling releases.
MODULE.bazel Snippet
bazel_dep(name = "apple_support", version = "2.4.0", repo_name = "build_bazel_apple_support")2.3.0
What's Changed
- Use Bazel 9.x instead of rolling for BCR presubmit by @luispadron in #498
- Cherry-pick conditional removal of
apple_fragment.*_sdk_version_flagattributes by @brentleyjones in #499 - Call GetCanonicalPath only if needed to avoid FS overhead by @thelvis4 in #494
New Contributors
Full Changelog: 2.2.0...2.3.0
This release is compatible with 7.x LTS, 8.x LTS, 9.x LTS, and rolling releases.
MODULE.bazel Snippet
bazel_dep(name = "apple_support", version = "2.3.0", repo_name = "build_bazel_apple_support")2.2.0
What's Changed
- Replace the use of
dicts.add(...)with the native operator to union dictionaries by @luispadron in #496 - Changes to fix apple_support for Bazel 9 by @luispadron in #497
Full Changelog: 2.1.0...2.2.0
This release is compatible with 7.x LTS, 8.x LTS, 9.x LTS, and rolling releases.
MODULE.bazel Snippet
bazel_dep(name = "apple_support", version = "2.2.0", repo_name = "build_bazel_apple_support")2.1.0
What's Changed
- fix: set exec_group in apple_support.run calls by @luispadron in #495
Full Changelog: 2.0.0...2.1.0
This release is compatible with 7.x LTS, 8.x LTS, and rolling releases.
MODULE.bazel Snippet
bazel_dep(name = "apple_support", version = "2.1.0", repo_name = "build_bazel_apple_support")2.0.0
Breaking changes
As of this release, we've removed WORKSPACE support from the rules. Projects that still depend on WORKSPACE should not update beyond 1.24.5, or can look at #487 to see what the dependencies are at any given time. WORKSPACE support is removed completely from Bazel starting in Bazel 9.
What's Changed
- remove WORKSPACE support by @aaronsky in #487
- Add support for param files for compiler invocations by @keith in #488
- Enable code coverage in Xcode for clang-built targets by @aaronsky in #491
- Disable absolute coverage-prefix-map feature by default by @aaronsky in #492
Full Changelog: 1.24.5...2.0.0
This release is compatible with 7.x LTS, 8.x LTS, and rolling releases.
MODULE.bazel Snippet
bazel_dep(name = "apple_support", version = "2.0.0", repo_name = "build_bazel_apple_support")1.24.5
What's Changed
- Let libtool print stderr output of underlying tools upon error by @EdSchouten in #484
- feat: publish stardocs with releases by @alexeagle in #474
New Contributors
- @alexeagle made their first contribution in #474
Full Changelog: 1.24.4...1.24.5
This release is compatible with 7.x LTS, 8.x LTS, and rolling releases.
MODULE.bazel Snippet
bazel_dep(name = "apple_support", version = "1.24.5", repo_name = "build_bazel_apple_support")Workspace Snippet
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "build_bazel_apple_support",
sha256 = "1ae6fcf983cff3edab717636f91ad0efff2e5ba75607fdddddfd6ad0dbdfaf10",
url = "https://github.com/bazelbuild/apple_support/releases/download/1.24.5/apple_support.1.24.5.tar.gz",
)
load(
"@build_bazel_apple_support//lib:repositories.bzl",
"apple_support_dependencies",
)
apple_support_dependencies()
load("@bazel_features//:deps.bzl", "bazel_features_deps")
bazel_features_deps()1.24.4
What's Changed
- Handle Xcode version starting with path separator by @ma-oli in #481
- Update rules_cc and fix bazel 9.x support by @keith in #482
Full Changelog: 1.24.3...1.24.4
This release is compatible with 7.x LTS, 8.x LTS, and rolling releases.
MODULE.bazel Snippet
bazel_dep(name = "apple_support", version = "1.24.4", repo_name = "build_bazel_apple_support")Workspace Snippet
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "build_bazel_apple_support",
sha256 = "93456fae59f225693fae7e0fdbb2899433766d7e8c0797ed28e35c6f04b5f255",
url = "https://github.com/bazelbuild/apple_support/releases/download/1.24.4/apple_support.1.24.4.tar.gz",
)
load(
"@build_bazel_apple_support//lib:repositories.bzl",
"apple_support_dependencies",
)
apple_support_dependencies()
load("@bazel_features//:deps.bzl", "bazel_features_deps")
bazel_features_deps()