bazel-xcode / bazel-xcode/PodToBUILD
Support nested subspecs
Open
- Dominant language
- Swift
- Stars
- 330
- Forks
- 68
- PR merge metrics
- No merged PRs in 30d
Description
Currently only targets for top level subspecs get generated.
I tried an easy solution of turning the following reduce into a recursive function
https://github.com/pinterest/PodToBUILD/blob/5dc6454450d6566b37862fbe10ef909b4d9aea71/Sources/PodToBUILD/BuildFile.swift#L336-L349
but it seems to not be enough. In particular, the filegroup with union headers gets generated for a target and its parent spec but not all the way up to the root spec.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.