Skip to content

Commit

Permalink
Merge ea57da1 into c980223
Browse files Browse the repository at this point in the history
  • Loading branch information
russellhancox committed Aug 17, 2021
2 parents c980223 + ea57da1 commit db24e2d
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions WORKSPACE
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ apple_support_dependencies()
git_repository(
name = "MOLAuthenticatingURLSession",
remote = "https://github.com/google/macops-molauthenticatingurlsession.git",
tag = "v3.0",
commit = "7ef7af5c732eb8b9375af29a65262be5d97ad391", # tag = v3.0
shallow_since = "1620062009 -0400",
)

git_repository(
Expand All @@ -40,15 +41,17 @@ git_repository(
git_repository(
name = "MOLXPCConnection",
remote = "https://github.com/google/macops-molxpcconnection.git",
tag = "v2.1",
commit = "2c67c925c2b57fea9af551295d2b6711b38bb224", # tag = v2.1
shallow_since = "1564684202 -0400",
)

# FMDB

new_git_repository(
name = "FMDB",
remote = "https://github.com/ccgus/fmdb.git",
tag = "2.7.7",
commit = "61e51fde7f7aab6554f30ab061cc588b28a97d04", # tag = 2.7.7
shallow_since = "1589301502 -0700",
build_file_content = """
objc_library(
name = "FMDB",
Expand All @@ -66,7 +69,8 @@ objc_library(
new_git_repository(
name = "OCMock",
remote = "https://github.com/erikdoe/ocmock",
tag = "v3.8.1",
commit = "4a49ebb985bc16fae9489771aa35482ccbea14a3", # tag = v3.8.1
shallow_since = "1609349457 +0100",
build_file_content = """
objc_library(
name = "OCMock",
Expand Down

0 comments on commit db24e2d

Please sign in to comment.