Skip to content

Commit

Permalink
Update rules_apple to 2.3.0 + remove bitcode support
Browse files Browse the repository at this point in the history
  • Loading branch information
mattrobmattrob committed Jun 1, 2023
1 parent eb811e6 commit 9ed5211
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 12 deletions.
10 changes: 0 additions & 10 deletions rules/framework.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -720,16 +720,6 @@ def _bundle_dynamic_framework(ctx, is_extension_safe, avoid_deps):
label_name = label.name,
),
)
processor_partials.append(
partials.bitcode_symbols_partial(
actions = actions,
binary_artifact = binary_artifact,
bitcode_symbol_maps = debug_outputs.bitcode_symbol_maps,
dependency_targets = dep_frameworks,
label_name = label.name,
platform_prerequisites = platform_prerequisites,
),
)
processor_partials.append(
partials.codesigning_dossier_partial(
actions = actions,
Expand Down
4 changes: 2 additions & 2 deletions rules/repositories.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -91,10 +91,10 @@ def rules_ios_dependencies(
_maybe(
github_repo,
name = "build_bazel_rules_apple",
ref = "935d5ad80300578f35833db26f124f20aeda9cba",
ref = "915ac30a9fa1fd3809599a5ab90fa1c6640fe8dc",
project = "bazelbuild",
repo = "rules_apple",
sha256 = "46186d7ceb726aedce566458b4a3e389fa2b20ce5a714180c74c875fc1a945fb",
sha256 = "0204016496a39d5c70247650e098905d129f25347c7e1f019f838ca74252ce2d",
)

_maybe(
Expand Down

0 comments on commit 9ed5211

Please sign in to comment.