rules_xcodeproj
rules_xcodeproj copied to clipboard
Support `cc_library`
- [x] Add example and fixture test: https://github.com/buildbuddy-io/rules_xcodeproj/pull/133
- [ ] Support
alwayslink - [x] Support
defines - [ ] Support
include_prefix - [x] Support
includes: #310 - [ ] Support
interface_deps - [ ] Support
linkstatic - [x] Support
local_defines - [ ] Support
nocopts - [ ] Support
strip_include_prefix
@brentleyjones As I mentioned in Slack, the issue with keith/swift-syntax-bazel not working is related to rules_swift support for cc_library being consumed as a Swift module, if it is tagged. Do you want me to track that work on this issue? If not, I will create another one.
No need for a new issue, you can relate the PR to this one and update the description to link back to that PR. Thanks!
We are missing an example for linkstatic, but unless someone reports an issue for it, I'll assume we support it.