We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
no-remote
1 parent 14a8b6c commit 7b3b70fCopy full SHA for 7b3b70f
apple/internal/processor.bzl
@@ -429,7 +429,9 @@ def _bundle_partial_outputs_files(
429
"no-sandbox": "1",
430
}
431
432
- if platform_prerequisites.platform.is_device and provisioning_profile:
+ if (codesigning_command and
433
+ platform_prerequisites.platform.is_device and
434
+ provisioning_profile):
435
# Added so that the output of this action is not cached remotely,
436
# in case multiple developers sign the same artifact with different
437
# identities.
0 commit comments