Skip to content

Commit 35a4613

Browse files
Support disable_legacy_signing when importing frameworks (#2536)
Signed-off-by: Brentley Jones <github@brentleyjones.com>
1 parent ab3cc34 commit 35a4613

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apple/internal/partials/framework_import.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ def _framework_import_partial_impl(
185185
files_by_framework[framework_basename] +
186186
framework_binaries_by_framework[framework_basename]
187187
)
188-
if provisioning_profile:
188+
if codesign_args and provisioning_profile:
189189
input_files.append(provisioning_profile)
190190
execution_requirements = {"no-sandbox": "1"}
191191
if platform_prerequisites.platform.is_device:

0 commit comments

Comments
 (0)