We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
disable_legacy_signing
1 parent ab3cc34 commit 35a4613Copy full SHA for 35a4613
1 file changed
apple/internal/partials/framework_import.bzl
@@ -185,7 +185,7 @@ def _framework_import_partial_impl(
185
files_by_framework[framework_basename] +
186
framework_binaries_by_framework[framework_basename]
187
)
188
- if provisioning_profile:
+ if codesign_args and provisioning_profile:
189
input_files.append(provisioning_profile)
190
execution_requirements = {"no-sandbox": "1"}
191
if platform_prerequisites.platform.is_device:
0 commit comments