| commit | c3ff213c52cd5030cd3fcf85fd8ce8e5186dafad | [log] [tgz] |
|---|---|---|
| author | Yuta Saito <kateinoigakukun@gmail.com> | Tue Sep 03 10:45:43 2019 -0700 |
| committer | Copybara-Service <copybara-worker@google.com> | Tue Sep 03 10:46:37 2019 -0700 |
| tree | 0ca48e2a2800a715ae1bb015477e73f2b2da49f3 | |
| parent | b51f956dbd814967abd81dce202518bd3990856b [diff] |
Update ios-app.md to load git_repository Closes #9302. PiperOrigin-RevId: 266965298
diff --git a/site/docs/tutorial/ios-app.md b/site/docs/tutorial/ios-app.md index fa5c7e4..71b6503 100644 --- a/site/docs/tutorial/ios-app.md +++ b/site/docs/tutorial/ios-app.md
@@ -100,6 +100,7 @@ rules to your `WORKSPACE` file: ``` +load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository") git_repository( name = "build_bazel_rules_apple", remote = "https://github.com/bazelbuild/rules_apple.git",