Skip to content

Commit e428fef

Browse files
Fix docs for upstream Bazel changes (#2538)
Signed-off-by: Brentley Jones <github@brentleyjones.com>
1 parent 35a4613 commit e428fef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/rules-apple.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@ ios_application(
475475
| :------------- | :------------- | :------------- | :------------- | :------------- |
476476
| <a id="provisioning_profile_repository-name"></a>name | A unique name for this repository. | <a href="https://bazel.build/concepts/labels#target-names">Name</a> | required | |
477477
| <a id="provisioning_profile_repository-fallback_profiles"></a>fallback_profiles | - | <a href="https://bazel.build/concepts/labels">Label</a> | optional | `None` |
478-
| <a id="provisioning_profile_repository-repo_mapping"></a>repo_mapping | In `WORKSPACE` settings only: a dictionary from local repository name to global repository name. This allows controls over workspace dependency resolution for dependencies of this repository.<br><br>For example, an entry `"@foo": "@bar"` declares that, for any time this repository depends on `@foo` (such as a dependency on `@foo//some:target`, it should actually resolve that dependency within globally-declared `@bar` (`@bar//some:target`).<br><br>This attribute is _not_ supported in `MODULE.bazel` settings (when invoking a repository rule inside a module extension's implementation function). | <a href="https://bazel.build/rules/lib/dict">Dictionary: String -> String</a> | optional | |
478+
| <a id="provisioning_profile_repository-repo_mapping"></a>repo_mapping | In `WORKSPACE` context only: a dictionary from local repository name to global repository name. This allows controls over workspace dependency resolution for dependencies of this repository.<br><br>For example, an entry `"@foo": "@bar"` declares that, for any time this repository depends on `@foo` (such as a dependency on `@foo//some:target`, it should actually resolve that dependency within globally-declared `@bar` (`@bar//some:target`).<br><br>This attribute is _not_ supported in `MODULE.bazel` context (when invoking a repository rule inside a module extension's implementation function). | <a href="https://bazel.build/rules/lib/dict">Dictionary: String -> String</a> | optional | |
479479

480480
**ENVIRONMENT VARIABLES**
481481

0 commit comments

Comments
 (0)