2.2.0
Workspace Snippet
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
http_archive(
name = "build_bazel_rules_ios",
sha256 = "e808c66aae36f648c96bed1b011c21b80dbf250183dfd8aefe70d188cab8832e",
url = "https://github.com/bazel-ios/rules_ios/releases/download/2.2.0/rules_ios.2.2.0.tar.gz",
)
load(
"@build_bazel_rules_ios//rules:repositories.bzl",
"rules_ios_dependencies"
)
rules_ios_dependencies()
load(
"@build_bazel_rules_apple//apple:repositories.bzl",
"apple_rules_dependencies",
)
apple_rules_dependencies()
load(
"@build_bazel_rules_swift//swift:repositories.bzl",
"swift_rules_dependencies",
)
swift_rules_dependencies()
load(
"@build_bazel_apple_support//lib:repositories.bzl",
"apple_support_dependencies",
)
apple_support_dependencies()
load(
"@com_google_protobuf//:protobuf_deps.bzl",
"protobuf_deps",
)
protobuf_deps()
What's Changed
- Repro Error: create_swift_module() got unexpected keyword argument: sy… by @jerrymarino in #738
- Make symbol_graph argument conditional by @jerrymarino in #739
- Fix product_type when using
link_dynamic
by @thiagohmcruz in #741 - Differentiate
output_discriminator
when usinglink_dynamic
by @thiagohmcruz in #743 - Add ability to disable passing the -import-underlying-module copt to swift_library targets by @thiagohmcruz in #745
- Remove invalid product type by @jerrymarino in #744
- Pass xccurrentversions explicitly in AppleResourceInfo.datamodels by @thiagohmcruz in #747
- Set xccurrentversion owners by @thiagohmcruz in #748
- Revert xccurrentversion changes by @thiagohmcruz in #753
- Turn off remote cache for local dev, cleanup github actions UI clutter by @jerrymarino in #749
- [Test] Break massive ios_test function into factory by @jerrymarino in #754
- Drops support for xchammer and xcbuildkit by @jszumski in #762
- Fix warnings for a missing base class and pointer mismatch by @jszumski in #763
- [Bazel 6.x.x] sdk_dylib at end of the linker invocation by @jerrymarino in #766
- [Bazel 6.x.x] sim_arm64 middleman fixes by @jerrymarino in #767
Full Changelog: 2.1.0...2.2.0