We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df4a57e commit 8da4b9bCopy full SHA for 8da4b9b
tutorial/WORKSPACE
@@ -1,11 +1,11 @@
1
load("@bazel_tools//tools/build_defs/repo:http.bzl", "http_archive")
2
load("@bazel_tools//tools/build_defs/repo:git.bzl", "git_repository")
3
4
-git_repository(
+http_archive(
5
name = "build_bazel_rules_apple",
6
- commit = "d16745aa68bed4f68a5d08d54516d3b397603814",
7
- remote = "https://github.com/bazelbuild/rules_apple.git",
8
- shallow_since = "1566925109 -0700",
+ strip_prefix = "rules_apple-b869b0d3868d78a1d4ffd866ccb304fb68aa12c3",
+ sha256 = "bdc8e66e70b8a75da23b79f1f8c6207356df07d041d96d2189add7ee0780cf4e",
+ url = "https://github.com/bazelbuild/rules_apple/archive/b869b0d3868d78a1d4ffd866ccb304fb68aa12c3.tar.gz",
9
)
10
11
load(
0 commit comments