Skip to content

Commit c94afdf

Browse files
Use BCR for kylef/PathKit and tuist/xcodeproj deps (#3153)
Closes #3152. --------- Signed-off-by: Matt Robinson <[email protected]>
1 parent 1c84d85 commit c94afdf

36 files changed

+303
-78
lines changed

MODULE.bazel

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@ use_repo(
3131
"rules_xcodeproj_legacy_index_import",
3232
)
3333

34+
# Legacy generator
35+
36+
bazel_dep(name = "xcodeproj", version = "8.27.3", repo_name = "com_github_tuist_xcodeproj")
37+
bazel_dep(name = "pathkit", version = "1.0.1", repo_name = "com_github_kylef_pathkit")
38+
3439
# Non-release dependencies
3540

3641
bazel_dep(
@@ -73,12 +78,10 @@ use_repo(
7378
non_module_deps,
7479
"com_github_apple_swift_argument_parser",
7580
"com_github_apple_swift_collections",
76-
"com_github_kylef_pathkit",
7781
"com_github_michaeleisel_jjliso8601dateformatter",
7882
"com_github_michaeleisel_zippyjson",
7983
"com_github_michaeleisel_zippyjsoncfamily",
8084
"com_github_tadija_aexml",
81-
"com_github_tuist_xcodeproj",
8285
)
8386

8487
dev_non_module_deps = use_extension(

0 commit comments

Comments
 (0)