Commit Graph

3 Commits

Author SHA1 Message Date
Hamish Knight
555bc1b54f [xcodegen] Clean up file extension handling
Factor out `FileExtension.matches` and add some tests.
2025-05-06 10:26:00 +01:00
Hamish Knight
dfe1f9cc53 [xcodegen] Infer project root from xcodegen location
Instead of inferring from the build directory location,
infer from the location of swift-xcodegen itself since
we know that's in the swift repo.
2024-12-14 14:30:55 +00:00
Hamish Knight
03d8ea5248 Introduce swift-xcodegen
This is a tool specifically designed to generate
Xcode projects for the Swift repo (as well as a
couple of adjacent repos such as LLVM and Clang).
It aims to provide a much more user-friendly experience
than the CMake Xcode generation (`build-script --xcode`).
2024-11-05 22:42:10 +00:00