Files
swift-mirror/utils/swift-xcodegen/Sources/SwiftXcodeGen/Generator
Hamish Knight 38c1d28197 [xcodegen] Fix hasPrefix for paths
The intention here was to do a component-wise
prefix check, not sure why I did a string prefix
check. Switch to component prefix and rename to
`starts(with:)` to match `FilePath`.
2025-01-02 15:06:24 +00:00
..