Commit Graph

57 Commits

Author SHA1 Message Date
Hamish Knight
5ff60d014b [xcodegen] Add file references to project first
This requires ensuring we check that we're not
ever attempting to add a group under an existing
folder reference. This will be required for
buildable folders.
2024-11-09 20:01:37 +00:00
Hamish Knight
9e657eeb87 [xcodegen] Update README
Make it a bit clearer that `utils/generate-xcode` is
a convenience for the `swift-xcodegen` script in this
directory.
2024-11-06 20:33:25 +00:00
Hamish Knight
8e9df5c113 Merge pull request #77421 from hamishknight/update-readme
[xcodegen] Remove todo items from README
2024-11-06 19:21:26 +00:00
Hamish Knight
9368985434 [xcodegen] Remove todo items from README
These are now tracked with GitHub issues.
2024-11-06 15:10:37 +00:00
Hamish Knight
94b744ce4f [xcodegen] Fix typo 2024-11-06 12:20:44 +00:00
Hamish Knight
43be5456b1 [xcodegen] Allow output to be missing in compile_commands.json
This may not always be present for CI builds.
2024-11-06 12:20:44 +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