aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Googler <noreply@google.com>2017-09-22 12:26:02 -0400
committerGravatar John Cater <jcater@google.com>2017-09-25 09:37:39 -0400
commitff3e01cf8ad1f3d59902a267f158e6be9fa52495 (patch)
tree160d166ad5e912ae1fd368f72b7831c105694eaf
parentfe188d630894d67257989f080a615af9f1415416 (diff)
Update the Bazel iOS tutorial to pull the latest Apple build rules.
PiperOrigin-RevId: 169698060
-rw-r--r--site/docs/tutorial/ios-app.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/docs/tutorial/ios-app.md b/site/docs/tutorial/ios-app.md
index 90a3364298..44d6bcac26 100644
--- a/site/docs/tutorial/ios-app.md
+++ b/site/docs/tutorial/ios-app.md
@@ -118,7 +118,7 @@ repository. To enable this, add the following to your `WORKSPACE` file:
git_repository(
name = "build_bazel_rules_apple",
remote = "https://github.com/bazelbuild/rules_apple.git",
- tag = "0.0.1",
+ commit = "7ea0557",
)
```