xchammer icon indicating copy to clipboard operation
xchammer copied to clipboard

`load("@xchammer//:BazelExtensions/xcodeproject.bzl", "xcode_project")` instead of `load("@xchammer//:xcodeproject.bzl", "xcode_project")`?

Open imWildCat opened this issue 3 years ago • 0 comments

In https://github.com/pinterest/xchammer/blob/master/README.md, it shows

load("@xchammer//:xcodeproject.bzl", "xcode_project")

I believe in the latest version, it is changed to load("@xchammer//:BazelExtensions/xcodeproject.bzl", "xcode_project").

I'm new to Bazel. Should we update README?

imWildCat avatar Mar 02 '22 07:03 imWildCat