Skip to content

Commit

Permalink
update docs with same version as CIl
Browse files Browse the repository at this point in the history
  • Loading branch information
keith committed Dec 6, 2024
1 parent fe396d6 commit 408636b
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions doc/providers.md
Original file line number Diff line number Diff line change
Expand Up @@ -212,6 +212,26 @@ Provides information for an Apple dSYM bundle.
| <a id="AppleDsymBundleInfo-transitive_dsyms"></a>transitive_dsyms | `depset` containing `File` references to each of the dSYM bundles that act as transitive dependencies of the given target if any were generated. |


<a id="AppleExecutableBinaryInfo"></a>

## AppleExecutableBinaryInfo

<pre>
AppleExecutableBinaryInfo(<a href="#AppleExecutableBinaryInfo-binary">binary</a>, <a href="#AppleExecutableBinaryInfo-cc_info">cc_info</a>)
</pre>

Contains the executable binary output that was built using
`link_multi_arch_binary` with the `executable` binary type.

**FIELDS**


| Name | Description |
| :------------- | :------------- |
| <a id="AppleExecutableBinaryInfo-binary"></a>binary | The executable binary artifact output by `link_multi_arch_binary`. |
| <a id="AppleExecutableBinaryInfo-cc_info"></a>cc_info | A `CcInfo` which contains information about the transitive dependencies linked into the binary. |


<a id="AppleExtraOutputsInfo"></a>

## AppleExtraOutputsInfo
Expand Down

0 comments on commit 408636b

Please sign in to comment.