Skip to content

Commit

Permalink
Make xcodeproj a dev dependency (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiikhliustin authored May 2, 2024
1 parent b27e495 commit 7e48d64
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion MODULE.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,8 @@ non_module_deps = use_extension(
)
use_repo(non_module_deps, "bazelpods_swift_argument_parser")

bazel_dep(name = "rules_xcodeproj", version = "2.2.0")
bazel_dep(
name = "rules_xcodeproj",
version = "2.2.0",
dev_dependency=True
)

0 comments on commit 7e48d64

Please sign in to comment.