Skip to content

Commit

Permalink
Comments
Browse files Browse the repository at this point in the history
  • Loading branch information
MIP9 committed Sep 5, 2023
1 parent c88f946 commit c4b6636
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion apple/internal/codesigning_support.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,7 @@ def _post_process_and_sign_archive_action(
codesign_inputs: Extra inputs needed for the `codesign` tool.
codesignopts: Extra options to pass to the `codesign` tool.
entitlements: Optional file representing the entitlements to sign with.
env: Provided environment variables. Typically from `ctx.configuration.default_shell_env`.
env: Environment variables. Typically from `ctx.configuration.default_shell_env`.
features: List of features enabled by the user. Typically from `ctx.features`.
frameworks_path: The Frameworks path relative to the archive.
input_archive: The `File` representing the archive containing the bundle
Expand Down
4 changes: 2 additions & 2 deletions apple/internal/processor.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -494,7 +494,7 @@ def _bundle_post_process_and_sign(
codesign_inputs: Extra inputs needed for the `codesign` tool.
codesignopts: Extra options to pass to the `codesign` tool.
entitlements: The entitlements file to sign with. Can be `None` if one was not provided.
env: Provided environment variables. Typically from `ctx.configuration.default_shell_env`.
env: Environment variables. Typically from `ctx.configuration.default_shell_env`.
features: List of features enabled by the user. Typically from `ctx.features`.
ipa_post_processor: A file that acts as a bundle post processing tool. May be `None`.
output_archive: The file representing the final bundled, post-processed and signed archive.
Expand Down Expand Up @@ -727,7 +727,7 @@ def _process(
codesign_inputs: Extra inputs needed for the `codesign` tool.
codesignopts: Extra options to pass to the `codesign` tool.
entitlements: The entitlements file to sign with. Can be `None` if one was not provided.
env: Provided environment variables. Typically from `ctx.configuration.default_shell_env`.
env: Environment variables. Typically from `ctx.configuration.default_shell_env`.
features: List of features enabled by the user. Typically from `ctx.features`.
ipa_post_processor: A file that acts as a bundle post processing tool. May be `None`.
output_discriminator: A string to differentiate between different target intermediate files
Expand Down

0 comments on commit c4b6636

Please sign in to comment.