blob: 790951c165398d83b3cc27e1e6fc147b4043ec8c [file] [log] [blame]
<!-- Generated with Stardoc: http://skydoc.bazel.build -->
<a name="#apple_related_rule"></a>
## apple_related_rule
<pre>
apple_related_rule(<a href="#apple_related_rule-name">name</a>, <a href="#apple_related_rule-first">first</a>, <a href="#apple_related_rule-fourth">fourth</a>, <a href="#apple_related_rule-second">second</a>, <a href="#apple_related_rule-third">third</a>)
</pre>
This rule does apple-related things.
### Attributes
<table class="params-table">
<colgroup>
<col class="col-param" />
<col class="col-description" />
</colgroup>
<tbody>
<tr id="apple_related_rule-name">
<td><code>name</code></td>
<td>
<a href="https://bazel.build/concepts/labels#target-names">Name</a>; required
<p>
A unique name for this target.
</p>
</td>
</tr>
<tr id="apple_related_rule-first">
<td><code>first</code></td>
<td>
<a href="https://bazel.build/concepts/labels">Label</a>; required
</td>
</tr>
<tr id="apple_related_rule-fourth">
<td><code>fourth</code></td>
<td>
Boolean; optional
</td>
</tr>
<tr id="apple_related_rule-second">
<td><code>second</code></td>
<td>
<a href="https://bazel.build/rules/lib/dict">Dictionary: String -> String</a>; required
</td>
</tr>
<tr id="apple_related_rule-third">
<td><code>third</code></td>
<td>
<a href="https://bazel.build/concepts/labels">Label</a>; required
</td>
</tr>
</tbody>
</table>