aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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",
)
```