mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
This was originally a separate library since it was copied directly from the legacy SwiftPM library. However it's since been changed a bunch, and ought to be able leverage SwiftXcodeGen utilities such as RelativePath. Fold it into SwiftXcodeGen. I considered splitting out the utility code from SwiftXcodeGen into a new library, but unfortunately that currently regresses performance (even with max CMO). The module organization doesn't really currently matter since we don't expose any products.
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
|