Skip to content

Commit

Permalink
Update rules_xcodeproj (#306)
Browse files Browse the repository at this point in the history
It has a new transitive dependency, so it’s worth seeing that in the example.

Signed-off-by: Brentley Jones <github@brentleyjones.com>
  • Loading branch information
brentleyjones authored Sep 7, 2023
1 parent ab628d4 commit b3414e8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@ bazel-*
.settings/
# Maven
target/
# Xcode
*.xcodeproj
8 changes: 6 additions & 2 deletions tutorial/WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ apple_support_dependencies()

http_archive(
name = "rules_xcodeproj",
sha256 = "7967b372bd1777214ce65c87a82ac0630150b7504b443de0315ea52e45758e0c",
url = "https://github.com/MobileNativeFoundation/rules_xcodeproj/releases/download/1.3.3/release.tar.gz",
sha256 = "bc8b1ae066b7333a151fd3a9ebee0d51d7779886bfb8cf9fc6e0f9d6c110fc83",
url = "https://github.com/MobileNativeFoundation/rules_xcodeproj/releases/download/1.10.1/release.tar.gz",
)

load(
Expand All @@ -51,6 +51,10 @@ load(

xcodeproj_rules_dependencies()

load("@bazel_features//:deps.bzl", "bazel_features_deps")

bazel_features_deps()

# rules required by backend

http_archive(
Expand Down

0 comments on commit b3414e8

Please sign in to comment.