mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
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`).
7 lines
229 B
Markdown
7 lines
229 B
Markdown
# Xcodeproj
|
|
|
|
Originally from the [now defunct SwiftPM library][1], a minimal library for
|
|
creating an xcodeproj.
|
|
|
|
[1]: https://github.com/apple/swift-package-manager/tree/6595cd2b22f25056b83a7357c07301c45805e69b/Sources/Xcodeproj
|