Update dependency build_bazel_rules_apple to v0.34.2 #39
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
0.18.0
->0.34.2
Release Notes
bazelbuild/rules_apple
v0.34.2
Compare Source
_j2objc_dead_code_pruner
at HEAD.--test_env=COVERAGE_PRODUCE_JSON=1
to generate json coverage output when running tests, thanks @maxwellEtvos_sim_arm64
config setting, thanks @dflemsPlease use the release asset from your Bazel WORKSPACE instead of
GitHub's asset to reduce download size and improve reproducibility.
SHA-256 digest:
12865e5944f09d16364aa78050366aca9dc35a32a018fa35f5950238b08bf744
v0.34.1
Compare Source
v0.34.0
Compare Source
--test_env=REUSE_GLOBAL_SIMULATOR=1
. It's recommended you pass--local_test_jobs=1
when using this feature to avoid any races between multiple test bundles attempting to run on the simulator at the same time--test_arg=--destination=platform=ios_device,id=YOUR_DEVICE_UDID
bazel coverage
in iOS and macOS tests--test_filter=-FeatureTests/someTest
, thanks @birwin93!TEST_SRCDIR
in iOS unit tests environmentPlease use the release asset from your Bazel WORKSPACE instead of
GitHub's asset to reduce download size and improve reproducibility.
SHA-256 digest:
4161b2283f80f33b93579627c3bd846169b2d58848b0ffb29b5d4db35263156a
v0.33.0
Compare Source
--ios_multi_cpus=x86_64
if you need the previous behavior)additional_linker_inputs
to some rulesuniversal_apple_binary
rule for multi-arch binariesPlease use the release asset from your Bazel WORKSPACE instead of
GitHub's asset to reduce download size and improve reproducibility.
SHA-256 digest:
a5f00fd89eff67291f6cd3efdc8fad30f4727e6ebb90718f3f05bbf3c3dd5ed7
v0.32.0
Compare Source
--define=apple.package_symbols
was removed and replaced with settinginclude_symbols_in_bundle
on the top level bundle target, such asios_application
instead--test_arg=--coommand_line_args=arg
to pass extra arguments through toxctestrunner
, thanks @ra1028!watchos_unit_test
andwatchos_ui_test
rulesmacos_unit_test
on M1 macs, thanks @Aigeruth!minimum_deployment_os_version
attribute, see https://github.com/bazelbuild/rules_apple/pull/1099 for detailsapple.skip_codesign_simulator_bundles
feature to skip codesigning on specific targets. This will eventually replaceapple.codesign_simulator_bundles
ios_sim_arm64
architecture support for building for the arm64 simulator (requires bazel 5.0)Please use the release asset from your Bazel WORKSPACE instead of
GitHub's asset to reduce download size and improve reproducibility.
SHA-256 digest:
77e8bf6fda706f420a55874ae6ee4df0c9d95da6c7838228b26910fc82eea5a2
v0.31.3
Compare Source
StdRedirect.dylib
which was removed from bazel corePlease use the release asset from your Bazel WORKSPACE instead of
GitHub's asset to reduce download size and improve reproducibility.
SHA-256 digest:
0052d452af7742c8f3a4e0929763388a66403de363775db7e90adecb2ba4944b
v0.31.2
Compare Source
Please use the release asset from your Bazel WORKSPACE instead of
GitHub's asset to reduce download size and improve reproducibility.
SHA-256 digest:
c84962b64d9ae4472adfb01ec2cf1aa73cb2ee8308242add55fa7cc38602d882
v0.31.1
Compare Source
Please use the release asset from your Bazel WORKSPACE instead of
GitHub's asset to reduce download size and improve reproducibility.
SHA-256 digest:
84f34c95e68f65618b54c545f75e2df73559af47fb42ae28b17189fcebb7ed17
v0.31.0
Compare Source
WARNING: Avoid this release, there is a bug in the codesigning logic that causes a python crash
[ios|watchos|tvos]_dynamic_framework
targets to be depended on by byswift_library
targetsBundleTreeApp
actions to be cachedswiftsourceinfo
files from imported frameworkscodesign_inputs
to supportcodesignopts
with remote executionPlease use the release asset from your Bazel WORKSPACE instead of
GitHub's asset to reduce download size and improve reproducibility.
SHA-256 digest:
f2ac067bae73433186aaaac03027d454f01b5ca409e8df00eec0310da76a8033
v0.30.0
Compare Source
ios_dynamic_framework
rule thanks to @mccorkill1watchos_static_framework
rule thanks to @BalestraPatrickavoid_deps
to static framework rulesobjc_intent_library
andswift_intent_library
thanks to @steevebundle_only
for dynamic framework importsprovides_main
Please use the release asset from your Bazel WORKSPACE instead of GitHub's asset to reduce download size and improve reproducibility.
SHA-256 digest:
09423d57ace0fca1b84e19326dc9aadd42f2be52f1b5a15bc652d18c2c1dee71
v0.21.2
Compare Source
failed to open liblaunch_sim.dylib
actool errorPlease use the rules_apple.0.21.2.tar.gz release asset from your Bazel WORKSPACE.
SHA-256 digest:
a41a75c291c69676b9974458ceee09aea60cee0e1ee282e27cdc90b679dfd30f
v0.21.1
Compare Source
--incompatible_require_linker_input_cc_api
with SwiftPlease use the rules_apple.0.21.1.tar.gz release asset from your Bazel WORKSPACE.
SHA-256 digest:
734813e44eb5a2fcba5ffd45de9fe5d05325420a5aa1f6c97a3d88fe2c525b17
v0.21.0
Compare Source
Add support for using
--test_filter
with multiple test casesSupport Metal files in resource bundles
Support custom executable name for rules that create executables
Allow App Extensions to be bundle loaders
Strip bitcode from imported dynamic frameworks and Swift standard libraries when building without bitcode
Generate and include the symbols files in the IPA file with
--define=apple.package_symbols=true
Support substitution of PRODUCT_BUNDLE_PACKAGE_TYPE in Info.plist
Pass extra
--test_args
through to xctestrunnerAdd support for App Clips
Enable configuration transition for rules
Sign simulator bundles with com.apple.security.get-task-allow
Add codesignopts argument for adding custom codesign flags
Add ability to import user-provided dSYM to apple_dynamic_framework_import
This release is tested with Bazel 3.7.0
Please use the rules_apple.0.21.0.tar.gz release asset from your Bazel WORKSPACE.
SHA-256 digest:
9537af9ca8a978a9832c08c1bc194897d3805b35fc82dcfedaea1c7626043e5b
v0.20.0
Compare Source
Please use the
rules_apple.0.20.0.tar.gz
release asset from your Bazel WORKSPACE.SHA-256 digest:
55f4dc1c9bf21bb87442665f4618cff1f1343537a2bd89252078b987dcd9c382
v0.19.0
Compare Source
data
field onobjc_library
instead of thedeps
field. (161c41c)ios_unit_test_suite
) now shares the test bundle across all targets, deduplicating linking and resources processing when building multiple test targets simultaneously. (c922ca6)tvos_static_framework
. (ee4869e)ios_static_frameworks
andtvos_static_frameworks
. Check the documentation for more details. (5360e4d)Thanks to the following contributors:
Please use the
rules_apple.0.19.0.tar.gz
release asset from your BazelWORKSPACE
.SHA-256 digest:
7a7afdd4869bb201c9352eed2daf37294d42b093579b70423490c1b4d4f6ce42
[Complete list of changes](
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate. View repository job log here.