[swift-build-dev] SwiftPM Xcode project generation — merged

Max Howell max.howell at apple.com
Thu Mar 10 14:26:02 CST 2016


I have merged Xcode project generation into master.

To generate a project from a package:

    swift build --generate-xcodeproj

Or, the short-form:

    swift build -X

The above will work with the next available snapshot.

The project contains a dylib target per module and targets for any executables based on how it would build with SwiftPM normally.

There is an open list of TODO items in the Xcodeproj module directory: https://github.com/apple/swift-package-manager/tree/master/Sources/Xcodeproj

Max
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.swift.org/pipermail/swift-build-dev/attachments/20160310/524ff1ca/attachment.html>


More information about the swift-build-dev mailing list