We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abc4d80 commit d407617Copy full SHA for d407617
tools/generator/src/Generator+AddTargets.swift
@@ -146,7 +146,7 @@ Product for target "\(id)" not found in `products`
146
return nil
147
}
148
149
- let publicHeaders = inputs.hdrs
+ let publicHeaders = inputs.hdrs.filter(\.path.isHeader)
150
let projectHeaders = Set(inputs.srcs).filter(\.path.isHeader)
151
.union(Set(inputs.nonArcSrcs).filter(\.path.isHeader))
152
.subtracting(publicHeaders)
0 commit comments