blob: f14b8395519a8e6ef4bd723c7e16f8babf36f123 [file] [log] [blame]
module(
name = "rules_xcodeproj",
version = "0.12.0",
repo_name = "com_github_buildbuddy_io_rules_xcodeproj",
compatibility_level = 1,
)
bazel_dep(name = "bazel_skylib", version = "1.3.0")
bazel_dep(name = "rules_swift", version = "1.5.1", repo_name = "build_bazel_rules_swift")
bazel_dep(name = "rules_apple", version = "2.0.0", repo_name = "build_bazel_rules_apple")
non_module_deps = use_extension("//xcodeproj:extensions.bzl", "non_module_deps")
use_repo(
non_module_deps,
"rules_xcodeproj_index_import",
"com_github_kylef_pathkit",
"com_github_tadija_aexml",
"com_github_michaeleisel_jjliso8601dateformatter",
"com_github_michaeleisel_zippyjsoncfamily",
"com_github_michaeleisel_zippyjson",
"com_github_tuist_xcodeproj",
"com_github_apple_swift_collections",
)